aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-content.c
Commit message (Collapse)AuthorAgeFilesLines
* Simplify clipboard handling in calendar.Matthew Barnes2009-11-121-9/+9
|
* Bug #598519 - Cannot open task/memo by double click in calendar day viewMilan Crha2009-10-271-0/+12
|
* Fix a potential calendar crash.Matthew Barnes2009-10-241-2/+1
|
* GN-bug #593617 - GroupWise plugins are not builtMilan Crha2009-09-231-1/+50
|
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-021-2/+2
| | | | | Also make it more fault-tolerant by warning about non-existent property names instead of just crashing.
* Fix calendar pane positioning.Matthew Barnes2009-08-281-6/+4
|
* More panel resizing goodness.Matthew Barnes2009-08-271-2/+2
|
* Fix resize behavior of main window panes.Matthew Barnes2009-08-271-2/+2
| | | | | Now that I finally understand how the "resize" and "shrink" child properties in GtkPaned work. Was a real brain teaser for some reason.
* More GnomeCalendar cleanup.Matthew Barnes2009-08-191-6/+32
|
* Trim more fat off the GnomeCalendar API.Matthew Barnes2009-08-191-1/+1
| | | | Oh and hey look, I can see events now!
* Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-161-3/+0
|
* Get the calendar view popup menu working.Matthew Barnes2009-08-161-4/+3
|
* Make switching between calendar views work.Matthew Barnes2009-08-131-2/+31
|
* Bug #203853 - Cut/Copy key bindings don't work in day and week viewsMilan Crha2009-08-111-0/+9
|
* More refactoring of settings management.Matthew Barnes2009-08-061-108/+0
|
* Fix a typo.Matthew Barnes2009-08-061-1/+1
|
* Replace more "config" classes with property bindings.Matthew Barnes2009-08-061-99/+19
|
* Simplify binding EShellSettings properties to GConf keys.Matthew Barnes2009-08-011-1/+1
|
* Add properties to calendar classes.Matthew Barnes2009-07-311-13/+170
| | | | | So we can bind them to EShellSettings and kill off EDayViewConfig and similar GConf notification classes.
* Trimming redundancy.Matthew Barnes2009-07-291-4/+29
|
* Re-enable building GnomeCalendar, except it doesn't yet.Matthew Barnes2009-07-261-149/+38
| | | | Also, start trimming the API down a bit. Lots of redundancy there.
* Radically reorganize source code.Matthew Barnes2009-06-251-0/+827
- 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.