Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port to timedated instead of gnome-settings-daemon datetime mechanism. | Ryan Lortie | 2013-03-26 | 1 | -82/+44 |
|\ | | | | | | | Approved by PS Jenkins bot, Mathieu Trudel-Lapierre, Charles Kerr. | ||||
| * | prefs: remove second signal connection for toggle_ntp | Ryan Lortie | 2013-03-04 | 1 | -4/+1 |
| | | | | | | | | | | Copy/paste error. Thanks Charles. :) | ||||
| * | preferences: Add CanNTP support | Ryan Lortie | 2013-03-04 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | If timedated has the CanNTP property then use it to set the sensitivity of the "Automatically from the internet" radio. This property is only available in new versions of systemd, so if the property is not set, leave the widget sensitive. | ||||
| * | Send proper arguments for SetTime call | Ryan Lortie | 2013-03-04 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | vs. the gnome-settings-daemon DateTimeMechanism, the systemd version adds an extra two boolean arguments and wants time in microseconds instead of seconds. Make sure we're doing that properly. | ||||
| * | Port to timedated instead of gnome-settings-daemon datetime mechanism | Ryan Lortie | 2013-03-01 | 1 | -81/+34 |
| | | |||||
* | | Go back to ISO 8601 dates | Michael Terry | 2013-03-07 | 1 | -1/+4 |
|/ | |||||
* | remove stray semicolon found by Coverity | Charles Kerr | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Add the "Time in auto-detected location" setting described in ↵ | Charles Kerr | 2012-05-17 | 1 | -0/+2 |
| | | | | https://wiki.ubuntu.com/TimeAndDate | ||||
* | merge lp:~ted/indicator-datetime/lp773987 to switch the parsing of the lat ↵ | Charles Kerr | 2012-04-23 | 1 | -2/+2 |
|\ | | | | | | | and long to be non-locale based as it's returned from the webservice in C, we want to parse it using the decimal instead of a comma. | ||||
| * | Use the same function here as well, just to ensure we're consistent | Ted Gould | 2012-04-18 | 1 | -2/+2 |
| | | |||||
* | | indicator_datetime_panel's dispose() method needs to chain up to the ↵ | Charles Kerr | 2012-04-22 | 1 | -0/+2 |
|/ | | | | superclass' dispose() method | ||||
* | clicking the systems settings window shouldn't close the 'Locations' dialog. | Charles Kerr | 2012-03-29 | 1 | -8/+1 |
| | |||||
* | cancel the ntp_query_answered() and tz_query_answered() callbacks when the ↵ | Charles Kerr | 2012-03-27 | 1 | -4/+27 |
| | | | | prefs panel is disposed. | ||||
* | In Bug #943747, Coverity reported that use of sscanf() needed to be ↵ | Charles Kerr | 2012-03-03 | 1 | -0/+3 |
| | | | | inspected by a human to verify there aren't buffer overruns. This commit adds /* coverity[secure_coding] */ to the lines before the calls to tell Coverity that they've been checked. | ||||
* | more use of g_clear_object() where appropriate | Charles Kerr | 2012-03-01 | 1 | -28/+21 |
| | |||||
* | and move TimezoneCompletion to libtimezonemap too | Michael Terry | 2012-01-09 | 1 | -9/+9 |
| | |||||
* | use libtimezonemap | Michael Terry | 2012-01-09 | 1 | -6/+15 |
| | |||||
* | Remove libunique dependency as Its not needed anymore | Javier Jardón | 2011-10-05 | 1 | -1/+0 |
| | |||||
* | Set translation domain before the gtk_builder_add_from_file call. LP: #845473 | Gabor Kelemen | 2011-09-09 | 1 | -2/+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 | ||||
* | port preferences to be a control-center panel | Michael Terry | 2011-06-29 | 1 | -160/+225 |
| | |||||
* | update to handle latest gnome-settings-daemon dbus API for setting ↵ | Michael Terry | 2011-06-28 | 1 | -3/+1 |
| | | | | timezones; be more fool-proof when looking up current timezone in indicator | ||||
* | finish port to gtk3 | Michael Terry | 2011-06-15 | 1 | -35/+48 |
| | |||||
* | when user clicks a timezone location, switch to that timezone (and support ↵ | Michael Terry | 2011-04-07 | 1 | -38/+2 |
| | | | | showing user's preferred name for the current timezone in the menu) | ||||
* | add error icon to main timezone entry | Michael Terry | 2011-03-30 | 1 | -6/+46 |
| | |||||
* | remember user's preferred location name for main timezone | Michael Terry | 2011-03-29 | 1 | -19/+43 |
| | |||||
* | Handle enter on the default case by selecting the first entry instead of ↵ | Ted Gould | 2011-03-29 | 1 | -2/+0 |
|\ | | | | | | | entering a blank item. | ||||
| * | Don't allow enter presses to leave non-timezone content in the model | Michael Terry | 2011-03-28 | 1 | -2/+0 |
| | | |||||
* | | treat locations dialog not as a modal dialog, but rather one that can be ↵ | Michael Terry | 2011-03-29 | 1 | -2/+18 |
|/ | | | | dismissed by interacting with the main dialog | ||||
* | Use the shared header file for the service and interface names. | Ted Gould | 2011-03-10 | 1 | -3/+2 |
| | |||||
* | prefs: only let user change clock prefs if the clock is running; don't ↵ | Michael Terry | 2011-03-10 | 1 | -2/+42 |
| | | | | connect to response signal, it's no longer a dialog | ||||
* | quit when the close putton is clicked | Ken VanDine | 2011-03-03 | 1 | -0/+1 |
| | |||||
* | merge from trunk; fix utc time always being displayed in manual time spin button | Michael Terry | 2011-03-03 | 1 | -31/+111 |
|\ | |||||
| * | add back missing unref | Michael Terry | 2011-03-03 | 1 | -0/+1 |
| | | |||||
| * | let date spin buttons work | Michael Terry | 2011-03-01 | 1 | -19/+38 |
| | | |||||
| * | merge from trunk | Michael Terry | 2011-03-01 | 1 | -49/+0 |
| |\ | |||||
| * | | have spinners work in unison -- only save when neither is focused | Michael Terry | 2011-02-24 | 1 | -32/+92 |
| | | | |||||
* | | | fix some visual issues mpt found; drop libmap/Makefile.in from bzr | Michael Terry | 2011-03-03 | 1 | -1/+34 |
| |/ |/| | |||||
* | | remove week-start preference | Michael Terry | 2011-02-25 | 1 | -49/+0 |
|/ | |||||
* | add geonames watermark | Michael Terry | 2011-02-23 | 1 | -0/+2 |
| | |||||
* | some cleanup; when map changes, update entry too | Michael Terry | 2011-02-23 | 1 | -6/+20 |
| | |||||
* | whoops, uncomment polkit bits | Michael Terry | 2011-02-23 | 1 | -3/+3 |
| | |||||
* | add week-start controls and settings | Michael Terry | 2011-02-23 | 1 | -3/+50 |
| | |||||
* | grab timezone names from geomaps; flesh out support for timezone completion ↵ | Michael Terry | 2011-02-23 | 1 | -4/+25 |
| | | | | in main map and locations dialog; show times in locations dialog | ||||
* | beginnings of completion support | Michael Terry | 2011-02-22 | 1 | -1/+29 |
| | |||||
* | add initial timezone map implementation, borrowed from gnome-control-center | Michael Terry | 2011-02-22 | 1 | -7/+51 |
| | |||||
* | start of locations dialog | Michael Terry | 2011-02-18 | 1 | -1/+10 |
| | |||||
* | make manual date/time fields work | Michael Terry | 2011-02-18 | 1 | -41/+117 |
| | |||||
* | add polkit support and use new gnome-settings-daemon ntp-setting support | Michael Terry | 2011-02-18 | 1 | -26/+197 |
| | |||||
* | first pass at preferences dialog | Michael Terry | 2011-02-17 | 1 | -0/+211 |