aboutsummaryrefslogtreecommitdiffstats
path: root/modules/backup-restore/evolution-backup-tool.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.