summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove the run-only-once implementationsetupMatthias Clasen2011-05-174-27/+2
| | | | This will be handled differently when we move to gdm.
* Replace set-timezone.[hc] by gdbus-codegen-erated codeMatthias Clasen2011-05-166-549/+3603
| | | | | | This reduces the amound of code copied between the panel and the setup client and gives us nicer code. We should probably do this back in the panel, too.
* Add an 'Add Account' buttonMatthias Clasen2011-05-131-0/+19
| | | | Doesn't do anything yet...
* Initial implementation of the location pageMatthias Clasen2011-05-1310-178/+2317
| | | | Search and map work; geoip support still missing.
* Remove debug spewMatthias Clasen2011-05-131-8/+0
|
* More completeMatthias Clasen2011-05-1110-35/+2093
| | | | | | | With this commit, the network and account pages are basically functional. The copy-paste of the network cell renderers as well as various bits of the network and user panels should perhaps be reworked, longer-term.
* Start of a first-time-setup toolMatthias Clasen2011-05-098-2/+331
| | | | This is essentially just a skeleton at this point.
* user-accounts: Remove use of images in fingerprintBastien Nocera2011-05-071-6/+0
| | | | | gtk_assistant_set_page_header_image() is deprecated, stop using it in the fingerprint setup assistant.
* network: Use g_settings_get_child to construct the proxy settingsChristian Persch2011-05-071-4/+4
| | | | Bug #645439.
* info: Add preferred to the list of keywordsBastien Nocera2011-05-071-1/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=648253
* build: Require newer gnome-desktop for display changesBastien Nocera2011-05-071-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=589562
* Only show monitor labels when display applet has focusRobert Ancell2011-05-071-0/+26
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=589562
* region: Use input-keyboard instead of system-run iconBastien Nocera2011-05-071-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=647656
* keyboard: Change tab label from "General" to "Typing"Bastien Nocera2011-05-071-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=615206
* lib: Remove CcLockbuttonBastien Nocera2011-05-073-698/+0
| | | | | | We can now use the lock button in GTK+ itself. https://bugzilla.gnome.org/show_bug.cgi?id=640732
* user-accounts: Use GTK+ lock buttonBastien Nocera2011-05-071-2/+1
|
* datetime: Use GTK+ lock buttonBastien Nocera2011-05-071-3/+2
|
* printers: Use GTK+ lock buttonBastien Nocera2011-05-071-2/+1
|
* build: Require a newer GTK+ for the lock buttonBastien Nocera2011-05-071-1/+1
|
* printers: Check presence of new printerMarek Kasik2011-05-061-3/+42
| | | | | | Check successful installation of new printer by search in list of destinations given by CUPS. Add index to the end of name of new printer if the name is already used.
* printers: Improve search for PPDs for new devicesMarek Kasik2011-05-063-77/+1063
| | | | | | Improve logic for selecting PPD from available PPDs. Try to find the best PPD if there is not an exact match (rhbz#691808, rhbz#691701).
* Fix a Hungarian translation problemGabor Kelemen2011-05-051-1/+1
|
* Updated Norwegian bokmål translationKjartan Maraas2011-05-041-240/+202
|
* mouse: Update from gnome-settings-daemonBastien Nocera2011-05-032-23/+108
| | | | | | Should fix detection of touchpads not working in some cases. https://bugzilla.redhat.com/show_bug.cgi?id=695041
* Revert "display: Only show monitor labels when display applet has focus"Bastien Nocera2011-05-031-28/+0
| | | | | | This reverts commit 201714d99a8219ccb4d7470769fb953fcbfebe57. This isn't the unstable branch you're looking for.
* shell: add raised style to "All Settings" buttonCosimo Cecchi2011-05-031-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=645809
* Updated Irish translationSeán de Búrca2011-05-021-2574/+2728
|
* printers: Make Add button insensitive until user select a printerMarek Kasik2011-05-021-2/+69
| | | | | Set Add button in the PpNewPrinterDialog sensitive only if user select a printer in the dialog (#648787).
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Pin-Hsien Li2011-05-023-1/+268
|
* display: Only show monitor labels when display applet has focusRobert Ancell2011-05-021-0/+28
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=589562
* Added UG translationAbduxukur Abdurixit2011-05-021-3520/+3514
|
* Uploaded UkranianDaniel Korostil2011-05-021-269/+269
|
* Updated Polish translationPiotr Drąg2011-05-011-66/+66
|
* Updated galician translationsFran Diéguez2011-04-301-143/+133
|
* Remove the subscription renewal timeout when the panel goes awayMatthias Clasen2011-04-291-1/+8
| | | | Otherwise, bad things (ie crashes) happen after 500 seconds...
* Updated Polish translationPiotr Drąg2011-04-291-63/+64
|
* Updated Brazilian Portuguese translationRodrigo Padula de Oliveira2011-04-281-269/+269
|
* user-accounts: Show username when no real nameBastien Nocera2011-04-281-2/+7
| | | | | | | So that users added "by hand" with adduser show up correctly in the treeview. https://bugzilla.gnome.org/show_bug.cgi?id=648348
* power: Only show the 'When power is critically low' when there is a laptop ↵Richard Hughes2011-04-281-0/+3
| | | | | | battery or UPS attached. This fixes https://bugzilla.gnome.org/show_bug.cgi?id=646053
* NEWS for 3.0.1.13.0.1.1Matthias Clasen2011-04-261-0/+21
|
* Bump version to 3.0.1.1Matthias Clasen2011-04-261-1/+1
|
* keyboard: Avoid warnings when adding new shortcutsBastien Nocera2011-04-262-3/+7
| | | | | We don't want to unset GConf watches if we didn't set them in the first place.
* keyboard: Fix adding custom shortcutsBastien Nocera2011-04-261-2/+2
| | | | | | | We need something other than "0" as an answer. Thanks for breaking the responses glade. https://bugzilla.gnome.org/show_bug.cgi?id=648187
* keyboard: Use correct base for unsetting custom shortcutsBastien Nocera2011-04-261-2/+8
|
* Revert "region: Use input-keyboard instead of system-run icon"Bastien Nocera2011-04-261-1/+1
| | | | | | This reverts commit 4320dbfadf163b5555730bcfd843473580376894. No UI changes for GNOME 3.0 yet.
* keyboard: Always add the "Custom shortcuts" sectionBastien Nocera2011-04-261-2/+6
| | | | | | Even if it is empty by default. https://bugzilla.gnome.org/show_bug.cgi?id=648091
* region: Use input-keyboard instead of system-run iconBastien Nocera2011-04-261-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=647656
* region: Add "clear" secondary icon to search entryBastien Nocera2011-04-262-0/+29
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=647717
* shell: Fix initial state of the "search" icon in entryBastien Nocera2011-04-261-0/+2
|
* display: Add vscroll/hscroll policy propertiesBastien Nocera2011-04-261-1/+21
| | | | | | To kill the startup critical warnings. https://bugzilla.gnome.org/show_bug.cgi?id=648620