[Scummvm-cvs-logs] SF.net SVN: scummvm:[36282] scummvm/branches/branch-0-13-0/gui/themes

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Thu Feb 12 22:52:29 CET 2009


Revision: 36282
          http://scummvm.svn.sourceforge.net/scummvm/?rev=36282&view=rev
Author:   anotherguest
Date:     2009-02-12 21:52:29 +0000 (Thu, 12 Feb 2009)

Log Message:
-----------
Added Keys button to Scumm internal save dialog. 
Fixed list layout in the keys mapping dialog.

Modified Paths:
--------------
    scummvm/branches/branch-0-13-0/gui/themes/default.inc
    scummvm/branches/branch-0-13-0/gui/themes/scummclassic/classic_layout.stx
    scummvm/branches/branch-0-13-0/gui/themes/scummclassic/classic_layout_lowres.stx
    scummvm/branches/branch-0-13-0/gui/themes/scummclassic.zip
    scummvm/branches/branch-0-13-0/gui/themes/scummmodern/scummmodern_layout.stx
    scummvm/branches/branch-0-13-0/gui/themes/scummmodern/scummmodern_layout_lowres.stx
    scummvm/branches/branch-0-13-0/gui/themes/scummmodern.zip

Modified: scummvm/branches/branch-0-13-0/gui/themes/default.inc
===================================================================
--- scummvm/branches/branch-0-13-0/gui/themes/default.inc	2009-02-12 16:56:22 UTC (rev 36281)
+++ scummvm/branches/branch-0-13-0/gui/themes/default.inc	2009-02-12 21:52:29 UTC (rev 36282)
@@ -637,7 +637,6 @@
 "height='Globals.Line.Height' "
 "/> "
 "<widget name='List'/> "
-"<space size='Globals.Line.Height'/> "
 "<widget name='Mapping' "
 "height='Globals.Line.Height' "
 "/> "
@@ -884,6 +883,9 @@
 "</layout> "
 "<space size='60'/> "
 "<layout type='horizontal' padding='0,0,0,0' spacing='8'> "
+"<widget name='Keys' "
+"type='Button' "
+"/> "
 "<space size='Globals.Button.Width' /> "
 "<widget name='Cancel' "
 "type='Button' "
@@ -1275,7 +1277,6 @@
 "height='Globals.Line.Height' "
 "/> "
 "<widget name='List'/> "
-"<space size='Globals.Line.Height'/> "
 "<widget name='Mapping' "
 "height='Globals.Line.Height' "
 "/> "
@@ -1531,7 +1532,10 @@
 "/> "
 "</layout> "
 "<space size='20'/> "
-"<layout type='horizontal' padding='0,0,0,0' spacing='8'> "
+"<layout type='horizontal' padding='0,0,0,0' spacing='4'> "
+"<widget name='Keys' "
+"type='Button' "
+"/> "
 "<space size='Globals.Button.Width' /> "
 "<widget name='Cancel' "
 "type='Button' "

Modified: scummvm/branches/branch-0-13-0/gui/themes/scummclassic/classic_layout.stx
===================================================================
--- scummvm/branches/branch-0-13-0/gui/themes/scummclassic/classic_layout.stx	2009-02-12 16:56:22 UTC (rev 36281)
+++ scummvm/branches/branch-0-13-0/gui/themes/scummclassic/classic_layout.stx	2009-02-12 21:52:29 UTC (rev 36282)
@@ -352,8 +352,7 @@
 			<widget name='Action' 
 					height='Globals.Line.Height' 
 			/> 
-			<widget name='List'/> 
-			<space size='Globals.Line.Height'/>
+			<widget name='List'/> 			
 			<widget name='Mapping' 
 					height='Globals.Line.Height' 
 			/> 
@@ -607,10 +606,13 @@
 				<widget name = 'subSubtitleSpeedLabel'
 						type = 'SmallLabel'
 				/>
-			</layout>
+			</layout>		
 			<space size = '60'/>
 			<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '8'>
