aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar
Commit message (Collapse)AuthorAgeFilesLines
...
* Trim more fat off the GnomeCalendar API.Matthew Barnes2009-08-193-8/+162
| | | | Oh and hey look, I can see events now!
* Remove duplicate handlers for date navigator signals.Matthew Barnes2009-08-181-1/+7
|
* Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-169-17/+21
|
* Get the calendar view popup menu working.Matthew Barnes2009-08-164-15/+710
|
* Track the timezone in one place: ECalModelMatthew Barnes2009-08-131-12/+3
|
* Add new preferences missed during the 2.27.90 merge.Matthew Barnes2009-08-132-5/+5
|
* Make switching between calendar views work.Matthew Barnes2009-08-134-15/+39
|
* Get the backup-restore plugin working.Matthew Barnes2009-08-121-2/+0
|
* Get the itip-formatter plugin working.Matthew Barnes2009-08-128-54/+202
|
* Get the calendar-weather plugin working.Matthew Barnes2009-08-121-1/+1
|
* Allow calendar to be written as a external app and split the huge .so toSrinivasa Ragavan2009-08-121-1/+1
| | | | a share private lib and component lib.
* Bug #203853 - Cut/Copy key bindings don't work in day and week viewsMilan Crha2009-08-111-0/+9
|
* Bug #420513 - Be able to notify about meeting only new attendeesMilan Crha2009-08-114-4/+4
|
* More refactoring of settings management.Matthew Barnes2009-08-099-55/+87
|
* 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.