Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 0.2.950.2.95 | Ted Gould | 2011-09-15 | 1 | -1/+1 |
| | |||||
* | Dropping the wall clock branch. Bad touch. | Ted Gould | 2011-09-15 | 1 | -2/+2 |
|\ | |||||
| * | 0.2.940.2.94 | Ted Gould | 2011-09-15 | 1 | -2/+2 |
| | | |||||
| * | Use the GNOME Wall Clock interface | Ted Gould | 2011-09-15 | 3 | -131/+52 |
|/| | |||||
| * | indicator-datetime: Update the desktop schema when showing seconds | Javier Jardón | 2011-09-05 | 2 | -0/+11 |
| | | | | | | | | | | | | As GnomeWallClock uses "clock-show-seconds" desktop key to update the current time | ||||
| * | indicator-datetime.c: Fix typo | Javier Jardón | 2011-09-05 | 1 | -1/+1 |
| | | |||||
| * | datetime-service: Fix typo | Javier Jardón | 2011-09-05 | 1 | -1/+1 |
| | | |||||
| * | indicator-datetime.c: Use GnomeWallClock instead of periodic timeout | Javier Jardón | 2011-09-05 | 2 | -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.91 | Javier Jardón | 2011-09-05 | 1 | -1/+1 |
| | | | | | | | | | | GnomeWallClock was added in this version | ||||
| * | Use GnomeWallClock instead of periodic timeout | Javier Jardón | 2011-09-05 | 2 | -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 file | Ted Gould | 2011-09-15 | 1 | -2/+1 |
|\ \ | |||||
| * | | Set translation domain before the gtk_builder_add_from_file call. LP: #845473 | Gabor Kelemen | 2011-09-09 | 1 | -2/+1 |
| | | | |||||
* | | | Update comments to discuss the new format options in glib | Ted Gould | 2011-09-15 | 2 | -3/+9 |
|\ \ \ | |/ / |/| | | |||||
| * | | configure.ac: Bump glib required version | Javier Jardón | 2011-09-05 | 1 | -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 supported | Javier Jardón | 2011-09-02 | 1 | -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 const | Ted Gould | 2011-09-06 | 3 | -30/+35 |
|\ \ | |||||
| * | | indicator-datetime.c: Use G_GNUC_CONST in the type declaration | Javier Jardón | 2011-09-06 | 1 | -1/+1 |
| | | | |||||
| * | | indicator-datetime.c: Use private pointer instead GET_PRIV macro | Javier Jardón | 2011-09-06 | 1 | -11/+11 |
| | | | |||||
| * | | timezone-completion: Use private pointer instead GET_PRIV macro | Javier Jardón | 2011-09-06 | 2 | -18/+23 |
| |/ | |||||
* | | Remove unused code | Ted Gould | 2011-09-06 | 3 | -161/+0 |
|\ \ | |||||
| * | | Remove death code: calendar-menu-item | Javier Jardón | 2011-09-06 | 4 | -161/+1 |
| |/ | | | | | | | | | We use IdoCalendarMenuItem nowadays | ||||
* | | Checking for pow | Ted Gould | 2011-09-06 | 1 | -0/+1 |
|\ \ | |/ |/| | |||||
| * | configure.ac: Check for 'pow' in math library | Javier Jardón | 2011-09-06 | 1 | -0/+1 |
|/ | |||||
* | Set default timezone on events | Espen Wiborg | 2011-09-01 | 1 | -0/+12 |
| | |||||
* | Remove visibility check so we can update the date before we're visible. | Ted Gould | 2011-08-31 | 1 | -6/+0 |
|\ | |||||
| * | Update the date when open the indicator-datetime menu | Javier Jardón | 2011-08-25 | 1 | -6/+0 |
| | | | | | | | | | | Fixes https://bugs.launchpad.net/indicator-datetime/+bug/793450 | ||||
* | | Check for greeter mode to whether we should show Evolution options. | Ted Gould | 2011-08-31 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | disable evolution functionality when in greeter mode | Michael Terry | 2011-08-31 | 1 | -1/+1 |
|/ | |||||
* | 0.2.930.2.93 | Ted Gould | 2011-08-18 | 1 | -1/+1 |
| | |||||
* | Use cleaner gdatetime | Ted Gould | 2011-08-17 | 2 | -23/+22 |
|\ | |||||
| * | Set the correct month number | Javier Jardón | 2011-08-17 | 1 | -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 time | Javier Jardón | 2011-08-16 | 2 | -23/+22 |
| | | |||||
* | | Use locale prefered date format | Ted Gould | 2011-08-17 | 1 | -1/+1 |
|\ \ | |||||
| * | | Show the preferred date representation for the current locale | Javier Jardón | 2011-08-16 | 1 | -1/+1 |
| |/ | | | | | | | | | Fixes https://bugs.launchpad.net/indicator-datetime/+bug/729056 | ||||
* | | Fixing ellipsis to be true ellipsis | Ted Gould | 2011-08-17 | 1 | -3/+3 |
|\ \ | |/ |/| | |||||
| * | Use real ellipsis (LP: #621339) | Jeremy Bicha | 2011-08-05 | 1 | -3/+3 |
| | | |||||
| * | Spell out "and" to match other System Settings panels | Jeremy Bicha | 2011-08-05 | 3 | -3/+3 |
| | | |||||
* | | 0.2.920.2.92 | Ted Gould | 2011-08-11 | 1 | -1/+1 |
| | | |||||
* | | Add a greeter mode | Ted Gould | 2011-08-10 | 1 | -37/+52 |
|\ \ | |/ |/| | |||||
| * | don't show timezones or settings links when used in a greeter | Michael Terry | 2011-08-03 | 1 | -37/+52 |
|/ | |||||
* | Autotools cleanup | Ted Gould | 2011-07-22 | 3 | -36/+34 |
|\ | |||||
| * | Update autotools configuration a bit | Javier Jardón | 2011-07-20 | 2 | -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 Gilbert | Michael Terry | 2011-07-14 | 1 | -6/+10 |
|/ | |||||
* | 0.2.910.2.91 | Ted Gould | 2011-07-07 | 1 | -2/+2 |
| | |||||
* | Making the preferences a gnome-control-center plugin instead of a stand ↵ | Ted Gould | 2011-07-07 | 11 | -210/+314 |
|\ | | | | | | | alone app | ||||
| * | port preferences to be a control-center panel | Michael Terry | 2011-06-29 | 8 | -188/+273 |
| | | |||||
| * | update to handle latest gnome-settings-daemon dbus API for setting ↵ | Michael Terry | 2011-06-28 | 6 | -26/+45 |
| | | | | | | | | timezones; be more fool-proof when looking up current timezone in indicator | ||||
* | | Making the preferences call gnome-control-center and the datetime panel | Ted Gould | 2011-07-07 | 2 | -7/+7 |
|\ \ | |||||
| * | | Use gnome-control-center datetime panel for settings | Rodrigo Moya | 2011-06-29 | 2 | -7/+7 |
| |/ | |||||
* / | Fix timezone setting and reading | Ted Gould | 2011-07-07 | 1 | -7/+7 |
|/ |