Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove conditionals from GtkUIManager definitions. | Matthew Barnes | 2013-04-01 | 1 | -32/+0 |
| | |||||
* | Add event/memo/task "Save As" item to File menu. | Matthew Barnes | 2012-08-18 | 1 | -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 Calendar | Milan Crha | 2012-04-11 | 1 | -0/+9 |
| | |||||
* | Bug 332497 - Add Edit -> Available Categories | Dan Vrátil | 2011-05-05 | 1 | -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 accounts | Milan Crha | 2010-11-26 | 1 | -7/+0 |
| | |||||
* | Bug #629037 - Email operations existed in Contacts | Hao H Li | 2010-09-13 | 1 | -0/+5 |
| | | | | Email operations existed in Contacts in Express mode. | ||||
* | Handle adding 'X' close button on the menu bar. Restore adding the same | Srinivasa Ragavan | 2010-05-11 | 1 | -1/+6 |
| | | | | for adding in calendar since it doesn't have a toolbar. | ||||
* | Show preferences toolbutton on the calendar view. | Srinivasa Ragavan | 2010-04-30 | 1 | -0/+4 |
| | |||||
* | remove custom close / searchbar hiding hacks for express mode, | Michael Meeks | 2010-04-15 | 1 | -4/+0 |
| | | | | use the new / stock shell versions now. | ||||
* | Get the new contact sizing right despite the scrolled regions. | Michael Meeks | 2010-04-07 | 1 | -0/+16 |
| | | | | Add Claire's calendar popup feedback wrt. express mode | ||||
* | Only show "Send/Receive" in mailer when using express mode. | Matthew Barnes | 2010-04-07 | 1 | -0/+2 |
| | |||||
* | Alter UI conditional syntax to be more familiar cpp style, which | Michael Meeks | 2010-04-07 | 1 | -10/+10 |
| | | | | avoids the need for intltool changes. | ||||
* | Redo Calendar for express mode. Just design/layout changes. | Srinivasa Ragavan | 2010-04-07 | 1 | -0/+14 |
| | |||||
* | Cleanup delete actions in shell views. | Matthew Barnes | 2010-01-11 | 1 | -3/+4 |
| | |||||
* | Introduce ESelectable and EFocusTracker. | Matthew Barnes | 2009-12-26 | 1 | -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 calendar | Milan Crha | 2009-11-30 | 1 | -0/+1 |
| | |||||
* | Bug #558030 - Convert meeting to appointment popup menu option | Milan Crha | 2009-11-26 | 1 | -0/+1 |
| | |||||
* | Bug #579599 - Let the Advanced Search work again | Milan Crha | 2009-11-19 | 1 | -0/+1 |
| | |||||
* | Bug 601516 - Calendar views missing from calendar popup menu | Matthew Barnes | 2009-11-11 | 1 | -1/+9 |
| | | | | This also fixes a couple other popup menu glitches. | ||||
* | GN-bug #593617 - GroupWise plugins are not built | Milan Crha | 2009-09-23 | 1 | -0/+2 |
| | |||||
* | Get the "save-calendar" plugin working. | Matthew Barnes | 2009-09-04 | 1 | -0/+1 |
| | | | | Based on initial work by Milan Crha. | ||||
* | Get the calendar view popup menu working. | Matthew Barnes | 2009-08-16 | 1 | -0/+1 |
| | |||||
* | Formalize the "no disabled items in popup menus" policy in the form of a | Matthew Barnes | 2009-01-20 | 1 | -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 help | Matthew Barnes | 2008-10-31 | 1 | -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 Barnes | 2008-10-28 | 1 | -1/+1 |
| | | | | svn path=/branches/kill-bonobo/; revision=36690 | ||||
* | Progress update: | Matthew Barnes | 2008-10-14 | 1 | -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 Barnes | 2008-09-25 | 1 | -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 Barnes | 2008-09-11 | 1 | -6/+8 |
| | | | | svn path=/branches/kill-bonobo/; revision=36303 | ||||
* | Add menu and toolbar UI for calendars, memos and tasks. | Matthew Barnes | 2008-09-11 | 1 | -0/+55 |
svn path=/branches/kill-bonobo/; revision=36299 |