Commit graph

2834 commits

Author SHA1 Message Date
Bastien Nocera
3ad174d376 Add missing PNG files
The code uses PNG files, but we only shipped SVG ones...
2009-10-26 17:46:04 +00:00
Jens Granseuer
3f671fdceb Fix zombie bindings appearing after deleting custom shortcuts
Make GConf sync after deleting a custom binding so that the removed
directory actually gets pruned and doesn't come back when restarting
the application (bug 596351).
2009-10-24 14:01:00 +02:00
Vincent Untz
93e164c2fb Update the exec arg when changing terminal
When selecting a known terminal from the combo box, also update the exec
arg gconf key to the known value from the xml file.

https://bugzilla.gnome.org/show_bug.cgi?id=597185
2009-10-24 00:24:38 +02:00
Jens Granseuer
b5c741ee95 [about-me] Fix crash when closing the window using the window button
Make sure the focus-out handler doesn't try to take action after the
application resources have already been destroyed (bug #592348).
2009-10-23 18:35:47 +02:00
Matthias Clasen
5ebf7c1c51 bgo#593866 - Don't assert when the current output doesn't have a resolution set yet
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-10-19 13:57:27 -05:00
Robert Ancell
7551f36f2a Fix broken logic in keybinding tree model 2009-10-17 14:52:15 +02:00
Sergey V. Udaltsov
37fc3c54a4 Serious changes in the keyboard capplet UI
Following the discussion at
http://live.gnome.org/UsabilityProject/Whiteboard/KeyboardPreferences
2009-10-15 23:18:59 +01:00
Luca Ferretti
65ddea8930 Minimum size for cursor slider
Force cursor slide to 100 px, in order to use it without changing
the window width.
2009-09-20 10:03:01 +02:00
Jens Granseuer
193594f8da Fix previous broken commit a01e8daa6d 2009-09-15 19:35:38 +02:00
Owen W. Taylor
a01e8daa6d Allow a window manager to inherit keybindings from another window manager
Mutter shares most (currently all) its keybindings with Metacity, and uses
the same /apps/metacity GConf keys. For 2.28, the schemas stay in Metacity;
the eventual plan is to have a gnome-wm-data package.

This patch allows a window manager to put a _GNOME_WM_KEYBINDINGS property
on its _NET_SUPPORTING_WM_CHECK window to provide a comma separated list of
window manager names to use for keybinding lookup instead of _NET_WM_NAME.

http://bugzilla.gnome.org/show_bug.cgi?id=594066
2009-09-12 14:18:59 -04:00
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