Bastien Nocera
8f614133ea
display: Remove old radio-timey code
...
There's no radio button to switch to off now.
2011-02-04 16:41:56 +00:00
Bastien Nocera
19f5c35da8
display: Simplify some old GNOME 2.x code
...
There's no need to wait for gtk_dialog_run() now...
2011-02-04 16:41:56 +00:00
Bastien Nocera
91faba68b2
display: Remove support for old D-Bus interface
...
version 1 support for the protocol is gone. All the
gnome-settings-daemon for the past 2 years have supported the new
interface.
2011-02-04 16:41:56 +00:00
Bastien Nocera
c322a42ea2
display: Rename rotation options
...
So it's easier to preview in one's head.
https://bugzilla.gnome.org/show_bug.cgi?id=563144
2011-02-01 13:11:54 +00:00
Bastien Nocera
1b97a789e8
display: Hide unsupported sizes
...
Sizes smaller than 675x530 aren't supported in the design, so
avoid them, unless they're bigger than the current output size
(so you could go up from them).
https://bugzilla.gnome.org/show_bug.cgi?id=626822
2011-02-01 02:35:33 +00:00
Matthias Clasen
e45b813079
display: Don't use deprecated GTK+ api
2011-01-25 00:53:09 -05:00
William Jon McCann
1a4d551780
display: use the setting for 12/24 time in the panel
2011-01-20 17:33:06 -05:00
Khaled Hosny
55a118f386
display: Use text attributes instead of markup
...
in the UI file.
https://bugzilla.gnome.org/show_bug.cgi?id=639184
2011-01-14 14:22:41 +00:00
Giovanni Campagna
de6af5ee29
Merge branch 'gobject-gnomerr'
...
Conflicts:
panels/display/xrandr-capplet.c
2011-01-06 20:45:40 +01:00
Thomas Wood
2c2b9d9fde
display: don't use -1 as the minimum width
...
A valid minimum width must be more than or equal to zero.
2010-12-21 14:25:15 +00:00
Thomas Wood
ca7bdc3f7e
build: remove redundant variables
...
GNOMECC_CAPPLETS_CLEANFILES duplicated existing files to be removed and
GNOMECC_CAPPLETS_EXTRA_DIST was no longer used anywhere.
2010-12-20 14:51:52 +00:00
William Jon McCann
d6421171cc
Change button to Detect Displays
...
Want to use display consistently instead of mixing with monitor
and screen.
2010-12-12 12:58:17 -05:00
Bastien Nocera
a941601b7c
display: Mark "Mirror displays" as a verb
...
Add a translator comment to make sure "Mirror displays" in the main
panel UI gets translated properly.
2010-12-07 17:11:59 +00:00
Bastien Nocera
7667671ab1
display: Use "display" instead of "screen"
...
Use "display" consistently instead of "screen" in some portions
of the UI.
2010-12-07 16:57:09 +00:00
Dennis Cranston
e62c6f7e95
display: Title versus Sentences Capitalization
...
Fix a few labels.
2010-12-07 15:17:43 +00:00
Owen W. Taylor
5d7ad665ec
xandr-capplet: Remove depth argument from gdk_window_get_geometry()
...
Make compile again with the latest GTK+ 2.9x API changes.
https://bugzilla.gnome.org/show_bug.cgi?id=636581
2010-12-06 08:38:01 -05:00
Bastien Nocera
5b7132bacf
display: Use new GtkSwitch for display switching
...
Instead of 2 radio buttons.
https://bugzilla.gnome.org/show_bug.cgi?id=636065
2010-12-01 14:45:41 +00:00
Bastien Nocera
affc2ca923
display: Fix run-time warning
...
If the viewport changed before we're realised, don't care too much.
2010-11-29 14:43:07 +00:00
Giovanni Campagna
66e8e903be
Adapt to API changes in GnomeRRScreen
...
gnome_rr_screen_new does not accept a callback anymore, we need
to use the "screen-changed" signal
2010-11-28 17:07:24 +01:00
Giovanni Campagna
3eb3ca4506
Adapt to GnomeDesktop API changes
...
GnomeRRScreen, GnomeRRConfig and GnomeRROutputInfo (formerly
GnomeOutputInfo) have turned into opaque GObjects. Use accessors
for modifying them, and allocate/free them as GObjects.
https://bugzilla.gnome.org/show_bug.cgi?id=634091
2010-11-28 15:31:24 +01:00
Matthias Clasen
d1b93565d8
Use a different cursor for bar dragging
2010-11-23 10:59:31 -05:00
William Jon McCann
29c7dd38a8
display: add a save/restore to ensure the labels don't mess up top bar
...
By setting a scale...
2010-11-23 09:44:30 -05:00
William Jon McCann
f490da1cb5
display: use a better color shading
...
So the displays don't look black when off. We should avoid using
black since that is used for the top bar.
2010-11-23 08:29:59 -05:00
William Jon McCann
49e0499e3b
display: update primary when turning displays off
2010-11-23 08:02:19 -05:00
William Jon McCann
17a7b0d404
display: only set primary when dragging top bar
2010-11-22 22:01:30 -05:00
William Jon McCann
3f054a856e
display: don't allow setting primary on off displays
2010-11-22 21:54:51 -05:00
William Jon McCann
9cd6ecac9f
display: ensure primary display is set in config
...
https://bugzilla.gnome.org/show_bug.cgi?id=635455
2010-11-22 21:40:34 -05:00
William Jon McCann
e658b6341b
display: add some border padding
2010-11-21 18:48:10 -05:00
William Jon McCann
e2c486f979
display: use a smaller top bar size
2010-11-20 21:29:12 -05:00
William Jon McCann
7e5aecdf98
display: allow dragging top bar to set primary display
2010-11-20 20:38:04 -05:00
William Jon McCann
3337e01c00
display: identify primary display with a black top bar and clock
2010-11-20 19:38:20 -05:00
William Jon McCann
a4ac7717da
display: clean up declarations
2010-11-20 18:36:44 -05:00
William Jon McCann
88df7df3a9
display: use consistent indentation and spacing
2010-11-20 18:30:40 -05:00
William Jon McCann
e9804b5adc
display: Just say no to tabs and trailing whitespace
2010-11-20 18:28:55 -05:00
William Jon McCann
e3367c92f0
Don't assume that get_preferred_* arguments can't be NULL
...
Fixes a crash introduced by f5f5aac5c0
2010-11-20 13:33:19 -05:00
Bastien Nocera
032d6326d5
panels: Add keywords to all the panels we ship
...
https://bugzilla.gnome.org/show_bug.cgi?id=399754
2010-11-17 16:02:47 +00:00
Bastien Nocera
ad98fd751b
display: Fix keywords
...
And add a translator comment.
2010-11-17 15:42:37 +00:00
Matthias Clasen
07543ce008
display: Add some keywords to the desktop file
...
This is mainly to demonstrate how keyword search operates. After
this patch, typing "xrandr" in the search entry will find the
display panel.
2010-11-15 18:17:00 -05:00
Rodrigo Moya
d14cc5c0b0
Fix conflicts
2010-11-15 11:28:01 +01:00
Rodrigo Moya
7c87dce1dc
Fix conflicts
2010-11-15 10:35:25 +01:00
Andreas Proschofsky
32f59e6df5
all: Fix build for latest gnome-desktop changes
...
https://bugzilla.gnome.org/show_bug.cgi?id=634859
2010-11-14 22:12:59 +00:00
William Jon McCann
16f45eb8a7
display: remove the primary display checkbox
...
We'll add a graphical representation instead.
2010-11-14 15:44:36 -05:00
William Jon McCann
ad13352fbc
display: make layout not jump around when selecting monitors
...
Add a bit of spacing for breathing room as well.
2010-11-14 15:38:17 -05:00
William Jon McCann
25b198a814
display: remove unhelpful Monitor: label
...
It is somewhat redundant, misleading for projectors, and adds
noise. Remove it.
2010-11-14 15:15:54 -05:00
William Jon McCann
ebf1ced0ae
display: indicate the selected display using an outside stroke
...
And use the selection color from the widget style. This helps
uncrowd the inner part of the box and will allow more room to
fit a primary display selector.
2010-11-14 14:56:07 -05:00
William Jon McCann
3cc5c70546
display: don't list the resolution in the arrangement box
...
It doesn't directly relate to the monitor arrangement and significantly
clutters the view. We have designs to add a primary display arrangement
and this unnecessarily complicates things.
2010-11-14 14:10:15 -05:00
William Jon McCann
368849afe5
display: remove refresh rate setting
...
This setting isn't really something that the user has enough information
to set appropriately. And something the system should be able to figure
out on its own.
2010-11-14 13:22:04 -05:00
Rodrigo Moya
8f7274baa3
display: Use C comments, not C++
2010-11-09 18:20:50 +01:00
Kees Cook
520598e762
display: Show aspect ratios with resolutions
2010-11-09 14:02:57 +01:00
Matthias Clasen
f5f5aac5c0
Prepare for size_request removal in GTK3
...
https://bugzilla.gnome.org/show_bug.cgi?id=633321
2010-11-08 14:07:47 +01:00