CVSSourceCodeManagementSettingsAppl.st
branchjv
changeset 12435 1f1faf35be04
parent 12431 9f0c59c742d5
parent 12420 d36dd938ef4d
child 12807 ba8c5416aa28
--- a/CVSSourceCodeManagementSettingsAppl.st	Thu Feb 28 22:46:18 2013 +0000
+++ b/CVSSourceCodeManagementSettingsAppl.st	Tue Mar 05 18:10:46 2013 +0000
@@ -47,6 +47,7 @@
 "
 ! !
 
+
 !CVSSourceCodeManagementSettingsAppl class methodsFor:'defaults'!
 
 defaultRepositoryName
@@ -56,6 +57,7 @@
     "Created: / 19-04-2011 / 11:00:11 / cg"
 ! !
 
+
 !CVSSourceCodeManagementSettingsAppl class methodsFor:'help specs'!
 
 helpSpec
@@ -162,6 +164,7 @@
     "Modified: / 09-08-2012 / 09:41:23 / cg"
 ! !
 
+
 !CVSSourceCodeManagementSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -224,6 +227,7 @@
 K"DZKR4ZHR8@@@@@@@@@@@@@@@@@@@@@@@@@E14@@@@@@@@@') ; colorMapFromArray:#[0 0 0 160 176 200 176 192 210 176 200 220 192 208 220 224 232 240 176 208 220 208 224 220 144 168 180 192 200 220 208 216 220 208 224 240 224 232 250 224 240 250 208 232 240 160 192 210 176 184 180 128 136 140 192 216 220 160 184 210 208 240 250 144 144 160 192 224 240 160 168 180 192 232 240 160 176 180 224 224 220 192 232 250 144 168 200 176 184 200 160 200 220 192 216 240 176 192 200 160 184 200 192 224 220 176 224 250 176 216 250 160 208 240 144 192 250 144 176 210 255 248 250 160 192 220 144 184 210 160 200 240 160 192 240 128 160 180 128 152 180 0 64 0 32 96 32 96 192 128 32 128 64 32 160 64 32 128 32 64 64 64 96 96 96 128 128 128 32 32 32 32 64 32]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@X@@C?@@C?@@O?0@O?0@OG @_C8@_C8@OG @O?0@O?6@G??0C??0C??<GC?<GC18_''0>OO0>F_18@??<HO?<G=?0C8?0@@F@') ; yourself); yourself]
 ! !
 
+
 !CVSSourceCodeManagementSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -278,16 +282,6 @@
                           component: 
                          (SpecCollection
                             collection: (
-                             (ComboBoxSpec
-                                name: 'ComboBox1'
-                                layout: (LayoutFrame 64 0.25 275 0 0 1 297 0)
-                                activeHelpKey: cvsRootPerModuleModule
-                                tabable: true
-                                model: perModuleRootModule
-                                acceptChannel: acceptChannel
-                                acceptOnPointerLeave: true
-                                comboList: sampleModuleList
-                              )
                              (CheckBoxSpec
                                 label: 'Show in Browser Menus'
                                 name: 'CheckBox1'
@@ -313,7 +307,7 @@
                                     )
                                    (InputFieldSpec
                                       name: 'CVSExecutableField'
-                                      layout: (LayoutFrame 64 0.25 0 0 0 1 22 0)
+                                      layout: (LayoutFrame 64 0.25 0 0 -1 1 22 0)
                                       activeHelpKey: cvsCommand
                                       tabable: true
                                       model: cvsExecutableHolder
@@ -370,7 +364,7 @@
                                     )
                                    (ComboBoxSpec
                                       name: 'cvsRootComboBox'
-                                      layout: (LayoutFrame 64 0.25 2 0 0 1 24 0)
+                                      layout: (LayoutFrame 64 0.25 2 0 -1 1 24 0)
                                       activeHelpKey: cvsRootDefault
                                       tabable: true
                                       model: cvsRootHolder
@@ -425,6 +419,16 @@
                                 translateLabel: true
                                 adjust: right
                               )
+                             (ComboBoxSpec
+                                name: 'ComboBox1'
+                                layout: (LayoutFrame 64 0.25 275 0 0 1 297 0)
+                                activeHelpKey: cvsRootPerModuleModule
+                                tabable: true
+                                model: perModuleRootModule
+                                acceptChannel: acceptChannel
+                                acceptOnPointerLeave: true
+                                comboList: sampleModuleList
+                              )
                              (LabelSpec
                                 label: 'CVSRoot:'
                                 name: 'cvsRootLabel'
@@ -609,6 +613,7 @@
       )
 ! !
 
+
 !CVSSourceCodeManagementSettingsAppl class methodsFor:'queries'!
 
 managerClass
@@ -619,6 +624,7 @@
     "Created: / 19-04-2011 / 12:46:52 / cg"
 ! !
 
+
 !CVSSourceCodeManagementSettingsAppl methodsFor:'actions'!
 
 addModule:module withData:data
@@ -729,6 +735,7 @@
     "Modified (format): / 21-12-2011 / 14:25:29 / cg"
 ! !
 
+
 !CVSSourceCodeManagementSettingsAppl methodsFor:'actions - cvs'!
 
 addPerModuleRoot
@@ -812,6 +819,7 @@
     self cvsLogin:perModuleRoot value.
 ! !
 
+
 !CVSSourceCodeManagementSettingsAppl methodsFor:'aspects'!
 
 cvsCommandTimeoutHolder
@@ -922,6 +930,7 @@
     ^ selectedPerModuleRoot.
 ! !
 
+
 !CVSSourceCodeManagementSettingsAppl methodsFor:'change & update'!
 
 selectedPerModuleRootChanged
@@ -975,12 +984,14 @@
     self cvsLoginInModuleEnabled value:((perModuleRoot value ? '') startsWith:':pserver:').
 ! !
 
+
 !CVSSourceCodeManagementSettingsAppl methodsFor:'help'!
 
 helpFilename
     ^ 'Launcher/cvsSetup.html'
 ! !
 
+
 !CVSSourceCodeManagementSettingsAppl methodsFor:'initialization & release'!
 
 initialize
@@ -1005,6 +1016,7 @@
     "Modified: / 14-01-2012 / 20:28:00 / cg"
 ! !
 
+
 !CVSSourceCodeManagementSettingsAppl methodsFor:'queries'!
 
 cvsRootFromCVSRootFileOrNil
@@ -1060,14 +1072,15 @@
     "Modified: / 22-01-2012 / 11:25:53 / cg"
 ! !
 
+
 !CVSSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/CVSSourceCodeManagementSettingsAppl.st,v 1.26 2012-10-15 18:46:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/CVSSourceCodeManagementSettingsAppl.st,v 1.27 2013-02-22 14:49:46 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/CVSSourceCodeManagementSettingsAppl.st,v 1.26 2012-10-15 18:46:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/CVSSourceCodeManagementSettingsAppl.st,v 1.27 2013-02-22 14:49:46 cg Exp $'
 !
 
 version_HG