aboutsummaryrefslogtreecommitdiffstats
path: root/modules/addressbook/apps_evolution_addressbook.schemas.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove the last remaining usage of GConfMilan Crha2012-06-151-155/+0
|
* Fix typo in schema file in commit d2232a7Dan Vrátil2011-10-071-1/+1
|
* Bug #659876 - Make automatic contact address formatting optionalDan Vrátil2011-10-071-0/+12
| | | | | Make behavior introduced in bug #636809 optional by adding checkbox to Preferences->Contacts.
* Make sure GConf schemas have defined default valuesMilan Crha2011-09-141-0/+1
|
* Bug #642557 - Display maps in contact previewDan Vrátil2011-06-021-0/+12
|
* Utilize the new ESourceSelector:primary-selection property.Matthew Barnes2010-11-021-0/+14
|
* Add vertical view to Contacts.Matthew Barnes2009-08-281-2/+36
|
* Radically reorganize source code.Matthew Barnes2009-06-251-0/+82
- Collect all shell modules into a new top-level 'modules' directory: $(top_srcdir)/modules/addressbook $(top_srcdir)/modules/calendar $(top_srcdir)/modules/mail Nothing is allowed to link to these, not plugins nor other modules. THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X. - Mimic the libevolution-mail-shared library from master (except drop the "shared" suffix) and have libevolution-mail-importers and all mail-related plugins link to it. - Discard the a11y subdirectories and have the files live alongside their counterpart widgets.