aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | Check to see if we're in the same timezone as defaultTed Gould2011-10-121-2/+2
| | |/ / /
| | * | | Removing icon from window.Ted Gould2011-10-111-1/+0
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Remove use of window iconJavier Jardón2011-10-061-1/+0
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | Its not showed by default anyway Fixes https://bugs.launchpad.net/indicator-datetime/+bug/746176
| | | * releasing version 0.3.0-0ubuntu3Ken VanDine2011-10-131-0/+6
| | | |
| | | * releasing version 0.3.0-0ubuntu2Ken VanDine2011-10-053-0/+20
| | | |
| | | * releasing version 0.3.0-0ubuntu1Ken VanDine2011-09-291-1/+1
| | | |
| | | * * New upstream release.Ken VanDine2011-09-299-28/+89
| | | |\ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | * Fix corrupt environment when LANGUAGE not set (LP: #861123) * Measure string size with GLib (LP: #730476) * Free ECals when they have errors (LP: #774071) * Fix untranslated string (LP: #853130)
* | | | releasing version 0.3.0-0ubuntu1~ppa1Ted Gould2011-09-291-2/+2
| | | |
* | | | * New upstream release.Ted Gould2011-09-299-28/+89
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix corrupt environment when LANGUAGE not set (LP: #861123) * Measure string size with GLib (LP: #730476) * Free ECals when they have errors (LP: #774071) * Fix untranslated string (LP: #853130)
| * | | Import upstream version 0.3.0Ted Gould2011-09-298-26/+79
| |\| |
| | * | 0.3.00.3.0Ted Gould2011-09-291-1/+1
| | | |
| | * | Unref Cals in error situationsTed Gould2011-09-291-6/+21
| | |\ \
| | | * | Fix 100% CPU usage (LP: #774071)Antti Kaijanmäki2011-09-291-6/+21
| | |/ /
| | * | Protect setting or unseting the env if we don't have it already.Ted Gould2011-09-291-2/+4
| | |\ \
| | | * | Don't call setenv when value is NULLRobert Ancell2011-09-281-2/+4
| | |/ /
| | * | 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
* | | | Merge from Ubuntu DesktopTed Gould2011-09-292-3/+15
|\ \ \ \ | | |_|/ | |/| |
| * | | * debian/controlKen VanDine2011-09-292-1/+8
| | | | | | | | | | | | | | | | - Added recommends for e-d-s
| * | | releasing version 0.2.95-0ubuntu1Didier Roche2011-09-151-1/+1
| | | |
| * | | * debian/control:Didier Roche2011-09-152-1/+6
|/ / / | | | | | | | | | - bump the libglib build-dep
* | | releasing version 0.2.95-0ubuntu1~ppa1Ted Gould2011-09-151-2/+2
| | |
* | | Update to release 0.2.95Ted Gould2011-09-156-95/+152
|\| |
| * | 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
| | |\
* | | | * New upstream release.Ted Gould2011-09-1515-369/+347
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set default timezone on events without (LP: #837359) * Update docs to specify correct custom formats (LP: #775113) * Use GNOME wall clock interface for time (LP: #837440) * Remove add event when using greeter (LP: #836521) * Fix gettext domain for builder files (LP: #845473) * Update date correctly when opening menu (LP: #793450)
| * | | 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
| | |/