Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-27 | 1 | -1/+3 |
| | |||||
* | Merge branch 'express2' | Matthew Barnes | 2010-05-27 | 1 | -0/+96 |
|\ | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-25 | 1 | -12/+11 |
| | | |||||
| * | fix build snafu (urk)MEEGO_1_0 | Michael Meeks | 2010-04-23 | 1 | -1/+1 |
| | | |||||
| * | add defines to ease MeeGo building | Michael Meeks | 2010-04-23 | 1 | -0/+10 |
| | | |||||
| * | Merge commit 'origin/gnome-2-30' into express2 | Michael Meeks | 2010-04-22 | 1 | -1/+84 |
| |\ | |||||
| | * | Bug 596601 (bnc) - monitor system timezone changes in evolution | Chenthill Palanisamy | 2010-04-16 | 1 | -1/+84 |
| | | | |||||
| * | | Redo Calendar for express mode. Just design/layout changes. | Srinivasa Ragavan | 2010-04-07 | 1 | -25/+31 |
| |/ | |||||
| * | Bug #613352 - Changed time range not propagated to calendar | Milan Crha | 2010-04-01 | 1 | -2/+4 |
| | | |||||
| * | Bug #613356 - Calendar doesn't save Task/Memo table state | Milan Crha | 2010-04-01 | 1 | -0/+4 |
| | | |||||
* | | Bug #607257 - Add checks for event->comp_data != NULL | Milan Crha | 2010-05-14 | 1 | -0/+3 |
| | | |||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-02 | 1 | -2/+2 |
| | | |||||
* | | Bug #613352 - Changed time range not propagated to calendar | Milan Crha | 2010-04-01 | 1 | -2/+4 |
| | | |||||
* | | Bug #613356 - Calendar doesn't save Task/Memo table state | Milan Crha | 2010-04-01 | 1 | -0/+4 |
| | | |||||
* | | Redo Calendar for express mode. Just design/layout changes. | Srinivasa Ragavan | 2010-03-20 | 1 | -25/+31 |
|/ | |||||
* | Some more directories relocated on windows | Fridrich Strba | 2010-03-11 | 1 | -0/+2 |
| | |||||
* | Bug 611727 - Date navigator marks dates for inactive calendars | Matthew Barnes | 2010-03-10 | 1 | -0/+4 |
| | |||||
* | Bug #529331 - Deletes appointments when moving to the same calendar | Milan Crha | 2010-02-25 | 1 | -2/+3 |
| | |||||
* | Improve sidebar and ECalModel interaction. | Matthew Barnes | 2010-01-30 | 1 | -0/+5 |
| | | | | | Restores the "default client" behavior from 2.28, so that "Click to Add" task and memo fields work properly. | ||||
* | Remove a bunch of dead code in GnomeCalendar. | Matthew Barnes | 2010-01-30 | 1 | -24/+0 |
| | |||||
* | Rename ECalendarTable to ETaskTable. | Matthew Barnes | 2009-12-27 | 1 | -1/+1 |
| | | | | | Since ECalendarTable was only used for tasks anyway, and ETaskTable pairs nicely with EMemoTable. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2009-12-26 | 1 | -1/+2 |
| | |||||
* | Bug #603342 - Memory leak fixes | Milan Crha | 2009-12-15 | 1 | -4/+6 |
| | |||||
* | Kill ETableScrolled. | Matthew Barnes | 2009-12-08 | 1 | -6/+6 |
| | | | | | ETableScrolled is nothing but a GtkScrolledWindow containing an ETable. It adds nothing of value and actually makes customizing ETable harder. | ||||
* | Bug #602098 - No progress notification from GnomeCalendar | Milan Crha | 2009-11-18 | 1 | -2/+5 |
| | |||||
* | BugĀ 601767 - Delete action in calendar view has glitches | Matthew Barnes | 2009-11-14 | 1 | -3/+11 |
| | |||||
* | Bug #593751 - Show correct context menu in calendar views | Milan Crha | 2009-11-11 | 1 | -1/+19 |
| | |||||
* | Bug #596860 - Duplicate event gets shown in calendar view | Milan Crha | 2009-10-16 | 1 | -2/+0 |
| | | | | Interim/partial solution. | ||||
* | Bug 594534 - Can't select calendar for a new appointment | Matthew Barnes | 2009-09-29 | 1 | -0/+27 |
| | |||||
* | Bug 595119 - Crash while trying to add a new category in contact | Matthew Barnes | 2009-09-21 | 1 | -2/+2 |
| | |||||
* | Introduce an EShellView::execute-search signal. | Matthew Barnes | 2009-09-03 | 1 | -155/+0 |
| | | | | | | | | | | | | This addresses bug #593896 but is also a cleaner design than before. It introduces an EShellView::execute-search signal and renames the "search-execute" action to "search-quick" to clarify that it's only meant for the "quick" search bar in the main window. Shell view subclasses should implement the execute_search() method to actually execute a search. e_shell_view_execute_search() emits the new signal. | ||||
* | Relax the EBinding API to reduce GObject casting. | Matthew Barnes | 2009-09-02 | 1 | -2/+2 |
| | | | | | Also make it more fault-tolerant by warning about non-existent property names instead of just crashing. | ||||
* | Re-enable more calendar code. | Matthew Barnes | 2009-08-28 | 1 | -2/+5 |
| | |||||
* | Handle calendar URIs from the command line. | Matthew Barnes | 2009-08-25 | 1 | -1/+1 |
| | |||||
* | Trim more fat off the GnomeCalendar API. | Matthew Barnes | 2009-08-19 | 1 | -7/+159 |
| | | | | Oh and hey look, I can see events now! | ||||
* | Remove duplicate handlers for date navigator signals. | Matthew Barnes | 2009-08-18 | 1 | -1/+7 |
| | |||||
* | Fix compiler warnings and deprecated GTK+ API usage. | Matthew Barnes | 2009-08-16 | 1 | -1/+0 |
| | |||||
* | Get the calendar view popup menu working. | Matthew Barnes | 2009-08-16 | 1 | -0/+135 |
| | |||||
* | Track the timezone in one place: ECalModel | Matthew Barnes | 2009-08-13 | 1 | -12/+3 |
| | |||||
* | Make switching between calendar views work. | Matthew Barnes | 2009-08-13 | 1 | -1/+8 |
| | |||||
* | Get the backup-restore plugin working. | Matthew Barnes | 2009-08-12 | 1 | -2/+0 |
| | |||||
* | More refactoring of settings management. | Matthew Barnes | 2009-08-06 | 1 | -2/+0 |
| | |||||
* | Replace more "config" classes with property bindings. | Matthew Barnes | 2009-08-06 | 1 | -52/+40 |
| | |||||
* | Get GnomeCalendar and the a11y stuff building. | Matthew Barnes | 2009-07-28 | 1 | -2/+2 |
| | |||||
* | Kill CalSearchBar. | Matthew Barnes | 2009-07-28 | 1 | -1/+150 |
| | | | | Move calendar search logic to ECalShellView. | ||||
* | Move "user_created" signal emission to ECalendarView. | Matthew Barnes | 2009-07-24 | 1 | -0/+22 |
| | |||||
* | Radically reorganize source code. | Matthew Barnes | 2009-06-25 | 1 | -0/+650 |
- 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. |