- Nov 01, 2017
-
-
Rui Matos authored
-
-
Rui Matos authored
Seems like NM changed behavior recently but, in any case, better safe than sorry. https://bugzilla.gnome.org/show_bug.cgi?id=788716
-
Robert Ancell authored
The screenshot was only trying to capture gnome-shell's top bar to overlay on the background preview but now on 3.26 the top bar might be transparent which obviously wouldn't work at all for previewing a different wallpaper. https://bugzilla.gnome.org/show_bug.cgi?id=788206
-
Xiang Fan authored
The dialog has several bindings to proxy settings, so it shouldn't outlive the proxy class. https://bugzilla.gnome.org/show_bug.cgi?id=788776
-
- Oct 30, 2017
-
-
Rui Matos authored
The private key may be unencrypted or we might want to enable "always ask". https://bugzilla.gnome.org/show_bug.cgi?id=789660
-
Andrea Azzarone authored
The tree view in the input and the output tab uses the "selection-changed" signal. This implies that when a row is removed (e.g. when unplugging heaphones) g-c-c will receive the signal and try to change the active port. G-c-c should not be the one deciding deciding which port should be active, the user or PA are smart enough. We should descard selection-changed events that are not triggered by an user interaction. https://bugzilla.gnome.org/show_bug.cgi?id=789551
-
Jiro Matsuzawa authored
-
- Oct 24, 2017
-
-
-
-
Felipe Borges authored
This changes are necessary because we don't require cups >= 1.4, due to downstreams still shipping old cups versions. The IPP_STATE_IDLE symbol has been introduced in cups 1.7. The IPP_IDLE constant has been deprecated. https://bugzilla.gnome.org/show_bug.cgi?id=789397
-
- Oct 10, 2017
-
-
Rafael Fontenelle authored
-
- Oct 09, 2017
-
-
-
Matej Urbančič authored
-
- Oct 07, 2017
-
-
Christian Kirbach authored
-
- Oct 05, 2017
-
-
Xavi Ivars authored
-
- Oct 03, 2017
-
-
Rui Matos authored
-
Rui Matos authored
Our NM async callbacks already handle being cancelled and we already have a cancellable in the base NetObject class, we just weren't wiring it up to the async calls. Do that to prevent use after free crashes. https://bugzilla.gnome.org/show_bug.cgi?id=787010
-
- Oct 01, 2017
-
-
Marek Cernocky authored
-
Anders Jonsson authored
-
- Sep 29, 2017
-
-
Matej Urbančič authored
-
- Sep 26, 2017
-
-
Nathan Follens authored
-
- Sep 25, 2017
-
-
Efstathios Iosifidis authored
-
Sveinn í Felli authored
-
Ondrej Holy authored
It is possible to use weak passwords in dialogs currently, which is not intentional and leads to problems in case of changing password of current user. This regression was introduced by Bug 780002, which added new strength level for weak passwords. Let's reflect the new level also when setting sensitivity... https://bugzilla.gnome.org/show_bug.cgi?id=788122
-
- Sep 22, 2017
-
-
Arash Mousavi authored
-
-
Marek Cernocky authored
-
- Sep 20, 2017
-
-
Sebastien Bacher authored
otherwise there is only space for one line to be displayed https://bugzilla.gnome.org/show_bug.cgi?id=787931
-
- Sep 18, 2017
-
-
Piotr Drąg authored
-
- Sep 14, 2017
-
-
Stas Solovey authored
-
Khaled Hosny authored
-
- Sep 12, 2017
-
-
Alexander Shopov authored
-
Cheng-Chia Tseng authored
-
Felipe Borges authored
It looks better to present the fallback app menu in the headerbar instead. This change assumes that client side decorations will be available, and therefore a GtkHeaderBar. https://bugzilla.gnome.org/show_bug.cgi?id=786692
-
Felipe Borges authored
When application menus are not supported by the desktop environment or are disabled, Gtk+ makes the menu available with a fallback. For client-side decorations the fallback consists of adding a menu button at the begining of the titlebar. Since g-c-c has a split headerbar, we need to explicitly handle the decoration layout. This commit forces the "menu" to belong to the left headerbar, and leaves the other buttons to ble placed at the right headerbar. The "show-close-button" property has to be set in order to present any type of decoration buttons in the header bar. https://bugzilla.gnome.org/show_bug.cgi?id=786692
-
Didier Roche authored
Most panel desktop files have an OnlyShowIn entry to display them in the previous iconish G-C-C UI. Some distributions (like ubuntu) prefers adding new panel rather than patching the existing ones to ensure that the upstream Control Center look it preserved under a vanilla GNOME session. This patch fix thus the new layout setting to respect the OnlyShowIn property. https://bugzilla.gnome.org/show_bug.cgi?id=787347
-
- Sep 11, 2017
-
-
Rui Matos authored
-
Jiro Matsuzawa authored
-
Daniel Mustieles authored
-