Commit graph

3587 commits

Author SHA1 Message Date
Bastien Nocera
33a12d968c power: Use new listbox helpers
https://bugzilla.gnome.org/show_bug.cgi?id=732106
2014-06-24 11:35:31 +02:00
Bastien Nocera
87863ad3f0 online-accounts: Use new listbox helpers
https://bugzilla.gnome.org/show_bug.cgi?id=732106
2014-06-24 11:35:31 +02:00
Bastien Nocera
3f75672f2d notifications: Use new listbox helpers
https://bugzilla.gnome.org/show_bug.cgi?id=732106
2014-06-24 11:35:31 +02:00
Bastien Nocera
55fe239e99 network: Use new listbox helpers
https://bugzilla.gnome.org/show_bug.cgi?id=732106
2014-06-24 11:35:31 +02:00
Bastien Nocera
d632e5988e display: Use new listbox helpers
https://bugzilla.gnome.org/show_bug.cgi?id=732106
2014-06-24 11:35:31 +02:00
Bastien Nocera
92134ee21b datetime: Use new listbox helpers
https://bugzilla.gnome.org/show_bug.cgi?id=732106
2014-06-24 11:35:30 +02:00
Bastien Nocera
e722599ac7 common: Use new listbox helpers
https://bugzilla.gnome.org/show_bug.cgi?id=732106
2014-06-24 11:35:30 +02:00
Bastien Nocera
5c732074b3 color: Use new listbox helpers
https://bugzilla.gnome.org/show_bug.cgi?id=732106
2014-06-24 11:35:30 +02:00
Bastien Nocera
cbeba7c6bf sharing: Add per-network sharing
Using the new D-Bus service from gnome-settings-daemon.

https://bugzilla.gnome.org/show_bug.cgi?id=727580
2014-06-24 11:35:30 +02:00
Bastien Nocera
e526257020 sharing: Fix long "file sharing" explanatory label 2014-06-24 11:35:30 +02:00
Michael Catanzaro
c8654808c2 datetime: check CanNTP when initializing the panel
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
2014-06-23 11:50:34 -05:00
Ondrej Holy
58c1bbc255 um-editable-combo: use GtkStack instead of GtkNotebook
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
2014-06-23 18:23:14 +02:00
Ondrej Holy
06367651d7 user-accounts: replace deprecated gtk_widget_get_state
https://bugzilla.gnome.org/show_bug.cgi?id=731271
2014-06-23 14:13:43 +02:00
Bastien Nocera
9b4fcd6266 sharing: Use GtkListBox instead of treeview for media folders
As per mockups

https://bugzilla.gnome.org/show_bug.cgi?id=731580
2014-06-23 12:09:01 +02:00
Bastien Nocera
ca84ceed79 sharing: Rename header label in Media Sharing
As per mockups

https://bugzilla.gnome.org/show_bug.cgi?id=731580
2014-06-23 12:09:01 +02:00
Bastien Nocera
f81398c0d2 sharing: Move Media Sharing master toggle to header bar
As per mockups

https://bugzilla.gnome.org/show_bug.cgi?id=731580
2014-06-23 12:09:01 +02:00
Bastien Nocera
c5f991f390 sharing: Change explanatory text to match mockups
https://bugzilla.gnome.org/show_bug.cgi?id=731580
2014-06-23 12:09:01 +02:00
Debarshi Ray
9c25c5ce65 background: Remove unnecessary initialization
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
2014-06-17 18:50:28 +02:00
Debarshi Ray
a3247e73a4 background: Use higher resolution thumbnails on HiDpi displays
https://bugzilla.gnome.org/show_bug.cgi?id=731713
2014-06-17 18:50:28 +02:00
Debarshi Ray
b950a69f3b background: Rearrange the GObject boilerplate
... 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
2014-06-17 18:50:27 +02:00
Debarshi Ray
9475b514bc background: Remove empty property getters and setters
https://bugzilla.gnome.org/show_bug.cgi?id=731713
2014-06-17 18:50:27 +02:00
Giovanni Campagna
39857522e7 network: fix invalid GSettings path
GSettings/dconf paths must end with a slash.

https://bugzilla.gnome.org/show_bug.cgi?id=731775
2014-06-17 17:55:58 +02:00
Debarshi Ray
9ae3c44aa2 background: Unbreak the test program
The dialog in the test program does not have a parent window.

Fallout from 130dd418b8

