aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-tag-editor.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug 731321 - Missing custom types when loading .ui definitionMilan Crha2014-06-061-0/+4
|
* Miscellaneous cleanups.Matthew Barnes2014-03-031-1/+2
|
* Stop using deprecated gtk-stock itemsMilan Crha2014-02-131-3/+4
|
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081-10/+9
|
* EMailTagEditor: Remove calendar configuration properties.Matthew Barnes2013-03-041-108/+1
| | | | | | | Remove EMailTagEditor's "use-24-hour-format" and "week-start-day" properties, which were being used to manually configure its internal EDateEdit instance. This is unnecessary since all EDateEdit instances are automatically configured by the ESettingsDateEdit extension.
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Evolution consists of entirely too many small utility libraries, which increases linking and loading time, places a burden on higher layers of the application (e.g. modules) which has to remember to link to all the small in-tree utility libraries, and makes it difficult to generate API documentation for these utility libraries in one Gtk-Doc module. Merge the following utility libraries under the umbrella of libeutil, and enforce a single-include policy on libeutil so we can reorganize the files as desired without disrupting its pseudo-public API. libemail-utils/libemail-utils.la libevolution-utils/libevolution-utils.la filter/libfilter.la widgets/e-timezone-dialog/libetimezonedialog.la widgets/menus/libmenus.la widgets/misc/libemiscwidgets.la widgets/table/libetable.la widgets/text/libetext.la This also merges libedataserverui from the Evolution-Data-Server module, since Evolution is its only consumer nowadays, and I'd like to make some improvements to those APIs without concern for backward-compatibility. And finally, start a Gtk-Doc module for libeutil. It's going to be a project just getting all the symbols _listed_ much less _documented_. But the skeletal structure is in place and I'm off to a good start.
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-2/+2
|
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-2/+5
|
* Mail widget cleanups.Matthew Barnes2011-11-221-33/+9
|
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
|
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-5/+1
|
* Adapt to GtkComboBox class reorg.Matthew Barnes2011-01-251-4/+5
|
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
|
* Deal with GtkComboBoxEntry removal in gtk+-3.0.Matthew Barnes2010-10-211-1/+1
|
* Bug 632641 - Handle combo box text API going awayMatthias Clasen2010-10-211-1/+5
|
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-7/+15
| | | | | | GObject now does property bindings itself. Requires GLib >= 2.26.
* Bug 621958 - Due date is not displayed in message listMatthew Barnes2010-06-191-2/+2
|
* BugĀ 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-0/+498