aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-memos.ui
Commit message (Collapse)AuthorAgeFilesLines
* 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 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-9/+0
|
* Bug #629037 - Email operations existed in ContactsHao H Li2010-09-131-0/+5
| | | | Email operations existed in Contacts in Express mode.
* Only show "Send/Receive" in mailer when using express mode.Matthew Barnes2010-03-281-8/+10
|
* Give all preview panes a search bar.Matthew Barnes2010-01-181-0/+2
| | | | Use Shift+Ctrl+F as the accelerator for consistency with the mailer.
* Cleanup delete actions in shell views.Matthew Barnes2010-01-111-2/+3
|
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-261-10/+6
| | | | | | | | | | | | | | | | | | 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 #579599 - Let the Advanced Search work againMilan Crha2009-11-191-0/+1
|
* Get the "save-calendar" plugin working.Matthew Barnes2009-09-041-0/+1
| | | | Based on initial work by Milan Crha.
* Add vertical view to Memos and Tasks.Matthew Barnes2009-08-281-1/+8
|
* Formalize the "no disabled items in popup menus" policy in the form of aMatthew Barnes2009-01-201-14/+14
| | | | | | | | | 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/+1
| | | | | | | from evolution-data-server (see bug #558322). Kill another frivolous plugin: select-one-source svn path=/branches/kill-bonobo/; revision=36705
* More Memos debugging.Matthew Barnes2008-10-011-0/+1
| | | | | | Merge the "select-one-source" plugin into the Memos view. svn path=/branches/kill-bonobo/; revision=36507
* Get Memos to come up. Doesn't really work yet, but the widgets are all there.Matthew Barnes2008-09-301-6/+10
| | | | svn path=/branches/kill-bonobo/; revision=36491
* Tasks and memos progress. Hoping to merge ECalendarTable and EMemoTable,Matthew Barnes2008-09-261-3/+17
| | | | | | | or at least make EMemoTable derived from ECalendarTable. Possibly do the same with other calendar/memo class pairs. svn path=/branches/kill-bonobo/; revision=36454
* 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-0/+8
| | | | svn path=/branches/kill-bonobo/; revision=36303
* Add menu and toolbar UI for calendars, memos and tasks.Matthew Barnes2008-09-111-0/+33
svn path=/branches/kill-bonobo/; revision=36299