aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/ea-addressbook-view.c
Commit message (Collapse)AuthorAgeFilesLines
* Miscellaneous cleanups.Matthew Barnes2014-03-031-1/+1
|
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081-10/+9
|
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-4/+6
|
* Reduce usage of g_type_class_peek_parent().Matthew Barnes2012-06-251-4/+0
| | | | G_DEFINE_TYPE macros define a static "parent_class" variable.
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-1/+1
|
* Replace G_CONST_RETURN with 'const'.Matthew Barnes2011-06-101-4/+4
| | | | GLib is finally dropping this hack.
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+2
|
* Coding style cleanups.Matthew Barnes2010-09-131-3/+3
|
* Radically reorganize source code.Matthew Barnes2009-06-251-0/+123
- Collect all shell modules into a new top-level 'modules' directory: $(top_srcdir)/modules/addressbook $(top_srcdir)/modules/calendar $(top_srcdir)/modules/mail Nothing is allowed to link to these, not plugins nor other modules. THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X. - Mimic the libevolution-mail-shared library from master (except drop the "shared" suffix) and have libevolution-mail-importers and all mail-related plugins link to it. - Discard the a11y subdirectories and have the files live alongside their counterpart widgets.