| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Replaces the 'backup-restore' plugin.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Use g_io_scheduler_push_job() instead of g_thread_create(). When the
operation is finished, call gtk_main_quit() from the main thread using
g_io_scheduler_job_send_to_mainloop().
Also, check for cancellation with a GCancellable instead of a boolean.
Note: We really should be using GLib's process spawning API
instead of system(), but that's a job for another day.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Call SetDllDirectory() to reduce risk of DLL hijacking, and call SetProcessDEPPolicy() to reduce risk of rogue code execution.
|
| |
|
|
|
|
|
|
|
| |
If we're using GTK+ 2.21.8 (where gtk_dialog_set_has_separator() is
deprecated but the property is still present and defaults to TRUE), we
still need to set the property to FALSE. So instead use g_object_set()
up through GTK+ 2.90.6, after which the property itself is gone.
|
|
|
|
|
|
| |
Unfortunately the default value for this property is TRUE (bzzt, WRONG!)
so we can't just remove the function outright until we require GTK+ 2.22.
It was deprecated in GTK+ 2.21.8.
|
|
|
|
|
| |
"to back up" (verb) is different from "backup" (noun); correct some issues
with confusion of the two words. Helps: bgo#615712
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
For backup-restore plugin.
|
|
|
|
|
| |
The only remaining case is widgets/test/test-dropdown-button.c, but this
file will be removed when the kill-bonobo branch is merged.
|
|
|
|
|
| |
Migrate the evolution-backup utility from gnome_program_init() to
gtk_init_with_args().
|
|
|
|
|
|
|
|
|
| |
2009-01-31 Matthew Barnes <mbarnes@redhat.com>
** Disable debug macros (#define d(x) x) throughout. (#569638)
svn path=/trunk/; revision=37202
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-28 Tor Lillqvist <tml@novell.com>
Make it compile on Windows, by Fridrich Strbra. (Just compile;
little chance of it actually doing anything sensible on Windows at
this point...)
* Makefile.am: Use -no-undefined on Windows. Link with libeutil.
* backup.c: Remove unused <sys/wait.h>.
* backup-restore.c: Check HAVE_SYS_WAIT_H.
svn path=/trunk/; revision=37148
|
|
|
|
| |
svn path=/trunk/; revision=36116
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-03 Roger Zauner <roger@eskimo.com>
** Fix for bug #540400
* backup.c: (backup): Make Evolution Backup follow symbolic links.
svn path=/trunk/; revision=35718
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-01 Milan Crha <mcrha@redhat.com>
** Fix for bug #540274
* Makefile.am: Link with libraries we require now.
* backup.c: (rc), (s): Exchange $HOME with g_get_home_dir in commands.
* backup.c: (ensure_locals), (fix_account_folder_uri), (restore):
After restore walk through all account, addressbook, calendar, task
and memo sources and fix the base uri if required. (One should be able
to import also into different user than one where the backup was done.)
svn path=/trunk/; revision=35710
|
|
|
|
|
|
| |
.running file before backup and after restore).
svn path=/trunk/; revision=35704
|
|
|
|
|
|
| |
#540516 (Fix for a vulnerability issue).
svn path=/trunk/; revision=35700
|
|
|
|
|
|
|
|
|
| |
2008-06-20 Milan Crha <mcrha@redhat.com>
* backup.c: (main): Use Evolution icon for the window.
svn path=/trunk/; revision=35655
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-06-19 Milan Crha <mcrha@redhat.com>
** Fix for bug #478469
* backup.c: (main):
Changed the progress dialog to be more HIG compliant.
svn path=/trunk/; revision=35652
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-25 Jeff Cai<jeff.cai@sun.com>
* backup.c: (backup), (restore):
Because Solaris tar doesn't respect '-z' option, use gzip&tar to
finish the silimar function.
svn path=/trunk/; revision=35084
|
|
|
|
|
|
|
| |
of "~".
Fix for bug #516648
svn path=/trunk/; revision=35060
|
|
|
|
|
|
| |
(Not-NULL check for a string array before finding its length), handle NULL filename strings before backup/restore/check operations in the backup-restore plugin.
svn path=/trunk/; revision=34768
|
|
|
|
|
|
|
|
|
| |
2007-11-14 Matthew Barnes <mbarnes@redhat.com>
** Remove trailing whitespace from source code.
svn path=/trunk/; revision=34537
|
|
|
|
|
|
|
| |
committing on behalf of Anand V M <avmuttagi@gmail.com>
svn path=/trunk/; revision=33980
|
|
|
|
| |
svn path=/trunk/; revision=33696
|
|
|
|
| |
svn path=/trunk/; revision=33695
|
|
|
|
| |
svn path=/trunk/; revision=33422
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-03-20 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #419524
* Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>.
* e-util/e-xml-utils.c (e_xml_get_child_by_name_by_lang_list):
* mail/em-migrate.c (emm_setup_initial):
* shell/e-component-registry.c (query_components):
* shell/e-shell-settings-dialog.c (load_pages):
* shell/e-shell-window-commands.c (command_quick_reference):
* tools/killev.c (main):
Use g_get_language_names() instead of gnome_i18n_get_language_list().
* e-util/e-util.c: Remove e_gettext().
* e-util/Makefile.am: Remove e-i18n.h.
svn path=/trunk/; revision=33319
|
|
2004-12-16 JP Rosevear <jpr@novell.com>
* Imported backup/restore plugin
svn path=/trunk/; revision=28140
|