aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
Commit message (Expand)AuthorAgeFilesLines
* Bug #205137 - Configurable date formats in componentsMilan Crha2009-08-043-4/+20
* Bug #589580 - Crashes when dragging an image to the contact editorMilan Crha2009-07-242-3/+4
* More whitespace cleanup.Matthew Barnes2009-07-1915-91/+91
* Bug #555326 - Suppress Del key press in Contacts source selectorMarcel Stimberg2009-07-131-1/+1
* Fix excessive whitespace.Matthew Barnes2009-07-1340-92/+0
* Bug #561300 - Edit contact's Notes on its own tab.Milan Crha2009-07-101-71/+135
* Kill EConfigListener.Matthew Barnes2009-07-031-1/+0
* Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-015-5/+5
* Fix "make check" errors.Matthew Barnes2009-06-201-25/+12
* Stop abusing forward declarations.Matthew Barnes2009-06-194-16/+11
* Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-195-35/+10
* libevolution-mail-shared is a new library, so reflect its existenceFridrich Strba2009-06-051-1/+1
* More code cleanup.Matthew Barnes2009-06-0216-66/+66
* Whitespace cleanup.Matthew Barnes2009-05-2914-61/+61
* Prefer GLib basic types over C types.Matthew Barnes2009-05-2947-698/+698
* Remove trailing whitespace, again.Matthew Barnes2009-05-2962-74/+74
* Fix compiler warnings in addressbook.Matthew Barnes2009-05-2614-88/+92
* Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-245-21/+21
* Merge branch 'vcard-inline'Matthew Barnes2009-05-214-350/+0
|\
| * Convert the vCard Bonobo control to an EMFormatHook plugin.Matthew Barnes2009-05-064-350/+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-1711-16/+16
|/
* ** BUGFIX: 355240 - String errorsSukhbir Singh2009-05-041-1/+1
* Bug 572977 – Use g_strerror() instead of strerror()Matthew Barnes2009-05-031-1/+1
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-026-0/+12
* More gnome-init cleanup for bug #567283.Matthew Barnes2009-05-011-178/+0
* Bug 580892 – Kill libgnomeui/gnome-app and gnome-app-helperMatthew Barnes2009-05-011-3/+1
* Bug 580896 – Kill libgnome/gnome-programMatthew Barnes2009-05-012-2/+0
* Use new ESourceList API (simplifies code)Milan Crha2009-04-251-43/+14
* Remove unused filesMilan Crha2009-04-246-1942/+0
* GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-247-3018/+669
* Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-2314-42/+15
* ** Fix for bug #572903Philip Withnall2009-02-251-3/+3
* ** Fix for bug #404232Milan Crha2009-02-121-1/+2
* Substitute some deprecated gtk+ functions.Andre Klapper2009-02-121-4/+4
* ** Disable debug macros (#define d(x) x) throughout. (#569638)Matthew Barnes2009-02-011-1/+1
* ** Fix for bug #362754Milan Crha2009-01-221-2/+11
* 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-114-5/+2
* Remove unneeded #include <libgnomeui/gnome-app.h>. Remove unneededMatthew Barnes2009-01-115-9/+1
* ** Fixes bug #567270Matthew Barnes2009-01-111-20/+0
* ** Fixes bug #567276Matthew Barnes2009-01-111-1/+0
* Fix for bug #567282Andre Klapper2009-01-111-1/+0
* Reviewed by Matthew Barnes <mbarnes@redhat.com>Takao Fujiwara2009-01-092-1/+5
* ** Fix for bug #339879Milan Crha2009-01-081-1/+1
* Use the correct macro when marking strings for translation.Matthew Barnes2009-01-021-1/+1
* Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>Andre Klapper2008-12-241-1/+1
* ** Fix for bug #563669Milan Crha2008-12-091-2/+2
* ** Fix for bug #270376Milan Crha2008-12-083-11/+54
* 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
* ** Fixes part of bug #348299Matthew Barnes2008-12-031-0/+7
* ** Fixes bug #557818Matthew Barnes2008-11-181-134/+12
* ** Fixes bug #558322Matthew Barnes2008-11-181-0/+11
* License Change from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-11-031-2/+2
* Only include the toplevel GTK+ header.Matthew Barnes2008-10-314-5/+4
* ** 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-012-19/+36
* Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-09-301-13/+13
* License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-291-14/+13
* ** Fix for bug #553148Philip Withnall2008-09-262-2/+2
* Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-243-45/+43
* License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-243-31/+43
* ** Fixes bug #553479Philip Withnall2008-09-241-2/+2
* ** Fix for bug #553273Milan Crha2008-09-234-5/+5
* ** Fix for bug #552575Milan Crha2008-09-231-0/+1
* ** Part of fix for bug #272391Milan Crha2008-09-232-2/+79
* Change license from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-191-13/+14
* License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-162-27/+28
* License Changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-131-11/+12
* Milan Crha <mcrha@redhat.com> ** Part of fix for bug #361413 (Print detailed...Suman Manjunath2008-09-081-0/+5
* esthetic license header cleans, and fix e-pkcs12Michael Meeks2008-09-062-12/+3
* fix licensing snafus.Michael Meeks2008-09-061-21/+0
* License changes. Changed license from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-09-042-32/+29
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-0333-351/+517
* Milan Crha <mcrha@redhat.com> ** Fix for bug #448435 (Keep UI consistent, di...Suman Manjunath2008-09-011-0/+1
* Milan Crha <mcrha@redhat.com> ** Part of fix for bug #548827 (Check bounds o...Suman Manjunath2008-09-012-2/+7
* ** Fix for bug #534762Philip Withnall2008-08-272-11/+11
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-2719-154/+317
* ** Fixes bug #508732Matthew Barnes2008-08-181-0/+1
* New convenience function for launching help from Evolution. Displays anMatthew Barnes2008-08-151-11/+3
* Fix a typo. (#547369)Matthew Barnes2008-08-122-2/+2
* ** Fix for bug #547308Milan Crha2008-08-122-18/+32
* ** Fixes bug #546892Matthew Barnes2008-08-126-40/+20
* ** Fix for bug #546748Michael Monreal2008-08-091-1/+1
* ** Additional fix for bug #467115Michael Monreal2008-08-081-3/+1
* ** Fix for bug #546744Michael Monreal2008-08-081-1/+1
* ** Fix for bug #324203Milan Crha2008-08-072-2/+60
* ** Fix for bug #249844Milan Crha2008-08-061-3/+3
* ** Fix for bug #467115Michael Monreal2008-08-061-1/+1
* ** Fix for bug #546263Milan Crha2008-08-061-21/+27
* Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #249844 (Use C_() macro ins...Suman Manjunath2008-08-041-3/+3
* ** Fixes bug #546057Matthew Barnes2008-08-032-2/+2
* Reviewed by Andre Klapper <a9016009@gmx.de>Takao Fujiwara2008-07-301-1/+1
* ** Fix for bug #544383Milan Crha2008-07-281-1/+9
* Committing on behalf of Milan Crha <mcrha@redhat.com>Milan Crha2008-07-212-8/+33
* ** Fix for bug #540152Milan Crha2008-07-031-2/+2
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-2154-55/+55
* Add new functions used by libevolution-composer.la.Tor Lillqvist2008-06-131-0/+5
* ** Part of fix for bug #304029Milan Crha2008-06-132-2/+2
* Use <glib/gi18n.h> instead of <bonobo/bonobo-i18n.h>.Matthew Barnes2008-06-111-1/+1
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-0629-99/+21
* Use non-deprecated gtk+ api.Kjartan Maraas2008-06-041-1/+1
* ** Fixes bug #534360Matthew Barnes2008-05-235-53/+47
* ** Fix for bug #316390Milan Crha2008-04-301-4/+21
* ** Fixes bug #529768Matthew Barnes2008-04-291-0/+2
* ** Fix for bug #529254Milan Crha2008-04-231-3/+1
* ** Fixes bug #529465Matthew Barnes2008-04-231-1/+1
* ** Fix for bug #526741 (gnome-vfs to gio/gvfs port)Milan Crha2008-04-181-1/+0
* ** Merge the mbarnes-composer branchMatthew Barnes2008-04-032-242/+87
* ** Fix for bug #521562Milan Crha2008-03-311-1/+1
* ** Fix for bug #506347Milan Crha2008-03-311-3/+22
* ** Fix for bug #404241Milan Crha2008-03-312-6/+3
* ** Fix for bug #316572Milan Crha2008-03-271-4/+4
* ** Fix for bug #511952Milan Crha2008-03-181-1/+1
* ** Fix for bug #273177Milan Crha2008-03-134-5/+119
* ** Fixes bug #513951Matthew Barnes2008-03-112-8/+8
* ** Part of fix for bug #514836Milan Crha2008-02-231-4/+6
* ** Fix for bug #517458Srinivasa Ragavan2008-02-201-2/+9
* ** Part of fix for bug #515744Milan Crha2008-02-181-0/+2
* Upstream patch from OpenSUSE.Srinivasa Ragavan2008-02-181-0/+1
* Don't allow newlines in the password dialog title. Use a fixed stringMatthew Barnes2008-02-141-3/+3
* Replace G_GNUC_FUNCTION (deprecated) with G_STRFUNC.Matthew Barnes2008-01-292-3/+3
* Patch from Milan Crha <mcrha@redhat.com> ** Fix for bug #512020 (Use only se...Suman Manjunath2008-01-281-2/+13
* Fix contact cards of RTLDjihed Afifi2008-01-242-13/+19
* ** Fix for bug #503551Milan Crha2008-01-231-6/+0
* ** Fix for bug #324604 inspired by patch of makuchaku (Mayank)Milan Crha2008-01-215-40/+217
* Revert my last patch.Srinivasa Ragavan2008-01-201-1/+1
* Take off the cursor/focus. Now we have a nice cairo rendered message listSrinivasa Ragavan2008-01-201-1/+1
* ** Fix for bug #507564Djihed Afifi2008-01-151-18/+57
* Patch from David Turner <cillian64@googlemail.com> ** Partial fix for bug #4...Suman Manjunath2008-01-141-2/+2
* ** Fix for bug #488213Milan Crha2008-01-121-1/+1
* ** Fix for bug #448441Milan Crha2008-01-101-7/+54
* ** Fix for bug #339813Milan Crha2008-01-071-0/+1
* Patch from Michael Monreal <michael.monreal@gmx.net>: Fix for bug #492188 (U...Suman Manjunath2008-01-071-1/+1
* ** Fixes bug 474651Tobias Mueller2007-12-141-1/+1
* ** Fix for bug #501969 Passwords should not be forgotten for all errorsSankar P2007-12-111-1/+4
* ** Fixes bug 474651Tobias Mueller2007-12-101-0/+1
* Patch from David Turner <cillian64@googlemail.com>: Fix for bug #468277 (mis...Suman Manjunath2007-12-071-1/+1
* Corrected misspelled instances of vCard in:Suman Manjunath2007-12-064-9/+9
* ** Fixes bug #489652Matthew Barnes2007-11-298-1638/+1697
* ** Fix for bug #495711Milan Crha2007-11-232-5/+14
* ** Fix for bug #495875Gilles Dartiguelongue2007-11-181-5/+7
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-1548-559/+559
* Remove debugging output.Priit Laes2007-11-011-2/+0
* ** Fix for bug #484064Michael Monreal2007-10-312-4/+4
* Remove unneeded include.Kjartan Maraas2007-10-311-1/+0
* ** Fixes bug #489661Matthew Barnes2007-10-259-1196/+0
* Warning fixes: - mixing code and declarations - NULL vs 0 vs FALSE/TRUE -Kjartan Maraas2007-10-2411-38/+41
* Patch by Michael Monreal <michael.monreal@gmx.net>Tobias Mueller2007-10-231-1/+1
* ** Fixes part of bug #417999Matthew Barnes2007-10-235-53/+72
* Patch by Michael Monreal <michael.monreal@gmx.net>Tobias Mueller2007-10-191-2/+2
* ** Fixes bug #437579Matthew Barnes2007-10-103-9/+12
* ** Fixes bug #477045Matthew Barnes2007-10-041-1/+1
* 2007-10-04 mcrha Fix for bug #331421Milan Crha2007-10-041-0/+5
* 2007-10-01 mcrha Fix for bug #337539Milan Crha2007-10-011-2/+5
* Fix for bug #461195 from Hiroyuki Ikezoe.Matthew Barnes2007-09-289-31/+19
* ** Fixes bug #477045Matthew Barnes2007-09-287-44/+42
* 2007-09-21 mcrha Fix for bug #411125Milan Crha2007-09-212-38/+38
* Remove the --enable-file-chooser configure option.Matthew Barnes2007-09-142-83/+0
* 2007-09-07 mcrha Fix for bug #473903Milan Crha2007-09-071-1/+1
* Fix for a build break.Srinivasa Ragavan2007-09-031-1/+1
* ** Fix for bug #471791 (Move away from assert to g_ret)Srinivasa Ragavan2007-09-036-14/+11
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-0252-90/+90
* Committed on behalf of Ushveen Kaur <kushveen@novell.com>Johnny Jacob2007-08-272-3/+2
* 2007-08-24 Suman Manjunath Fix for bug #440328Milan Crha2007-08-242-2/+3
* ** Fix for bug #353462Anand V M2007-08-231-2/+5
* 2007-08-06 mcrha Partial fix for bug #313221Milan Crha2007-08-061-6/+16
* ** Fix for bug #455799Hiroyuki Ikezoe2007-08-046-66/+0
* ** Fix for bug #462007Hiroyuki Ikezoe2007-08-021-2/+6
* ** Fix for bug #462002Hiroyuki Ikezoe2007-07-311-1/+7
* Use g_strdup() instead of g_strdup_printf() for duplication of a stringHiroyuki Ikezoe2007-07-271-3/+3
* Plugged memory leaks.Hiroyuki Ikezoe2007-07-263-0/+3
* Plugged memory leak.Hiroyuki Ikezoe2007-07-261-0/+1
* Fix for bug #353752Srinivasa Ragavan2007-07-091-1/+3
* ** Fix for bug #448568Gilles Dartiguelongue2007-07-072-1423/+1017
* ** Fix for bug #337787Hiroyuki Ikezoe2007-07-061-2/+27
* Fix for bug #448223 from Gilles DartiguelongueSrinivasa Ragavan2007-06-181-27/+2
* ** Fix for bug #445812 from Gilles DartiguelongueSrinivasa Ragavan2007-06-181-2/+2
* ** Fix for bug #325882Srinivasa Ragavan2007-06-183-3/+3
* Fixes #444248.Wang Xin2007-06-121-1/+6
* ** Fix for bug #386503 from Matthew BarnesSrinivasa Ragavan2007-06-031-6/+5
* Fix for version removal from installed files.Srinivasa Ragavan2007-06-031-7/+4
* Removal of version information from installed filesSrinivasa Ragavan2007-06-031-0/+0
* Fix compiler warnings in addressbook folder. (#440272)Matthew Barnes2007-06-0312-62/+69
* Fix for bug #333858Srinivasa Ragavan2007-05-302-2/+12
* Don't assume the relative URI is non-NULL (#427232).Matthew Barnes2007-05-262-2/+12
* Fix for bug #417797 and #424055Srinivasa Ragavan2007-05-142-4/+8
* Fix for bug #404239 #358250Srinivasa Ragavan2007-05-143-3/+4
* ** Fixes part of bug #337616Matthew Barnes2007-05-131-0/+2
* Add Tango icons to preference window.Srinivasa Ragavan2007-05-111-2/+2
* Don't include e-contact-print-envelope.h.Matthew Barnes2007-04-243-3/+0
* Clean up printing in Evolution (bug #426816)Matthew Barnes2007-04-203-176/+68
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-206-19/+40
* Committing Contact Merging patch from Ebby WiselynSrinivasa Ragavan2007-04-182-6/+299
* change "E-Mail" to "Email". Fixes bug #404233.Andre Klapper2007-04-101-2/+2
* ** Fix for bug #426487simon.zheng2007-04-091-7/+6
* ** Fix for bug #426829.simon.zheng2007-04-092-3/+4
* Call gettext() on the EConfigItem labels. (#406933) Patch from Jeff Cai.Matthew Barnes2007-04-051-1/+4
* Don't mix declarations and code (#405495).Matthew Barnes2007-03-277-45/+40
* ** Fixes bug #419524Matthew Barnes2007-03-2121-21/+21
* ** Fixes bug #360240Matthew Barnes2007-03-171-1/+0
* Bypass the body of these functions on non-G_OS_UNIX for now as they useTor Lillqvist2007-03-011-0/+4
* ** Fix for bug #232065Srinivasa Ragavan2007-02-261-1/+43
* Fix critical warnings from typos in the glade file. Closes bug #397893.Kjartan Maraas2007-02-121-3/+3
* Print migration updates from Ebby Wiselyn.Srinivasa Ragavan2007-02-122-12/+16
* ** Fix for bug #332908Srinivasa Ragavan2007-02-091-19/+23
* Removed the obsolete function e_contact_print_preview.Chenthill Palanisamy2007-02-081-1/+0
* ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22Srinivasa Ragavan2007-01-233-112/+90
* Fixes bug #357970Matthew Barnes2006-12-043-3/+3
* Fixes #358249 Fixes #358249Francisco Javier F. Serrador2006-11-112-2/+2
* Changed the parameter passed to gal_view_minicard_attach.Devashish Sharma2006-10-163-5/+13
* ** Fixes bug#332908Ushveen Kaur2006-10-161-7/+9
* addressbook/importers/evolution-ldif-importer.cFrancisco Javier F. Serrador2006-10-151-1/+1
* Remove duplicate include. Fix some compiler warnings. Cast away a compilerKjartan Maraas2006-10-016-12/+13
* ** Fix for bug #357811Srinivasa Ragavan2006-09-281-2/+1
* Fixes bug #351332Matthew Barnes2006-09-191-0/+1
* ** Fixes bug #352353Ushveen Kaur2006-09-121-0/+1
* Reverting last commit, head and stable are not branched so cannot commit stri...Devashish Sharma2006-09-071-1/+1
* Changed the comment "Do you want to overwrite it" to "Do you want to overwrit...Devashish Sharma2006-09-071-1/+1
* Get rid of this to lose this old directoryKjartan Maraas2006-08-241-7/+0
* Fixes a lot of search issues.Srinivasa Ragavan2006-08-211-16/+84
* Clean out this oneKjartan Maraas2006-08-181-15/+0
* Plug a leak.Kjartan Maraas2006-08-171-0/+1
* Fixes bug #261239Srinivasa Ragavan2006-08-171-924/+1631
* Added a callback to handle contact deletion error and corresponding errorSushma Rai2006-08-071-4/+21
* Assign proper search item ids in addressbook search.Devashish Sharma2006-07-271-5/+4
* Commented out reference to undefined function eab_search_dialog_new().Sushma Rai2006-07-241-1/+1
* Added support for gadu gadu im in contact entry.Devashish Sharma2006-07-243-0/+6
* ** Fixes bug #347381Boby Wang2006-07-221-0/+1
* Autocompletion in contact list email entry.Devashish Sharma2006-07-212-11/+83
* Fix for Bug 343816Devashish Sharma2006-07-192-16/+174
* [addressbook]Ross Burton2006-07-193-15/+19
* remove "*" from translation. Fixes bug #331147.Andre Klapper2006-07-195-58/+58
* Fix for bug 332909Srinivasa Ragavan2006-07-142-48/+59
* Fixing memory leaks.Hiroyuki Ikezoe2006-07-102-0/+2
* Fix for #332963 Set the mnemonic character for "No image"Aishwarya K2006-07-081-1/+1
* Enhanced search functionality. patch submitted by Johnny Jacob ReviewedHarish Krishnaswamy2006-06-302-34/+26
* Convert filename from glib encoding to utf8 encoding. Fixes Bug #339151simon.zheng2006-06-291-2/+4
* Fix for Bug#33691Devashish Sharma2006-06-271-2/+4
* Fix for Bug #317511Devashish Sharma2006-06-161-2/+7
* Fix for Bug #337085 and 337086.Devashish Sharma2006-06-151-10/+4
* ** Fixes bug #344227 gdk_pixbuf_loader_close should be called beforeHiroyuki Ikezoe2006-06-141-2/+2
* ** Fixes bug #342646 Plugged memory leak. Ditto.Hiroyuki Ikezoe2006-06-142-1/+5
* created patch to make _F,_m,_S mnemonics in contact-quick add dialog work.Oswald Rodrigues2006-06-141-0/+3
* Fix for #336453simon.zheng2006-06-121-1/+3
* Fix for Bug #342903 and 206320Devashish Sharma2006-06-121-2/+28
* Fix for Bug #341465Devashish Sharma2006-06-121-1/+1