- Aug 23, 2017
-
-
Rui Matos authored
-
Allan Day authored
The devices and details rows should have distinct icons which provide meaning. applications-system-symbolic is generic and therefore unhelpful in both cases. Instead use tailored icons from the icon theme, in order to ensure that icon theme changes don't result in inappropriate images being used. https://bugzilla.gnome.org/show_bug.cgi?id=786605
-
Rui Matos authored
-
Rui Matos authored
-
Rui Matos authored
It's a bit closer to the mockups, in spirit at least.
-
Rui Matos authored
We need the rows size group to exist when creating output UIs.
-
Rui Matos authored
If the lid is closed we shouldn't allow the builtin display to be configured.
-
Rui Matos authored
-
Sveinn í Felli authored
(cherry picked from commit e537f07d)
-
Georges Basile Stavracas Neto authored
Following the previous commit, this patch adapts the NetDeviceSimple layout to be consistent with the other devices in the Network panel. This is, however, a temporary solution, for simple devices will be handled in a separate panel in the future. https://bugzilla.gnome.org/show_bug.cgi?id=786662
-
Georges Basile Stavracas Neto authored
As a temporary solution until we don't have the Mobile Broadband panel, the Network panel should take care of simple devices such as Bluetooth and metered connections, and should do so in such a way that is consistent with how the rest of devices is managed. Currently, however, NetDeviceSimple objects still present the old, grid-based layout, breaking the expectations and completely destroying the consistency of the panel This patch moves simple devices to a section of its own. The next patch will update the visuals to match the other devices. https://bugzilla.gnome.org/show_bug.cgi?id=786662
-
Alexander Mikhaylenko authored
Removes sidebar-label class, adds sidebar-icon class to Devices and Details arrows https://bugzilla.gnome.org/show_bug.cgi?id=786612
-
Alexander Mikhaylenko authored
The stack switcher shown for multiple wireless devices can have arbitrarily large width, so it can shift the title to to the left. Setting hhomogenous to False prevents this https://bugzilla.gnome.org/show_bug.cgi?id=786410
-
Alexander Mikhaylenko authored
Set icon class to sidebar-icon, and label class to sidebar-label. This makes it more consistent with places sidebar in Nautilus and GtkFileChooser. https://bugzilla.gnome.org/show_bug.cgi?id=786612
-
Rui Matos authored
Using g_connect_object() ensures the disconnection happens when the search bar is finalized. https://bugzilla.gnome.org/show_bug.cgi?id=786603
-
Felipe Borges authored
In the new Shell the Printers panel scrolled window doesn't necessarily fills the whole vertical space available. https://bugzilla.gnome.org/show_bug.cgi?id=786674
-
Alexandre Franke authored
-
Piotr Drąg authored
-
Piotr Drąg authored
-
- Aug 22, 2017
-
-
Rui Matos authored
The configuration manager might not be ready yet when we're called from the lid state monitor handler. Don't do anything in that case. https://bugzilla.gnome.org/show_bug.cgi?id=786080
-
Rui Matos authored
-
Rui Matos authored
-
Rui Matos authored
The slider design wasn't fit for this since we allow only a finite set of scales.
-
Rui Matos authored
This makes us follow the updated design mockups more closely.
-
Rui Matos authored
This ensures the arrangement area always reflects the current changes.
-
Rui Matos authored
This will allows other bits of the UI to monitor scale changes.
-
- Aug 21, 2017
-
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Rui Matos authored
This makes switching between configurations and/or active monitor look a bit more polished.
-
Rui Matos authored
This ensures that the higher levels notice that there was an error and show the appropriate UI instead of showing the previous state.
-
Rui Matos authored
These are not needed since last commit.
-
Jonas Ådahl authored
As mutter now has removed the legacy monitor config system and the associated property on org.gnome.Mutter.DisplayConfig, also remove the support from gnome-control-center. https://bugzilla.gnome.org/show_bug.cgi?id=777732
-
- Aug 20, 2017
-
-
gogo authored
-
Christian Kirbach authored
-
Anish Sheela authored
-
Anish Sheela authored
-
Allan Day authored
While it isn't possible, or even advisable, to make all the list box rows the same height, using a number of standard heights will make the control center feel more harmoneous. Adust the height of the list box rows in Color, Date & Time, Mouse & Touchpad, Network, Privacy, Region & Language, Sharing and Universal Access. Makes standard rows that contain labels and/or controls 58px tall. Some other rows, such as those which contain two lines of text, are allowed to be taller. https://bugzilla.gnome.org/show_bug.cgi?id=786384
-
Allan Day authored
Ensure that the vertical spacing inside each panel is similar. This makes the transition between each panel smoother and makes the control center feel more cohesive. Settings panels are given 32px above and below their content and 32px vertical space between major sections. 12px space is placed below headings. Bluetooth, displays and printers are not addressed. https://bugzilla.gnome.org/show_bug.cgi?id=786384
-
Allan Day authored
The search and notification panels have similar list rows, as they both list applications. This gives the list rows more consistent layouts - application icons are made to be 32px throughout and row heights are made to be the same. Note that the row widths are unfortunately still different. https://bugzilla.gnome.org/show_bug.cgi?id=786384
-
- Aug 19, 2017
-
-
Georges Basile Stavracas Neto authored
The Online Accounts panel supports two commands: 'add' and 'show-account'. The 'add' command must receive an additional parameter, the 'provider' name, and an optional 'preseed' parameter. In the past, Settings would just push all the parameters to a GVariant and pass to the panels. Now, however, it skips the first one, making the parameter parsing code in Online Accounts panel wrong. This patch fix that by refactoring add_account() code, and fixing the GVariant parameter parsing.
-