aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Use g_datetime() to measure string (6 LOC)Jörn Horstmann2011-09-211-5/+7
| |
| * Moving setting the translation domain for builder to earlierTed Gould2011-09-211-2/+1
| |\
| | * Set translation domain before gtk_builder_add_from_file, in the other file ↵Gabor Kelemen2011-09-181-2/+1
| |/ | | | | | | too. LP: #853130
* | Import upstream version 0.2.95Ted Gould2011-09-155-92/+150
|\|
| * 0.2.950.2.95Ted Gould2011-09-151-1/+1
| |
| * Dropping the wall clock branch. Bad touch.Ted Gould2011-09-151-2/+2
| |\
* | \ Import upstream version 0.2.94Ted Gould2011-09-1514-369/+335
|\ \ \ | | |/ | |/|
| * | 0.2.940.2.94Ted Gould2011-09-151-2/+2
| | |
| * | Use the GNOME Wall Clock interfaceTed Gould2011-09-153-131/+52
| |\ \ | | |/ | |/|
| | * indicator-datetime: Update the desktop schema when showing secondsJavier Jardón2011-09-052-0/+11
| | | | | | | | | | | | | | | | | | As GnomeWallClock uses "clock-show-seconds" desktop key to update the current time
| | * indicator-datetime.c: Fix typoJavier Jardón2011-09-051-1/+1
| | |
| | * datetime-service: Fix typoJavier Jardón2011-09-051-1/+1
| | |
| | * indicator-datetime.c: Use GnomeWallClock instead of periodic timeoutJavier Jardón2011-09-052-66/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-052-65/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Set the builder language before opening the fileTed Gould2011-09-151-2/+1
| |\ \
| | * | Set translation domain before the gtk_builder_add_from_file call. LP: #845473Gabor Kelemen2011-09-091-2/+1
| | | |
| * | | Update comments to discuss the new format options in glibTed Gould2011-09-152-3/+9
| |\ \ \ | | |/ / | |/| |
| | * | 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
| | * | Warning when the user use a date format not supportedJavier Jardón2011-09-021-2/+8
| | |/ | | | | | | | | | | | | | | | We are using the g_date_time_format () function and the format strings understood by this function are a subset of the strftime() format language.
| * | Some optimizations to the private pointers and a constTed Gould2011-09-063-30/+35
| |\ \
| | * | indicator-datetime.c: Use G_GNUC_CONST in the type declarationJavier Jardón2011-09-061-1/+1
| | | |
| | * | indicator-datetime.c: Use private pointer instead GET_PRIV macroJavier Jardón2011-09-061-11/+11
| | | |
| | * | timezone-completion: Use private pointer instead GET_PRIV macroJavier Jardón2011-09-062-18/+23
| | |/
| * | Remove unused codeTed Gould2011-09-063-161/+0
| |\ \
| | * | Remove death code: calendar-menu-itemJavier Jardón2011-09-064-161/+1
| | |/ | | | | | | | | | | | | We use IdoCalendarMenuItem nowadays
| * | Checking for powTed Gould2011-09-061-0/+1
| |\ \ | | |/ | |/|
| | * configure.ac: Check for 'pow' in math libraryJavier Jardón2011-09-061-0/+1
| |/
| * Set default timezone on eventsEspen Wiborg2011-09-011-0/+12
| |
| * Remove visibility check so we can update the date before we're visible.Ted Gould2011-08-311-6/+0
| |\
| | * Update the date when open the indicator-datetime menuJavier Jardón2011-08-251-6/+0
| | | | | | | | | | | | | | | Fixes https://bugs.launchpad.net/indicator-datetime/+bug/793450
| * | Check for greeter mode to whether we should show Evolution options.Ted Gould2011-08-311-1/+1
| |\ \ | | |/ | |/|
| | * disable evolution functionality when in greeter modeMichael Terry2011-08-311-1/+1
| |/
* | Import upstream version 0.2.93Ted Gould2011-08-187-38/+79
|\|
| * 0.2.930.2.93Ted Gould2011-08-181-1/+1
| |
| * Use cleaner gdatetimeTed Gould2011-08-172-23/+22
| |\
| | * Set the correct month numberJavier Jardón2011-08-171-1/+1
| | | | | | | | | | | | | | | | | | g_datetime_get_ymd() gets the Gregorian month number but gtk_calendar_set_month() needs a value between [0,11]
| | * Use the new GDateTime glib API to deal with timeJavier Jardón2011-08-162-23/+22
| | |
| * | Use locale prefered date formatTed Gould2011-08-171-1/+1
| |\ \
| | * | Show the preferred date representation for the current localeJavier Jardón2011-08-161-1/+1
| | |/ | | | | | | | | | | | | Fixes https://bugs.launchpad.net/indicator-datetime/+bug/729056
| * | Fixing ellipsis to be true ellipsisTed Gould2011-08-171-3/+3
| |\ \ | | |/ | |/|
| | * Use real ellipsis (LP: #621339)Jeremy Bicha2011-08-051-3/+3
| | |
| | * Spell out "and" to match other System Settings panelsJeremy Bicha2011-08-053-3/+3
| | |
* | | Import upstream version 0.2.92Ted Gould2011-08-1127-10318/+24423
|\| |
| * | 0.2.920.2.92Ted Gould2011-08-111-1/+1
| | |
| * | Add a greeter modeTed Gould2011-08-101-37/+52
| |\ \ | | |/ | |/|
| | * don't show timezones or settings links when used in a greeterMichael Terry2011-08-031-37/+52
| |/
| * Autotools cleanupTed Gould2011-07-223-36/+34
| |\
| | * Update autotools configuration a bitJavier Jardón2011-07-202-30/+24
| | | | | | | | | | | | | | | | | | | | | Do not use deprecated autoconf macros Use new libtool syntax General cleanup
| | * don't unref a NULL GDateTime object; original patch by Dave GilbertMichael Terry2011-07-141-6/+10
| |/