Hi all,
I've been playing around a bit with sawfish-ui and there are two things
I didn't commit. It's your turn to vote (your means everyone who uses
sawfish - not just team-members and contributs - in case that isn't
clear - it seems to be so, as only those actively vote and such):
1.
*******************
moving labels and the "grab" button in match-window-dialog to the left:
***********************************************************************
diff --git a/lisp/sawfish/ui/widgets/match-window.jl
b/lisp/sawfish/ui/widgets/match-window.jl
index 364856b..9e7c53f 100644
--- a/lisp/sawfish/ui/widgets/match-window.jl
+++ b/lisp/sawfish/ui/widgets/match-window.jl
@@ -53,9 +53,9 @@
(button (gtk-button-new-with-label (_ "Grab..."))))
(gtk-combo-set-popdown-strings
combo (cons "" (mapcar cdr l10n-x-properties)))
- (gtk-table-attach-defaults table combo 0 1 i (1+ i))
- (gtk-table-attach-defaults table entry 1 2 i (1+ i))
- (gtk-table-attach-defaults table button 2 3 i (1+ i))
+ (gtk-table-attach-defaults table button 0 1 i (1+ i))
+ (gtk-table-attach-defaults table combo 1 2 i (1+ i))
+ (gtk-table-attach-defaults table entry 2 3 i (1+ i))
(g-signal-connect button "clicked"
(lambda ()
(let* ((string (gtk-entry-get-text (gtk-combo-entry
combo)))
@@ -176,7 +176,7 @@
(define (make-left-label string)
(let ((hbox (gtk-hbox-new nil 0)))
- (gtk-box-pack-end hbox (gtk-label-new string))
+ (gtk-box-pack-start hbox (gtk-label-new string))
hbox))
;; also in sawfish-xgettext
***********************************************************************
Screenshot attached
2.
*******************
renamimg to sawfish-configurator:
- this is already the WM_NAME
- now also the WM_CLASS
it's much more intuitive than sawfish-ui, sawfish-ui sounds totally
strange:
((UI = User Interface (== Sawfishs User Interface)) == (Ugly && Wrong))
While sawfish-configurator immediately makes clear that this app is for
configuring Sawfish.
What do you think?
Chris
Attachment:
Bildschirmfoto-Fenstereigenschaften mit Muster vergleichen-1.png
Description: PNG image
Attachment:
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil