aboutsummaryrefslogtreecommitdiffstats
path: root/modules/addressbook/e-book-shell-view-actions.h
Commit message (Collapse)AuthorAgeFilesLines
* Bug #642557 - Display maps in contact previewDan Vrátil2011-06-021-0/+6
|
* 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.
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-261-8/+0
| | | | | | | | | | | | | | | | | | 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/+2
|
* Bug 601769 - Print issues in address bookMatthew Barnes2009-11-141-2/+4
|
* Add vertical view to Contacts.Matthew Barnes2009-08-281-0/+4
|
* Radically reorganize source code.Matthew Barnes2009-06-251-0/+91
- Collect all shell modules into a new top-level 'modules' directory: $(top_srcdir)/modules/addressbook $(top_srcdir)/modules/calendar $(top_srcdir)/modules/mail Nothing is allowed to link to these, not plugins nor other modules. THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X. - Mimic the libevolution-mail-shared library from master (except drop the "shared" suffix) and have libevolution-mail-importers and all mail-related plugins link to it. - Discard the a11y subdirectories and have the files live alongside their counterpart widgets.