Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: don't set draw_background to FALSE on EText | Cosimo Cecchi | 2012-06-18 | 2 | -3/+0 |
| | |||||
* | Do not call g_object_notify() when property didn't change | Milan Crha | 2012-06-18 | 4 | -0/+18 |
| | |||||
* | Bug #764467 - URL popup shows all Copy options | Dan Vrátil | 2012-06-18 | 1 | -2/+3 |
| | |||||
* | Move EBookSourceConfig to /widgets/misc. | Matthew Barnes | 2012-06-15 | 3 | -323/+0 |
| | | | | | | | | | | | EBookSourceConfig drags in no additional dependencies, and allows us to delay publishing a libevolution-addressbook.so since 3rd party packages will need to subclass EBookSourceConfig. The address book source code will need to be flattened into a single library before we could publish a libevolution-addressbook.so anyway. That would be a good thing to do regardless -- Evolution has way too many internal libraries -- but it's out of scope at the moment. | ||||
* | Adapt to single-include E-D-S libraries. | Matthew Barnes | 2012-06-04 | 30 | -71/+36 |
| | |||||
* | Adapt addressbook/gui/widgets to the new ESource API. | Matthew Barnes | 2012-06-03 | 9 | -101/+179 |
| | |||||
* | Adapt addressbook/gui/merging to the new ESource API. | Matthew Barnes | 2012-06-03 | 4 | -22/+41 |
| | |||||
* | Adapt EContactListEditor to the new ESource API. | Matthew Barnes | 2012-06-03 | 2 | -21/+24 |
| | |||||
* | Adapt EContactEditor to the new ESource API. | Matthew Barnes | 2012-06-03 | 4 | -44/+61 |
| | |||||
* | Add ESourceConfig widget. | Matthew Barnes | 2012-06-03 | 3 | -0/+323 |
| | | | | Base class for building address book and calendar configuration dialogs. | ||||
* | Reduce diff noise with 'account-mgmt' branch. | Matthew Barnes | 2012-06-03 | 1 | -1/+3 |
| | | | | One last time. | ||||
* | Remove tooltip_markup from .ui | Piotr Drąg | 2012-05-19 | 1 | -4/+1 |
| | | | | As it turns out, it's not actually required. | ||||
* | Mark forgotten tooltip strings as translatable | Piotr Drąg | 2012-05-16 | 1 | -3/+3 |
| | |||||
* | Fix some GSimpleAsyncResult reference leaks. | Matthew Barnes | 2012-05-13 | 1 | -0/+2 |
| | |||||
* | Use g_simple_async_result_set_check_cancellable(). | Matthew Barnes | 2012-05-13 | 1 | -6/+7 |
| | | | | Always call it immediately after g_simple_async_result_new(). | ||||
* | Whitespace cleanups. | Matthew Barnes | 2012-05-13 | 2 | -6/+5 |
| | |||||
* | Bug #674997 - Collapsing contact lists broken in Contacts preview | Dan Vrátil | 2012-05-03 | 3 | -11/+100 |
| | |||||
* | Bug #668998 - Consistent UI for saving Contacts like in Events/Tasks/Memos | Milan Crha | 2012-04-26 | 2 | -2/+4 |
| | |||||
* | Bug #668989 - Add a twitter username to IM in contacts | Milan Crha | 2012-04-26 | 2 | -2/+23 |
| | |||||
* | Bug #668543 - Crash in view_modify_contact_cb() if contact has no UID | Milan Crha | 2012-04-23 | 1 | -0/+7 |
| | |||||
* | Bug #674380 - Deselected contact keeps preview filled | Dan Vrátil | 2012-04-23 | 1 | -1/+3 |
| | |||||
* | Bug #674272 - Contacts preview differs with mailer running and not | Dan Vrátil | 2012-04-23 | 2 | -33/+7 |
| | | | | | | This splits the giant EMailRequest to individual EFileRequest, EStockRequest, EHTTPRequest and EMailRequest, making the first two available globally from e-utils, the othe two are loaded only with mailer, since no other component uses them. | ||||
* | Adapt to libedataserver[ui] changes. | Matthew Barnes | 2012-04-22 | 6 | -30/+62 |
| | |||||
* | Bug #667912 - Remove name field from formatted address label | Milan Crha | 2012-04-18 | 1 | -6/+11 |
| | |||||
* | Whitespace cleanup. | Matthew Barnes | 2012-04-02 | 3 | -112/+112 |
| | | | | | Replace 8-space indentation with tab characters, and various other automated cleanups. | ||||
* | WebKit port - port addressbook, calendar and update composer to keep working ↵ | Dan Vrátil | 2012-03-29 | 4 | -1125/+1423 |
| | | | | with GtkHtml | ||||
* | Bug #665399 - Cannot change File Under to custom value | Milan Crha | 2012-03-17 | 1 | -2/+17 |
| | |||||
* | Add missing linker flags. | Matthew Barnes | 2012-03-04 | 1 | -0/+1 |
| | |||||
* | Move EAlert* and e-xml-utils references from other part of the code to ↵ | Srinivasa Ragavan | 2012-03-03 | 8 | -8/+8 |
| | | | | libevolution-utils. | ||||
* | Bug #670512 - Crash in ecp_set_target at e-cal-config.c:93 | Milan Crha | 2012-02-21 | 1 | -4/+2 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 20 | -585/+311 |
| | |||||
* | Fix broken Help button link in Contact Editor after Mallard transition. | Andre Klapper | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | Bug #591436 - Add -avoid-version to LDFLAGS | H. Habighorst | 2012-02-15 | 2 | -2/+2 |
| | |||||
* | Bug #665036 - Memory leaks spot in Contacts view | Milan Crha | 2012-01-04 | 4 | -16/+34 |
| | |||||
* | Fix compiler warnings. | Matthew Barnes | 2011-12-17 | 2 | -26/+39 |
| | | | | | gtk_dialog_new_with_buttons() requires some buttons, otherwise use gtk_dialog_new() and set title/transient-for/etc properties manually. | ||||
* | Fix leaks around categories editing | Milan Crha | 2011-12-14 | 1 | -2/+3 |
| | | | | Requires commit 768ca76 in evolution-data-server | ||||
* | Upstreamed patch from MeeGo Bugzilla: 22945 | Srinivasa Ragavan | 2011-12-01 | 1 | -0/+8 |
| | | | | Check for birthdays which can't be set to future dates. | ||||
* | Miscellaneous cleanups. | Matthew Barnes | 2011-11-23 | 2 | -0/+2 |
| | |||||
* | Build fixes | Rodrigo Moya | 2011-11-18 | 1 | -1/+1 |
| | |||||
* | Migrate all EABConfig* code to use GSettings | Rodrigo Moya | 2011-11-17 | 2 | -9/+8 |
| | |||||
* | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-11-02 | 2 | -9/+35 |
|\ | |||||
| * | Teach Evolution about Photo/Logo EContact fields stored as URIs | Tristan Van Berkom | 2011-11-02 | 2 | -9/+35 |
| | | | | | | | | Committing Milan Crha's patch here at his request (bug 652178). | ||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-24 | 1 | -0/+7 |
|\| | |||||
| * | Bug #661409 - Contact display drops address lines | Dan Vrátil | 2011-10-20 | 1 | -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. | ||||
* | | Migrate Contact Editor to GSettings | Rodrigo Moya | 2011-10-13 | 1 | -14/+4 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-13 | 1 | -25/+26 |
|\| | |||||
| * | Bug #661404 - Adding multiple e-mails to contact list is too hard | Milan Crha | 2011-10-11 | 1 | -25/+26 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-10 | 1 | -9/+25 |
|\| | |||||
| * | Bug #659876 - Make automatic contact address formatting optional | Dan Vrátil | 2011-10-07 | 1 | -4/+22 |
| | | | | | | | | | | Make behavior introduced in bug #636809 optional by adding checkbox to Preferences->Contacts. | ||||
| * | Let GtkFileChooser track its own last-used-folder. | Matthew Barnes | 2011-10-06 | 1 | -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 Barnes | 2011-10-06 | 1 | -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 build | Rodrigo Moya | 2011-10-06 | 1 | -1/+0 |
| | | |||||
* | | Merge from master | Rodrigo Moya | 2011-10-05 | 21 | -145/+259 |
|\| | |||||
| * | Simplify library dependency flags. | Matthew Barnes | 2011-10-05 | 4 | -14/+16 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
| * | LC_ADDRESS is no posix and may not be defined. | Antoine Jacoutot | 2011-10-01 | 1 | -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 warnings | Milan Crha | 2011-09-30 | 3 | -4/+6 |
| | | |||||
| * | Remove Ctrl + l () character from source files | Paul Menzel | 2011-09-30 | 1 | -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 Number | Milan Crha | 2011-09-28 | 1 | -1/+14 |
| | | |||||
| * | Miscellaneous cleanups from the account-mgmt branch. | Matthew Barnes | 2011-09-27 | 14 | -126/+220 |
| | | | | | | | | | | 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 needed | Milan Crha | 2011-09-26 | 1 | -2/+2 |
| | | |||||
| * | Invalid unref when merging contacts | Milan Crha | 2011-09-26 | 1 | -1/+2 |
| | | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-04 | 31 | -424/+585 |
| | | |||||
| * | Do not show IM icons, a workaround till bug #473862 is fixed | Milan Crha | 2011-08-18 | 1 | -0/+5 |
| | | |||||
| * | Bug #656722 - Incorrect prototype of notify:: signal callback | Milan Crha | 2011-08-17 | 2 | -20/+12 |
| | | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-08-13 | 12 | -319/+616 |
| | | |||||
| * | Bug #655492 - Move 'Automatic contacts' tab to 'Contacts' part | Milan Crha | 2011-08-09 | 2 | -1/+37 |
| | | |||||
| * | Coding style and whitespace cleanups. | Matthew Barnes | 2011-07-24 | 1 | -2/+4 |
| | | |||||
| * | Autocompletion in contact list editor didn't work | Milan Crha | 2011-06-30 | 1 | -0/+2 |
| | | | | | | | | due to forgotten call to load books to ENameSelector | ||||
| * | Bug #653644 - Warning when adding plain address into a contact list | Dan Vrátil | 2011-06-30 | 1 | -6/+14 |
| | | |||||
| * | Bug #224687 - Various fixes in contact list editor | Dan Vrátil | 2011-06-29 | 3 | -34/+138 |
| | | | | | | | | | | | | - 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_cb | Milan Crha | 2011-06-29 | 1 | -1/+2 |
| | | |||||
| * | Bug #224687 - Create lists of lists | Dan Vrátil | 2011-06-28 | 5 | -323/+417 |
| | | |||||
| * | Check for cancelled GIO operation error code too | Milan Crha | 2011-06-28 | 5 | -16/+24 |
| | | |||||
| * | Postpone ENameSelector loading as much as possible | Milan Crha | 2011-06-24 | 1 | -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 large | Milan Crha | 2011-06-23 | 1 | -5/+0 |
| | | |||||
| * | Do not use deprecated EBook/ECal API | Milan Crha | 2011-06-14 | 26 | -923/+1082 |
| | | |||||
| * | Coding style and whitespace cleanups. | Matthew Barnes | 2011-06-14 | 3 | -18/+12 |
| | | |||||
| * | Replace G_CONST_RETURN with 'const'. | Matthew Barnes | 2011-06-10 | 3 | -20/+20 |
| | | | | | | | | GLib is finally dropping this hack. | ||||
| * | Coding style and whitespace cleanups. | Matthew Barnes | 2011-06-09 | 6 | -76/+155 |
| | | |||||
| * | Fix compiler warnings | Milan Crha | 2011-06-03 | 1 | -2/+2 |
| | | |||||
| * | Bug #332907 - Contact editor duplication alert misleading | Dan Vrátil | 2011-06-03 | 4 | -3/+32 |
| | | |||||
| * | Bug #636809 - Address labels formatting improvements | Dan Vrátil | 2011-06-03 | 7 | -2/+12118 |
| | | | | | | | | Address labels should be formated according to country specific standards. | ||||
| * | Bug #642557 - Display maps in contact preview | Dan Vrátil | 2011-06-02 | 3 | -13/+194 |
| | | |||||
| * | Including <glib-object.h> directly is rarely needed. | Matthew Barnes | 2011-05-28 | 2 | -3/+0 |
| | | |||||
| * | Including <glib.h> directly is rarely needed. | Matthew Barnes | 2011-05-28 | 2 | -2/+0 |
| | | |||||
| * | Bug #229244 - Re-ordering email addresses in contact list editor | Dan Vrátil | 2011-05-28 | 2 | -9/+293 |
| | | |||||
| * | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 23 | -1/+61 |
| | | |||||
| * | Bug #651135 - Crash using saved search with an empty expression | Milan Crha | 2011-05-26 | 1 | -0/+6 |
| | | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-05-22 | 10 | -284/+568 |
| | | |||||
| * | Bug #619347 - Decode QP in email in Contact List Editor | Milan Crha | 2011-05-13 | 1 | -0/+10 |
| | | |||||
| * | Coding style cleanups. | Matthew Barnes | 2011-05-09 | 10 | -57/+57 |
| | | |||||
| * | Whitespace and coding style cleanups. | Matthew Barnes | 2011-05-08 | 4 | -7/+12 |
| | | |||||
| * | Bug 649381 - Memory leaks in contact editor | Dan Vrátil | 2011-05-05 | 1 | -0/+7 |
| | | |||||
| * | Bug 619782 - Characters override in contact editor express mode | Matthew Barnes | 2011-04-23 | 1 | -3/+0 |
| | | |||||
| * | Bug #647116 - Crash in g_error_matches, e_contact_editor_contact_modified | Milan Crha | 2011-04-19 | 1 | -3/+3 |
| | | |||||
| * | Bug #645610 - [regression] Editing contact doesn't refresh view | Milan Crha | 2011-04-19 | 1 | -9/+8 |
| | | |||||
| * | Bug 644194 - EAddressbookModel: Logic error in remove_contact() | Jari Urpalainen | 2011-03-08 | 1 | -7/+26 |
| | | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-03-06 | 7 | -9/+20 |
| | | |||||
| * | Whitespace cleanup. | Matthew Barnes | 2011-03-05 | 1 | -1/+0 |
| | | |||||
| * | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly | Milan Crha | 2011-02-25 | 8 | -47/+27 |
| | | |||||
| * | Bug #635002 - Fix invalid use of .la file in contact-editor | Pacho Ramos | 2011-02-24 | 1 | -1/+1 |
| | | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-02-19 | 3 | -10/+20 |
| | | |||||
| * | Bug #255973 - Contact preview waste space and cosmetic correction | Dan Vrátil | 2011-02-16 | 2 | -148/+246 |
| | | |||||
| * | Remove NULL checks for GObject methods. | Matthew Barnes | 2011-02-13 | 7 | -16/+16 |
| | | | | | | | | | | As of GLib 2.28 all GObject virtual methods, including constructed(), are safe to chain up to unconditionally. Remove unnecessary checks. | ||||
| * | More whitespace cleanup. | Matthew Barnes | 2011-01-31 | 4 | -253/+306 |
| | | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-01-30 | 3 | -27/+49 |
| | | |||||
| * | Bug #640707 - Crash on 'Add to address book'->'Edit full' click | Milan Crha | 2011-01-28 | 2 | -3/+1 |
| | | |||||
| * | Bug #640526 - Default column width in address card view is small | Matthew Barnes | 2011-01-26 | 2 | -4/+4 |
| | | |||||
| * | Adapt to GtkComboBox class reorg. | Matthew Barnes | 2011-01-25 | 4 | -14/+30 |
| | | |||||
| * | Dialogs no longer have separators. | Matthew Barnes | 2011-01-25 | 7 | -7/+2 |
| | | |||||
| * | Drop backward-compatibility cruft. | Matthew Barnes | 2011-01-25 | 7 | -24/+0 |
| | | |||||
| * | Use e_load_book_source_async() for all EBook loading. | Matthew Barnes | 2011-01-22 | 2 | -86/+110 |
| | | |||||
| * | Fudge gtk_widget_get_preferred_size() for gtk2. | Matthew Barnes | 2011-01-15 | 1 | -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 books | Milan Crha | 2011-01-11 | 1 | -2/+10 |
| | | |||||
| * | Bug #638087 - Crash at merging duplicate contact | Vibha Yadav | 2011-01-11 | 1 | -1/+1 |
| | | | | | | | | Using 'comments' instead of 'comment'. | ||||
| * | Show common addressbook and calendar errors in an alert sink | Milan Crha | 2010-12-15 | 7 | -42/+62 |
| | | |||||
| * | Free/busy meeting view doesn't work due to non-working extension | Milan Crha | 2010-12-06 | 2 | -0/+6 |
| | | |||||
| * | Localize few strings with ngettext | Milan Crha | 2010-12-02 | 1 | -3/+7 |
| | | | | | | | | Per request of bug #635414 | ||||
| * | Added few translator comments | Milan Crha | 2010-11-30 | 1 | -1/+1 |
| | | | | | | | | As requested in bug #635414 | ||||
| * | Bug #633779 - GtkComboBoxText issues | Milan Crha | 2010-11-18 | 2 | -7/+29 |
| | | |||||
| * | Bug #632671 - "Search interrupted" status message forever | Milan Crha | 2010-11-09 | 2 | -1/+28 |
| | | |||||
| * | Utilize the new ESourceSelector:primary-selection property. | Matthew Barnes | 2010-11-02 | 2 | -62/+16 |
| | | |||||
* | | Bug #637673 - Make phone fields one row and auto-expand when needed | Milan Crha | 2011-09-26 | 1 | -2/+2 |
| | | |||||
* | | Invalid unref when merging contacts | Milan Crha | 2011-09-26 | 1 | -1/+2 |
| | | |||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-14 | 31 | -424/+585 |
| | | |||||
* | | Do not show IM icons, a workaround till bug #473862 is fixed | Milan Crha | 2011-09-14 | 1 | -0/+5 |
| | | |||||
* | | Bug #656722 - Incorrect prototype of notify:: signal callback | Milan Crha | 2011-09-14 | 2 | -20/+12 |
| | | |||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-14 | 12 | -319/+616 |
| | | |||||
* | | Bug #655492 - Move 'Automatic contacts' tab to 'Contacts' part | Milan Crha | 2011-09-14 | 2 | -1/+37 |
| | | |||||
* | | Coding style and whitespace cleanups. | Matthew Barnes | 2011-09-14 | 1 | -2/+4 |
| | | |||||
* | | Autocompletion in contact list editor didn't work | Milan Crha | 2011-09-14 | 1 | -0/+2 |
| | | | | | | | | due to forgotten call to load books to ENameSelector | ||||
* | | Bug #653644 - Warning when adding plain address into a contact list | Dan Vrátil | 2011-09-14 | 1 | -6/+14 |
| | | |||||
* | | Bug #224687 - Various fixes in contact list editor | Dan Vrátil | 2011-06-30 | 3 | -34/+138 |
| | | | | | | | | | | | | - 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_cb | Milan Crha | 2011-06-30 | 1 | -1/+2 |
| | | |||||
* | | Bug #224687 - Create lists of lists | Dan Vrátil | 2011-06-30 | 5 | -323/+417 |
| | | |||||
* | | Check for cancelled GIO operation error code too | Milan Crha | 2011-06-30 | 5 | -16/+24 |
| | | |||||
* | | Postpone ENameSelector loading as much as possible | Milan Crha | 2011-06-30 | 1 | -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 large | Milan Crha | 2011-06-30 | 1 | -5/+0 |
| | | |||||
* | | Do not use deprecated EBook/ECal API | Milan Crha | 2011-06-30 | 26 | -923/+1082 |
| | | |||||
* | | Coding style and whitespace cleanups. | Matthew Barnes | 2011-06-30 | 3 | -18/+12 |
| | | |||||
* | | Replace G_CONST_RETURN with 'const'. | Matthew Barnes | 2011-06-30 | 3 | -20/+20 |
| | | | | | | | | GLib is finally dropping this hack. | ||||
* | | Coding style and whitespace cleanups. | Matthew Barnes | 2011-06-30 | 6 | -76/+155 |
| | | |||||
* | | Fix compiler warnings | Milan Crha | 2011-06-30 | 1 | -2/+2 |
| | | |||||
* | | Bug #332907 - Contact editor duplication alert misleading | Dan Vrátil | 2011-06-30 | 4 | -3/+32 |
| | | |||||
* | | Bug #636809 - Address labels formatting improvements | Dan Vrátil | 2011-06-30 | 7 | -2/+12118 |
| | | | | | | | | Address labels should be formated according to country specific standards. | ||||
* | | Bug #642557 - Display maps in contact preview | Dan Vrátil | 2011-06-30 | 3 | -13/+194 |
| | | |||||
* | | Including <glib-object.h> directly is rarely needed. | Matthew Barnes | 2011-06-30 | 2 | -3/+0 |
| | | |||||
* | | Including <glib.h> directly is rarely needed. | Matthew Barnes | 2011-06-30 | 2 | -2/+0 |
| | | |||||
* | | Bug #229244 - Re-ordering email addresses in contact list editor | Dan Vrátil | 2011-06-30 | 2 | -9/+293 |
| | | |||||
* | | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-06-30 | 23 | -1/+61 |
| | | |||||
* | | Bug #651135 - Crash using saved search with an empty expression | Milan Crha | 2011-06-30 | 1 | -0/+6 |
| | | |||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2011-06-30 | 10 | -284/+568 |
| | | |||||
* | | Bug #619347 - Decode QP in email in Contact List Editor | Milan Crha | 2011-06-30 | 1 | -0/+10 |
| | | |||||
* | | Coding style cleanups. | Matthew Barnes | 2011-06-30 | 10 | -57/+57 |
| | | |||||
* | | Whitespace and coding style cleanups. | Matthew Barnes | 2011-06-30 | 4 | -7/+12 |
| | | |||||
* | | Bug 649381 - Memory leaks in contact editor | Dan Vrátil | 2011-06-30 | 1 | -0/+7 |
| | | |||||
* | | Bug 619782 - Characters override in contact editor express mode | Matthew Barnes | 2011-06-30 | 1 | -3/+0 |
| | | |||||
* | | Bug #647116 - Crash in g_error_matches, e_contact_editor_contact_modified | Milan Crha | 2011-06-30 | 1 | -3/+3 |
| | | |||||
* | | Bug #645610 - [regression] Editing contact doesn't refresh view | Milan Crha | 2011-06-30 | 1 | -9/+8 |
| | | |||||
* | | Bug 644194 - EAddressbookModel: Logic error in remove_contact() | Jari Urpalainen | 2011-06-30 | 1 | -7/+26 |
| | | |||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2011-06-30 | 7 | -9/+20 |
| | | |||||
* | | Whitespace cleanup. | Matthew Barnes | 2011-06-30 | 1 | -1/+0 |
| | | |||||
* | | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly | Milan Crha | 2011-06-30 | 8 | -47/+27 |
| | | |||||
* | | Bug #635002 - Fix invalid use of .la file in contact-editor | Pacho Ramos | 2011-06-30 | 1 | -1/+1 |
| | | |||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2011-06-30 | 3 | -10/+20 |
| | | |||||
* | | Bug #255973 - Contact preview waste space and cosmetic correction | Dan Vrátil | 2011-06-30 | 2 | -148/+246 |
| | | |||||
* | | Remove NULL checks for GObject methods. | Matthew Barnes | 2011-06-30 | 7 | -16/+16 |
| | | | | | | | | | | As of GLib 2.28 all GObject virtual methods, including constructed(), are safe to chain up to unconditionally. Remove unnecessary checks. | ||||
* | | More whitespace cleanup. | Matthew Barnes | 2011-06-30 | 4 | -253/+306 |
| | | |||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2011-06-30 | 3 | -27/+49 |
| | | |||||
* | | Bug #640707 - Crash on 'Add to address book'->'Edit full' click | Milan Crha | 2011-06-30 | 2 | -3/+1 |
| | | |||||
* | | Bug #640526 - Default column width in address card view is small | Matthew Barnes | 2011-06-30 | 2 | -4/+4 |
| | | |||||
* | | Adapt to GtkComboBox class reorg. | Matthew Barnes | 2011-06-30 | 4 | -14/+30 |
| | | |||||
* | | Dialogs no longer have separators. | Matthew Barnes | 2011-06-30 | 7 | -7/+2 |
| | | |||||
* | | Drop backward-compatibility cruft. | Matthew Barnes | 2011-06-30 | 7 | -24/+0 |
| | | |||||
* | | Use e_load_book_source_async() for all EBook loading. | Matthew Barnes | 2011-06-30 | 2 | -86/+110 |
| | | |||||
* | | Fudge gtk_widget_get_preferred_size() for gtk2. | Matthew Barnes | 2011-06-30 | 1 | -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 books | Milan Crha | 2011-06-30 | 1 | -2/+10 |
| | | |||||
* | | Bug #638087 - Crash at merging duplicate contact | Vibha Yadav | 2011-06-30 | 1 | -1/+1 |
| | | | | | | | | Using 'comments' instead of 'comment'. | ||||
* | | Show common addressbook and calendar errors in an alert sink | Milan Crha | 2011-06-30 | 7 | -42/+62 |
| | | |||||
* | | Free/busy meeting view doesn't work due to non-working extension | Milan Crha | 2011-06-30 | 2 | -0/+6 |
| | | |||||
* | | Localize few strings with ngettext | Milan Crha | 2011-06-30 | 1 | -3/+7 |
| | | | | | | | | Per request of bug #635414 | ||||
* | | Added few translator comments | Milan Crha | 2011-06-30 | 1 | -1/+1 |
| | | | | | | | | As requested in bug #635414 | ||||
* | | Bug #633779 - GtkComboBoxText issues | Milan Crha | 2011-06-30 | 2 | -7/+29 |
| | | |||||
* | | Bug #632671 - "Search interrupted" status message forever | Milan Crha | 2010-11-10 | 2 | -1/+28 |
| | | |||||
* | | Utilize the new ESourceSelector:primary-selection property. | Matthew Barnes | 2010-11-10 | 2 | -62/+16 |
|/ | |||||
* | addressbook: Only include libgnomecanvas.h | Benjamin Otte | 2010-10-30 | 4 | -5/+4 |
| | |||||
* | Bug #632278 - Double .vcf extension on addressbook save | Milan Crha | 2010-10-29 | 1 | -7/+4 |
| | |||||
* | Workaround GtkComboBoxText/GtkComboBoxEntry in .ui files | Milan Crha | 2010-10-28 | 1 | -4/+4 |
| | |||||
* | Drop usage of GtkAnchorType. | Matthew Barnes | 2010-10-27 | 2 | -3/+0 |
| | | | | gtk+-3.0 removed it for being "unused". | ||||
* | Simplify EActivity. | Matthew Barnes | 2010-10-23 | 1 | -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 Barnes | 2010-10-21 | 2 | -10/+13 |
| | |||||
* | Bug 632641 - Handle combo box text API going away | Matthias Clasen | 2010-10-21 | 2 | -13/+19 |
| | |||||
* | Bug #630504 - Precache collate keys before sorting in EReflowModel | Milan Crha | 2010-10-20 | 1 | -5/+41 |
| | |||||
* | Widget 'label-comments' gone in Contact editor | Milan Crha | 2010-10-15 | 1 | -1/+0 |
| | |||||
* | Replace EBinding with GBinding. | Matthew Barnes | 2010-10-14 | 1 | -1/+0 |
| | | | | | | GObject now does property bindings itself. Requires GLib >= 2.26. | ||||
* | Bug #631320 - GtkObject is gone in GTK3 | Milan Crha | 2010-10-07 | 3 | -4/+4 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-10-04 | 1 | -1/+3 |
| | |||||
* | Bug #629636 - Doesn't recognize local ESource-s | Milan Crha | 2010-09-29 | 1 | -2/+21 |
| | |||||
* | Add a GCancellable to EActivity. | Matthew Barnes | 2010-09-19 | 1 | -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 Barnes | 2010-09-18 | 4 | -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. | ||||
* | Coding style cleanups. | Matthew Barnes | 2010-09-13 | 28 | -399/+399 |
| | |||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-09-12 | 9 | -88/+88 |
| | |||||
* | Re-work my GtkDialog:has-separator workaround. | Matthew Barnes | 2010-09-11 | 1 | -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 Barnes | 2010-09-11 | 1 | -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 Barnes | 2010-08-29 | 1 | -142/+124 |
| | |||||
* | bugs.meego.com #2329 - Contact list editor is not translated | Federico Mena Quintero | 2010-08-28 | 1 | -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 Barnes | 2010-08-19 | 5 | -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 suffix | Rob Bradford | 2010-08-02 | 10 | -75/+75 |
| | |||||
* | addressbook/gui, plugins/groupwise, widgets/misc: Update to new icon theme | Rob Bradford | 2010-08-02 | 3 | -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 forgotten | Matthew Barnes | 2010-07-30 | 1 | -1/+5 |
| | | | | Found similar bugs in EShellMemoContent and EShellTaskContent. | ||||
* | Bug #615049 - Crash in remove_contact at e-addressbook-model.c:202 | Milan Crha | 2010-07-14 | 1 | -0/+8 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-07-12 | 7 | -16/+27 |
| | |||||
* | Fix some compiler warnings. | Matthew Barnes | 2010-07-11 | 1 | -2/+4 |
| | |||||
* | Bug #623204 - Be able to report detailed errors from backends | Milan Crha | 2010-07-09 | 18 | -221/+207 |
| | |||||
* | Fix transience problems with ENameSelectorDialogs ... | Michael Meeks | 2010-07-08 | 1 | -0/+2 |
| | |||||
* | Bug 331305 - Can't drag email addresses to Contact List Editor | Matthew Barnes | 2010-06-23 | 3 | -56/+40 |
| | |||||
* | Bug 619347 - Contact List Editor calls wrong EDestination function | Matthew Barnes | 2010-06-21 | 1 | -1/+1 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-06-20 | 1 | -6/+20 |
| | |||||
* | Fix all remaining GTK3 issues. | Matthew Barnes | 2010-06-16 | 2 | -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. | ||||
* | Revert "Fix all remaining GTK3 issues." | Matthew Barnes | 2010-06-15 | 2 | -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 Barnes | 2010-06-15 | 2 | -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 option | Matthew Barnes | 2010-06-13 | 1 | -3/+8 |
| | |||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-06-07 | 1 | -5/+13 |
| | |||||
* | More GTK3 preparation. | Matthew Barnes | 2010-06-04 | 1 | -2/+9 |
| | | | | | This uses the new gtk_assistant_commit() I had added to GTK+ for our EImportAssistant progress page. | ||||
* | Bug 619783 - Web Addresses arrow button doesn't change | Matthew Barnes | 2010-05-29 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary conditional compilation macro. | Matthew Barnes | 2010-05-29 | 1 | -4/+0 |
| | |||||
* | Simplify the Notes tab in Contact Editor. | Matthew Barnes | 2010-05-28 | 1 | -2971/+1794 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-27 | 2 | -4/+8 |
| | |||||
* | Merge branch 'express2' | Matthew Barnes | 2010-05-27 | 2 | -1/+71 |
|\ | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-25 | 1 | -6/+6 |
| | | |||||
| * | Merge branch 'gnome-2-30' into express2 | Matthew Barnes | 2010-05-17 | 1 | -1/+0 |
| |\ | |||||
| | * | Bug #617150 - Crash printing contacts in List View | Bharath Acharya | 2010-04-29 | 1 | -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 Barnes | 2010-04-26 | 1 | -1/+1 |
| | | | |||||
| * | | Fix a potential crasher in e_contact_quick_add_email(). | Matthew Barnes | 2010-04-30 | 1 | -1/+1 |
| | | | |||||
| * | | Compress the contact viewer even more so it still fits. | Michael Meeks | 2010-04-15 | 2 | -1/+70 |
| | | | |||||
| * | | Merge gnome-2-30 into express2 to get bugfixes | Federico Mena Quintero | 2010-04-10 | 1 | -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 #613564 | Jeff Cai | 2010-04-08 | 1 | -0/+2 |
| | | | | | | | | | | | | If no <> in the email address, addr should be the full email address. | ||||
| * | | Last scroll-pane, and manual sizing tweak | Michael Meeks | 2010-04-07 | 2 | -1/+21 |
| | | | |||||
| * | | Get the new contact sizing right despite the scrolled regions. | Michael Meeks | 2010-04-07 | 2 | -1/+11 |
| | | | | | | | | | | | | Add Claire's calendar popup feedback wrt. express mode | ||||
| * | | Scrolled window for personal bits ... | Michael Meeks | 2010-04-07 | 1 | -1/+19 |
| | | | |||||
| * | | Add a scrolled area to cope if we want to expand mail settigns | Michael Meeks | 2010-04-07 | 1 | -0/+18 |
| | | | |||||
| * | | Add conditionally enabled expanders for 'Other' address and 'Misc' | Michael Meeks | 2010-04-07 | 2 | -12/+24 |
| | | | | | | | | | | | | personal items, to fit on a 600 pixel high screen. | ||||
| * | | Switch back to an older version with my changes. | Michael Meeks | 2010-04-07 | 1 | -471/+1491 |
| | | | |||||
| * | | Adapt and further compact the UI with new expander-alike | Michael Meeks | 2010-04-07 | 1 | -39/+87 |
| | | | |||||
| * | | Add expander button to E-mail pieces. | Michael Meeks | 2010-04-07 | 1 | -0/+66 |
| | | | |||||
| * | | Add vertical orientation properties to make glade-3 happy. | Michael Meeks | 2010-04-07 | 1 | -0/+62 |
| | | | |||||
| * | | Refresh contact-editor.ui. | Matthew Barnes | 2010-04-07 | 1 | -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 Meeks | 2010-04-07 | 3 | -5/+31 |
| |/ | |||||
* | | Bug #523775 - Order of Email Addresses in UI is broken | Milan Crha | 2010-05-19 | 1 | -12/+12 |
| | | |||||
* | | Bug #603006 - Move All Contacts To enabled for read-only address books | Milan Crha | 2010-05-13 | 1 | -2/+9 |
| | |