rpms/gtk3-engines/devel auto-mnemonics.patch, NONE, 1.1 bullet.patch, NONE, 1.1 tooltips.patch, NONE, 1.1 window-dragging.patch, NONE, 1.1

Matthias Clasen mclasen at fedoraproject.org
Sat Jun 12 05:30:07 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/gtk3-engines/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28602

Added Files:
	auto-mnemonics.patch bullet.patch tooltips.patch 
	window-dragging.patch 
Log Message:
add patches


auto-mnemonics.patch:
 gtkrc-common |    3 +++
 1 file changed, 3 insertions(+)

--- NEW FILE auto-mnemonics.patch ---
diff -up gtk-engines-2.90.1/themes/Clearlooks/gtk-3.0/gtkrc-common.mnemonics gtk-engines-2.90.1/themes/Clearlooks/gtk-3.0/gtkrc-common
--- gtk-engines-2.90.1/themes/Clearlooks/gtk-3.0/gtkrc-common.mnemonics	2010-06-12 00:26:41.829383692 -0400
+++ gtk-engines-2.90.1/themes/Clearlooks/gtk-3.0/gtkrc-common	2010-06-12 00:27:00.327377340 -0400
@@ -1,4 +1,7 @@
 # Please keep this gtkrc in sync with the other ones from Clearlooks based themes.
+
+gtk-auto-mnemonics = 1
+
 style "default" {
 	xthickness = 1
 	ythickness = 1

bullet.patch:
 gtkrc-common |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE bullet.patch ---
diff -up gtk-engines-2.90.1/themes/Clearlooks/gtk-3.0/gtkrc-common.bullet gtk-engines-2.90.1/themes/Clearlooks/gtk-3.0/gtkrc-common
--- gtk-engines-2.90.1/themes/Clearlooks/gtk-3.0/gtkrc-common.bullet	2010-06-12 00:20:49.775377123 -0400
+++ gtk-engines-2.90.1/themes/Clearlooks/gtk-3.0/gtkrc-common	2010-06-12 00:07:48.909148532 -0400
@@ -13,7 +13,7 @@ style "default" {
 	GtkToolButton::icon-spacing = 4
 
 	GtkCheckButton::indicator-size = 14
-
+        GtkEntry::invisible-char = 0x2022
 	GtkPaned::handle-size = 6
 
 	GtkRange::trough-border = 0

tooltips.patch:
 gtkrc-common |    4 +++-
 gtkrc-light  |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

--- NEW FILE tooltips.patch ---
diff -up gtk-engines-2.90.1/themes/Clearlooks/gtk-3.0/gtkrc-common.tooltips gtk-engines-2.90.1/themes/Clearlooks/gtk-3.0/gtkrc-common
--- gtk-engines-2.90.1/themes/Clearlooks/gtk-3.0/gtkrc-common.tooltips	2010-06-12 00:24:28.581377127 -0400
+++ gtk-engines-2.90.1/themes/Clearlooks/gtk-3.0/gtkrc-common	2010-06-12 00:24:52.830377686 -0400
@@ -272,9 +272,11 @@ style "treeview_header" = "default" {
 }
 
 style "tooltips" {
-	xthickness = 4
+	xthickness = 8
 	ythickness = 4
 
+        GtkWidget::new-tooltip-style = 1
+
 	bg[NORMAL]        = @tooltip_bg_color
 	fg[NORMAL]        = @tooltip_fg_color
 }
diff -up gtk-engines-2.90.1/themes/Clearlooks/gtk-3.0/gtkrc-light.tooltips gtk-engines-2.90.1/themes/Clearlooks/gtk-3.0/gtkrc-light
--- gtk-engines-2.90.1/themes/Clearlooks/gtk-3.0/gtkrc-light.tooltips	2010-06-12 00:23:21.961387184 -0400
+++ gtk-engines-2.90.1/themes/Clearlooks/gtk-3.0/gtkrc-light	2010-06-12 00:23:45.436376847 -0400
@@ -1 +1 @@
-gtk-color-scheme = "base_color:#ffffff\nfg_color:#000000\ntooltip_fg_color:#000000\nselected_bg_color:#86ABD9\nselected_fg_color:#ffffff\ntext_color:#1A1A1A\nbg_color:#EDECEB\ntooltip_bg_color:#F5F5B5"
+gtk-color-scheme = "base_color:#ffffff\nfg_color:#000000\ntooltip_fg_color:#000000\nselected_bg_color:#86ABD9\nselected_fg_color:#ffffff\ntext_color:#1A1A1A\nbg_color:#EDECEB\ntooltip_bg_color:#E7F3FD"

window-dragging.patch:
 gtkrc-common |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE window-dragging.patch ---
diff -up gtk-engines-2.90.1/themes/Clearlooks/gtk-3.0/gtkrc-common.dragging gtk-engines-2.90.1/themes/Clearlooks/gtk-3.0/gtkrc-common
--- gtk-engines-2.90.1/themes/Clearlooks/gtk-3.0/gtkrc-common.dragging	2010-06-12 00:27:42.461379570 -0400
+++ gtk-engines-2.90.1/themes/Clearlooks/gtk-3.0/gtkrc-common	2010-06-12 00:28:09.496377476 -0400
@@ -200,6 +200,8 @@ style "comboboxentry" {
 
 style "menubar" {
 
+        GtkWidget::window-dragging = 1
+
 	engine "clearlooks" {
 		hint = "menubar"
 	}



More information about the scm-commits mailing list