-				<space size = 'Globals.Button.Width' />
+				<widget name = 'Keys'
+						type = 'Button'
+				/>		
+				<space size = 'Globals.Button.Width' />				
 				<widget name = 'Cancel'
 						type = 'Button'
 				/>

Modified: scummvm/branches/branch-0-13-0/gui/themes/scummclassic/classic_layout_lowres.stx
===================================================================
--- scummvm/branches/branch-0-13-0/gui/themes/scummclassic/classic_layout_lowres.stx	2009-02-12 16:56:22 UTC (rev 36281)
+++ scummvm/branches/branch-0-13-0/gui/themes/scummclassic/classic_layout_lowres.stx	2009-02-12 21:52:29 UTC (rev 36282)
@@ -349,8 +349,7 @@
 			<widget name='Action' 
 					height='Globals.Line.Height' 
 			/> 
-			<widget name='List'/> 
-			<space size='Globals.Line.Height'/>
+			<widget name='List'/> 		
 			<widget name='Mapping' 
 					height='Globals.Line.Height' 
 			/> 
@@ -614,9 +613,12 @@
 				<widget name = 'subSubtitleSpeedLabel'
 						type = 'SmallLabel'
 				/>
-			</layout>
+			</layout>			
 			<space size = '20'/>
-			<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '8'>
+			<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '4'>
+				<widget name = 'Keys'
+						type = 'Button'
+				/>				
 				<space size = 'Globals.Button.Width' />
 				<widget name = 'Cancel'
 						type = 'Button'

Modified: scummvm/branches/branch-0-13-0/gui/themes/scummclassic.zip
===================================================================
(Binary files differ)

Modified: scummvm/branches/branch-0-13-0/gui/themes/scummmodern/scummmodern_layout.stx
===================================================================
--- scummvm/branches/branch-0-13-0/gui/themes/scummmodern/scummmodern_layout.stx	2009-02-12 16:56:22 UTC (rev 36281)
+++ scummvm/branches/branch-0-13-0/gui/themes/scummmodern/scummmodern_layout.stx	2009-02-12 21:52:29 UTC (rev 36282)
@@ -363,8 +363,7 @@
 			<widget name='Action' 
 					height='Globals.Line.Height' 
 			/> 
-			<widget name='List'/> 
-			<space size='Globals.Line.Height'/>
+			<widget name='List'/> 		
 			<widget name='Mapping' 
 					height='Globals.Line.Height' 
 			/> 
@@ -621,7 +620,10 @@
 			</layout>
 			<space size = '60'/>
 			<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '8'>
-				<space size = 'Globals.Button.Width' />
+				<widget name='Keys' 
+ 					    type='Button' 
+				/> 
+				<space size = 'Globals.Button.Width' />				
 				<widget name = 'Cancel'
 						type = 'Button'
 				/>

Modified: scummvm/branches/branch-0-13-0/gui/themes/scummmodern/scummmodern_layout_lowres.stx
===================================================================
--- scummvm/branches/branch-0-13-0/gui/themes/scummmodern/scummmodern_layout_lowres.stx	2009-02-12 16:56:22 UTC (rev 36281)
+++ scummvm/branches/branch-0-13-0/gui/themes/scummmodern/scummmodern_layout_lowres.stx	2009-02-12 21:52:29 UTC (rev 36282)
@@ -347,8 +347,7 @@
 			<widget name='Action' 
 					height='Globals.Line.Height' 
 			/> 
-			<widget name='List'/> 
-			<space size='Globals.Line.Height'/>
+			<widget name='List'/> 			
 			<widget name='Mapping' 
 					height='Globals.Line.Height' 
 			/> 
@@ -607,8 +606,12 @@
 				/>
 			</layout>
 			<space size = '20'/>
-			<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '8'>
+			<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '4'>
+				<widget name = 'Keys'
+						type = 'Button'
+				/>				
 				<space size = 'Globals.Button.Width' />
+				
 				<widget name = 'Cancel'
 						type = 'Button'
 				/>

Modified: scummvm/branches/branch-0-13-0/gui/themes/scummmodern.zip
===================================================================
(Binary files differ)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list