aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar
Commit message (Collapse)AuthorAgeFilesLines
...
* More refactoring of settings management.Matthew Barnes2009-08-062-110/+0
|
* Fix a typo.Matthew Barnes2009-08-061-1/+1
|
* Replace more "config" classes with property bindings.Matthew Barnes2009-08-0614-252/+840
|
* Simplify binding EShellSettings properties to GConf keys.Matthew Barnes2009-08-012-168/+31
|
* Add properties to calendar classes.Matthew Barnes2009-07-312-13/+340
| | | | | So we can bind them to EShellSettings and kill off EDayViewConfig and similar GConf notification classes.
* Trimming redundancy.Matthew Barnes2009-07-292-5/+30
|
* Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-281-1/+1
|
* Start re-enabling parts of the calendar.Matthew Barnes2009-07-281-30/+15
|
* Get GnomeCalendar and the a11y stuff building.Matthew Barnes2009-07-282-5/+47
|
* Kill CalSearchBar.Matthew Barnes2009-07-283-7/+156
| | | | Move calendar search logic to ECalShellView.
* Re-enable building GnomeCalendar, except it doesn't yet.Matthew Barnes2009-07-263-164/+61
| | | | Also, start trimming the API down a bit. Lots of redundancy there.
* Move "user_created" signal emission to ECalendarView.Matthew Barnes2009-07-241-0/+22
|
* Some minor fixes before I dive into calendar again.Matthew Barnes2009-07-241-16/+72
|
* Fix excessive whitespace.Matthew Barnes2009-07-143-3/+0
|
* Implement the shutdown protocol and stub in session management.Matthew Barnes2009-07-113-6/+0
| | | | | The shutdown protocol is modelled after online/offline preparation. Session management code is copied from libegg. Not yet used.
* Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
|
* Radically reorganize source code.Matthew Barnes2009-06-2548-0/+17243
- 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.