Commit graph

178 commits

Author SHA1 Message Date
Michael Catanzaro
1522790461 displays: Apply buttons should use suggested-action style class
https://bugzilla.gnome.org/show_bug.cgi?id=743216
2015-01-20 07:43:31 -06:00
Rui Matos
dd05918a40 display: Fix deprecated API usage
https://bugzilla.gnome.org/show_bug.cgi?id=740986
2014-12-05 16:13:29 +01:00
Rui Matos
30590061fc display: Drop deprecated API usage on FooScrollArea painting
This achieves a very similar result (darkening the background color)
without having to peek into the style context. Note that the stroke
is removed because it isn't really visible anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=740986
2014-12-05 16:13:29 +01:00
Christophe Fergeau
492ebb57d5 display: Use AM_CPPFLAGS rather than INCLUDES
This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')

https://bugzilla.gnome.org/show_bug.cgi?id=732189
2014-06-25 12:28:18 +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
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
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
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
Yosef Or Boczko
9a62d82399 display: Use header bar in the dialogs
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:17 +03:00
Debarshi Ray
50b0383913 display: Remove redundant statement and variable definition
https://bugzilla.gnome.org/show_bug.cgi?id=727023
2014-04-02 17:55:43 +02:00
Debarshi Ray
63bf6aaf4b display: Silence -Wmaybe-uninitialized
We create rotate_box only when show_rotation is TRUE, and the
conditions for checking the different kinds of rotation do not make
sense when show_rotation is FALSE.

https://bugzilla.gnome.org/show_bug.cgi?id=727023
2014-04-02 17:45:51 +02:00
Debarshi Ray
71dc845389 Revert "Revert "display: Update for libupower-glib API changes""
This was never meant to be pushed.

This reverts commit f5b6fac376.
2014-02-17 19:57:25 +01:00
Debarshi Ray
f5b6fac376 Revert "display: Update for libupower-glib API changes"
This reverts commit 8ba50267be.
2014-02-17 19:53:29 +01:00
Daniel Mustieles
2c5951819d Updated FSF's address 2014-01-29 11:27:38 +01:00
Cosimo Cecchi
d0a832b00f display: show only rotation options if we support them
Use the new libgnome-desktop API and determine if we can show or not
rotation options.

https://bugzilla.gnome.org/show_bug.cgi?id=721673
2014-01-09 09:43:33 -08:00
Cosimo Cecchi
53801be82a display: hide Size label when empty
We currently just display an empty string next to the Size row if we
can't compute that information. Hide it instead.

https://bugzilla.gnome.org/show_bug.cgi?id=721673
2014-01-07 09:50:59 -08:00
Matthias Clasen
732d3e04c3 display: Add an 'upside-down' button
Turn the rotation buttons into toggle buttons, and add one for
'upside-down'.

https://bugzilla.gnome.org/show_bug.cgi?id=715092
2013-12-05 17:14:57 -05:00
Yosef Or Boczko
5ac88138b9 display: Use margin-start/end instead of margin-left/right
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:27:27 +02:00
Jasper St. Pierre
dd52ac9417 Add NoDisplay to all gnome-control-center panel .desktop files
These aren't apps -- they're simply launchers for gnome-control-center.
They should not be shown as apps in the UI at all.

https://bugzilla.gnome.org/show_bug.cgi?id=712246
2013-11-15 08:44:53 -05:00
Bastien Nocera
8ba50267be display: Update for libupower-glib API changes
There's no "changed" signal anymore.
2013-10-30 12:10:59 +01:00
Thomas Wood
17126cc740 display: always label the built in display as "1"
https://bugzilla.gnome.org/show_bug.cgi?id=709168
2013-10-04 15:02:20 +01:00
Rui Matos
ea4f2b157d display: Remove no longer used .ui file
https://bugzilla.gnome.org/show_bug.cgi?id=708286
2013-10-01 10:05:02 +02:00
Thomas Wood
34c43203ba display: add an option to turn off the display
https://bugzilla.gnome.org/show_bug.cgi?id=707570
2013-09-20 17:45:29 -04:00
Thomas Wood
02930b74e0 display: ensure the display labels remain visible when dialogs are open
https://bugzilla.gnome.org/show_bug.cgi?id=707930
2013-09-12 14:34:52 +01:00
Thomas Wood
75f6a84999 display: close any open dialog if the panel is destroyed 2013-09-11 15:56:43 +01:00
Thomas Wood
6192dd7fe3 display: disable the "Apply" button until a change has been made
https://bugzilla.gnome.org/show_bug.cgi?id=600225
2013-09-11 14:24:37 +01:00
Debarshi Ray
531989217e display: Silence -Wmaybe-uninitialized 2013-09-09 16:17:56 +02:00
Thomas Wood
183e31801d display: improve the display previews
Add the current background to the display previews and improve the
display number indicators.

