aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-action-combo-box.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug #631956 - Reset renderer properties in action_combo_box_render_pixbufMilan Crha2010-10-261-1/+3
|
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-33/+8
| | | | | | | Prefer thread-safe G_DEFINE_TYPE and G_DEFINE_INTERFACE macros over manual GType registration. This is just a start... lots more to do.
* Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-021-2/+2
|
* Implement account-wide search scope in mail.Matthew Barnes2010-02-071-0/+3
| | | | Also, let EShellSearchbar handle search state persistence.
* Bug #593633 - Runtime warnings trying to create a recurrence eventMilan Crha2009-09-241-0/+1
|
* Rewrite the mail label code from top to bottom.Matthew Barnes2009-02-081-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Kill the e-util-labels API and read label information into a single-column GtkListStore. Use GConfBridge to automatically keep GConf synched with the list store. - The list store (a singleton instance) is stored in EShellSettings so it's available everywhere. - The list store serves as the model for EMailLabelTreeView, which itself is embedded in EMailLabelManager; a complete label management UI as seen in the preferences dialog. - EMailLabelDialog is used to add or edit a label. Avoid using a color button, instead embed a GtkColorSelection directly in the dialog so everything is in one window. Open issues: - The weird toggle/color/text menu items in the popup menu aren't there. For now they're just regular toggle items. I'll deal with it later. - Filter intergration is broken at the moment. svn path=/branches/kill-bonobo/; revision=37233
* Hack GtkIconTheme so we can reference category icons as named icons.Matthew Barnes2009-01-181-8/+46
| | | | | | | | | | | | | | Necessary for EActionComboBox, since GtkActions can only handle named or stock icons. Hopefully this is just a temporary hack. Eventually we should make the category icons themeable. Kill the "mail-account-disable" plugin and integrate it properly. More dead plugins to follow... Don't show disabled menu items in pop-up context menus. It does the user no good to see things he CAN'T do with the object he clicked on. svn path=/branches/kill-bonobo/; revision=37093
* Fix a mistyped macro.Matthew Barnes2008-11-221-2/+2
| | | | svn path=/branches/kill-bonobo/; revision=36809
* Memos are mostly working now. Tasks to follow.Matthew Barnes2008-09-301-2/+50
| | | | svn path=/branches/kill-bonobo/; revision=36495
* Saving progress. Lots of changes. Things are a bit broken at the moment.Matthew Barnes2008-09-051-0/+479
svn path=/branches/kill-bonobo/; revision=36260