aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets
Commit message (Expand)AuthorAgeFilesLines
* [Addressbook] Show editor errors above editor windowMilan Crha2013-08-075-6/+12
* Miscellaneous cleanups.Matthew Barnes2013-07-281-3/+4
* EaMinicardView: Create a minicard object, if not present in a listMilan Crha2013-07-101-0/+6
* Remove GalViewFactoryMinicard.Matthew Barnes2013-07-064-133/+0
* GalViewFactoryClass: Remove the new_view() method.Matthew Barnes2013-07-061-8/+0
* GalViewFactoryClass: Remove the get_type_code() method.Matthew Barnes2013-07-061-7/+0
* GalViewFactoryClass: Add a "gal_view_type" member.Matthew Barnes2013-07-061-0/+1
* GalViewClass: Replace get_type_code() with "type_code" string.Matthew Barnes2013-07-061-7/+1
* GalView: Store the title string internally.Matthew Barnes2013-07-062-55/+2
* GalView-related cleanups.Matthew Barnes2013-07-061-7/+8
* GalViewFactory: Remove get_title() method.Matthew Barnes2013-07-061-7/+0
* GalView: Remove edit() method.Matthew Barnes2013-07-061-1/+0
* EShellView: Add a "view-instance" property.Matthew Barnes2013-07-061-3/+8
* ETableSpecification: Implement GInitable.Matthew Barnes2013-07-021-5/+11
* Remove e_table_new_from_spec_file().Matthew Barnes2013-07-021-1/+7
* e_table_new_from_spec_file: Remove unused "state_fn" parameter.Matthew Barnes2013-07-021-2/+1
* Convert ETableModel to an interface.Matthew Barnes2013-06-192-17/+28
* ETable-related cleanups.Matthew Barnes2013-06-191-40/+44
* Rename libeshell to libevolution-shell.Matthew Barnes2013-05-281-1/+1
* Rename libeutil to libevolution-util.Matthew Barnes2013-05-281-1/+1
* Simplify EABContactFormatter.Matthew Barnes2013-05-213-307/+45
* EABContactFormatter cleanups.Matthew Barnes2013-05-212-200/+184
* EAddressbookModel: Listen to the cache for client readonly changes.Matthew Barnes2013-02-251-33/+43
* EAddressbookModel: Replace "registry" property with "client-cache".Matthew Barnes2013-02-255-56/+89
* EAddressbookSelector: Inherit from EClientSelector.Matthew Barnes2013-02-192-10/+22
* Defer "backend-died" alerts to EShell.Matthew Barnes2013-02-173-61/+0
* Fix up error handling around e_book/cal_client_connect_finish().Matthew Barnes2013-01-312-6/+2
* Use e_book_client_connect().Matthew Barnes2013-01-302-31/+27
* Contact's print doesn't decode QP encoded email addressesMilan Crha2013-01-236-61/+4
* Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.Matthew Barnes2013-01-201-2/+2
* Avoid deprecated libedataserver APIs.Matthew Barnes2013-01-154-10/+14
* e-config: Remove unused functions.Matthew Barnes2012-12-172-4/+3
* Move the contact map widgets to addressbook/gui/widgets.Matthew Barnes2012-12-138-5/+1814
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-1323-100/+55
* Address couple issues found by a Coverity scanMilan Crha2012-11-302-2/+3
* Add a GdkDevice parameter to gnome_canvas_item_grab().Matthew Barnes2012-11-301-7/+18
* Avoid using GdkEventButton directly in certain places.Matthew Barnes2012-11-302-5/+9
* Bug #687360 - Crash on quit in gtk_style_context_get_valist()Milan Crha2012-11-291-3/+8
* Coding style and whitespace cleanup.Matthew Barnes2012-11-1114-843/+1055
* Bug #683877 - No more contextual menus for linksMilan Crha2012-11-091-3/+2
* Coding style and whitespace cleanup.Matthew Barnes2012-08-207-24/+23
* Bug #680666 - Contacts/Tasks/Memos preview pane does not follow theme colorsDan Vrátil2012-08-023-12/+123
* Bug #674427 - Crash when formatting contact in addressbookDan Vrátil2012-06-273-23/+43
* Fix displaying photos in contacts previewDan Vrátil2012-06-271-3/+6
* Coding style and whitespace cleanup.Matthew Barnes2012-06-256-8/+4
* Reduce usage of g_type_class_peek_parent().Matthew Barnes2012-06-2510-96/+34
* all: don't set draw_background to FALSE on ETextCosimo Cecchi2012-06-182-3/+0
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-183-0/+9
* Bug #764467 - URL popup shows all Copy optionsDan Vrátil2012-06-181-2/+3
* Move EBookSourceConfig to /widgets/misc.Matthew Barnes2012-06-153-323/+0
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-0418-37/+22
* Adapt addressbook/gui/widgets to the new ESource API.Matthew Barnes2012-06-039-101/+179
* Add ESourceConfig widget.Matthew Barnes2012-06-033-0/+323
* Fix some GSimpleAsyncResult reference leaks.Matthew Barnes2012-05-131-0/+2
* Use g_simple_async_result_set_check_cancellable().Matthew Barnes2012-05-131-6/+7
* Whitespace cleanups.Matthew Barnes2012-05-132-6/+5
* Bug #674997 - Collapsing contact lists broken in Contacts previewDan Vrátil2012-05-033-11/+100
* Bug #668989 - Add a twitter username to IM in contactsMilan Crha2012-04-261-1/+20
* Bug #668543 - Crash in view_modify_contact_cb() if contact has no UIDMilan Crha2012-04-231-0/+7
* Bug #674380 - Deselected contact keeps preview filledDan Vrátil2012-04-231-1/+3
* Bug #674272 - Contacts preview differs with mailer running and notDan Vrátil2012-04-232-33/+7
* Adapt to libedataserver[ui] changes.Matthew Barnes2012-04-223-10/+21
* Bug #667912 - Remove name field from formatted address labelMilan Crha2012-04-181-6/+11
* Whitespace cleanup.Matthew Barnes2012-04-023-112/+112
* WebKit port - port addressbook, calendar and update composer to keep working ...Dan Vrátil2012-03-294-1125/+1423
* Move EAlert* and e-xml-utils references from other part of the code to libevo...Srinivasa Ragavan2012-03-034-4/+4
* Bug #670512 - Crash in ecp_set_target at e-cal-config.c:93Milan Crha2012-02-211-4/+2
* Coding style and whitespace cleanup.Matthew Barnes2012-02-2014-492/+260
* Bug #665036 - Memory leaks spot in Contacts viewMilan Crha2012-01-042-2/+5
* Fix compiler warnings.Matthew Barnes2011-12-171-7/+15
* Build fixesRodrigo Moya2011-11-181-1/+1
* Migrate all EABConfig* code to use GSettingsRodrigo Moya2011-11-172-9/+8
* Teach Evolution about Photo/Logo EContact fields stored as URIsTristan Van Berkom2011-11-022-9/+35
* Bug #661409 - Contact display drops address linesDan Vrátil2011-10-201-0/+7
* Simplify library dependency flags.Matthew Barnes2011-10-051-3/+6
* LC_ADDRESS is no posix and may not be defined.Antoine Jacoutot2011-10-011-0/+4
* Fix few 'may be used uninitialized' compiler warningsMilan Crha2011-09-301-1/+1
* Remove Ctrl + l ( ) character from source filesPaul Menzel2011-09-301-1/+0
* Bug #659874 - Address Cards Render extra Phone NumberMilan Crha2011-09-281-1/+14
* Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-277-28/+52
* Coding style and whitespace cleanup.Matthew Barnes2011-09-0420-292/+389
* 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-171-19/+11
* Coding style and whitespace cleanup.Matthew Barnes2011-08-136-67/+136
* Bug #655492 - Move 'Automatic contacts' tab to 'Contacts' partMilan Crha2011-08-092-1/+37
* Bug #224687 - Create lists of listsDan Vrátil2011-06-282-28/+139
* Check for cancelled GIO operation error code tooMilan Crha2011-06-282-4/+6
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-1416-531/+583
* Coding style and whitespace cleanups.Matthew Barnes2011-06-143-18/+12
* Replace G_CONST_RETURN with 'const'.Matthew Barnes2011-06-103-20/+20
* Coding style and whitespace cleanups.Matthew Barnes2011-06-093-29/+38
* Bug #636809 - Address labels formatting improvementsDan Vrátil2011-06-036-1/+12108
* Bug #642557 - Display maps in contact previewDan Vrátil2011-06-023-13/+194
* Including <glib-object.h> directly is rarely needed.Matthew Barnes2011-05-282-3/+0
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-282-2/+0
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-2715-0/+40
* Bug #651135 - Crash using saved search with an empty expressionMilan Crha2011-05-261-0/+6
* Coding style and whitespace cleanup.Matthew Barnes2011-05-226-62/+85
* Coding style cleanups.Matthew Barnes2011-05-096-18/+18
* Whitespace and coding style cleanups.Matthew Barnes2011-05-082-2/+5
* 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-065-7/+16
* Whitespace cleanup.Matthew Barnes2011-03-051-1/+0
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-256-30/+20
* 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-136-14/+14
* More whitespace cleanup.Matthew Barnes2011-01-313-35/+35
* Coding style and whitespace cleanup.Matthew Barnes2011-01-302-13/+22
* Bug #640526 - Default column width in address card view is smallMatthew Barnes2011-01-262-4/+4
* Drop backward-compatibility cruft.Matthew Barnes2011-01-253-9/+0
* Bug #634305 - Crash on move of contacts between booksMilan Crha2011-01-111-2/+10
* Show common addressbook and calendar errors in an alert sinkMilan Crha2010-12-155-34/+54
* Free/busy meeting view doesn't work due to non-working extensionMilan Crha2010-12-062-0/+6
* Localize few strings with ngettextMilan Crha2010-12-021-3/+7
* Bug #632671 - "Search interrupted" status message foreverMilan Crha2010-11-092-1/+28
* Utilize the new ESourceSelector:primary-selection property.Matthew Barnes2010-11-022-62/+16
* addressbook: Only include libgnomecanvas.hBenjamin Otte2010-10-304-5/+4
* Bug #632278 - Double .vcf extension on addressbook saveMilan Crha2010-10-291-7/+4
* Drop usage of GtkAnchorType.Matthew Barnes2010-10-272-3/+0
* Simplify EActivity.Matthew Barnes2010-10-231-4/+4
* Bug #630504 - Precache collate keys before sorting in EReflowModelMilan Crha2010-10-201-5/+41
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-1/+0
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-073-4/+4
* Bug #629636 - Doesn't recognize local ESource-sMilan Crha2010-09-291-2/+21
* Add a GCancellable to EActivity.Matthew Barnes2010-09-191-1/+2
* Use new GDK keysym names if available.Matthew Barnes2010-09-183-7/+16
* Coding style cleanups.Matthew Barnes2010-09-1320-305/+305
* Coding style and whitespace cleanups.Matthew Barnes2010-09-126-31/+31
* Use the new e_load_book_source_async() where possible.Matthew Barnes2010-08-192-41/+53
* addressbook: Port to use new _async suffix instead of _ex suffixRob Bradford2010-08-025-21/+21
* Bug 625624 - Customizations of contacts views forgottenMatthew Barnes2010-07-301-1/+5
* 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-126-15/+26
* Bug #623204 - Be able to report detailed errors from backendsMilan Crha2010-07-0910-101/+83
* Coding style and whitespace cleanup.Matthew Barnes2010-06-201-6/+20
* Fix all remaining GTK3 issues.Matthew Barnes2010-06-162-5/+13
* Revert "Fix all remaining GTK3 issues."Matthew Barnes2010-06-152-13/+5
* Fix all remaining GTK3 issues.Matthew Barnes2010-06-152-5/+13
* Coding style and whitespace cleanups.Matthew Barnes2010-06-071-5/+13
* Coding style and whitespace cleanup.Matthew Barnes2010-05-271-1/+3
* Bug #603006 - Move All Contacts To enabled for read-only address booksMilan Crha2010-05-131-2/+9
* Bug #545462 - Printing of contacts is weird.Vibha Yadav2010-05-071-2/+4
* Bug #609052 - Crash printing contacts in List ViewBharath Acharya2010-04-291-1/+0
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-087-45/+64
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-1/+1
* Miscellaneous cleanup bits from WebKit branch.Matthew Barnes2010-04-021-30/+33
* Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-027-60/+60
* Clean up GalView and related classes.Matthew Barnes2010-03-113-50/+56
* Update win32 directory relocation and some consistency cleanupFridrich Strba2010-03-101-1/+1
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-051-0/+4
* Bug #610382 - No addressbook selected on account disableMilan Crha2010-02-251-1/+3
* Bug #610658 - Contact is lost after moving to the same address bookMilan Crha2010-02-252-7/+12
* Bug #602996 - Prevent crash on certain circumstancesMilan Crha2010-02-221-2/+2
* Bug #610061 - Do not re-run book view on same book with same queryMilan Crha2010-02-191-5/+27
* Add DnD support to e-selection.c.Matthew Barnes2010-02-091-7/+5
* Coding style and whitespace cleanup.Matthew Barnes2010-02-081-16/+32
* Coding style and whitespace cleanup.Matthew Barnes2010-01-3111-30/+30
* Coding style and whitespace cleanups.Matthew Barnes2010-01-231-1/+3
* Bug 607542 - Sometimes delete in pop up doesn't get displayedMatthew Barnes2010-01-211-0/+6
* Improve clipboard behavior.Matthew Barnes2010-01-182-8/+86
* Remove dead assignments found by clang.Matthew Barnes2010-01-164-25/+1
* Cleanup delete actions in shell views.Matthew Barnes2010-01-111-0/+17
* Bug 606250 - Remove usage of deprecated GTK+ symbolsMatthew Barnes2010-01-081-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2010-01-051-5/+14
* Kill e_popup_menu().Matthew Barnes2010-01-053-3/+0
* Coding style and whitespace cleanup.Matthew Barnes2010-01-041-15/+37
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-262-80/+154
* Fix some compiler warnings.Matthew Barnes2009-12-201-4/+0
* Bug #602998 - Contacts searches are supposed to be per address bookMilan Crha2009-12-112-0/+74
* Bug #499322 - Use extension for "Save as" suggested file nameMilan Crha2009-12-101-2/+5
* Kill ETableScrolled.Matthew Barnes2009-12-083-96/+55
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-082-3/+3
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-012-9/+9
* port addressbook/ to use new EError APIJonathon Jongsma2009-12-012-6/+10
* Assemble HTML code in a GString instead of a GtkHTMLStream.Matthew Barnes2009-11-201-162/+248
* Remove some redundancy from EABContactDisplay.Matthew Barnes2009-11-181-274/+195
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-172-25/+0
* Bug 601769 - Print issues in address bookMatthew Barnes2009-11-142-6/+15
* Simplify clipboard handling in addressbook.Matthew Barnes2009-11-121-112/+40
* Kill more redundant save dialogs and related utilities.Matthew Barnes2009-11-112-10/+5
* Convert some "Save As" actions to run asynchronously.Matthew Barnes2009-11-084-220/+20
* Cleanup and rename filter classes.Matthew Barnes2009-10-271-1/+1
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-271-2/+1
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-132-2/+3
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-4/+4
* Bug #593633 - Runtime warnings trying to create a recurrence eventMilan Crha2009-09-241-2/+2
* Goodbye libgnome and libgnomeui!!Matthew Barnes2009-09-191-1/+3
* Finish killing Bonobo.Matthew Barnes2009-09-093-76/+89
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-302-61/+0
* Bug #205137 - Configurable date formats in componentsMilan Crha2009-08-121-1/+10
* Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-281-1/+2
|\
| * Bug #589580 - Crashes when dragging an image to the contact editorMilan Crha2009-07-241-1/+2
| * More whitespace cleanup.Matthew Barnes2009-07-198-17/+17
| * Fix excessive whitespace.Matthew Barnes2009-07-1323-48/+0
| * Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-011-1/+1
| * Stop abusing forward declarations.Matthew Barnes2009-06-192-6/+3
| * Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-195-35/+10
| * More code cleanup.Matthew Barnes2009-06-029-27/+27
| * Whitespace cleanup.Matthew Barnes2009-05-297-32/+32
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-2926-304/+304
| * Remove trailing whitespace, again.Matthew Barnes2009-05-2932-37/+37
* | More whitespace cleanup.Matthew Barnes2009-07-199-24/+24
* | Bug 579702 – Contact changes not shown until restartMatthew Barnes2009-07-182-4/+4
* | Fix excessive whitespace.Matthew Barnes2009-07-1422-40/+0
* | Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
* | Radically reorganize source code.Matthew Barnes2009-06-2512-11/+11
* | Fix "make distcheck" errors.Matthew Barnes2009-06-202-4/+5
* | Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-186-42/+12
* | More code cleanup.Matthew Barnes2009-06-025-13/+13
* | Whitespace cleanup.Matthew Barnes2009-05-299-34/+34
* | Prefer GLib basic types over C types.Matthew Barnes2009-05-2722-193/+193
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-2735-50/+51
|\ \
| * | Remove trailing whitespace, again.Matthew Barnes2009-05-2732-37/+37
| |/
| * Fix compiler warnings in addressbook.Matthew Barnes2009-05-265-37/+38
| * Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-243-3/+3
| * Merge branch 'vcard-inline'Matthew Barnes2009-05-213-346/+0
| |\
| | * Convert the vCard Bonobo control to an EMFormatHook plugin.Matthew Barnes2009-05-063-346/+0
| * | Bug 578176 – "Send message to contact" does not honor "always BCC"Matthew Barnes2009-05-171-3/+5
| * | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-178-13/+13
| |/
| * Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
| * More gnome-init cleanup for bug #567283.Matthew Barnes2009-05-011-178/+0
| * Bug 580896 – Kill libgnome/gnome-programMatthew Barnes2009-05-011-1/+0
* | Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-253-3/+3
* | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-213-3/+3
* | Use -no-undefined on Linux tooMilan Crha2009-05-2014-7/+1133
* | Adapt addressbook to EShellBackend changes.Matthew Barnes2009-05-071-3/+3
* | Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-041-0/+2
* | Merge in changes from master.Matthew Barnes2009-05-011-178/+0
* | Manual conflict resolutionMatthew Barnes2009-04-251-6/+0
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-252-2/+7
|\|
| * Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-239-23/+10
| * ** Fix for bug #404232Milan Crha2009-02-121-1/+2
| * ** Disable debug macros (#define d(x) x) throughout. (#569638)Matthew Barnes2009-02-011-1/+1
| * New convenience function calls gtk_show_uri() and displays an error dialogMatthew Barnes2009-01-111-18/+8
| * Remove unneeded #include <libgnome/gnome-util.h>.Matthew Barnes2009-01-111-2/+2
| * ** Fixes bug #567276Matthew Barnes2009-01-111-1/+0
| * ** Fix for bug #339879Milan Crha2009-01-081-1/+1
| * ** Fix for bug #270376Milan Crha2008-12-081-0/+2
| * Patch from Jennifer Newman <jennifer.newman@tufts.edu>: Fix for bug #549964 ...Suman Manjunath2008-12-081-19/+18
| * ** Fix for bug #332629Milan Crha2008-12-061-66/+1
| * ** Fix for bug #263268Milan Crha2008-12-041-10/+22
| * Only include the toplevel GTK+ header.Matthew Barnes2008-10-313-4/+3
| * ** Fixes bug #555494Matthew Barnes2008-10-091-3/+2
| * Change licese from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-031-14/+14
| * Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-011-13/+14
| * Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-241-14/+15
| * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-243-31/+43
| * ** Fix for bug #553273Milan Crha2008-09-231-1/+1