aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-contacts.ui
Commit message (Collapse)AuthorAgeFilesLines
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-261-9/+3
| | | | | | | | | | | | | | | | | | 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 #579599 - Let the Advanced Search work againMilan Crha2009-11-191-0/+1
|
* BugĀ 601769 - Print issues in address bookMatthew Barnes2009-11-141-3/+3
|
* EWebView popup menu enhancements.Matthew Barnes2009-11-141-2/+1
| | | | Bumps the GtkHtml dependency to 3.29.2 for gtk_html_unselect_all().
* Bug #593609 - Have buildable exchange-operations plugin againMilan Crha2009-09-251-0/+1
|
* Add vertical view to Contacts.Matthew Barnes2009-08-281-2/+9
|
* Formalize the "no disabled items in popup menus" policy in the form of aMatthew Barnes2009-01-201-12/+12
| | | | | | | | | 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
* Search UI is kinda sorta working. Still some outstanding issues.Matthew Barnes2008-09-231-0/+7
| | | | svn path=/branches/kill-bonobo/; revision=36427
* Saving progress. Lots of changes. Things are a bit broken at the moment.Matthew Barnes2008-09-051-1/+20
| | | | svn path=/branches/kill-bonobo/; revision=36260
* Progress update:Matthew Barnes2008-08-301-1/+14
| | | | | | | | | | | - Contacts module partially working! - Implement UI merging. Also merge EInfoLabel into ESidebar. The shell window now manages the icon and labels and keeps them up-to-date via EShellView properties. svn path=/branches/kill-bonobo/; revision=36214
* Progress update:Matthew Barnes2008-08-271-0/+45
- Further refinements of the shell API. - Kill ESMenu and EUserCreatableItemsHandler. - Start ripping apart the addressbook component. svn path=/branches/kill-bonobo/; revision=36093