sawfish r4447 - in trunk: . lisp/sawfish/wm/ext man sounds
- From: chrisb svn gnome org
- To: svn-commits-list gnome org
- Subject: sawfish r4447 - in trunk: . lisp/sawfish/wm/ext man sounds
- Date: Thu, 5 Mar 2009 20:26:48 +0000 (UTC)
Author: chrisb
Date: Thu Mar 5 20:26:48 2009
New Revision: 4447
URL: http://svn.gnome.org/viewvc/sawfish?rev=4447&view=rev
Log:
New Soundtheme
updated THANKS and man/news.texi
Added:
trunk/sounds/focused.wav (contents, props changed)
trunk/sounds/iconify.wav (contents, props changed)
trunk/sounds/map-transient.wav (contents, props changed)
trunk/sounds/map.wav (contents, props changed)
trunk/sounds/maximize.wav (contents, props changed)
trunk/sounds/move-viewport.wav (contents, props changed)
trunk/sounds/shade.wav (contents, props changed)
trunk/sounds/switch-workspace.wav (contents, props changed)
trunk/sounds/unfocused.wav (contents, props changed)
trunk/sounds/uniconify.wav (contents, props changed)
trunk/sounds/unmap-transient.wav (contents, props changed)
trunk/sounds/unmap.wav (contents, props changed)
trunk/sounds/unmaximize.wav (contents, props changed)
trunk/sounds/unshade.wav (contents, props changed)
Removed:
trunk/sounds/activate.wav
trunk/sounds/clicked.wav
trunk/sounds/gameover.wav
trunk/sounds/slide.wav
trunk/sounds/toggled.wav
Modified:
trunk/ChangeLog
trunk/THANKS
trunk/lisp/sawfish/wm/ext/audio-events.jl
trunk/man/news.texi
Modified: trunk/THANKS
==============================================================================
--- trunk/THANKS (original)
+++ trunk/THANKS Thu Mar 5 20:26:48 2009
@@ -1,20 +1,25 @@
-*- indented-text -*-
-THANKS after sawfish reviwal (after year 2007)
-by Janek Kozicki, current maintainer.
+THANKS after sawfish revival (after year 2007)
+by Janek Kozicki and Christopher Bratusek, thecurrent maintainer.
************************************************
(A..Z)
+ - Alexey I. Froloff for sawfish-ui bugfix
- Andrea Vettorello for a lot of wok on wiki and several patches
- Christopher Bratusek for numerous patches & cleanup and other active contribution
- Dagfinn I. Mannsake for enter-click focus mode patch and xterm command patch
+ - David T. McWherter for Infinite-Desktop
- Derek Upham for his documentation
- Fuchur for xinerama placement patch
+ - glh Pimenta for new sound
- GSR for patches and other active contribution
- - Harald van Dijk for QT menu focus patch, titlebar updates and parallel make
+ - Harald van Dijk for QT menu focus patch, titlebar updates, ebuilds and parallel make
- Ian Dall for update spec-file patch
- Jonathan Sambrook for Maximize fullscreen xinerama patch
- Mark Schreiber for move-window-"direction" focus patch
+ - Michael Järmann specfile/glib issue/imlib issue
+ - Nathan Froyd for updated tab-system
- Philippe-Pierre for typo fix
- Rodrigo Gallardo for numerous patches and taking care of debian package
- Scott Scriven for tool for automatic screenshot generation
@@ -26,7 +31,6 @@
- Yoshiaki Kasahara for buffer overflow fix
- Yuuki Harano for Pango draw() ignores font patch
-
THANKS prior to release 1.3.2 (before year 2002)
by John Harper, the sawfish author.
************************************************
Modified: trunk/lisp/sawfish/wm/ext/audio-events.jl
==============================================================================
--- trunk/lisp/sawfish/wm/ext/audio-events.jl (original)
+++ trunk/lisp/sawfish/wm/ext/audio-events.jl Thu Mar 5 20:26:48 2009
@@ -52,19 +52,20 @@
;; unmapped-transient, switch-workspace, move-viewport, focused,
;; unfocused
- (defcustom audio-events-alist '((iconified . "slide.wav")
- (uniconified . "slide.wav")
- (shaded . "slide.wav")
- (unshaded . "slide.wav")
- (maximized . "slide.wav")
- (unmaximized . "slide.wav")
- (mapped . "activate.wav")
- (unmapped . "gameover.wav")
- (mapped-transient . "activate.wav")
- (unmapped-transient . "toggled.wav")
- ;(focused . "clicked.wav")
- (switch-workspace . "toggled.wav")
- (move-viewport . "toggled.wav"))
+ (defcustom audio-events-alist '((iconified . "iconify.wav")
+ (uniconified . "uniconify.wav")
+ (shaded . "shade.wav")
+ (unshaded . "unshade.wav")
+ (maximized . "maximize.wav")
+ (unmaximized . "unmaximize.wav")
+ (mapped . "map.wav")
+ (unmapped . "unmap.wav")
+ (mapped-transient . "map-transient.wav")
+ (unmapped-transient . "unmap-transient.wav")
+ ;(focused . "focused.wav")
+ ;(unfocused . "unfocused.wav")
+ (switch-workspace . "switch-workspace.wav")
+ (move-viewport . "move-viewport.wav"))
nil
:type* `(alist ((symbol iconified uniconified
shaded unshaded
Modified: trunk/man/news.texi
==============================================================================
--- trunk/man/news.texi (original)
+++ trunk/man/news.texi Thu Mar 5 20:26:48 2009
@@ -62,6 +62,8 @@
@item Major Documentation update [Derek Upham]
+ item New Sound Theme [glh Pimenta]
+
@item Added ebuild [Harald van Dijk]
@item Added session desktop file [Christopher Bratusek]
Added: trunk/sounds/focused.wav
==============================================================================
Binary file. No diff available.
Added: trunk/sounds/iconify.wav
==============================================================================
Binary file. No diff available.
Added: trunk/sounds/map-transient.wav
==============================================================================
Binary file. No diff available.
Added: trunk/sounds/map.wav
==============================================================================
Binary file. No diff available.
Added: trunk/sounds/maximize.wav
==============================================================================
Binary file. No diff available.
Added: trunk/sounds/move-viewport.wav
==============================================================================
Binary file. No diff available.
Added: trunk/sounds/shade.wav
==============================================================================
Binary file. No diff available.
Added: trunk/sounds/switch-workspace.wav
==============================================================================
Binary file. No diff available.
Added: trunk/sounds/unfocused.wav
==============================================================================
Binary file. No diff available.
Added: trunk/sounds/uniconify.wav
==============================================================================
Binary file. No diff available.
Added: trunk/sounds/unmap-transient.wav
==============================================================================
Binary file. No diff available.
Added: trunk/sounds/unmap.wav
==============================================================================
Binary file. No diff available.
Added: trunk/sounds/unmaximize.wav
==============================================================================
Binary file. No diff available.
Added: trunk/sounds/unshade.wav
==============================================================================
Binary file. No diff available.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]