aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/backup-restore
Commit message (Expand)AuthorAgeFilesLines
* EMAccountEditor: Start using CamelNetworkSettings.Matthew Barnes2011-11-072-5/+5
* Fix typos in user visible stringsAndre Klapper2011-10-131-4/+4
* Simplify library dependency flags.Matthew Barnes2011-10-051-10/+8
* backup-restore cleanups.Matthew Barnes2011-09-302-122/+247
* Coding style and whitespace cleanup.Matthew Barnes2011-09-042-19/+40
* Bug #650223 - Do not wait on evolution's exit when done with backup/restoreMilan Crha2011-06-171-2/+8
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
* Bug 650223 - evolution-backup does not terminate without --guiMatthew Barnes2011-05-171-48/+81
* Coding style cleanups.Matthew Barnes2011-05-092-15/+15
* Fix alignment of extra widgets in EAlertDialogs.Matthew Barnes2011-03-251-7/+10
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
* 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-292-2/+18
* Bug #616250 - Restore and Backup options aren't fully descriptiveMilan Crha2010-10-044-24/+24
* Bug #629972 - [backup-restore] Problems restoring old dataMilan Crha2010-09-291-40/+255
* Increase safety on WindowsFridrich Štrba2010-09-151-0/+36
* Coding style cleanups.Matthew Barnes2010-09-132-14/+14
* Re-work my GtkDialog:has-separator workaround.Matthew Barnes2010-09-111-2/+2
* Work around deprecation of gtk_dialog_set_has_separator()Matthew Barnes2010-09-111-0/+2
* Bug 622181 - Backup settings uses unhelpful yes/no dialogMatthew Barnes2010-07-291-8/+8
* Bug #610495 - Plugins should define e_plugin_lib_enableRoy Marples2010-04-271-0/+8
* Fix usage of "backup" in translatable stringsPhilip Withnall2010-04-181-1/+1
* Bug 600861 - Backup utility should use --quit instead of --force-shutdownMatthew Barnes2010-04-181-2/+2
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-7/+13
* Generate ChangeLog files for tarball releases.Matthew Barnes2010-04-031-182/+0
* Bug #458510 - Cannot translate "_Backup Settings..."Milan Crha2010-04-021-2/+2
* Prevent future bugs like #612792.Matthew Barnes2010-03-151-3/+3
* Some more directories relocated on windowsFridrich Strba2010-03-111-0/+1
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-3/+1
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-3/+7
* Bug 604822 - Drop more alert titlesPaul Bolle2009-12-201-2/+2
* 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
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-8/+8
* port plugins to use new EError APIJonathon Jongsma2009-12-011-4/+10
* 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
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-131-1/+1
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-11/+26
* Merge commit 'origin/kill-bonobo'Matthew Barnes2009-08-304-123/+146
|\
| * Build with -Wl,--no-undefined and fix linker errors.Matthew Barnes2009-08-281-3/+6
| * Bug 567260 - Migrate from GnomeDruid to GtkAssistantMilan Crha2009-08-182-53/+61
| * Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-161-2/+2
| * Get the backup-restore plugin working.Matthew Barnes2009-08-124-66/+78
* | Bug #590687 - Evolution not restoring data from backup archiveMilan Crha2009-08-281-1/+1
|/
* Bug #586958 - Too long texts instartup wizardMichael Terry2009-07-131-1/+3
* Fix excessive whitespace.Matthew Barnes2009-07-132-7/+4
* Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-011-1/+1
* Bug #566369 - fix string typo "cancelled" => "canceled"Milan Crha2009-06-221-1/+1
* Bug #566369 - backup-restore - recognize broken archiveMilan Crha2009-06-222-20/+64
* Avoid the console popping while evolution running on windowsFridrich Strba2009-06-051-0/+4
* Whitespace cleanup.Matthew Barnes2009-05-292-14/+14
* Prefer GLib basic types over C types.Matthew Barnes2009-05-292-48/+48
* Remove trailing whitespace, again.Matthew Barnes2009-05-292-10/+10
* Fix compiler warnings in plugins.Matthew Barnes2009-05-271-12/+13
* Bug 523216 – User-oriented plugin descriptionsMatthew Barnes2009-05-221-2/+2
* Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-171-1/+1
* BUGFIX: 553261 - Handle absolute paths in gconf betterMilan Crha2009-05-042-179/+108
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
* Only #include specific libgnome[ui] headers; easier to track.Matthew Barnes2009-05-011-1/+2
* Bug 580892 – Kill libgnomeui/gnome-app and gnome-app-helperMatthew Barnes2009-05-011-0/+1
* Bug 580894 – Kill libgnome/gnome-util (partial fix)Matthew Barnes2009-05-011-10/+9
* ** Disable debug macros (#define d(x) x) throughout. (#569638)Matthew Barnes2009-02-011-1/+1
* Removed dangling '*/'.Milan Crha2009-01-312-1/+5
* Make it compile on Windows, by Fridrich Strbra. (Just compile; littleTor Lillqvist2009-01-294-4/+27
* Use also EVOLUTION_CALENDAR_CFLAGS.Milan Crha2009-01-212-0/+5
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-273-0/+47
* Use NO_UNDEFINED. Link with more libraries. To generate dlls on Windows.Bharath Acharya2008-08-122-1/+8
* ** Fixes bug #543754Matthew Barnes2008-08-022-1/+8
* ** Fix for bug #540400Roger Zauner2008-07-032-1/+7
* ** Fix for bug #540274Milan Crha2008-07-013-3/+192
* Patch from Milan Crha <mcrha@redhat.com> ** Fix for bug #536488 (Remove the ....Suman Manjunath2008-06-302-0/+11
* Patch from Tobias Mueller <muelli@auftrags-killer.org> ** Fix for bug #54051...Suman Manjunath2008-06-302-9/+25
* Use Evolution icon for the window.Milan Crha2008-06-202-0/+6
* ** Fix for bug #478469Milan Crha2008-06-192-15/+81
* Indicate error if backup folder chosen lacks permissions.Sankar P2008-05-203-3/+36
* Because Solaris tar doesn't respect '-z' option, use gzip&tar to finishJeff Cai2008-02-252-2/+8
* Use "pkill -x" to kill the process and use "$HOME" insteadJeff Cai2008-02-202-6/+13
* Patch from Christian Krause <chkr@plauener.de>: Fix for bug #506772 (Not-NUL...Suman Manjunath2008-01-072-21/+32
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-152-46/+46
* Backup-restore-plugin: string issues resolved. Bug #458508.Johnny Jacob2007-08-114-20/+28
* ** Fix for bug #455799Hiroyuki Ikezoe2007-08-041-6/+0
* Popup the right warning.Srinivasa Ragavan2007-08-012-1/+6
* Remove BASE_VERSION from the binarySrinivasa Ragavan2007-06-182-1/+5
* ** Fix for bug #428328 from Ghislain MARYSrinivasa Ragavan2007-06-182-46/+46
* Reworked Backup/restore plugin.Srinivasa Ragavan2007-04-137-54/+417
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>Sankar P2007-04-022-1/+9
* ** Fixes bug #419524Matthew Barnes2007-03-213-2/+8
* Fixed built_sources && cleanfiles for generated filesMichael Zucci2005-05-122-1/+8
* fix names so that intltool will parse as xmlMichael Zucci2005-05-063-3/+8
* clean up author/descriptions for various plugins.Björn Torkelsson2005-02-252-2/+7
* Imported backup/restore pluginJP Rosevear2004-12-177-0/+365