Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make switching between calendar views work. | Matthew Barnes | 2009-08-13 | 4 | -15/+39 | |
| | ||||||
* | Get the backup-restore plugin working. | Matthew Barnes | 2009-08-12 | 1 | -2/+0 | |
| | ||||||
* | Get the itip-formatter plugin working. | Matthew Barnes | 2009-08-12 | 8 | -54/+202 | |
| | ||||||
* | Get the calendar-weather plugin working. | Matthew Barnes | 2009-08-12 | 1 | -1/+1 | |
| | ||||||
* | Allow calendar to be written as a external app and split the huge .so to | Srinivasa Ragavan | 2009-08-12 | 1 | -1/+1 | |
| | | | | a share private lib and component lib. | |||||
* | Bug #203853 - Cut/Copy key bindings don't work in day and week views | Milan Crha | 2009-08-11 | 1 | -0/+9 | |
| | ||||||
* | Bug #420513 - Be able to notify about meeting only new attendees | Milan Crha | 2009-08-11 | 4 | -4/+4 | |
| | ||||||
* | More refactoring of settings management. | Matthew Barnes | 2009-08-09 | 9 | -55/+87 | |
| | ||||||
* | More refactoring of settings management. | Matthew Barnes | 2009-08-06 | 2 | -110/+0 | |
| | ||||||
* | Fix a typo. | Matthew Barnes | 2009-08-06 | 1 | -1/+1 | |
| | ||||||
* | Replace more "config" classes with property bindings. | Matthew Barnes | 2009-08-06 | 14 | -252/+840 | |
| | ||||||
* | Simplify binding EShellSettings properties to GConf keys. | Matthew Barnes | 2009-08-01 | 2 | -168/+31 | |
| | ||||||
* | Add properties to calendar classes. | Matthew Barnes | 2009-07-31 | 2 | -13/+340 | |
| | | | | | So we can bind them to EShellSettings and kill off EDayViewConfig and similar GConf notification classes. | |||||
* | Trimming redundancy. | Matthew Barnes | 2009-07-29 | 2 | -5/+30 | |
| | ||||||
* | Merge commit 'EVOLUTION_2_27_5' into kill-bonobo | Matthew Barnes | 2009-07-28 | 1 | -1/+1 | |
| | ||||||
* | Start re-enabling parts of the calendar. | Matthew Barnes | 2009-07-28 | 1 | -30/+15 | |
| | ||||||
* | Get GnomeCalendar and the a11y stuff building. | Matthew Barnes | 2009-07-28 | 2 | -5/+47 | |
| | ||||||
* | Kill CalSearchBar. | Matthew Barnes | 2009-07-28 | 3 | -7/+156 | |
| | | | | Move calendar search logic to ECalShellView. | |||||
* | Re-enable building GnomeCalendar, except it doesn't yet. | Matthew Barnes | 2009-07-26 | 3 | -164/+61 | |
| | | | | Also, start trimming the API down a bit. Lots of redundancy there. | |||||
* | Move "user_created" signal emission to ECalendarView. | Matthew Barnes | 2009-07-24 | 1 | -0/+22 | |
| | ||||||
* | Some minor fixes before I dive into calendar again. | Matthew Barnes | 2009-07-24 | 1 | -16/+72 | |
| | ||||||
* | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 3 | -3/+0 | |
| | ||||||
* | Implement the shutdown protocol and stub in session management. | Matthew Barnes | 2009-07-11 | 3 | -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 Barnes | 2009-07-01 | 1 | -1/+1 | |
| | ||||||
* | Radically reorganize source code. | Matthew Barnes | 2009-06-25 | 48 | -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. |