Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidate base utility libraries into libeutil. | Matthew Barnes | 2012-12-13 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Barnes | 2012-11-11 | 1 | -1/+1 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 1 | -1/+3 |
| | |||||
* | Miscellaneous cleanups. | Matthew Barnes | 2011-11-23 | 1 | -1/+3 |
| | |||||
* | Bug #661126 - Meeting Free/busy dialog dates don't follow locale | Milan Crha | 2011-11-16 | 1 | -0/+22 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-04 | 1 | -26/+52 |
| | |||||
* | Including <glib.h> directly is rarely needed. | Matthew Barnes | 2011-05-28 | 1 | -1/+0 |
| | |||||
* | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 1 | -0/+4 |
| | |||||
* | Coding style cleanups. | Matthew Barnes | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Fix incorrect use of ngettext from a patch for bug #635414 | Milan Crha | 2011-02-28 | 1 | -4/+47 |
| | |||||
* | Drop backward-compatibility cruft. | Matthew Barnes | 2011-01-25 | 1 | -20/+10 |
| | |||||
* | Localize few strings with ngettext | Milan Crha | 2010-12-02 | 1 | -2/+4 |
| | | | | Per request of bug #635414 | ||||
* | Workaround GtkComboBoxText/GtkComboBoxEntry in .ui files | Milan Crha | 2010-10-28 | 1 | -1/+1 |
| | |||||
* | Bug #592045 - Use week-day names in abbreviated date | Milan Crha | 2010-10-27 | 1 | -5/+4 |
| | |||||
* | Deal with GtkComboBoxEntry removal in gtk+-3.0. | Matthew Barnes | 2010-10-21 | 1 | -5/+19 |
| | |||||
* | Bug 632641 - Handle combo box text API going away | Matthias Clasen | 2010-10-21 | 1 | -4/+11 |
| | |||||
* | Bug #631968 - Date wrongly displayed as Tomorrow. | Punit Jain | 2010-10-18 | 1 | -0/+2 |
| | | | | Taking absolute value of diff. | ||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-09-12 | 1 | -13/+13 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-08-29 | 1 | -1/+1 |
| | |||||
* | Migrate ~/.evolution to XDG base directories. | Matthew Barnes | 2010-07-27 | 1 | -1/+1 |
| | | | | | Migration runs just before the main loop starts. It's just a sequence of local directory and file renames. | ||||
* | Bug #591939 - Use ngettext in e-datetime-format.c | Milan Crha | 2010-04-07 | 1 | -4/+7 |
| | |||||
* | Avoid warning about redefined localtime_r | Fridrich Štrba | 2010-03-26 | 1 | -0/+3 |
| | |||||
* | Whitespace cleanup. | Matthew Barnes | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | Bug #594609 - Date field in message list shows incorrect "x days ago". | Chenthill Palanisamy | 2009-09-10 | 1 | -8/+10 |
| | |||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2009-08-09 | 1 | -4/+3 |
| | |||||
* | Bug #205137 - Configurable date formats in components | Milan Crha | 2009-08-04 | 1 | -0/+571 |