summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 3.13.2GNOME_CONTROL_CENTER_3_13_2Bastien Nocera2014-06-242-1/+55
|
* po: Update for new filesBastien Nocera2014-06-241-0/+2
|
* user-accounts: add pixbuf filter for the avatar file chooserOndrej Holy2014-06-241-0/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=721683
* universal-access: Use new listbox helpersBastien Nocera2014-06-241-20/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=732106
* sharing: Use new listbox helpersBastien Nocera2014-06-241-60/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=732106
* region: Use new listbox helpersBastien Nocera2014-06-242-68/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=732106
* privacy: Use new listbox helpersBastien Nocera2014-06-241-20/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=732106
* power: Use new listbox helpersBastien Nocera2014-06-241-23/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=732106
* online-accounts: Use new listbox helpersBastien Nocera2014-06-241-21/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=732106
* notifications: Use new listbox helpersBastien Nocera2014-06-241-20/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=732106
* network: Use new listbox helpersBastien Nocera2014-06-245-105/+15
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=732106
* display: Use new listbox helpersBastien Nocera2014-06-241-21/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=732106
* datetime: Use new listbox helpersBastien Nocera2014-06-241-20/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=732106
* common: Use new listbox helpersBastien Nocera2014-06-241-19/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=732106
* color: Use new listbox helpersBastien Nocera2014-06-241-20/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=732106
* shell: Add GtkListBox helpersBastien Nocera2014-06-243-0/+101
| | | | | | Add helpers for GtkListBox sizing, and setting separators. https://bugzilla.gnome.org/show_bug.cgi?id=732106
* sharing: Add per-network sharingBastien Nocera2014-06-2413-197/+1106
| | | | | | Using the new D-Bus service from gnome-settings-daemon. https://bugzilla.gnome.org/show_bug.cgi?id=727580
* sharing: Fix long "file sharing" explanatory labelBastien Nocera2014-06-241-0/+1
|
* Updated Slovenian translationMatej Urbančič2014-06-231-52/+48
|
* datetime: check CanNTP when initializing the panelMichael Catanzaro2014-06-231-16/+23
| | | | | | | | | | | | | If the system does not support NTP (as determined by the presence of an NTP unit in /usr/lib/systemd/ntp-units.d), the Automatic Date & Time row is intended to be hidden. We respond to changes to timedated's CanNTP property, but we never account for the initial state of the property, so we wind up displaying the Automatic Date & Time row even though the switch is guaranteed to be broken. Check CanNTP when initializing the panel to fix this. https://bugzilla.gnome.org/show_bug.cgi?id=732021
* um-editable-combo: use GtkStack instead of GtkNotebookOndrej Holy2014-06-231-76/+60
| | | | | | | | | | | | | | The mechanism of setting label padding had to be changed consequently. It fixes following warnings: (gnome-control-center:32638): Gtk-WARNING **: GtkComboBox 0x28bcef0 is mapped but not child_visible (gnome-control-center:32638): Gtk-WARNING **: GtkComboBoy 0x28bcef0 is mapped but visible=1 child_visible=0 parent GtkNotebook 0x2b86600 mapped=1 The ugly hack to catch when combo is losing focus had to be also removed and notify::popup-shown is used instead. It fixes when GtkComboBox is wrongly shown instead of GtkButton due to escape is pressed or active item is selected. https://bugzilla.gnome.org/show_bug.cgi?id=694325
* cc-editable-entry: use GtkStack instead of GtkNotebookOndrej Holy2014-06-231-32/+34
| | | | | | | | | | The mechanism of setting label padding had to be changed consequently. It fixes also following warnings: (gnome-control-center:32638): Gtk-WARNING **: GtkEntry 0x28bcef0 is mapped but not child_visible (gnome-control-center:32638): Gtk-WARNING **: GtkEntry 0x28bcef0 is mapped but visible=1 child_visible=0 parent GtkNotebook 0x2b86600 mapped=1 https://bugzilla.gnome.org/show_bug.cgi?id=694325
* user-accounts: replace deprecated gtk_widget_get_stateOndrej Holy2014-06-231-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=731271
* sharing: Use GtkListBox instead of treeview for media foldersBastien Nocera2014-06-232-138/+221
| | | | | | As per mockups https://bugzilla.gnome.org/show_bug.cgi?id=731580
* sharing: Rename header label in Media SharingBastien Nocera2014-06-231-1/+4
| | | | | | As per mockups https://bugzilla.gnome.org/show_bug.cgi?id=731580
* sharing: Move Media Sharing master toggle to header barBastien Nocera2014-06-231-188/+185
| | | | | | As per mockups https://bugzilla.gnome.org/show_bug.cgi?id=731580
* sharing: Change explanatory text to match mockupsBastien Nocera2014-06-231-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=731580
* Updated Hungarian translationBalázs Úr2014-06-221-342/+343
|
* Updated German translationBenjamin Steinwender2014-06-201-322/+341
|
* background: Remove unnecessary initializationDebarshi Ray2014-06-171-3/+0
| | | | | | | The entire private struct is initialized to 0 by GObject, so there is no need to do that again. https://bugzilla.gnome.org/show_bug.cgi?id=731713
* background: Use higher resolution thumbnails on HiDpi displaysDebarshi Ray2014-06-179-27/+126
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=731713
* background: Rearrange the GObject boilerplateDebarshi Ray2014-06-172-26/+26
| | | | | | | | | ... so that it is possible to override virtual functions and change the order of the object creation and destruction process without having to write a bunch of prototypes. Having the class_init below the others helps us do that. https://bugzilla.gnome.org/show_bug.cgi?id=731713
* background: Remove empty property getters and settersDebarshi Ray2014-06-172-56/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=731713
* network: fix invalid GSettings pathGiovanni Campagna2014-06-171-1/+1
| | | | | | GSettings/dconf paths must end with a slash. https://bugzilla.gnome.org/show_bug.cgi?id=731775
* Updated Slovenian translationMatej Urbančič2014-06-161-317/+327
|
* background: Unbreak the test programDebarshi Ray2014-06-161-2/+6
| | | | | | | | The dialog in the test program does not have a parent window. Fallout from 130dd418b83a98c2f42343ef56862488daf2509c https://bugzilla.gnome.org/show_bug.cgi?id=692495
* Add shortcut to launch gnome-control-centerChristophe Fergeau2014-06-131-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=729052
* user-accounts: fix language showingOndrej Holy2014-06-121-2/+6
| | | | | | | Wrong language is shown for user with unset language if we are switching between "Other accounts" and panel is locked. https://bugzilla.gnome.org/show_bug.cgi?id=731272
* Updated Turkish translationMuhammet Kara2014-06-071-1193/+514
|
* Fixed Russian translationYuri Myasoedov2014-06-071-317/+325
|
* display: Remove shadowing variableBastien Nocera2014-06-051-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=731166
* display: Fix problems when left-most monitor is rotatedBastien Nocera2014-06-051-1/+18
| | | | | | | | | | | | | | | When rotating the left-most monitor, we could end up with one of two scenarios: - Huge gap between monitor one and two when the left monitor is made to be vertical - Monitor two overlapping on top of monitor one when monitor is back to being horizontal. In addition to adding a bit more debug, we now take the old and new rotation of monitor one into account when calculating the moving screen edges. https://bugzilla.gnome.org/show_bug.cgi?id=731166
* display: Move apply_rotation_to_geometry()Bastien Nocera2014-06-051-15/+15
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=731166
* display: Check whether the rotation changes when relayoutingBastien Nocera2014-06-051-7/+13
| | | | | | | | | | | | Consider whether rotation has changed when checking whether we need to relayout the screens. Before, we would only have changed the layout if the resolution changed. This doesn't fix the problem of the relayouting code not taking rotation into account, but it will at least allow us to run that code when only the rotation changes. https://bugzilla.gnome.org/show_bug.cgi?id=731166
* display: Split out rotation sanity checkingBastien Nocera2014-06-051-8/+16
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=731166
* display: make the Apply button unsensitive for invalid configurationGiovanni Campagna2014-06-041-0/+7
| | | | | | | | If the configuration is not applicable, due to HW constraints we know about, make the button insensitive, to avoid an error dialog later on. https://bugzilla.gnome.org/show_bug.cgi?id=727023
* Updated Norwegian bokmål translation from Åka Sikrom.Kjartan Maraas2014-06-031-281/+286
|
* Updated Norwegian bokmål translation from Åka Sikrom.Kjartan Maraas2014-06-031-9/+9
|
* Updated Hebrew translationYosef Or Boczko2014-05-301-120/+118
|
* Updated Lithuanian translationAurimas Černius2014-05-251-38/+30
|