aboutsummaryrefslogtreecommitdiffstats
path: root/modules/backup-restore
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
* Add missing chain-up-s to parent's constructed() methodMilan Crha2014-07-172-6/+3
| | | | Plus a little code cleanup for easier grepping.
* Bug 540362: [webkit-composer] Use webkit for composerTomas Popela2014-06-092-42/+6
| | | | Merge wip/webkit-composer branch into master.
* Add an --enable-code-coverage configure option to enable gcov supportMilan Crha2014-03-251-1/+2
| | | | | When enabled, this will compile all libraries/binaries with the necessary gcc and ld flags to enable code coverage support using gcov.
* Miscellaneous cleanups.Matthew Barnes2014-03-033-7/+7
|
* Replace 'interface' with 'iface' in the codeTarnyko2014-02-262-12/+12
| | | | | | Win32 headers have a #define for 'interface', which breaks the build when this word is used in the code, thus replace it to 'iface', the same way as GLib or GTK+ code use to have it. (See bug #722068.)
* Stop using deprecated gtk-stock itemsMilan Crha2014-02-131-4/+3
|
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-086-60/+54
|
* 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
|
* 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.