aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/backup-restore/backup-restore.c
Commit message (Collapse)AuthorAgeFilesLines
* Move EAlert* and e-xml-utils references from other part of the code to ↵Srinivasa Ragavan2012-03-031-1/+1
| | | | libevolution-utils.
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-1/+3
|
* EMAccountEditor: Start using CamelNetworkSettings.Matthew Barnes2011-11-071-4/+4
| | | | | | | | | | | | | | | | Instead of stuffing host/port/user/etc into CamelURLs. To enforce this in 3rd party extensions, remove EAccounts from EMConfigTargetAccount and rename it EMConfigTargetSettings with the following struct members: const gchar *email_address; const gchar *storage_protocol; CamelSettings *storage_settings; const gchar *transport_protocol; CamelSettings *transport_settings;
* backup-restore cleanups.Matthew Barnes2011-09-301-61/+127
|
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-12/+25
|
* Coding style cleanups.Matthew Barnes2011-05-091-12/+12
|
* Fix alignment of extra widgets in EAlertDialogs.Matthew Barnes2011-03-251-7/+10
| | | | | | | Add e_alert_dialog_get_content_area(), which returns the GtkVBox containing the primary and secondary labels. Use this instead of gtk_dialog_get_content_area() to maintain the dialog's left margin beneath the image.
* Fix all back up that should be backupAndre Klapper2011-01-061-6/+6
|
* Fix windows build of backup-restore pluginFridrich Štrba2010-11-121-0/+8
|
* Bug #632280 - Backup file name should include date (YYYYMMDD)Milan Crha2010-10-291-1/+18
|
* Bug #616250 - Restore and Backup options aren't fully descriptiveMilan Crha2010-10-041-9/+9
|
* Coding style cleanups.Matthew Barnes2010-09-131-8/+8
|
* Bug #610495 - Plugins should define e_plugin_lib_enableRoy Marples2010-04-271-0/+8
|
* Bug #458510 - Cannot translate "_Backup Settings..."Milan Crha2010-04-021-2/+2
|
* Prevent future bugs like #612792.Matthew Barnes2010-03-151-3/+3
| | | | | | Add G_GNUC_NULL_TERMINATED to EAlert functions with variable-length parameter lists and drop the unnecessary "arg0" parameter so the function attribute works correctly.
* Bug #499322 - Use extension for "Save as" suggested file nameMilan Crha2009-12-101-1/+1
|
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-4/+4
| | | | | | The changes are mainly including the e-alert-header.h header instead of just e-alert.h. This allows us to include e-alert.h in non-UI situations when necessary.
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-8/+8
| | | | | | | | | | The EError mechanism is used both for error dialogs as well as basic alerts or user prompts, so we should give it a more general name which matches this use. This patch also cleans up a few includes of e-alert.h (formerly e-error.h) that were not actually being used. https://bugzilla.gnome.org/show_bug.cgi?id=602963
* port plugins to use new EError APIJonathon Jongsma2009-12-011-4/+10
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=602963
* Kill more redundant save dialogs and related utilities.Matthew Barnes2009-11-111-86/+73
|
* Build filename using g_build_filename instead of hardcoding forward-slashTobias Mueller2009-11-061-2/+4
|
* Quote filename during restore to prevent user assisted arbitrary code executionTobias Mueller2009-11-061-1/+5
| | | | Fixes bug 540516.
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-131-1/+1
|
* Bug 567260 - Migrate from GnomeDruid to GtkAssistantMilan Crha2009-08-181-52/+60
|
* Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-161-2/+2
|
* Get the backup-restore plugin working.Matthew Barnes2009-08-121-18/+58
|
* Bug #586958 - Too long texts instartup wizardMichael Terry2009-07-131-1/+3
| | | | | | | | | | | [PATCH 1/2] [restore-backup] Make intro text wrap The introductory text to the 'Restore from backup' page is too long, especially in some languages. This patch wraps the label as other labels in the startup wizard are wrapped. [PATCH 2/2] Don't break long labels unnecessarily A few strings had unnecessary end lines in them, which fight with the natural line-wrap algorithm.
* Fix excessive whitespace.Matthew Barnes2009-07-131-6/+4
|
* Bug #566369 - backup-restore - recognize broken archiveMilan Crha2009-06-221-4/+4
|
* Whitespace cleanup.Matthew Barnes2009-05-291-8/+8
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-19/+19
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-3/+3
|
* Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-171-1/+1
|
* Only #include specific libgnome[ui] headers; easier to track.Matthew Barnes2009-05-011-1/+2
| | | | | | | | Stop including top-level libgnome[ui] headers -- <gnome.h>, <libgnome/libgnome.h> and <libgnomeui/libgnomeui.h>. Instead, include specific header files so we can track them easier. Also, remove several unshipped test programs. Mostly ETable stuff.
* Removed dangling '*/'.Milan Crha2009-01-311-1/+1
| | | | | | | | | 2009-01-30 Milan Crha <mcrha@redhat.com> * backup-restore.c: (sanity_check): Removed dangling '*/'. svn path=/trunk/; revision=37195
* Make it compile on Windows, by Fridrich Strbra. (Just compile; littleTor Lillqvist2009-01-291-2/+13
| | | | | | | | | | | | | | | | | 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
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-271-0/+20
| | | | svn path=/trunk/; revision=36116
* Indicate error if backup folder chosen lacks permissions.Sankar P2008-05-201-3/+23
| | | | | | | | | | | | | | | 2008-05-20 Sankar P <psankar@novell.com> * backup-restore.c: (epbr_perform_pre_backup_checks), (org_gnome_backup_restore_backup): * org-gnome-backup-restore.error.xml: Indicate error if backup folder chosen lacks permissions. ** Fixes bug #534012 svn path=/trunk/; revision=35519
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-28/+28
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* Backup-restore-plugin: string issues resolved. Bug #458508.Johnny Jacob2007-08-111-8/+8
| | | | | | | committing on behalf of Anand V M <avmuttagi@gmail.com> svn path=/trunk/; revision=33980
* Popup the right warning.Srinivasa Ragavan2007-08-011-1/+1
| | | | svn path=/trunk/; revision=33920
* Reworked Backup/restore plugin.Srinivasa Ragavan2007-04-131-36/+195
| | | | svn path=/trunk/; revision=33422
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 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
* Imported backup/restore pluginJP Rosevear2004-12-171-0/+122
2004-12-16 JP Rosevear <jpr@novell.com> * Imported backup/restore plugin svn path=/trunk/; revision=28140