aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* remove g_type_init() calls and bump glib minimum to 2.35.4, where ↵Charles Kerr2013-01-171-1/+1
| | | | g_type_init() is deprecated
* Add scaffolding for Google Tests. Fixes: https://bugs.launchpad.net/bugs/985060.Charles Kerr2012-11-071-0/+22
|\ | | | | | | Approved by Lars Uebernickel, PS Jenkins bot.
| * add Google Test scaffolding to indicator-datetime: autotools rules, support ↵Charles Kerr2012-11-061-0/+22
| | | | | | | | for finding the uninstalled copy of the gsettings schema, and a 'hello world' test.
* | add check-news to AM_INIT_AUTOMAKE.Charles Kerr2012-11-061-1/+1
|/
* 12.10.2Charles Kerr2012-10-041-1/+1
|
* don't use gconf to see if evolution accounts are installed -- we can have ↵Charles Kerr2012-10-031-3/+1
| | | | calendars even if gconf returns empty
* 12.10.1Charles Kerr2012-09-201-1/+1
|
* bump eds, ical requirements to reflect new API useCharles Kerr2012-07-131-3/+3
|
* bump version to 12.10.0Charles Kerr2012-07-121-1/+1
|
* remove AC_ARG_WITHCharles Kerr2012-05-081-20/+5
|
* require gtk3Charles Kerr2012-05-071-16/+5
|
* 0.3.940.3.94Charles Kerr2012-04-041-1/+1
|
* merge lp:~allanlesage/indicator-datetime/TDD to remove a dependency on ↵Charles Kerr2012-04-031-1/+3
|\ | | | | | | gcovr, move gcov targets to their own makefile, and clean up .gcno files.
| * Removed gcovr dependency, moved coverage targets to own makefile, cleaning ↵Allan LeSage2012-03-271-1/+3
| | | | | | | | up *.gcno.
* | 0.3.930.3.93Charles Kerr2012-03-281-1/+1
|/
* 0.3.920.3.92Charles Kerr2012-03-211-1/+1
|
* 0.3.910.3.91Ted Gould2012-03-081-1/+1
|
* 0.3.900.3.90Ted Gould2012-02-171-2/+2
|
* Adding in code coverage calculationTed Gould2012-02-171-0/+11
|\
| * Added coverage reporting via gcov config and targets.Allan LeSage2011-12-061-0/+11
| |
* | lp:~ballogy/indicator-datetime/make-ccpanel-optionalCharles Kerr2012-02-151-13/+40
|\ \
| * | Make Control Center panel optionalGyörgy Balló2011-11-231-16/+39
| |/
* | lp:~mterry/indicator-datetime/libtimezonemapCharles Kerr2012-02-151-5/+1
|\ \
| * | and move TimezoneCompletion to libtimezonemap tooMichael Terry2012-01-091-1/+0
| | |
| * | use libtimezonemapMichael Terry2012-01-091-4/+1
| |/
* / Updating dbusmenu-gtk to 0.5.90Ted Gould2012-01-311-1/+1
|/
* 0.3.10.3.1Ted Gould2011-10-131-1/+1
|
* Remove libunique dependency as Its not needed anymoreJavier Jardón2011-10-051-1/+0
|
* 0.3.00.3.0Ted Gould2011-09-291-1/+1
|
* 0.2.950.2.95Ted Gould2011-09-151-1/+1
|
* Dropping the wall clock branch. Bad touch.Ted Gould2011-09-151-2/+2
|\
| * 0.2.940.2.94Ted Gould2011-09-151-2/+2
| |
| * Use the GNOME Wall Clock interfaceTed Gould2011-09-151-0/+5
|/|
| * indicator-datetime: Update the desktop schema when showing secondsJavier Jardón2011-09-051-0/+2
| | | | | | | | | | | | As GnomeWallClock uses "clock-show-seconds" desktop key to update the current time
| * indicator-datetime.c: Use GnomeWallClock instead of periodic timeoutJavier Jardón2011-09-051-0/+2
| | | | | | | | | | | | | | | | | | This class support changes in the timezone and notifications of clock skews when using a recent version of Linux (using timerfds) See https://bugzilla.gnome.org/show_bug.cgi?id=655129 Fixes https://bugs.launchpad.net/indicator-datetime/+bug/837440
| * Bump gnome-desktop required version to 3.1.91Javier Jardón2011-09-051-1/+1
| | | | | | | | | | GnomeWallClock was added in this version
| * Use GnomeWallClock instead of periodic timeoutJavier Jardón2011-09-051-0/+2
| | | | | | | | | | | | | | | | | | This class support changes in the timezone and notifications of clock skews when using a recent version of Linux (using timerfds) See https://bugzilla.gnome.org/show_bug.cgi?id=655129 Fixes https://bugs.launchpad.net/indicator-datetime/+bug/837440
* | Update comments to discuss the new format options in glibTed Gould2011-09-151-1/+1
|\ \
| * | configure.ac: Bump glib required versionJavier Jardón2011-09-051-1/+1
| |/ | | | | | | | | | | This version of Glib supports all the strftime format specifiers Fixes https://bugs.launchpad.net/indicator-datetime/+bug/775113
* / configure.ac: Check for 'pow' in math libraryJavier Jardón2011-09-061-0/+1
|/
* 0.2.930.2.93Ted Gould2011-08-181-1/+1
|
* 0.2.920.2.92Ted Gould2011-08-111-1/+1
|
* Update autotools configuration a bitJavier Jardón2011-07-201-28/+21
| | | | | | | Do not use deprecated autoconf macros Use new libtool syntax General cleanup
* 0.2.910.2.91Ted Gould2011-07-071-2/+2
|
* Making the preferences a gnome-control-center plugin instead of a stand ↵Ted Gould2011-07-071-0/+16
|\ | | | | | | alone app
| * port preferences to be a control-center panelMichael Terry2011-06-291-0/+16
| |
* | Fix timezone setting and readingTed Gould2011-07-071-7/+7
|/
* 0.2.900.2.90Ted Gould2011-06-211-2/+2
|
* finish port to gtk3Michael Terry2011-06-151-67/+26
|
* 0.2.30.2.3Ted Gould2011-04-141-2/+2
|