aboutsummaryrefslogtreecommitdiffstats
path: root/modules/backup-restore/evolution-backup-tool.c
Commit message (Collapse)AuthorAgeFilesLines
* Miscellaneous Win32 related changesMilan Crha2014-09-061-35/+1
| | | | | | | | * use e_util_win32_initialize() in main() to avoid code duplication * e-spinner - correct image path build under win32 * export WIN32_SERVICELIBEXECDIR when building eds, which relies on it now * update D-Bus patch and session-local.conf creation, thus D-Bus can actually autostart services
* Bug 540362: [webkit-composer] Use webkit for composerTomas Popela2014-06-091-38/+6
| | | | Merge wip/webkit-composer branch into master.
* Miscellaneous cleanups.Matthew Barnes2014-03-031-5/+5
|
* Stop using deprecated gtk-stock itemsMilan Crha2014-02-131-4/+3
|
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081-10/+9
|
* Fix/mute issues found by Coverity scanMilan Crha2013-11-151-1/+1
| | | | | | | | | | | | This makes the code free of Coverity scan issues. It is sometimes quite pedantic and expects/suggests some coding habits, thus certain changes may look weird, but for a good thing, I hope. The code is also tagged with Coverity scan suppressions, to keep the code as is and hide the warning too. Also note that Coverity treats g_return_if_fail(), g_assert() and similar macros as unreliable, and it's true these can be disabled during the compile time, thus it brings in other set of 'weird' changes.
* Bug 710797 - Name all the timeouts added with g_timeout_add()Bastien Nocera2013-10-301-5/+8
|
* Miscellaneous cleanups.Matthew Barnes2013-09-081-3/+4
|
* Coding style and whitespace cleanup.Matthew Barnes2013-05-081-1/+1
|
* [backup-restore] Dir separator removal breaks DConf settings restoreMilan Crha2013-03-071-11/+15
| | | | | | DConf load command requires a slash at the end of the path to load, but the replace_variables() code always removed the trailing slash, which made the configuration load nonfunctional.
* Coding style and whitespace cleanup.Matthew Barnes2013-01-111-6/+11
|
* backup-restore: Remove references to ~/.camel_certs.Matthew Barnes2012-12-091-8/+1
| | | | The path is now XDG-base-dir compliant: ~/.local/share/camel_certs
* Bug #671628 - Size of backup window is bigMilan Crha2012-11-281-24/+35
|
* Bug #680201 - Backup restore doesn't migrate accounts from GConfMilan Crha2012-11-221-10/+61
|
* Bug #682820 - Settings not converted on backup restoreMilan Crha2012-09-051-0/+5
|
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-1/+1
|
* backup-restore: Add version info to evolution.dirs file.Matthew Barnes2012-08-101-8/+54
| | | | | | | | | Store the Evolution version used to create the backup file in the evolution.dir file which is part of the tarball. After restoring the backup file we need to reset the last-used-version key in GSettings to the version listed in the evolution.dir file so the proper migration routines run when Evolution is restarted.
* Remove the last remaining usage of GConfMilan Crha2012-06-151-11/+50
|
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-1/+1
|
* Add 'backup-restore' module.Matthew Barnes2012-06-031-0/+935
Replaces the 'backup-restore' plugin.