aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-view-actions.h
Commit message (Collapse)AuthorAgeFilesLines
* Add event/memo/task "Save As" item to File menu.Matthew Barnes2012-08-181-0/+2
| | | | | | Contacts view already has "File -> Save as vCard". This adds "File -> Save as iCalendar" to Calendar/Memos/Tasks views.
* Bug #584143 - Global Search Function withing CalendarMilan Crha2012-04-111-0/+6
|
* Bug #632619 - Recurring events can clutter month viewMilan Crha2011-09-291-0/+2
|
* hide meeting creation if we have no accounts configured, for EvoMichael Meeks2010-05-191-0/+2
| | | | calendar in standalone mode
* Cleanup delete actions in shell views.Matthew Barnes2010-01-111-4/+0
|
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-261-18/+0
| | | | | | | | | | | | | | | | | | EFocusTracker tracks the input focus within a window and helps keep the sensitivity of "selectable" actions in the main menu up-to-date. Selectable actions include Cut, Copy, Paste, Select All and Delete. EFocusTracker has built-in support for widgets that implement the GtkEditable interface such as GtkEntry and GtkTextView. It also supports custom widgets that implement the ESelectable interface, which is a subset of GtkEditable and can apply to anything that displays selectable content (esp. tree views and ETables). This commit integrates EFocusTracker with EShellWindow, CompEditor, EMsgComposer, and ESignatureManager. It also bumps the GtkHTML requirement to 2.29.5 to utilize the new GtkhtmlEditor:html constructor property.
* Bug 494394 - No way for the user to refresh a calendarMilan Crha2009-11-301-0/+2
|
* Bug #558030 - Convert meeting to appointment popup menu optionMilan Crha2009-11-261-0/+2
|
* Bug #579599 - Let the Advanced Search work againMilan Crha2009-11-191-0/+2
|
* BugĀ 601516 - Calendar views missing from calendar popup menuMatthew Barnes2009-11-111-6/+8
| | | | This also fixes a couple other popup menu glitches.
* Bug #593751 - Show correct context menu in calendar viewsMilan Crha2009-11-111-0/+12
|
* Radically reorganize source code.Matthew Barnes2009-06-251-0/+153
- 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.