aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-023-9/+36
|\
| * Teach Evolution about Photo/Logo EContact fields stored as URIsTristan Van Berkom2011-11-023-9/+36
| | | | | | | | Committing Milan Crha's patch here at his request (bug 652178).
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-241-0/+7
|\|
| * Bug #661409 - Contact display drops address linesDan Vrátil2011-10-201-0/+7
| | | | | | | | | | | | | | | | Evo trets first line of a multi-line address field as a street name and the rest as "extended address", regardless of its content. The address-formatting code was ignoring the extended address, thus when the first line was for example a company name, the actual street was ignored.
| * Fix invalid read on vCard dropMilan Crha2011-10-181-1/+2
| |
* | Fix invalid read on vCard dropMilan Crha2011-10-191-1/+2
| |
* | Migrate Contact Editor to GSettingsRodrigo Moya2011-10-131-14/+4
| |
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-131-25/+26
|\|
| * Bug #661404 - Adding multiple e-mails to contact list is too hardMilan Crha2011-10-111-25/+26
| |
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-101-9/+25
|\|
| * Bug #659876 - Make automatic contact address formatting optionalDan Vrátil2011-10-071-4/+22
| | | | | | | | | | Make behavior introduced in bug #636809 optional by adding checkbox to Preferences->Contacts.
| * Let GtkFileChooser track its own last-used-folder.Matthew Barnes2011-10-061-4/+0
| | | | | | | | | | | | GtkFileChooser in GTK+ 3.2 now keeps track of the last-used-folder itself, even across applications, so get out of its way and let it handle it.
| * GtkApplication has some new EShell-like features.Matthew Barnes2011-10-061-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I pushed a few EShell features up to GtkApplication for GTK+ 3.2, so we can now trim off the redundancies in EShell. 1) GtkApplication has a new "window-added" signal which replaces EShell's own "window-created" signal. 2) GtkApplication has a new "window-removed" signal which replaces EShell's own "window-destroyed" signal. 3) gtk_application_get_windows() now returns a list of windows sorted by most recently focused, replacing e_shell_get_watched_windows(). 4) GtkApplication now provides enough hooks to subclasses that we can remove e_shell_watch_window() and call gtk_application_add_window() directly.
* | First successful buildRodrigo Moya2011-10-061-1/+0
| |
* | Merge from masterRodrigo Moya2011-10-0531-180/+306
|\|
| * Simplify library dependency flags.Matthew Barnes2011-10-058-28/+33
| | | | | | | | | | | | | | | | | | We have a confusing array of nearly-identical CFLAGS/LIBS definitions in configure.ac. Time to simplify. Instead let's just have one definition that includes all the libraries provided by Evolution-Data-Server (incl. Camel). That, in combination with GNOME_PLATFORM, gives us most of what we need for compliation and linking, and we can sprinkle definitions for additional library dependencies in Makefile.am's as needed.
| * Bug 660799 - Bad GOptionEntry in evolution-addressbook-exportMatthew Barnes2011-10-041-1/+1
| | | | | | | | G_OPTION_FLAG_FILENAME is only for G_OPTION_ARG_CALLBACK options.
| * LC_ADDRESS is no posix and may not be defined.Antoine Jacoutot2011-10-011-0/+4
| | | | | | | | | | Only setlocale(2) LC_ADDRESS is this macro actually exist. https://bugzilla.gnome.org/show_bug.cgi?id=660624
| * Fix few 'may be used uninitialized' compiler warningsMilan Crha2011-09-304-6/+7
| |
| * Remove Ctrl + l ( ) character from source filesPaul Menzel2011-09-301-1/+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
| * Bug #659874 - Address Cards Render extra Phone NumberMilan Crha2011-09-281-1/+14
| |
| * Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-2719-144/+248
| | | | | | | | | | Reducing diff noise so I can see important changes easier when comparing branches. A few API changes, but nothing that affects functionality.
| * Bug #637673 - Make phone fields one row and auto-expand when neededMilan Crha2011-09-261-2/+2
| |
| * Invalid unref when merging contactsMilan Crha2011-09-261-1/+2
| |
| * Coding style and whitespace cleanup.Matthew Barnes2011-09-0440-548/+788
| |
| * Do not show IM icons, a workaround till bug #473862 is fixedMilan Crha2011-08-181-0/+5
| |
| * Bug #656722 - Incorrect prototype of notify:: signal callbackMilan Crha2011-08-172-20/+12
| |
| * Coding style and whitespace cleanup.Matthew Barnes2011-08-1317-353/+674
| |
| * Bug #655492 - Move 'Automatic contacts' tab to 'Contacts' partMilan Crha2011-08-092-1/+37
| |
| * Coding style and whitespace cleanups.Matthew Barnes2011-07-241-2/+4
| |
| * Autocompletion in contact list editor didn't workMilan Crha2011-06-301-0/+2
| | | | | | | | due to forgotten call to load books to ENameSelector
| * Bug #653644 - Warning when adding plain address into a contact listDan Vrátil2011-06-301-6/+14
| |
| * Bug #224687 - Various fixes in contact list editorDan Vrátil2011-06-294-35/+147
| | | | | | | | | | | | - fixed order of buttons in duplicate adding confirmation dialog - in the editor, don't display email addresses in sublist nodes - automatically remove sublists with no children
| * Bug #652627 - Invalid unref on a NULL pointer from query_cbMilan Crha2011-06-291-1/+2
| |
| * Bug #224687 - Create lists of listsDan Vrátil2011-06-286-323/+424
| |
| * Check for cancelled GIO operation error code tooMilan Crha2011-06-285-16/+24
| |
| * Postpone ENameSelector loading as much as possibleMilan Crha2011-06-241-8/+2
| | | | | | | | | | Also fixes few memory leaks around ENameSelector and cancels loading of its address books when not needed any more.
| * Bug #653008 - Preference window for imap accounts is too largeMilan Crha2011-06-231-5/+0
| |
| * Do not use deprecated EBook/ECal APIMilan Crha2011-06-1437-1348/+1364
| |
| * Coding style and whitespace cleanups.Matthew Barnes2011-06-143-18/+12
| |
| * Replace G_CONST_RETURN with 'const'.Matthew Barnes2011-06-103-20/+20
| | | | | | | | GLib is finally dropping this hack.
| * Coding style and whitespace cleanups.Matthew Barnes2011-06-099-82/+172
| |
| * Fix compiler warningsMilan Crha2011-06-031-2/+2
| |
| * Bug #332907 - Contact editor duplication alert misleadingDan Vrátil2011-06-034-3/+32
| |
| * Bug #636809 - Address labels formatting improvementsDan Vrátil2011-06-037-2/+12118
| | | | | | | | Address labels should be formated according to country specific standards.
| * Bug #642557 - Display maps in contact previewDan Vrátil2011-06-023-13/+194
| |
| * Including <glib-object.h> directly is rarely needed.Matthew Barnes2011-05-283-4/+0
| |
| * Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-286-6/+0
| |
| * Bug #229244 - Re-ordering email addresses in contact list editorDan Vrátil2011-05-282-9/+293
| |
| * Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-2729-2/+76
| |
| * Bug #651135 - Crash using saved search with an empty expressionMilan Crha2011-05-261-0/+6
| |
| * Coding style and whitespace cleanup.Matthew Barnes2011-05-2213-295/+599
| |
| * Bug #619347 - Decode QP in email in Contact List EditorMilan Crha2011-05-131-0/+10
| |
| * Coding style cleanups.Matthew Barnes2011-05-0917-73/+73
| |
| * Whitespace and coding style cleanups.Matthew Barnes2011-05-087-12/+31
| |
| * Bug 649381 - Memory leaks in contact editorDan Vrátil2011-05-051-0/+7
| |
| * Bug 619782 - Characters override in contact editor express modeMatthew Barnes2011-04-231-3/+0
| |
| * Bug #647116 - Crash in g_error_matches, e_contact_editor_contact_modifiedMilan Crha2011-04-191-3/+3
| |
| * Bug #645610 - [regression] Editing contact doesn't refresh viewMilan Crha2011-04-191-9/+8
| |
| * Bug 644194 - EAddressbookModel: Logic error in remove_contact()Jari Urpalainen2011-03-081-7/+26
| |
| * Coding style and whitespace cleanup.Matthew Barnes2011-03-067-9/+20
| |
| * Whitespace cleanup.Matthew Barnes2011-03-051-1/+0
| |
| * Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-258-47/+27
| |
| * Bug #635002 - Fix invalid use of .la file in contact-editorPacho Ramos2011-02-241-1/+1
| |
| * Coding style and whitespace cleanup.Matthew Barnes2011-02-193-10/+20
| |
| * Bug #255973 - Contact preview waste space and cosmetic correctionDan Vrátil2011-02-162-148/+246
| |
| * Remove NULL checks for GObject methods.Matthew Barnes2011-02-137-16/+16
| | | | | | | | | | As of GLib 2.28 all GObject virtual methods, including constructed(), are safe to chain up to unconditionally. Remove unnecessary checks.
| * Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-091-5/+0
| | | | | | | | GCC learned how to find dead assignments.
| * More whitespace cleanup.Matthew Barnes2011-01-315-254/+307
| |
| * Coding style and whitespace cleanup.Matthew Barnes2011-01-303-27/+49
| |
| * Bug #640707 - Crash on 'Add to address book'->'Edit full' clickMilan Crha2011-01-282-3/+1
| |
| * Bug #640526 - Default column width in address card view is smallMatthew Barnes2011-01-262-4/+4
| |
| * Adapt to GtkComboBox class reorg.Matthew Barnes2011-01-254-14/+30
| |
| * Dialogs no longer have separators.Matthew Barnes2011-01-257-7/+2
| |
| * Drop backward-compatibility cruft.Matthew Barnes2011-01-257-24/+0
| |
| * Use e_load_book_source_async() for all EBook loading.Matthew Barnes2011-01-228-528/+154
| |
| * Fudge gtk_widget_get_preferred_size() for gtk2.Matthew Barnes2011-01-151-2/+2
| | | | | | | | | | Easy enough to fake gtk_widget_get_preferred_size() in gtk2 using gtk_widget_size_request(). Reduces diff noise with gtk3 branch.
| * Bug #634305 - Crash on move of contacts between booksMilan Crha2011-01-111-2/+10
| |
| * Bug #638087 - Crash at merging duplicate contactVibha Yadav2011-01-111-1/+1
| | | | | | | | Using 'comments' instead of 'comment'.
| * Show common addressbook and calendar errors in an alert sinkMilan Crha2010-12-157-42/+62
| |
| * Free/busy meeting view doesn't work due to non-working extensionMilan Crha2010-12-062-0/+6
| |
| * Bug #635755 - Authenticate books in addressbook importers on openMilan Crha2010-12-043-42/+91
| |
| * Localize few strings with ngettextMilan Crha2010-12-021-3/+7
| | | | | | | | Per request of bug #635414
| * Added few translator commentsMilan Crha2010-11-302-1/+2
| | | | | | | | As requested in bug #635414
| * Bug #633779 - GtkComboBoxText issuesMilan Crha2010-11-182-7/+29
| |
| * Bug #632671 - "Search interrupted" status message foreverMilan Crha2010-11-092-1/+28
| |
| * Utilize the new ESourceSelector:primary-selection property.Matthew Barnes2010-11-025-65/+19
| |
* | Bug #637673 - Make phone fields one row and auto-expand when neededMilan Crha2011-09-261-2/+2
| |
* | Invalid unref when merging contactsMilan Crha2011-09-261-1/+2
| |
* | Coding style and whitespace cleanup.Matthew Barnes2011-09-1440-548/+788
| |
* | Do not show IM icons, a workaround till bug #473862 is fixedMilan Crha2011-09-141-0/+5
| |
* | Bug #656722 - Incorrect prototype of notify:: signal callbackMilan Crha2011-09-142-20/+12
| |
* | Coding style and whitespace cleanup.Matthew Barnes2011-09-1417-353/+674
| |
* | Bug #655492 - Move 'Automatic contacts' tab to 'Contacts' partMilan Crha2011-09-142-1/+37
| |
* | Coding style and whitespace cleanups.Matthew Barnes2011-09-141-2/+4
| |
* | Autocompletion in contact list editor didn't workMilan Crha2011-09-141-0/+2
| | | | | | | | due to forgotten call to load books to ENameSelector
* | Bug #653644 - Warning when adding plain address into a contact listDan Vrátil2011-09-141-6/+14
| |
* | Bug #224687 - Various fixes in contact list editorDan Vrátil2011-06-304-35/+147
| | | | | | | | | | | | - fixed order of buttons in duplicate adding confirmation dialog - in the editor, don't display email addresses in sublist nodes - automatically remove sublists with no children
* | Bug #652627 - Invalid unref on a NULL pointer from query_cbMilan Crha2011-06-301-1/+2
| |
* | Bug #224687 - Create lists of listsDan Vrátil2011-06-306-323/+424
| |
* | Check for cancelled GIO operation error code tooMilan Crha2011-06-305-16/+24
| |
* | Postpone ENameSelector loading as much as possibleMilan Crha2011-06-301-8/+2
| | | | | | | | | | Also fixes few memory leaks around ENameSelector and cancels loading of its address books when not needed any more.
* | Bug #653008 - Preference window for imap accounts is too largeMilan Crha2011-06-301-5/+0
| |
* | Do not use deprecated EBook/ECal APIMilan Crha2011-06-3037-1348/+1364
| |
* | Coding style and whitespace cleanups.Matthew Barnes2011-06-303-18/+12
| |
* | Replace G_CONST_RETURN with 'const'.Matthew Barnes2011-06-303-20/+20
| | | | | | | | GLib is finally dropping this hack.
* | Coding style and whitespace cleanups.Matthew Barnes2011-06-309-82/+172
| |
* | Fix compiler warningsMilan Crha2011-06-301-2/+2
| |
* | Bug #332907 - Contact editor duplication alert misleadingDan Vrátil2011-06-304-3/+32
| |
* | Bug #636809 - Address labels formatting improvementsDan Vrátil2011-06-307-2/+12118
| | | | | | | | Address labels should be formated according to country specific standards.
* | Bug #642557 - Display maps in contact previewDan Vrátil2011-06-303-13/+194
| |
* | Including <glib-object.h> directly is rarely needed.Matthew Barnes2011-06-303-4/+0
| |
* | Including <glib.h> directly is rarely needed.Matthew Barnes2011-06-306-6/+0
| |
* | Bug #229244 - Re-ordering email addresses in contact list editorDan Vrátil2011-06-302-9/+293
| |
* | Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-06-3029-2/+76
| |
* | Bug #651135 - Crash using saved search with an empty expressionMilan Crha2011-06-301-0/+6
| |
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-3013-295/+599
| |
* | Bug #619347 - Decode QP in email in Contact List EditorMilan Crha2011-06-301-0/+10
| |
* | Coding style cleanups.Matthew Barnes2011-06-3017-73/+73
| |
* | Whitespace and coding style cleanups.Matthew Barnes2011-06-307-12/+31
| |
* | Bug 649381 - Memory leaks in contact editorDan Vrátil2011-06-301-0/+7
| |
* | Bug 619782 - Characters override in contact editor express modeMatthew Barnes2011-06-301-3/+0
| |
* | Bug #647116 - Crash in g_error_matches, e_contact_editor_contact_modifiedMilan Crha2011-06-301-3/+3
| |
* | Bug #645610 - [regression] Editing contact doesn't refresh viewMilan Crha2011-06-301-9/+8
| |
* | Bug 644194 - EAddressbookModel: Logic error in remove_contact()Jari Urpalainen2011-06-301-7/+26
| |
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-307-9/+20
| |
* | Whitespace cleanup.Matthew Barnes2011-06-301-1/+0
| |
* | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-06-308-47/+27
| |
* | Bug #635002 - Fix invalid use of .la file in contact-editorPacho Ramos2011-06-301-1/+1
| |
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-303-10/+20
| |
* | Bug #255973 - Contact preview waste space and cosmetic correctionDan Vrátil2011-06-302-148/+246
| |
* | Remove NULL checks for GObject methods.Matthew Barnes2011-06-307-16/+16
| | | | | | | | | | As of GLib 2.28 all GObject virtual methods, including constructed(), are safe to chain up to unconditionally. Remove unnecessary checks.
* | Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-06-301-5/+0
| | | | | | | | GCC learned how to find dead assignments.
* | More whitespace cleanup.Matthew Barnes2011-06-305-254/+307
| |
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-303-27/+49
| |
* | Bug #640707 - Crash on 'Add to address book'->'Edit full' clickMilan Crha2011-06-302-3/+1
| |
* | Bug #640526 - Default column width in address card view is smallMatthew Barnes2011-06-302-4/+4
| |
* | Adapt to GtkComboBox class reorg.Matthew Barnes2011-06-304-14/+30
| |
* | Dialogs no longer have separators.Matthew Barnes2011-06-307-7/+2
| |
* | Drop backward-compatibility cruft.Matthew Barnes2011-06-307-24/+0
| |
* | Use e_load_book_source_async() for all EBook loading.Matthew Barnes2011-06-308-528/+154
| |
* | Fudge gtk_widget_get_preferred_size() for gtk2.Matthew Barnes2011-06-301-2/+2
| | | | | | | | | | Easy enough to fake gtk_widget_get_preferred_size() in gtk2 using gtk_widget_size_request(). Reduces diff noise with gtk3 branch.
* | Bug #634305 - Crash on move of contacts between booksMilan Crha2011-06-301-2/+10
| |
* | Bug #638087 - Crash at merging duplicate contactVibha Yadav2011-06-301-1/+1
| | | | | | | | Using 'comments' instead of 'comment'.
* | Show common addressbook and calendar errors in an alert sinkMilan Crha2011-06-307-42/+62
| |
* | Free/busy meeting view doesn't work due to non-working extensionMilan Crha2011-06-302-0/+6
| |
* | Bug #635755 - Authenticate books in addressbook importers on openMilan Crha2011-06-303-42/+91
| |
* | Localize few strings with ngettextMilan Crha2011-06-301-3/+7
| | | | | | | | Per request of bug #635414
* | Added few translator commentsMilan Crha2011-06-302-1/+2
| | | | | | | | As requested in bug #635414
* | Bug #633779 - GtkComboBoxText issuesMilan Crha2011-06-302-7/+29
| |
* | Bug #632671 - "Search interrupted" status message foreverMilan Crha2010-11-102-1/+28
| |
* | Utilize the new ESourceSelector:primary-selection property.Matthew Barnes2010-11-105-65/+19
|/
* addressbook: Only include libgnomecanvas.hBenjamin Otte2010-10-304-5/+4
|
* Bug #632278 - Double .vcf extension on addressbook saveMilan Crha2010-10-291-7/+4
|
* Workaround GtkComboBoxText/GtkComboBoxEntry in .ui filesMilan Crha2010-10-281-4/+4
|
* Drop usage of GtkAnchorType.Matthew Barnes2010-10-272-3/+0
| | | | gtk+-3.0 removed it for being "unused".
* Simplify EActivity.Matthew Barnes2010-10-231-4/+4
| | | | | | | | | | | | | | | | | | | | | | With unintrusive error dialogs gone, we can cut some unnecessary bits out of EActivity. I'm also adding a new enum property called "state", which is one of: E_ACTIVITY_RUNNING E_ACTIVITY_WAITING E_ACTIVITY_CANCELLED E_ACTIVITY_COMPLETED The state of an activity must be explicitly changed. In particular, when the user cancels an activity the state should be set only after confirming the operation has been cancelled and not when cancellation is requested (e.g. after receiving a G_IO_ERROR_CANCELLED, not when the GCancellable emits "cancelled"). EActivityBar and EActivityProxy widgets have been updated to make this distinction clearer in the UI. E_ACTIVITY_WAITING will be used when activities have to be queued and dispatched in sequence, which I haven't written yet.
* Deal with GtkComboBoxEntry removal in gtk+-3.0.Matthew Barnes2010-10-212-10/+13
|
* Bug 632641 - Handle combo box text API going awayMatthias Clasen2010-10-212-13/+19
|
* Bug #630504 - Precache collate keys before sorting in EReflowModelMilan Crha2010-10-201-5/+41
|
* Widget 'label-comments' gone in Contact editorMilan Crha2010-10-151-1/+0
|
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-1/+0
| | | | | | GObject now does property bindings itself. Requires GLib >= 2.26.
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-073-4/+4
|
* Coding style and whitespace cleanup.Matthew Barnes2010-10-042-3/+7
|
* Bug #629636 - Doesn't recognize local ESource-sMilan Crha2010-09-291-2/+21
|
* Add a GCancellable to EActivity.Matthew Barnes2010-09-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EActivity now uses a GCancellable to manage cancellations, instead of having its own redundant cancellation API. API changes are as follows: + e_activity_get_cancellable() + e_activity_set_cancellable() - e_activity_cancel() - e_activity_is_cancelled() - e_activity_get_allow_cancel() - e_activity_set_allow_cancel() EActivity's "cancelled" signal remains, but only as a repeater for GCancellable::cancelled signals. It should not be emitted directly. The presence of a GCancellable implies that cancellation is allowed. EActivity does not create its own default GCancellable, it has to be given one. If a CamelOperation (cast as a GCancellable) is given, EActivity will configure itself to listen for status updates from the CamelOperation and propagate the information to its own "primary-text" and "percent" properties. These changes allowed me to start cleaning up some of the incredibly convoluted logic in mail-mt.c -- in particular, mail_operation_status() is completely gone now. mail-mt.c is still in a transitional state -- much more significant changes coming soon.
* Use new GDK keysym names if available.Matthew Barnes2010-09-184-11/+22
| | | | | | | In GTK+ 2.21.8, the keysym names were renamed from GDK_* to GDK_KEY_*. I've added backward-compatibility macors to gtk-compat.h, which can be dumped as soon as we require GTK+ >= 2.22.0.
* Increase safety on WindowsFridrich Štrba2010-09-151-0/+36
| | | | Call SetDllDirectory() to reduce risk of DLL hijacking, and call SetProcessDEPPolicy() to reduce risk of rogue code execution.
* Coding style cleanups.Matthew Barnes2010-09-1335-614/+614
|
* Coding style and whitespace cleanups.Matthew Barnes2010-09-129-88/+88
|
* Re-work my GtkDialog:has-separator workaround.Matthew Barnes2010-09-111-2/+2
| | | | | | | If we're using GTK+ 2.21.8 (where gtk_dialog_set_has_separator() is deprecated but the property is still present and defaults to TRUE), we still need to set the property to FALSE. So instead use g_object_set() up through GTK+ 2.90.6, after which the property itself is gone.
* Work around deprecation of gtk_dialog_set_has_separator()Matthew Barnes2010-09-111-0/+2
| | | | | | Unfortunately the default value for this property is TRUE (bzzt, WRONG!) so we can't just remove the function outright until we require GTK+ 2.22. It was deprecated in GTK+ 2.21.8.
* Coding style and whitespace cleanup.Matthew Barnes2010-08-291-142/+124
|
* bugs.meego.com #2329 - Contact list editor is not translatedFederico Mena Quintero2010-08-281-11/+11
| | | | | | | | We had a 'context=yes' attribute in all the translatable labels, when in fact no label has the magic marker for the context string. This was somehow carried over from the .glade days. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Use the new e_load_book_source_async() where possible.Matthew Barnes2010-08-195-118/+132
| | | | | | It's easier to use than addressbook_load() but requires starting with an ESource rather than an EBook, and there's a couple places left where that's not so easy. I'll spend more time on it later.
* addressbook: Port to use new _async suffix instead of _ex suffixRob Bradford2010-08-0214-102/+102
|
* addressbook/gui, plugins/groupwise, widgets/misc: Update to new icon themeRob Bradford2010-08-023-5/+5
| | | | | | | Since gnome-icon-theme 2.30.x the icon name for the default avatar has changed from stock_person to avatar-default Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=616822
* Bug 625624 - Customizations of contacts views forgottenMatthew Barnes2010-07-301-1/+5
| | | | Found similar bugs in EShellMemoContent and EShellTaskContent.
* Bug #615049 - Crash in remove_contact at e-addressbook-model.c:202Milan Crha2010-07-141-0/+8
|
* Coding style and whitespace cleanup.Matthew Barnes2010-07-1212-43/+71
|
* Fix some compiler warnings.Matthew Barnes2010-07-111-2/+4
|
* Bug #623204 - Be able to report detailed errors from backendsMilan Crha2010-07-0923-266/+255
|
* Fix transience problems with ENameSelectorDialogs ...Michael Meeks2010-07-081-0/+2
|
* Bug 331305 - Can't drag email addresses to Contact List EditorMatthew Barnes2010-06-233-56/+40
|
* Bug 619347 - Contact List Editor calls wrong EDestination functionMatthew Barnes2010-06-211-1/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2010-06-201-6/+20
|
* Fix all remaining GTK3 issues.Matthew Barnes2010-06-162-5/+13
| | | | | | | | | | | | Work around the issue of GnomeCanvasItem amending its own flags to GtkObject::flags (which is sealed) by giving it its own flags field. This breaks libgnomecanvas ABI and API, but I see no other way. This commit didn't work the first time because gnome-pilot libraries were still pulling in the system-wide libgnomecanvas, and that was interfereing with our bundled version which has a different ABI. But gnome-pilot integration was dropped in the previous commit, so everything is now using the bundled libgnomecanvas.
* Remove gnome-pilot integration.Matthew Barnes2010-06-164-2304/+1
| | | | | | | | | | | | | | | | It just doesn't belong in Evolution anymore. We don't support syncing with more modern devices -- see Conduits or SyncEvolution for that -- so it does not make sense for older model Palm Pilot PDAs to be the lone exception. I have repackaged the Evolution-Data-Server conduit modules to be provided by gnome-pilot itself in bug #619315. This should provide eqivalent Palm Pilot syncing functionality; it's just being moved to gnome-pilot. This completely severs our dependency on deprecated GNOME 2.x libraries which were still being dragged in by way of gnome-pilot dependencies. It was also interfereing with our bundling of libgnomecanvas.
* Revert "Fix all remaining GTK3 issues."Matthew Barnes2010-06-152-13/+5
| | | | | | | This reverts commit fd8b55edaa88906b588aa07d9eadcacd34a7a774. Something in this commit seriously hosed ETable, making Evolution pretty much unusable. Reverting this until I can track down the problem.
* Fix all remaining GTK3 issues.Matthew Barnes2010-06-152-5/+13
| | | | | | Work around the issue of GnomeCanvasItem amending its own flags to GtkObject::flags (which is sealed) by giving it its own flags field. This breaks libgnomecanvas ABI and API, but I see no other way.
* Bug 603468 - Improve handling of --quit optionMatthew Barnes2010-06-131-3/+8
|
* Coding style and whitespace cleanups.Matthew Barnes2010-06-072-8/+23
|
* More GTK3 preparation.Matthew Barnes2010-06-041-2/+9
| | | | | This uses the new gtk_assistant_commit() I had added to GTK+ for our EImportAssistant progress page.
* Bug 619637 - Inconsistent buttons in delete confirmation dialogsMatthew Barnes2010-05-291-1/+1
|
* Bug 619783 - Web Addresses arrow button doesn't changeMatthew Barnes2010-05-291-1/+1
|
* Remove unnecessary conditional compilation macro.Matthew Barnes2010-05-291-4/+0
|
* Simplify the Notes tab in Contact Editor.Matthew Barnes2010-05-281-2971/+1794
|
* Bug #573510 - Outlook type CSV import brokenMilan Crha2010-05-281-79/+143
|
* Coding style and whitespace cleanup.Matthew Barnes2010-05-275-29/+57
|
* Merge branch 'express2'Matthew Barnes2010-05-272-1/+71
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-251-6/+6
| |
| * Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-251-2/+2
| |\
| | * On Windows, some LDIF files can have .ldi extensionFridrich Štrba2010-05-201-2/+2
| | |
| * | Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-172-12/+20
| |\|
| | * Bug #618177 - Mobile Phone of imported contacts not shown in previewMilan Crha2010-05-101-11/+20
| | |
| | * Bug #617150 - Crash printing contacts in List ViewBharath Acharya2010-04-291-1/+0
| | | | | | | | | | | | The returned widget does not have a reference added, so you do not need to unref it.
| | * Fix a potential crasher in e_contact_quick_add_email().Matthew Barnes2010-04-261-1/+1
| | |
| * | Fix a potential crasher in e_contact_quick_add_email().Matthew Barnes2010-04-301-1/+1
| | |
| * | Compress the contact viewer even more so it still fits.Michael Meeks2010-04-152-1/+70
| | |
| * | Merge gnome-2-30 into express2 to get bugfixesFederico Mena Quintero2010-04-101-0/+2
| |\| | | | | | | | | | | | | | | | Note that express2 got some documentation for EExtensible and friends, and that documentation is not in gnome-2-30 yet. We need to cherry-pick those commits into gnome-2-30 and elsewhere.
| | * Fix for bug #613564Jeff Cai2010-04-081-0/+2
| | | | | | | | | | | | If no <> in the email address, addr should be the full email address.
| * | Last scroll-pane, and manual sizing tweakMichael Meeks2010-04-072-1/+21
| | |
| * | Get the new contact sizing right despite the scrolled regions.Michael Meeks2010-04-072-1/+11
| | | | | | | | | | | | Add Claire's calendar popup feedback wrt. express mode
| * | Scrolled window for personal bits ...Michael Meeks2010-04-071-1/+19
| | |
| * | Add a scrolled area to cope if we want to expand mail settignsMichael Meeks2010-04-071-0/+18
| | |
| * | Add conditionally enabled expanders for 'Other' address and 'Misc'Michael Meeks2010-04-072-12/+24
| | | | | | | | | | | | personal items, to fit on a 600 pixel high screen.
| * | Switch back to an older version with my changes.Michael Meeks2010-04-071-471/+1491
| | |
| * | Adapt and further compact the UI with new expander-alikeMichael Meeks2010-04-071-39/+87
| | |
| * | Add expander button to E-mail pieces.Michael Meeks2010-04-071-0/+66
| | |
| * | Add vertical orientation properties to make glade-3 happy.Michael Meeks2010-04-071-0/+62
| | |
| * | Refresh contact-editor.ui.Matthew Barnes2010-04-071-1558/+461
| | | | | | | | | | | | | | | Just letting Glade have its way with the file. No manual changes other than setting GtkVBox orientations to "vertical".
| * | Compress new contact dialog (first page) a little; more to come.Michael Meeks2010-04-073-5/+31
| |/
* | Fix compiler warnings.Matthew Barnes2010-05-221-1/+1
| |
* | On Windows, some LDIF files can have .ldi extensionFridrich Štrba2010-05-201-2/+2
| |
* | Consider full name and also the first part of e-mail address forFridrich Štrba2010-05-201-0/+15
| | | | | | | | contact description in the import dialogue.
* | Bug #523775 - Order of Email Addresses in UI is brokenMilan Crha2010-05-191-12/+12
| |
* | Bug #499320 - Preview before import from command lineMilan Crha2010-05-195-6/+488
| |
* | Bug #603006 - Move All Contacts To enabled for read-only address booksMilan Crha2010-05-131-2/+9
| |
* | There is no 'shadow-type' property on a GtkExpanderMilan Crha2010-05-111-1/+0
| |
* | Bug #618177 - Mobile Phone of imported contact not shown in previewMilan Crha2010-05-101-11/+20
| |
* | Bug #545462 - Printing of contacts is weird.Vibha Yadav2010-05-073-18/+136
| | | | | | | | Lot of improvements in contact printing. A few more to follow suit.
* | Coding style and whitespace cleanup.Matthew Barnes2010-05-021-9/+11
| |
* | Bug #609052 - Crash printing contacts in List ViewBharath Acharya2010-04-291-1/+0
| | | | | | | | The returned widget does not have a reference added, so you do not need to unref it.
* | Adapt to libedataserverui API changes.Matthew Barnes2010-04-201-1/+3
| |
* | Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still remaining: GtkAccessible::widget GtkAssistant::forward GtkAssistant::back GtkObject::flags GtkTreeStore::stamp The GtkAssistant fields are related to bug #596428. We don't need accessor functions so much as the enhancement described there implemented. https://bugzilla.gnome.org/show_bug.cgi?id=615613
* | Forgot to commit some bits.Matthew Barnes2010-04-082-1/+10
| |
* | Giant leap towards GSEAL compliance.Matthew Barnes2010-04-0812-108/+144
| |
* | Bug #567304 - Review strings for translationMilan Crha2010-04-071-2/+2
| |
* | Generate ChangeLog files for tarball releases.Matthew Barnes2010-04-033-27386/+0
| | | | | | | | Remove old ChangeLog files that predate our switch to git.
* | Only #include Camel's top-level header.Matthew Barnes2010-04-031-1/+1
| |
* | Miscellaneous cleanup bits from WebKit branch.Matthew Barnes2010-04-022-31/+35
| |
* | Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-0211-90/+90
| |
* | Bug #261062 - Do not translate untranslatable textsMilan Crha2010-04-021-8/+4
| |
* | If no <> in the email address, the address should be the full email address.caiqm2010-03-311-0/+2
| | | | | | | | Fix for #613564
* | Last scroll-pane, and manual sizing tweakMichael Meeks2010-03-292-1/+21
| |
* | Get the new contact sizing right despite the scrolled regions.Michael Meeks2010-03-292-1/+11
| | | | | | | | Add Claire's calendar popup feedback wrt. express mode
* | Scrolled window for personal bits ...Michael Meeks2010-03-291-1/+19
| |
* | Add a scrolled area to cope if we want to expand mail settignsMichael Meeks2010-03-291-0/+18
| |
* | Add conditionally enabled expanders for 'Other' address and 'Misc'Michael Meeks2010-03-292-12/+24
| | | | | | | | personal items, to fit on a 600 pixel high screen.
* | Switch back to an older version with my changes.Michael Meeks2010-03-261-471/+1491
| |