https://bugzilla.gnome.org/show_bug.cgi?id=706429
2013-08-30 12:29:04 +01:00
Thomas Wood
b4a16be646 display: initial implementation of the new design
Add an initial implementation of the new design for the display panel. The
display previews and presentation mode are not yet fully implemented.

https://bugzilla.gnome.org/show_bug.cgi?id=706115
2013-08-20 18:25:44 +01:00
Giovanni Campagna
4c85135171 CcRRLabeler: don't crash when not running under X
If running under wayland, we can't use an X property notify
to look at workarea changes.
Currently, workarea is not part of the wayland protocol, so don't
bother and just don't crash.

https://bugzilla.gnome.org/show_bug.cgi?id=705573
2013-08-19 09:58:05 +02:00
Giovanni Campagna
150466cdb6 display: adapt to the new model for display configuration
The way we apply the new configuration changed, in that we are
expected to call the apply() method of GnomeRRConfig ourselves,
and that takes care to call to mutter, show the confirmation
dialog, etc.

https://bugzilla.gnome.org/show_bug.cgi?id=705573
2013-08-19 09:58:05 +02:00
Thomas Wood
32a00a066a display: prevent the built-in display being turned on if the lid is closed
https://bugzilla.gnome.org/show_bug.cgi?id=704487
2013-07-19 17:14:56 +01:00
Thomas Wood
76c30cd6ef display: use the preferred width and height when moving inactive displays
Inactive displays have a width and height of zero, so use the preferred
width and height to allow correct positioning.

https://bugzilla.gnome.org/show_bug.cgi?id=704404
2013-07-17 17:44:03 +01:00
Thomas Wood
30f590952b display: Fix floating screens and subsequent errors
While a screen is being dragged, use the previous position if no new
snapped position was found.

https://bugzilla.gnome.org/show_bug.cgi?id=704390
2013-07-17 14:47:58 +01:00
Thomas Wood
0a938e815d display: prevent a crash if the screen being dragged is removed
https://bugzilla.gnome.org/show_bug.cgi?id=704389
2013-07-17 13:52:26 +01:00
Alexander Larsson
79371feec6 display: Fix input for new gtk+ drawing model
The coordinates of the cairo_t in GtkWidget::draw() is always
based on the origin of the widget, i.e. the allocation, even
for drawing on subwindows or whatnot. So, we can delete
all the user_to_device() code.

This also fixed input when the new Gtk+ drawing model changes,
as that will change the device coordinates reported (but not the
user coordinates).
2013-05-07 16:06:47 +02:00
Allan Day
db2f62082d display: Update panel comments
Very few of the panel comments provide information that is very
useful. Update them to supplement the panel descriptions - this
will make the search results more helpful.

https://bugzilla.gnome.org/show_bug.cgi?id=694110
2013-02-19 10:41:43 +01:00
Bastien Nocera
9f29551a1e display: Remove the non-composited drawing paths
As they won't be used any more.
2013-02-18 19:13:34 +01:00
Bastien Nocera
9dee75e76a display: Use unicode characters directly
Instead of using their escape sequences.
2013-01-16 15:07:21 +01:00
Stéphane Graber
66576dfe24 display: Add support for 21:9 displays
https://bugzilla.gnome.org/show_bug.cgi?id=691803
2013-01-16 11:18:20 +01:00
Cosimo Cecchi
8d5f2908b5 panels: add --sourcedir=$(srcdir) when generating resource list
Like b8e93fb333 but for all panels.
2013-01-07 16:23:57 -05:00
Cosimo Cecchi
b7571896aa display: use a GResource for GtkBuilder UI definition
https://bugzilla.gnome.org/show_bug.cgi?id=691132
2013-01-07 10:57:05 +01:00
Matthias Clasen
3d27d8caaf shell: Fittsify panels
Make it possible for panels to go all the way to the edge of the
shell. This is particularly important for panels that scroll, such
as the new power panel. All other panels are changed to compensate
for the loss of external padding.

https://bugzilla.gnome.org/show_bug.cgi?id=691229
2013-01-07 10:51:29 +01:00
Bastien Nocera
2a6b12d540 display: Remove 2 unused variables 2012-12-11 17:09:05 +01:00
Bastien Nocera
c6ee7e0b95 display: Remove custom marshallers 2012-12-11 17:09:05 +01:00