aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-datetime-format.c
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-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 Barnes2012-11-111-1/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-1/+3
|
* Miscellaneous cleanups.Matthew Barnes2011-11-231-1/+3
|
* Bug #661126 - Meeting Free/busy dialog dates don't follow localeMilan Crha2011-11-161-0/+22
|
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-26/+52
|
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
|
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+4
|
* Coding style cleanups.Matthew Barnes2011-05-091-1/+1
|
* Fix incorrect use of ngettext from a patch for bug #635414Milan Crha2011-02-281-4/+47
|
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-20/+10
|
* Localize few strings with ngettextMilan Crha2010-12-021-2/+4
| | | | Per request of bug #635414
* Workaround GtkComboBoxText/GtkComboBoxEntry in .ui filesMilan Crha2010-10-281-1/+1
|
* Bug #592045 - Use week-day names in abbreviated dateMilan Crha2010-10-271-5/+4
|
* Deal with GtkComboBoxEntry removal in gtk+-3.0.Matthew Barnes2010-10-211-5/+19
|
* Bug 632641 - Handle combo box text API going awayMatthias Clasen2010-10-211-4/+11
|
* Bug #631968 - Date wrongly displayed as Tomorrow.Punit Jain2010-10-181-0/+2
| | | | Taking absolute value of diff.
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-13/+13
|
* Coding style and whitespace cleanup.Matthew Barnes2010-08-291-1/+1
|
* Migrate ~/.evolution to XDG base directories.Matthew Barnes2010-07-271-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.cMilan Crha2010-04-071-4/+7
|
* Avoid warning about redefined localtime_rFridrich Štrba2010-03-261-0/+3
|
* Whitespace cleanup.Matthew Barnes2009-09-211-1/+1
|
* Bug #594609 - Date field in message list shows incorrect "x days ago".Chenthill Palanisamy2009-09-101-8/+10
|
* Coding style and whitespace cleanups.Matthew Barnes2009-08-091-4/+3
|
* Bug #205137 - Configurable date formats in componentsMilan Crha2009-08-041-0/+571