[Scummvm-cvs-logs] SF.net SVN: scummvm:[41352] scummvm/trunk/gui/themes

sev at users.sourceforge.net sev at users.sourceforge.net
Mon Jun 8 00:05:58 CEST 2009


Revision: 41352
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41352&view=rev
Author:   sev
Date:     2009-06-07 22:05:57 +0000 (Sun, 07 Jun 2009)

Log Message:
-----------
Added current keymapper dialog to all themes so it could be tested by other
devs.

Modified Paths:
--------------
    scummvm/trunk/gui/themes/scummclassic/classic_layout.stx
    scummvm/trunk/gui/themes/scummclassic/classic_layout_lowres.stx
    scummvm/trunk/gui/themes/scummclassic.zip
    scummvm/trunk/gui/themes/scummmodern/scummmodern_layout.stx
    scummvm/trunk/gui/themes/scummmodern/scummmodern_layout_lowres.stx
    scummvm/trunk/gui/themes/scummmodern.zip

Modified: scummvm/trunk/gui/themes/scummclassic/classic_layout.stx
===================================================================
--- scummvm/trunk/gui/themes/scummclassic/classic_layout.stx	2009-06-07 20:43:43 UTC (rev 41351)
+++ scummvm/trunk/gui/themes/scummclassic/classic_layout.stx	2009-06-07 22:05:57 UTC (rev 41352)
@@ -37,6 +37,10 @@
 		
 		<def var = 'ScummSaveLoad.ExtInfo.Visible' value = '1'/>
 
+		<def var = 'KeyRemapper.Spacing' value = '10'/>
+		<def var = 'KeyRemapper.LabelWidth' value = '100'/>
+		<def var = 'KeyRemapper.ButtonWidth' value = '80'/>
+
 		<widget name = 'OptionsLabel'
 				size = '110, Globals.Line.Height'
 				textalign = 'right'
@@ -778,4 +782,25 @@
 			</layout>
 		</layout>
 	</dialog>
+	<dialog name = 'KeyRemapper' overlays = 'screen_center' shading = 'dim'>
+		<layout type = 'vertical' padding = '8, 8, 32, 8' spacing = '10' center = 'true'>
+			<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10' center = 'true'>
+				<widget name = 'PopupDesc'
+						type = 'OptionsLabel'
+				/>
+				<widget name = 'Popup'
+						type = 'PopUp'
+						width = '400'
+						height = 'Globals.Line.Height'
+				/>
+			</layout>
+			<widget name = 'KeymapArea'
+					width = '600'
+					height = '280'
+			/>
+			<widget name = 'Close'
+					type = 'Button'
+			/>
+		</layout>
+	</dialog>
 </layout_info>

Modified: scummvm/trunk/gui/themes/scummclassic/classic_layout_lowres.stx
===================================================================
--- scummvm/trunk/gui/themes/scummclassic/classic_layout_lowres.stx	2009-06-07 20:43:43 UTC (rev 41351)
+++ scummvm/trunk/gui/themes/scummclassic/classic_layout_lowres.stx	2009-06-07 22:05:57 UTC (rev 41352)
@@ -38,6 +38,10 @@
 
 		<def var = 'ScummSaveLoad.ExtInfo.Visible' value = '0'/>
 
+		<def var = 'KeyRemapper.Spacing' value = '5'/>
+		<def var = 'KeyRemapper.LabelWidth' value = '80'/>
+		<def var = 'KeyRemapper.ButtonWidth' value = '60'/>
+
 		<widget name = 'Button'
 				size = '72, 16'
 		/>
@@ -783,4 +787,25 @@
 			</layout>
 		</layout>
 	</dialog>
+	<dialog name = 'KeyRemapper' overlays = 'screen_center' shading = 'dim'>
+		<layout type = 'vertical' padding = '8, 8, 8, 8' spacing = '10' center = 'true'>
+			<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10' center = 'true'>
+				<widget name = 'PopupDesc'
+						type = 'OptionsLabel'
+				/>
+				<widget name = 'Popup'
+						type = 'PopUp'
+						width = '150'
+						height = 'Globals.Line.Height'
+				/>
+			</layout>
+			<widget name = 'KeymapArea'
+					width = '300'
+					height = '120'
+			/>
+			<widget name = 'Close'
+					type = 'Button'
+			/>
+		</layout>
+	</dialog>
 </layout_info>

Modified: scummvm/trunk/gui/themes/scummclassic.zip
===================================================================
(Binary files differ)

Modified: scummvm/trunk/gui/themes/scummmodern/scummmodern_layout.stx
===================================================================
--- scummvm/trunk/gui/themes/scummmodern/scummmodern_layout.stx	2009-06-07 20:43:43 UTC (rev 41351)
+++ scummvm/trunk/gui/themes/scummmodern/scummmodern_layout.stx	2009-06-07 22:05:57 UTC (rev 41352)
@@ -805,12 +805,13 @@
 				/>
 				<widget name = 'Popup'
 						type = 'PopUp'
-						width = '500'
+						width = '400'
+						height = 'Globals.Line.Height'
 				/>
 			</layout>
 			<widget name = 'KeymapArea'
 					width = '600'
-					height = '378'
+					height = '280'
 			/>
 			<widget name = 'Close'
 					type = 'Button'

Modified: scummvm/trunk/gui/themes/scummmodern/scummmodern_layout_lowres.stx
===================================================================
--- scummvm/trunk/gui/themes/scummmodern/scummmodern_layout_lowres.stx	2009-06-07 20:43:43 UTC (rev 41351)
+++ scummvm/trunk/gui/themes/scummmodern/scummmodern_layout_lowres.stx	2009-06-07 22:05:57 UTC (rev 41352)
@@ -44,6 +44,10 @@
 				size = '85, 12'
 		/>
 
+		<def var = 'KeyRemapper.Spacing' value = '5'/>
+		<def var = 'KeyRemapper.LabelWidth' value = '80'/>
+		<def var = 'KeyRemapper.ButtonWidth' value = '60'/>
+
 		<widget name = 'OptionsLabel'
 				size = '100, Globals.Line.Height'
 				textalign = 'right'
@@ -772,4 +776,25 @@
 			</layout>
 		</layout>
 	</dialog>
+	<dialog name = 'KeyRemapper' overlays = 'screen_center' shading = 'dim'>
+		<layout type = 'vertical' padding = '8, 8, 8, 8' spacing = '10' center = 'true'>
+			<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10' center = 'true'>
+				<widget name = 'PopupDesc'
+						type = 'OptionsLabel'
+				/>
+				<widget name = 'Popup'
+						type = 'PopUp'
+						width = '150'
+						height = 'Globals.Line.Height'
+				/>
+			</layout>
+			<widget name = 'KeymapArea'
+					width = '300'
+					height = '120'
+			/>
+			<widget name = 'Close'
+					type = 'Button'
+			/>
+		</layout>
+	</dialog>
 </layout_info>

Modified: scummvm/trunk/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