Commit graph

2924 commits

Author SHA1 Message Date
Jens Granseuer
902d6e76f3 Update icon because the old one has been removed from g-i-t
Fixes bug 594710.
2009-09-12 14:58:19 +02:00
Michael Terry
860a1cec92 Show correct default layout
When 'Reset to Defaults' is pressed, the default layout should also be reset.
When showing the list of layouts, treat a -1 (unset) default layout value as 0.
2009-09-08 17:16:09 +01:00
Jens Granseuer
e4647c5a54 Make the font DPI spin button work again (bug #594342)
Properly initialize the spin button adjustment so that the DPI
value can be changed using the arrows. This bug was caused
during the migration to GtkBuilder.
2009-09-07 23:17:01 +02:00
Jens Granseuer
6f0e76b1a7 Fix compiler warnings 2009-09-07 23:16:16 +02:00
William Jon McCann
d6c117c9eb Use XDG user and system data dirs to load backgrounds 2009-09-01 20:22:34 -04:00
Luca Ferretti
5c0d2363a0 Rename some widget ids to make GtkBuilder happy 2009-08-28 00:22:59 +02:00
Matthias Clasen
96c0e0650c Don't call gnome_wp_item_ensure_gnome_bg too early
It relies on the colors being set. This was causing crashes.
2009-08-27 17:33:33 -04:00
Matthias Clasen
3a88e51353 [appearance] Make slideshows visually distinct
The patch fixes the tooltips to not lie about the backgrounds, and adds a
stacked frame decoration around slide shows.

This patch adds two little buttons below the slide show that let you step
through the frames of the slide show, to see whats in it.

Fixes http://bugzilla.gnome.org/show_bug.cgi?id=591375
2009-08-25 13:02:19 -04:00
William Jon McCann
d0f766937f Add/remove buttons should be the same size
Fixes http://bugzilla.gnome.org/show_bug.cgi?id=592510
2009-08-25 11:48:48 -04:00
William Jon McCann
68993660c6 Add link buttons to get more themes/backgrounds online
Fixes #http://bugzilla.gnome.org/show_bug.cgi?id=323323
2009-08-25 11:44:33 -04:00
William Jon McCann
ed2fa03585 Fix more parentless modal dialogs 2009-08-23 23:25:28 -04:00
Maxim Ermilov
9e84e0ac38 Update the ignored hosts list when the location changes (bug #581472) 2009-08-23 10:00:08 +02:00
William Jon McCann
56c3163a41 Fix parentless modal dialogs in theme installer
Fixes http://bugzilla.gnome.org/show_bug.cgi?id=592354
2009-08-22 20:50:53 -04:00
William Jon McCann
074ce4b16f Fix distcheck 2009-08-22 17:15:14 -04:00
Jens Granseuer
2aa9fd4044 Keep touchpad UI in sync with GConf
Add the touchpad GConf directory to the list of reported directories
so that the displayed configuration in the UI is kept current. Also
remove some redundant code. Closes bug #592425.
2009-08-22 11:37:25 +02:00
William Jon McCann
674deec471 Add workaround for glade-3 not working with vbox
Add orientation property to vbox

Workaround for http://bugzilla.gnome.org/show_bug.cgi?id=584029
2009-08-21 16:24:45 -04:00
Matthias Clasen
579e1f8690 Fix dragging of rotate monitors
We were using the rotated geometry for drawing, but the unrotated
geometry for snapping. Reported in bug 578109.
2009-08-20 17:16:33 -04:00
Jens Granseuer
7a8972095a Use unique widget IDs (bug #592182) 2009-08-19 18:38:08 +02:00
Bastien Nocera
a250580a6b Port about-me to PolicyKit 1.0
Remove the polkit-gnome dependency. It's unlikely that admins
would require a password for the user to enroll themselves,
and we can't modify other users' fingerprints either.
2009-08-16 17:55:30 +01:00
Matthias Clasen
fb049f9490 Remove old code poking directly into the pwent
Use the glib functions to get the login name and real user name,
instead or some crummy Unix-y code.
2009-08-16 17:55:23 +01:00
Claude Paroz
c710e8dcf8 Attributes tag is not supported in GtkButtons. Fixes #591656 2009-08-14 18:46:22 +02:00
Christian Hergert
14b80a942d Make sure the underline in "Save _As..." is interpreted. 2009-08-11 18:18:39 +02:00
Jens Granseuer
5998aa90c0 Fix crash when iterating through the tree model
Don't use indices to move through iterators, don't skip the first
section, and verify that we got a new iterator before using it
(bug #591392).
2009-08-11 18:01:55 +02:00
Jens Granseuer
af6a49348c Fix compiler warnings
theme-thumbnail-engine.c: In function 'message_from_capplet':
theme-thumbnail-engine.c:642: warning: 'pixels' may be used uninitialized in
this function
theme-thumbnail-engine.c:641: warning: 'rowstride' may be used uninitialized in
this function

These are actually false positives but no warnings is good (bug #590990).
2009-08-09 13:01:54 +02:00
Federico Mena Quintero
5d9f7b5e2a RANDR - ensure that the output labels fit inside the monitor rectangles
The labels would get clipped if the monitor rectangles were too small,
thus making the labels unreadable.  Now we ensure that the ink_rect of
the text fits, and we center the text based on its logical_rect.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-08-06 15:33:22 -05:00
Federico Mena Quintero
e2a0d731ac RANDR - remove dead code
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-08-06 15:33:22 -05:00
Federico Mena Quintero
04d2ad2b45 RANDR - Don't sort the outputs before creating the labeler
We used to sort the outputs by their X coordinate, maybe to display a list of them in a
reasonable order.  However, we don't display such a list at all, so it doesn't make
sense to sort the outputs.  This also makes the capplet use the same ordering for outputs
as gnome-settings-daemon for GnomeRRLabeler's purposes, so that the colors for the outputs
match in both the capplet and g-s-d.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-08-06 15:33:22 -05:00
Claude Paroz
8c225e772d Remove markup from translatable string. Fixes #590933 2009-08-06 18:04:36 +02:00
Rodrigo Moya
87669d9ab9 Change error message reference about Bonobo to DBus 2009-08-06 16:35:25 +02:00
Claude Paroz
339738a567 Remove markup from translatable strings in GTKBuilder files. Fixes #99759 2009-08-06 11:53:42 +02:00
Jens Granseuer
b8a3dc1505 Don't clear the custom browser command on startup
When a custom browser command was set we would clear that command
when the capplet was restarted. As a side effect of no longer
doing that, we now use the last used browser command as the
starting point instead of an empty commmand (bug #590316).
2009-08-01 17:40:31 +02:00
Felix Riemann
a0dabce8b1 [network] Fix unparsed mnemonics. Fixes #590364.
Simply enables the use of the mnemonics in the GtkBuilder file.
2009-07-31 13:49:43 +02:00
Robert Ancell
7350d76e13 Change localization from Glade to GtkBuilder 2009-07-31 09:24:37 +10:00
Robert Ancell
06a9d218f4 Add missing .ui file for gnome-about-me 2009-07-31 09:09:31 +10:00
Robert Ancell
f12b766e60 Remove all references to Glade
Fix up POTFILES.in for new .ui files
2009-07-31 09:09:31 +10:00
Robert Ancell
5e17d0984f Remove libglade dependency on gnome-mouse-properties 2009-07-31 09:09:31 +10:00
Robert Ancell
d224c36f6e Remove libglade dependency on gnome-keyboard-properties 2009-07-31 09:09:31 +10:00
Robert Ancell
872a2f0da7 Remove libglade dependency on gnome-about-me 2009-07-31 09:09:30 +10:00
Jens Granseuer
9985e70d35 Don't barf on XML comments in background files
Don't print "Unknown tag" warnings when XML comments are encountered
in a wallpaper file (bug #588497).
2009-07-26 14:49:14 +02:00
Jens Granseuer
3e3e8ff02f Fix distribution of about-me icons
Remove unused icons and actually distribute those used (bug #589528)
2009-07-26 12:19:35 +02:00
Thomas Hindoe Paaboel Andersen
e01c1e2a64 Replace deprecated gtk_file_chooser_dialog_new_with_backend
Gtk+ uses gio directly now and gtk_file_chooser_dialog_new should work instead.

Fixes part of GNOME bug #572325
2009-07-19 16:44:19 +02:00
Thomas Hindoe Paaboel Andersen
f315f3451a Replace deprecated gtk_widget_draw with gtk_widget_queue_draw
Fixes a part of GNOME bug #572325
2009-07-19 16:44:19 +02:00
Thomas Hindoe Paaboel Andersen
8ffc430cb8 Resync gedit-message-area.[ch] with upstream
Fixes part of GNOME bug #572325
2009-07-19 16:44:19 +02:00
Matthias Clasen
2ec474ddfa Fix a mnemonic mishap
The _Reset to Defaults button on the color tab did not have its
mnemonic applied.
2009-07-18 01:16:25 -04:00
Matthias Clasen
8f60c01f29 Fix some theme thumbnail rendering gotchas
The theme thumbnail rendering code gets the rendering of folder icons somewhat
wrong, ie it frequently shows a gnome-fs-directory icon from gnome even if the
actual theme has a folder icon. Improve things by using modern GtkIconTheme
api in a better way.
2009-07-18 01:08:38 -04:00
Federico Mena Quintero
8fc5964b82 RANDR - Don't realign outputs if the current output didn't change resolutions
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-07-16 12:19:53 -05:00
Federico Mena Quintero
bba301ff9c RANDR - Factor out function to generate strings for refresh rate like '60 Hz'
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-07-16 12:19:52 -05:00
Federico Mena Quintero
dc62815db2 RANDR - when turning an output on, default to its preferred resolution
Previously we were picking the output's highest-supported resolution, which is not
always the same as its preferred resolution.  We also do this while actually turning
the output on, not as a side effect of rebuilding the resolution combo.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-07-16 12:19:52 -05:00
Federico Mena Quintero
9516f2f082 RANDR - Factor out function to generate strings for resolution like 'width x height'
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-07-16 12:19:52 -05:00
Felix Riemann
5cf753b102 [network] Remove libglade dependency from gnome-network-properties 2009-07-16 14:55:04 +02:00