https://bugzilla.gnome.org/show_bug.cgi?id=692495
2014-06-16 15:24:01 +02:00
Christophe Fergeau
bb706f7b75 Add shortcut to launch gnome-control-center
https://bugzilla.gnome.org/show_bug.cgi?id=729052
2014-06-13 15:09:03 +02:00
Ondrej Holy
0173b88f99 user-accounts: fix language showing
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
2014-06-12 13:14:15 +02:00
Bastien Nocera
b50e712ac7 display: Remove shadowing variable
https://bugzilla.gnome.org/show_bug.cgi?id=731166
2014-06-05 17:16:41 +02:00
Bastien Nocera
42b1209130 display: Fix problems when left-most monitor is rotated
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
2014-06-05 17:16:41 +02:00
Bastien Nocera
27fa69a0ca display: Move apply_rotation_to_geometry()
https://bugzilla.gnome.org/show_bug.cgi?id=731166
2014-06-05 17:16:41 +02:00
Bastien Nocera
4ab4c18219 display: Check whether the rotation changes when relayouting
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
2014-06-05 17:16:41 +02:00
Bastien Nocera
1e6ea54aaf display: Split out rotation sanity checking
https://bugzilla.gnome.org/show_bug.cgi?id=731166
2014-06-05 17:16:41 +02:00
Giovanni Campagna
64b3fdc2fc display: make the Apply button unsensitive for invalid configuration
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
2014-06-04 16:49:11 +02:00
Yosef Or Boczko
c5f868994b wacom: Use the new support for RTL icons in GtkIconTheme
https://bugzilla.gnome.org/show_bug.cgi?id=730597
2014-05-23 12:31:53 +03:00
Yosef Or Boczko
7ea4dc158c user-accounts: Use the new support for RTL icons in GtkIconTheme
https://bugzilla.gnome.org/show_bug.cgi?id=730597
2014-05-23 12:31:44 +03:00
Yosef Or Boczko
4d403f4a8b region: Use the new support for RTL icons in GtkIconTheme
https://bugzilla.gnome.org/show_bug.cgi?id=730597
2014-05-23 12:31:36 +03:00
Richard Hughes
f3df80e5a0 color: Update the UI if the ICC profile title changes 2014-05-22 09:05:58 +01:00
Debarshi Ray
29bd627bb3 online-accounts: Use a header bar for the "Add Account" dialog
Even though this is an action dialog, and not a presentation dialog,
as defined in the HIG [1], there is no need for action buttons when
showing the initial list because the list is single-click.

[1] https://wiki.gnome.org/Design/HIG/Dialogs

https://bugzilla.gnome.org/show_bug.cgi?id=730080
2014-05-21 18:07:11 +02:00
Bastien Nocera
ddc35609bd network: Hide the Virtualisation bridge
There's no need for anyone to poke at the libvirt bridge that's not an
admin. It should probably be locked down more as well, but that would be
NetworkManager's business.
2014-05-19 17:55:47 +02:00
Rui Matos
7d9da10ab3 display: Add "Monitor" to keywords
It's a likely word that might be used when looking for this panel and,
with the new search results ordering, the power panel is coming up
ahead due to it preferring keyword matches when they exist.

https://bugzilla.gnome.org/show_bug.cgi?id=729027
2014-05-16 11:59:49 +02:00
Rui Matos
16cd01b304 user-accounts: Don't leak DateTime instances
Before, we were freeing the DateTime instances when closing the dialog
through the close button and always creating new ones on _show().

Now, with the header bar, we go through the delete-event handler which
just hides the dialog, meaning that we leak the dates instanced on
_show().

Clearing the dates on _show() is more robust anyway. Note that we'd
leak even before switching to a header bar when going through the
delete-event handler.

https://bugzilla.gnome.org/show_bug.cgi?id=729181
2014-05-16 11:59:48 +02:00
Marek Kasik
d32408c051 printers: Ellipsize long names and locations
Ellipsize long names of printers and long location strings
in the printers panel.

https://bugzilla.gnome.org/show_bug.cgi?id=661667
2014-04-30 11:32:42 +02:00
Tim Lunn
ef10b47e8b info: fix crash when using vboxvideo glx driver
https://bugzilla.gnome.org/show_bug.cgi?id=699712
2014-04-29 15:20:53 +02:00
Chris Johns
4def21caf1 sharing: Minor cosmetic changes
The top label is now has character limited width, and a small amount of
bottom padding.

https://bugzilla.gnome.org/show_bug.cgi?id=724629
2014-04-29 14:33:59 +02:00
Bastien Nocera
8fb9e9b71a privacy: "Immediately" option not truthful
The purging takes place once an hour, not immediately, so relabel
the option to that effect.

See https://bugzilla.redhat.com/show_bug.cgi?id=1056247

https://bugzilla.gnome.org/show_bug.cgi?id=725318
2014-04-29 14:33:21 +02:00
Carlos Soriano
61453b1dbb display: Add edge thickness to labeler
The edge antialising in the label was bad due to the
small thickness.
Adding one pixel more to the thickness
looks better.

https://bugzilla.gnome.org/show_bug.cgi?id=727887
2014-04-29 14:32:51 +02:00
Debarshi Ray
e168e2a665 user-accounts: Remove unused callback
Fallout from 00dacd5854

https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-29 12:19:09 +02:00
Bastien Nocera
b98f29d1a9 network: Fix warning on startup
c5b70a7876 removed all the unused top
level windows in the UI files, but net-virtual-device.c was forgotten.
2014-04-29 11:09:03 +02:00
Yosef Or Boczko
4c42f1530f user-accounts: Use header bar in the photo dialog
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:18 +03:00
Yosef Or Boczko
1470c254c1 user-accounts: Use header bar in the password dialog
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:18 +03:00
Yosef Or Boczko
5a8a96dcbb user-accounts: Use header bar in the account dialog
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:18 +03:00
Yosef Or Boczko
3758203a12 keyboard: Use header bar in the custom shortcut dialog
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:18 +03:00