aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-contacts.ui
Commit message (Collapse)AuthorAgeFilesLines
* Contacts view: Add 'Refresh' into books context menuMilan Crha2013-07-011-0/+1
| | | | Done as part of bug #700894
* Remove conditionals from GtkUIManager definitions.Matthew Barnes2013-04-011-6/+0
|
* Bug #642557 - Display maps in contact previewDan Vrátil2011-06-021-0/+6
|
* 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.
* remove redundant print elements from express modeMichael Meeks2010-03-301-0/+2
|
* Get the new contact sizing right despite the scrolled regions.Michael Meeks2010-03-291-1/+3
| | | | Add Claire's calendar popup feedback wrt. express mode
* Only show "Send/Receive" in mailer when using express mode.Matthew Barnes2010-03-281-0/+4
|
* 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-7/+8
|
* 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