aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-view-actions.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-161-1/+4
|
* Get the calendar view popup menu working.Matthew Barnes2009-08-161-11/+565
|
* Start re-enabling parts of the calendar.Matthew Barnes2009-07-281-30/+15
|
* Get GnomeCalendar and the a11y stuff building.Matthew Barnes2009-07-281-3/+45
|
* Re-enable building GnomeCalendar, except it doesn't yet.Matthew Barnes2009-07-261-11/+17
| | | | Also, start trimming the API down a bit. Lots of redundancy there.
* Radically reorganize source code.Matthew Barnes2009-06-251-0/+1202
- 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.