aboutsummaryrefslogtreecommitdiff
path: root/src/datetime-prefs.c
Commit message (Expand)AuthorAgeFilesLines
* Port to timedated instead of gnome-settings-daemon datetime mechanism.Ryan Lortie2013-03-261-82/+44
|\
| * prefs: remove second signal connection for toggle_ntpRyan Lortie2013-03-041-4/+1
| * preferences: Add CanNTP supportRyan Lortie2013-03-041-0/+11
| * Send proper arguments for SetTime callRyan Lortie2013-03-041-1/+2
| * Port to timedated instead of gnome-settings-daemon datetime mechanismRyan Lortie2013-03-011-81/+34
* | Go back to ISO 8601 datesMichael Terry2013-03-071-1/+4
|/
* remove stray semicolon found by CoverityCharles Kerr2012-10-091-1/+1
* Add the "Time in auto-detected location" setting described in https://wiki.ub...Charles Kerr2012-05-171-0/+2
* merge lp:~ted/indicator-datetime/lp773987 to switch the parsing of the lat an...Charles Kerr2012-04-231-2/+2
|\
| * Use the same function here as well, just to ensure we're consistentTed Gould2012-04-181-2/+2
* | indicator_datetime_panel's dispose() method needs to chain up to the supercla...Charles Kerr2012-04-221-0/+2
|/
* clicking the systems settings window shouldn't close the 'Locations' dialog.Charles Kerr2012-03-291-8/+1
* cancel the ntp_query_answered() and tz_query_answered() callbacks when the pr...Charles Kerr2012-03-271-4/+27
* In Bug #943747, Coverity reported that use of sscanf() needed to be inspected...Charles Kerr2012-03-031-0/+3
* more use of g_clear_object() where appropriateCharles Kerr2012-03-011-28/+21
* and move TimezoneCompletion to libtimezonemap tooMichael Terry2012-01-091-9/+9
* use libtimezonemapMichael Terry2012-01-091-6/+15
* Remove libunique dependency as Its not needed anymoreJavier Jardón2011-10-051-1/+0
* Set translation domain before the gtk_builder_add_from_file call. LP: #845473Gabor Kelemen2011-09-091-2/+1
* Show the preferred date representation for the current localeJavier Jardón2011-08-161-1/+1
* port preferences to be a control-center panelMichael Terry2011-06-291-160/+225
* update to handle latest gnome-settings-daemon dbus API for setting timezones;...Michael Terry2011-06-281-3/+1
* finish port to gtk3Michael Terry2011-06-151-35/+48
* when user clicks a timezone location, switch to that timezone (and support sh...Michael Terry2011-04-071-38/+2
* add error icon to main timezone entryMichael Terry2011-03-301-6/+46
* remember user's preferred location name for main timezoneMichael Terry2011-03-291-19/+43
* Handle enter on the default case by selecting the first entry instead of ente...Ted Gould2011-03-291-2/+0
|\
| * Don't allow enter presses to leave non-timezone content in the modelMichael Terry2011-03-281-2/+0
* | treat locations dialog not as a modal dialog, but rather one that can be dism...Michael Terry2011-03-291-2/+18
|/
* Use the shared header file for the service and interface names.Ted Gould2011-03-101-3/+2
* prefs: only let user change clock prefs if the clock is running; don't connec...Michael Terry2011-03-101-2/+42
* quit when the close putton is clickedKen VanDine2011-03-031-0/+1
* merge from trunk; fix utc time always being displayed in manual time spin buttonMichael Terry2011-03-031-31/+111
|\
| * add back missing unrefMichael Terry2011-03-031-0/+1
| * let date spin buttons workMichael Terry2011-03-011-19/+38
| * merge from trunkMichael Terry2011-03-011-49/+0
| |\
| * | have spinners work in unison -- only save when neither is focusedMichael Terry2011-02-241-32/+92
* | | fix some visual issues mpt found; drop libmap/Makefile.in from bzrMichael Terry2011-03-031-1/+34
| |/ |/|
* | remove week-start preferenceMichael Terry2011-02-251-49/+0
|/
* add geonames watermarkMichael Terry2011-02-231-0/+2
* some cleanup; when map changes, update entry tooMichael Terry2011-02-231-6/+20
* whoops, uncomment polkit bitsMichael Terry2011-02-231-3/+3
* add week-start controls and settingsMichael Terry2011-02-231-3/+50
* grab timezone names from geomaps; flesh out support for timezone completion i...Michael Terry2011-02-231-4/+25
* beginnings of completion supportMichael Terry2011-02-221-1/+29
* add initial timezone map implementation, borrowed from gnome-control-centerMichael Terry2011-02-221-7/+51
* start of locations dialogMichael Terry2011-02-181-1/+10
* make manual date/time fields workMichael Terry2011-02-181-41/+117
* add polkit support and use new gnome-settings-daemon ntp-setting supportMichael Terry2011-02-181-26/+197
* first pass at preferences dialogMichael Terry2011-02-171-0/+211