Mailinglist Archive: opensuse-commit (1083 mails)
| < Previous | Next > |
commit control-center2
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sat, 01 Sep 2007 12:50:40 +0200
- Message-id: <20070901105040.8EF36678180@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package control-center2
checked in at Sat Sep 1 12:50:40 CEST 2007.
--------
--- GNOME/control-center2/control-center2.changes 2007-08-22 17:09:14.000000000 +0200
+++ /mounts/work_src_done/STABLE/control-center2/control-center2.changes 2007-08-31 19:52:36.428044000 +0200
@@ -1,0 +2,81 @@
+Fri Aug 31 16:45:10 CEST 2007 - maw@xxxxxxx
+
+- Update to version 2.19.91:
+ (Bug numbers listed here are against bugzilla.gnome.org)
+ + general:
+ * Hide the password in displayed URIs when transfering files
+ (#339551)
+ + about-me:
+ * Use g_get_user_special_dir() instead of hard-coding ~/Pictures
+ * Honor mail address attributes when setting up Home and Work
+ addresses
+ + appearance:
+ * Don't generate GTK thumbnails when we want metacity or icon
+ (#462724)
+ * No need for an expensive parse to initialize the colors
+ * Reduce metacity thumbnail size to 128x128
+ * Also load the "default" cursor theme so we know the
+ available sizes (#462409)
+ * Create the icon theme representative before the GTK stock
+ button
+ * Various small tweaks and optimizations
+ * Add a shortcut to the user's special Pictures folder to
+ the file chooser and default to it (#461093)
+ * HIG capitalization fix for a checkbutton label
+ * Use thumbnail factory to store and retrieve metatheme
+ thumbs (#448968)
+ * Remove check for old glib version that would result in
+ bogus code
+ * Only add a "Default Pointer" list item if there is no such
+ GnomeThemeCursorInfo
+ * Toggle sensitivity of the cursor scale labels (#463442)
+ * Indent category contents, and other HIG spacing fixes
+ * Fix check for available symbolic colors and make buttons
+ for unsupported colors insensitive (#464081)
+ * Make sure the color scheme has changed before writing
+ to GConf and enabling the reset button
+ * Reenable theme lockdown
+ * Restrict drag'n'drop installation to the theme tab
+ * Fix double-free and use-after-free
+ * Make sure we have a selection before trying to get the
+ data (#465431)
+ * Don't leak the cursor font
+ * Fix double-free and make the builtins non-static to save
+ relocations (#467522)
+ * Properly check all installed themes if necessary (Jens Granseuer)
+ * Free the metacity theme after use (#469531)
+ * Correct the item width and enable line wrapping for
+ long theme names (#466405)
+ * If no background image set, select "no wallpaper"
+ * Simply set the upper bound of the DPI spin button to
+ the maximum we consider acceptable (#469580)
+ * Don't mark gtk-delete stock id for translation (#470532)
+ * Always generate thumbnails asynchronously (#469849)
+ + default applications:
+ * Don't use '==' and improve portability with empty strings
+ * Add browser and mail entries Iceape) (#467472)
+ * Use the new -new-tab and -new-window arguments instead
+ of -remote for Firefox tab and window commands (#393204)
+ + keybindings:
+ * Make the arrows and tabs unbindable without a modifier
+ (#463433)
+ + keyboard:
+ * Disable "delete" button when no layout is selected
+ (#466749)
+ * Make "Add label" string translatable) (#470516)
+ + settings daemon:
+ * Use CTRL-ALT-DEL as default keybinding for 'Log out'
+ * Use a list instead of a hash table to store the settings
+ modules (#449118)
+ * Raise the volume when unmuting
+ * Show X keyboard settings warning dialog delayed, so that
+ it runs properly centered and with decorations
+ * Initialize XKB config early so that callback would not
+ crash (#469192)
+ + window:
+ * Expose missing metacity double-click actions (#416541)
+ + Updated translations
+- Refresh control-center2-default-config.patch
+- Remove control-center2-shell-desktop.patch.
+
+-------------------------------------------------------------------
Old:
----
control-center2-shell-desktop.patch
gnome-control-center-2.19.6.tar.bz2
New:
----
gnome-control-center-2.19.91.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ control-center2.spec ++++++
--- /var/tmp/diff_new_pack.y21704/_old 2007-09-01 12:49:39.000000000 +0200
+++ /var/tmp/diff_new_pack.y21704/_new 2007-09-01 12:49:39.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package control-center2 (Version 2.19.6)
+# spec file for package control-center2 (Version 2.19.91)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -17,8 +17,8 @@
Group: System/GUI/GNOME
Obsoletes: fontilus themus acme
Provides: fontilus themus acme
-Version: 2.19.6
-Release: 13
+Version: 2.19.91
+Release: 1
Summary: The GNOME Control Center for the GNOME 2.x Desktop
Source: gnome-%{_name}-%{version}.tar.bz2
Source1: control-center-art.tar.bz2
@@ -38,7 +38,6 @@
Patch22: control-center-2.12.2-beagle-search-hotkey.patch
Patch27: control-center2-shell-schemas.patch
Patch28: control-center2-use-preferences-menu.patch
-Patch29: control-center2-shell-desktop.patch
URL: http://www.gnome.org
Requires: nautilus
Requires: %{name}-lang = %{version}
@@ -98,7 +97,6 @@
%patch22 -p1
%patch27 -p1
%patch28
-%patch29
gnome-patch-translation-update
%build
@@ -229,6 +227,84 @@
%{_libdir}/pkgconfig/*.pc
%changelog
+* Fri Aug 31 2007 - maw@xxxxxxx
+- Update to version 2.19.91:
+ (Bug numbers listed here are against bugzilla.gnome.org)
+ + general:
+ * Hide the password in displayed URIs when transfering files
+ (#339551)
+ + about-me:
+ * Use g_get_user_special_dir() instead of hard-coding ~/Pictures
+ * Honor mail address attributes when setting up Home and Work
+ addresses
+ + appearance:
+ * Don't generate GTK thumbnails when we want metacity or icon
+ (#462724)
+ * No need for an expensive parse to initialize the colors
+ * Reduce metacity thumbnail size to 128x128
+ * Also load the "default" cursor theme so we know the
+ available sizes (#462409)
+ * Create the icon theme representative before the GTK stock
+ button
+ * Various small tweaks and optimizations
+ * Add a shortcut to the user's special Pictures folder to
+ the file chooser and default to it (#461093)
+ * HIG capitalization fix for a checkbutton label
+ * Use thumbnail factory to store and retrieve metatheme
+ thumbs (#448968)
+ * Remove check for old glib version that would result in
+ bogus code
+ * Only add a "Default Pointer" list item if there is no such
+ GnomeThemeCursorInfo
+ * Toggle sensitivity of the cursor scale labels (#463442)
+ * Indent category contents, and other HIG spacing fixes
+ * Fix check for available symbolic colors and make buttons
+ for unsupported colors insensitive (#464081)
+ * Make sure the color scheme has changed before writing
+ to GConf and enabling the reset button
+ * Reenable theme lockdown
+ * Restrict drag'n'drop installation to the theme tab
+ * Fix double-free and use-after-free
+ * Make sure we have a selection before trying to get the
+ data (#465431)
+ * Don't leak the cursor font
+ * Fix double-free and make the builtins non-static to save
+ relocations (#467522)
+ * Properly check all installed themes if necessary (Jens Granseuer)
+ * Free the metacity theme after use (#469531)
+ * Correct the item width and enable line wrapping for
+ long theme names (#466405)
+ * If no background image set, select "no wallpaper"
+ * Simply set the upper bound of the DPI spin button to
+ the maximum we consider acceptable (#469580)
+ * Don't mark gtk-delete stock id for translation (#470532)
+ * Always generate thumbnails asynchronously (#469849)
+ + default applications:
+ * Don't use '==' and improve portability with empty strings
+ * Add browser and mail entries Iceape) (#467472)
+ * Use the new -new-tab and -new-window arguments instead
+ of -remote for Firefox tab and window commands (#393204)
+ + keybindings:
+ * Make the arrows and tabs unbindable without a modifier
+ (#463433)
+ + keyboard:
+ * Disable "delete" button when no layout is selected
+ (#466749)
+ * Make "Add label" string translatable) (#470516)
+ + settings daemon:
+ * Use CTRL-ALT-DEL as default keybinding for 'Log out'
+ * Use a list instead of a hash table to store the settings
+ modules (#449118)
+ * Raise the volume when unmuting
+ * Show X keyboard settings warning dialog delayed, so that
+ it runs properly centered and with decorations
+ * Initialize XKB config early so that callback would not
+ crash (#469192)
+ + window:
+ * Expose missing metacity double-click actions (#416541)
+ + Updated translations
+- Refresh control-center2-default-config.patch
+- Remove control-center2-shell-desktop.patch.
* Wed Aug 22 2007 - rodrigo@xxxxxxx
- Patched gnomecc.desktop file to have the control center entry
show up on the traditional menu bar (#260545)
++++++ control-center2-default-config.patch ++++++
--- /var/tmp/diff_new_pack.y21704/_old 2007-09-01 12:49:39.000000000 +0200
+++ /var/tmp/diff_new_pack.y21704/_new 2007-09-01 12:49:39.000000000 +0200
@@ -1,11 +1,13 @@
---- schemas/apps_gnome_settings_daemon_keybindings.schemas.in
+Index: schemas/apps_gnome_settings_daemon_keybindings.schemas.in
+===================================================================
+--- schemas/apps_gnome_settings_daemon_keybindings.schemas.in.orig
+++ schemas/apps_gnome_settings_daemon_keybindings.schemas.in
-@@ -53,7 +53,7 @@
- <key>/schemas/apps/gnome_settings_daemon/keybindings/power</key>
- <applyto>/apps/gnome_settings_daemon/keybindings/power</applyto>
+@@ -65,7 +65,7 @@
+ <key>/schemas/apps/gnome_settings_daemon/keybindings/eject</key>
+ <applyto>/apps/gnome_settings_daemon/keybindings/eject</applyto>
<type>string</type>
- <default></default>
+ <default><Control><Alt>Delete</default>
<locale name="C">
- <short>Log out</short>
- <long>Log out's shortcut.</long>
+ <short>Eject</short>
+ <long>Eject's shortcut.</long>
++++++ gnome-control-center-2.19.6.tar.bz2 -> gnome-control-center-2.19.91.tar.bz2 ++++++
++++ 82150 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |