aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-calendars.ui
Commit message (Collapse)AuthorAgeFilesLines
* Replace "Define Views..." menu item with "Delete Current View".Matthew Barnes2013-07-061-2/+0
| | | | | | | | | | | The "Define Views" dialog is nearly useless. Replace it with a "Delete Current View" menu item which is only visible for custom views that have been explicitly saved under a new name. There's actually no loss of functionality with this commit. Although some view management tasks now require more clicks, view management in general is a seldom-used feature and I doubt the dialog's absence will even be noticed by users, much less missed.
* Remove conditionals from GtkUIManager definitions.Matthew Barnes2013-04-011-32/+0
|
* Add event/memo/task "Save As" item to File menu.Matthew Barnes2012-08-181-0/+1
| | | | | | 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/+9
|
* Bug 332497 - Add Edit -> Available CategoriesDan Vrátil2011-05-051-0/+3
| | | | | | Opens a window to manage categories without having to edit a contact or appointment. Not available in the Mail shell view since it doesn't use categories.
* Bug #207580 - Allow new mail check on individual accountsMilan Crha2010-11-261-7/+0
|
* Bug #629037 - Email operations existed in ContactsHao H Li2010-09-131-0/+5
| | | | Email operations existed in Contacts in Express mode.
* Handle adding 'X' close button on the menu bar. Restore adding the sameSrinivasa Ragavan2010-05-111-1/+6
| | | | for adding in calendar since it doesn't have a toolbar.
* Show preferences toolbutton on the calendar view.Srinivasa Ragavan2010-04-301-0/+4
|
* remove custom close / searchbar hiding hacks for express mode,Michael Meeks2010-04-151-4/+0
| | | | use the new / stock shell versions now.
* Get the new contact sizing right despite the scrolled regions.Michael Meeks2010-04-071-0/+16
| | | | Add Claire's calendar popup feedback wrt. express mode
* Only show "Send/Receive" in mailer when using express mode.Matthew Barnes2010-04-071-0/+2
|
* Alter UI conditional syntax to be more familiar cpp style, whichMichael Meeks2010-04-071-10/+10
| | | | avoids the need for intltool changes.
* Redo Calendar for express mode. Just design/layout changes.Srinivasa Ragavan2010-04-071-0/+14
|
* Cleanup delete actions in shell views.Matthew Barnes2010-01-111-3/+4
|
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-261-14/+10
| | | | | | | | | | | | | | | | | | 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/+1
|
* Bug #558030 - Convert meeting to appointment popup menu optionMilan Crha2009-11-261-0/+1
|
* Bug #579599 - Let the Advanced Search work againMilan Crha2009-11-191-0/+1
|
* Bug 601516 - Calendar views missing from calendar popup menuMatthew Barnes2009-11-111-1/+9
| | | | This also fixes a couple other popup menu glitches.
* GN-bug #593617 - GroupWise plugins are not builtMilan Crha2009-09-231-0/+2
|
* Get the "save-calendar" plugin working.Matthew Barnes2009-09-041-0/+1
| | | | Based on initial work by Milan Crha.
* Get the calendar view popup menu working.Matthew Barnes2009-08-161-0/+1
|
* Formalize the "no disabled items in popup menus" policy in the form of aMatthew Barnes2009-01-201-29/+29
| | | | | | | | | GtkAction subclass called EPopupAction. Migrate all the modules over to using EPopupActions in their popup menus. Add sensitivity management of GtkActions to EMailReader. Not finished. svn path=/branches/kill-bonobo/; revision=37106
* Support inline renaming of sources in the source selector, with helpMatthew Barnes2008-10-311-0/+2
| | | | | | | from evolution-data-server (see bug #558322). Kill another frivolous plugin: select-one-source svn path=/branches/kill-bonobo/; revision=36705
* Disable parts of my previous calendar work, such that all modules now load!Matthew Barnes2008-10-281-1/+1
| | | | svn path=/branches/kill-bonobo/; revision=36690
* Progress update:Matthew Barnes2008-10-141-0/+70
| | | | | | | | | | - Calendar is kind of a mess at the moment. Doesn't compile. - Roughed in the Mail module, including all the actions. That _does_ compile. Runs, even. svn path=/branches/kill-bonobo/; revision=36611
* Saving progress. Experimenting with directory layout.Matthew Barnes2008-09-251-0/+7
| | | | | | | Saving progress. Experimenting with directory layout. svn path=/branches/kill-bonobo/; revision=36446
* Add popup menu stubs for calendars, tasks and memos.Matthew Barnes2008-09-111-6/+8
| | | | svn path=/branches/kill-bonobo/; revision=36303
* Add menu and toolbar UI for calendars, memos and tasks.Matthew Barnes2008-09-111-0/+55
svn path=/branches/kill-bonobo/; revision=36299