aboutsummaryrefslogtreecommitdiffstats
path: root/modules/addressbook/addressbook-config.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug #636413 - Enable "Autocomplete with this addressbook" by defaultMilan Crha2012-01-301-1/+2
|
* Bug #577322 - Rename of a system ESource doesn't persistMilan Crha2011-12-071-0/+5
|
* Remove Ctrl + l ( ) character from source filesPaul Menzel2011-09-301-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From ccc980da1fd84ebfca25cf8caf9a5d62333099fc Mon Sep 17 00:00:00 2001 From: Paul Menzel <paulepanter@users.sourceforge.net> Date: Wed, 28 Sep 2011 10:18:18 +0200 Subject: [PATCH] Remove Ctrl + l ( ) character from source files The following commits git show aac3f2c8 git show 1510304c git show 13cabd9e git show 350a7a33 git show 9b7cc54d git show e6972011 git show 1d3a7938 git show 934524b9 git show b2954936 git show a7f677b5 git show 4369c400 git show d509f47a git show a6d5818f git show c3876df7 git show 4583098b git show 2831ada5 git show 4e1bce59 git show 1609f699 git show 4e4c1676 git show d6fade43 among others(?) introduced several occurrences of Ctrl + l ( ). Probably this was caused by the used editor. These control characters can be searched for using the following command [1]. $ git grep ^L [1] http://unstableme.blogspot.com/2009/10/grep-and-print-control-characters-in.html
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-40/+74
|
* EConfig: Broadcast abort/commit events by way of signals.Matthew Barnes2011-08-111-3/+6
| | | | | Remove the clumsy abortfunc and commitfunc callback arguments from e_config_add_items().
* Bug 652958 - Evolution Account Assistant jumps stepsMatthew Barnes2011-07-011-8/+48
| | | | | | | The GTK+ patch in bug 653705 is also required for the Account Assistant to work properly under the new GtkAssistant design in GTK+ 3.1. This commit only deals with sidebar ordering issues.
* Bug #640083 - Cannot configure LDAPS on port 636Milan Crha2011-06-021-1/+1
|
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+2
|
* Coding style cleanups.Matthew Barnes2011-05-091-25/+25
|
* Bug #644107 - Local addressbooks created without relative_uri setMilan Crha2011-03-071-1/+3
|
* Adapt to GtkComboBox class reorg.Matthew Barnes2011-01-251-1/+0
|
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
|
* Bug 640083 - Cannot configure LDAPS on port 636Matthew Barnes2011-01-231-1/+1
|
* Use e_load_book_source_async() for all EBook loading.Matthew Barnes2011-01-221-1/+0
|
* Deal with GtkComboBoxEntry removal in gtk+-3.0.Matthew Barnes2010-10-211-1/+4
|
* Bug 632171 - "New Address Book" dialog accepts whitespace for nameMatthew Barnes2010-10-151-1/+8
|
* Bug #629636 - Doesn't recognize local ESource-sMilan Crha2010-09-291-2/+2
|
* Coding style and whitespace cleanup.Matthew Barnes2010-08-291-138/+138
|
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-6/+26
|
* Bug #602801 - Duplicate mnemonicViswanath S2010-04-011-1/+1
|
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-1/+1
| | | | | | The changes are mainly including the e-alert-header.h header instead of just e-alert.h. This allows us to include e-alert.h in non-UI situations when necessary.
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-5/+5
| | | | | | | | | | The EError mechanism is used both for error dialogs as well as basic alerts or user prompts, so we should give it a more general name which matches this use. This patch also cleans up a few includes of e-alert.h (formerly e-error.h) that were not actually being used. https://bugzilla.gnome.org/show_bug.cgi?id=602963
* BugĀ 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-116/+51
|
* Bug #593953 - LDAP SSL option order doesn't match with a backend'sMilan Crha2009-10-211-5/+5
|
* Bug #329100 - Choosing adress book for birthdaysMilan Crha2009-10-131-11/+43
|
* BugĀ 567260 - Migrate from GnomeDruid to GtkAssistantMilan Crha2009-08-181-1/+1
|
* More whitespace cleanup.Matthew Barnes2009-07-191-1/+1
|
* Fix excessive whitespace.Matthew Barnes2009-07-141-3/+0
|
* Radically reorganize source code.Matthew Barnes2009-06-251-0/+1250
- 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.