aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/ea-gnome-calendar.c
Commit message (Collapse)AuthorAgeFilesLines
* Trim more fat off the GnomeCalendar API.Matthew Barnes2009-08-191-2/+9
| | | | Oh and hey look, I can see events now!
* Track the timezone in one place: ECalModelMatthew Barnes2009-08-131-1/+3
|
* Replace more "config" classes with property bindings.Matthew Barnes2009-08-061-1/+3
|
* Fix distcheck errors.Matthew Barnes2009-07-281-1/+0
|
* Get GnomeCalendar and the a11y stuff building.Matthew Barnes2009-07-281-35/+2
|
* Kill CalSearchBar.Matthew Barnes2009-07-281-11/+3
| | | | Move calendar search logic to ECalShellView.
* Re-enable building GnomeCalendar, except it doesn't yet.Matthew Barnes2009-07-261-1/+5
| | | | Also, start trimming the API down a bit. Lots of redundancy there.
* Radically reorganize source code.Matthew Barnes2009-06-251-0/+351
- 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.