TIMESTAMP = 1480896459 SHA256 (dbaio-kannel-sqlbox-1.0.1_GH0.tar.gz) = 9bbd10731be3e848f5047cdd51786062e38be047aea1dcf441fa65e426d4a0a9 SIZE (dbaio-kannel-sqlbox-1.0.1_GH0.tar.gz) = 356712 'http://www.tfcis.org/~lantw44/cgit/gsoc2013-evolution/atom/addressbook?h=archive-integration' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
Commit message (Expand)AuthorAgeFilesLines
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-302-61/+0
* Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-161-0/+8
* Bug #205137 - Configurable date formats in componentsMilan Crha2009-08-121-1/+10
* Compiler warning fixes (as part of bug #424078)Milan Crha2009-08-111-1/+1
* Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-282-2/+3
|\
| * Bug #589580 - Crashes when dragging an image to the contact editorMilan Crha2009-07-242-3/+4
| * More whitespace cleanup.Matthew Barnes2009-07-1918-141/+141
| * Bug #555326 - Suppress Del key press in Contacts source selectorMarcel Stimberg2009-07-131-1/+1
| * Fix excessive whitespace.Matthew Barnes2009-07-1347-112/+0
* | More whitespace cleanup.Matthew Barnes2009-07-1916-97/+97
* | Bug 579702 – Contact changes not shown until restartMatthew Barnes2009-07-182-4/+4
* | Fix excessive whitespace.Matthew Barnes2009-07-1437-88/+0
* | Add a "quit-requested" signal to the shutdown protocol.Matthew Barnes2009-07-137-243/+326
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-111-71/+135
|\|
| * Bug #561300 - Edit contact's Notes on its own tab.Milan Crha2009-07-101-71/+135
| * Kill EConfigListener.Matthew Barnes2009-07-033-17/+0
* | Kill EConfigListener.Matthew Barnes2009-07-032-16/+0
* | Kill the last GtkOptionMenu instances.Matthew Barnes2009-07-031-11/+11
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-013-12/+19
|\|
| * Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-0110-10/+10
| * Fix "make check" errors.Matthew Barnes2009-06-201-25/+12
| * Remove an obsolete Makefile.am stanza.Matthew Barnes2009-06-191-6/+0
| * Stop abusing forward declarations.Matthew Barnes2009-06-194-16/+11
| * Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-196-42/+12
| * Fix coding style.Matthew Barnes2009-06-141-2/+2
| * Avoid the console popping while evolution running on windowsFridrich Strba2009-06-051-0/+4
| * Fix even more compiler warnings and disable one for format stringsMilan Crha2009-06-051-5/+5
| * libevolution-mail-shared is a new library, so reflect its existenceFridrich Strba2009-06-051-1/+1
| * More code cleanup.Matthew Barnes2009-06-0220-75/+75
| * Whitespace cleanup.Matthew Barnes2009-05-2919-96/+96
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-2958-921/+921
| * Remove trailing whitespace, again.Matthew Barnes2009-05-2977-89/+89
* | Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-019-9/+9
* | Radically reorganize source code.Matthew Barnes2009-06-2538-9919/+12
* | Fix "make distcheck" errors.Matthew Barnes2009-06-202-4/+5
* | Stop abusing forward declarations.Matthew Barnes2009-06-191-7/+7
* | Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-187-49/+14
* | Fix coding style.Matthew Barnes2009-06-141-2/+2
* | Use key files for tracking widget states.Matthew Barnes2009-06-131-1/+7
* | Avoid the console popping while evolution running on windowsFridrich Strba2009-06-091-0/+4
* | Fix even more compiler warnings and disable one for format stringsMilan Crha2009-06-091-4/+5
* | libevolution-mail-shared is a new library, so reflect its existenceFridrich Strba2009-06-091-0/+4
* | Search bar improvements.Matthew Barnes2009-06-091-1/+24
* | More code cleanup.Matthew Barnes2009-06-0214-59/+59
* | Whitespace cleanup.Matthew Barnes2009-05-2920-93/+93
* | Prefer GLib basic types over C types.Matthew Barnes2009-05-2747-727/+727
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-2792-166/+166
|\ \
| * | Remove trailing whitespace, again.Matthew Barnes2009-05-2777-89/+89
| |/
| * Fix compiler warnings in addressbook.Matthew Barnes2009-05-2621-106/+106
| * 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-1712-18/+18
| |/
* | Fix "make check" errors.Matthew Barnes2009-05-251-25/+13
* | Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-254-4/+4
* | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-216-7/+7
* | Use -no-undefined on Linux tooMilan Crha2009-05-2018-25/+1133
* | Add G_MODULE_EXPORT to exported module functions.Matthew Barnes2009-05-111-2/+2
* | Use the proper idiom for loading types in a GTypeModule.Matthew Barnes2009-05-1112-162/+201
* | Fix bugs caused by EShellBackend changes.Matthew Barnes2009-05-101-1/+1
* | Adapt memos to EShellBackend changes.Matthew Barnes2009-05-091-0/+34
* | Adapt calendar to EShellBackend changes.Matthew Barnes2009-05-082-4/+4
* | Adapt mail to EShellBackend changes.Matthew Barnes2009-05-081-1/+1
* | Adapt addressbook to EShellBackend changes.Matthew Barnes2009-05-0712-185/+187
* | Convert EShellModule to EShellBackendMatthew Barnes2009-05-079-136/+239
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-042-2/+3
|\|
| * ** BUGFIX: 355240 - String errorsSukhbir Singh2009-05-042-2/+3
| * 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-0212-0/+24
| * 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-014-17/+9
| * Bug 580896 – Kill libgnome/gnome-programMatthew Barnes2009-05-012-2/+0
| * Bug #570730 - Get rid of gnome-config in EvolutionMilan Crha2009-04-301-23/+124
| * Use new ESourceList API (simplifies code)Milan Crha2009-04-252-43/+21
* | Bug 572977 – Use g_strerror() instead of strerror()Matthew Barnes2009-05-041-1/+1
* | Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-0412-0/+24
* | Merge in changes from master.Matthew Barnes2009-05-011-178/+0
* | Bug #570730 - Get rid of gnome-config in EvolutionMilan Crha2009-05-011-23/+124
* | Use new ESourceList API (simplifies code)Milan Crha2009-04-281-0/+7
* | Manual conflict resolutionMatthew Barnes2009-04-251-6/+0
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-2525-7276/+731
|\|
| * Remove unused filesMilan Crha2009-04-2410-4216/+0
| * GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-2410-3047/+705
| * Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-2316-52/+15
| * ** Fixes bug #572950Matthew Barnes2009-02-272-1/+7
| * ** Fix for bug #572903Philip Withnall2009-02-252-3/+11
| * ** Fix for bug #404232Milan Crha2009-02-122-1/+9
| * Substitute some deprecated gtk+ functions.Andre Klapper2009-02-122-4/+9
| * ** Disable debug macros (#define d(x) x) throughout. (#569638)Matthew Barnes2009-02-011-1/+1
| * Migrate the test programs off libgnomeui/libbonobo.Matthew Barnes2009-01-273-56/+39
| * ** Fix for bug #362754Milan Crha2009-01-222-2/+19
| * New convenience function calls gtk_show_uri() and displays an error dialogMatthew Barnes2009-01-112-18/+14
| * Remove unneeded #include <libgnome/gnome-util.h>.Matthew Barnes2009-01-116-6/+11
| * Remove unneeded #include <libgnomeui/gnome-app.h>. Remove unneededMatthew Barnes2009-01-116-10/+12
| * ** Fixes bug #567270Matthew Barnes2009-01-114-60/+9
| * ** Fixes bug #567276Matthew Barnes2009-01-113-2/+8
| * Fix for bug #567282Andre Klapper2009-01-112-1/+7
| * Reviewed by Matthew Barnes <mbarnes@redhat.com>Takao Fujiwara2009-01-093-1/+17
| * ** Fix for bug #339879Milan Crha2009-01-082-1/+9
| * ** Fix for bugs #201167 and #269342 Add support for category syncing.Matt Davey2009-01-082-0/+227
| * Use the correct macro when marking strings for translation.Matthew Barnes2009-01-022-1/+6
| * Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>Andre Klapper2008-12-242-1/+6
| * ** Fix for bug #563669Milan Crha2008-12-093-4/+12
| * ** Fix for bug #270376Milan Crha2008-12-084-11/+66
| * Patch from Jennifer Newman <jennifer.newman@tufts.edu>: Fix for bug #549964 ...Suman Manjunath2008-12-082-19/+25
| * ** Fix for bug #332629Milan Crha2008-12-062-66/+8