aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-view-private.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug #613352 - Changed time range not propagated to calendarMilan Crha2010-04-011-2/+4
|
* Bug #613356 - Calendar doesn't save Task/Memo table stateMilan Crha2010-04-011-0/+4
|
* Some more directories relocated on windowsFridrich Strba2010-03-111-0/+2
|
* Bug 611727 - Date navigator marks dates for inactive calendarsMatthew Barnes2010-03-101-0/+4
|
* Bug #529331 - Deletes appointments when moving to the same calendarMilan Crha2010-02-251-2/+3
|
* Improve sidebar and ECalModel interaction.Matthew Barnes2010-01-301-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 Barnes2010-01-301-24/+0
|
* Rename ECalendarTable to ETaskTable.Matthew Barnes2009-12-271-1/+1
| | | | | Since ECalendarTable was only used for tasks anyway, and ETaskTable pairs nicely with EMemoTable.
* Coding style and whitespace cleanup.Matthew Barnes2009-12-261-1/+2
|
* Bug #603342 - Memory leak fixesMilan Crha2009-12-151-4/+6
|
* Kill ETableScrolled.Matthew Barnes2009-12-081-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 GnomeCalendarMilan Crha2009-11-181-2/+5
|
* BugĀ 601767 - Delete action in calendar view has glitchesMatthew Barnes2009-11-141-3/+11
|
* Bug #593751 - Show correct context menu in calendar viewsMilan Crha2009-11-111-1/+19
|
* Bug #596860 - Duplicate event gets shown in calendar viewMilan Crha2009-10-161-2/+0
| | | | Interim/partial solution.
* Bug 594534 - Can't select calendar for a new appointmentMatthew Barnes2009-09-291-0/+27
|
* Bug 595119 - Crash while trying to add a new category in contactMatthew Barnes2009-09-211-2/+2
|
* Introduce an EShellView::execute-search signal.Matthew Barnes2009-09-031-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 Barnes2009-09-021-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 Barnes2009-08-281-2/+5
|
* Handle calendar URIs from the command line.Matthew Barnes2009-08-251-1/+1
|
* Trim more fat off the GnomeCalendar API.Matthew Barnes2009-08-191-7/+159
| | | | 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-161-1/+0
|
* Get the calendar view popup menu working.Matthew Barnes2009-08-161-0/+135
|
* Track the timezone in one place: ECalModelMatthew Barnes2009-08-131-12/+3
|
* Make switching between calendar views work.Matthew Barnes2009-08-131-1/+8
|
* Get the backup-restore plugin working.Matthew Barnes2009-08-121-2/+0
|
* More refactoring of settings management.Matthew Barnes2009-08-061-2/+0
|
* Replace more "config" classes with property bindings.Matthew Barnes2009-08-061-52/+40
|
* Get GnomeCalendar and the a11y stuff building.Matthew Barnes2009-07-281-2/+2
|
* Kill CalSearchBar.Matthew Barnes2009-07-281-1/+150
| | | | Move calendar search logic to ECalShellView.
* Move "user_created" signal emission to ECalendarView.Matthew Barnes2009-07-241-0/+22
|
* Radically reorganize source code.Matthew Barnes2009-06-251-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.