aboutsummaryrefslogtreecommitdiff
path: root/src/datetime-prefs.c
Commit message (Collapse)AuthorAgeFilesLines
* Add the "Time in auto-detected location" setting described in ↵Charles Kerr2012-05-171-0/+2
| | | | https://wiki.ubuntu.com/TimeAndDate
* merge lp:~ted/indicator-datetime/lp773987 to switch the parsing of the lat ↵Charles Kerr2012-04-231-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 consistentTed Gould2012-04-181-2/+2
| |
* | indicator_datetime_panel's dispose() method needs to chain up to the ↵Charles Kerr2012-04-221-0/+2
|/ | | | superclass' dispose() method
* 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 ↵Charles Kerr2012-03-271-4/+27
| | | | prefs panel is disposed.
* In Bug #943747, Coverity reported that use of sscanf() needed to be ↵Charles Kerr2012-03-031-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 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
| | | | | Fixes https://bugs.launchpad.net/indicator-datetime/+bug/729056
* port preferences to be a control-center panelMichael Terry2011-06-291-160/+225
|
* update to handle latest gnome-settings-daemon dbus API for setting ↵Michael Terry2011-06-281-3/+1
| | | | timezones; be more fool-proof when looking up current timezone in indicator
* finish port to gtk3Michael Terry2011-06-151-35/+48
|
* when user clicks a timezone location, switch to that timezone (and support ↵Michael Terry2011-04-071-38/+2
| | | | showing user's preferred name for the current timezone in the menu)
* 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 ↵Ted Gould2011-03-291-2/+0
|\ | | | | | | entering a blank item.
| * 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 ↵Michael Terry2011-03-291-2/+18
|/ | | | dismissed by interacting with the main dialog
* 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 ↵Michael Terry2011-03-101-2/+42
| | | | connect to response signal, it's no longer a dialog
* 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 ↵Michael Terry2011-02-231-4/+25
| | | | in main map and locations dialog; show times in locations dialog
* 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