aboutsummaryrefslogtreecommitdiffstats
path: root/modules/backup-restore
Commit message (Collapse)AuthorAgeFilesLines
* Rename libeshell to libevolution-shell.Matthew Barnes2013-05-281-1/+1
| | | | | | To make Evolution's shared libraries more consistent. Also rename the documentation module to evolution-shell.
* Rename libeutil to libevolution-util.Matthew Barnes2013-05-281-2/+2
| | | | | | To make Evolution's shared libraries more consistent. Also rename the documentation module to evolution-util.
* 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
|
* Move the contact map widgets to addressbook/gui/widgets.Matthew Barnes2012-12-131-4/+0
| | | | | | | | | | | | Move the supporting widgets for the contact maps feature alongside EABContactDisplay. Removing them from libeutil helps isolate our usage of libchamplain so it's not imposed on the entire application, and even 3rd party software. That libchamplain is an optional dependency only further complicates the matter. Ideally I'd like to somehow isolate this feature in an extension module, but we currently lack sufficient hooks for such an extension. So this arrangement will have to suffice for now.
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-133-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Evolution consists of entirely too many small utility libraries, which increases linking and loading time, places a burden on higher layers of the application (e.g. modules) which has to remember to link to all the small in-tree utility libraries, and makes it difficult to generate API documentation for these utility libraries in one Gtk-Doc module. Merge the following utility libraries under the umbrella of libeutil, and enforce a single-include policy on libeutil so we can reorganize the files as desired without disrupting its pseudo-public API. libemail-utils/libemail-utils.la libevolution-utils/libevolution-utils.la filter/libfilter.la widgets/e-timezone-dialog/libetimezonedialog.la widgets/menus/libmenus.la widgets/misc/libemiscwidgets.la widgets/table/libetable.la widgets/text/libetext.la This also merges libedataserverui from the Evolution-Data-Server module, since Evolution is its only consumer nowadays, and I'd like to make some improvements to those APIs without concern for backward-compatibility. And finally, start a Gtk-Doc module for libeutil. It's going to be a project just getting all the symbols _listed_ much less _documented_. But the skeletal structure is in place and I'm off to a good start.
* 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-222-10/+62
|
* Bug #682820 - Settings not converted on backup restoreMilan Crha2012-09-051-0/+5
|
* Coding style and whitespace cleanup.Matthew Barnes2012-08-202-2/+2
|
* 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
|
* Fix a couple distcheck errors.Matthew Barnes2012-06-051-0/+2
|
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-042-2/+2
|
* Add 'backup-restore' module.Matthew Barnes2012-06-038-0/+2156
Replaces the 'backup-restore' plugin.