StoreSourceCodeManagementSettingsAppl.st
branchjv
changeset 16156 9b9fa51009d2
parent 15566 184cea584be5
parent 16152 26f19c2a570e
child 16664 ef51c9c52b52
equal deleted inserted replaced
16147:fb39152235e3 16156:9b9fa51009d2
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 "{ Package: 'stx:libtool' }"
    12 "{ Package: 'stx:libtool' }"
       
    13 
       
    14 "{ NameSpace: Smalltalk }"
    13 
    15 
    14 AbstractSourceCodeManagementSettingsAppl subclass:#StoreSourceCodeManagementSettingsAppl
    16 AbstractSourceCodeManagementSettingsAppl subclass:#StoreSourceCodeManagementSettingsAppl
    15 	instanceVariableNames:'useManager repositoryHolder manager addPerModuleRoot
    17 	instanceVariableNames:'useManager repositoryHolder manager addPerModuleRoot
    16 		perModuleRootModule perModuleRoot selectedPerModuleRoot
    18 		perModuleRootModule perModuleRoot selectedPerModuleRoot
    17 		rootsPerModule managerIsCVSSourceCodeManager
    19 		rootsPerModule managerIsCVSSourceCodeManager
   136             (SpecCollection
   138             (SpecCollection
   137                collection: (
   139                collection: (
   138                 (LabelSpec
   140                 (LabelSpec
   139                    label: 'Experimental (Only for Transport)'
   141                    label: 'Experimental (Only for Transport)'
   140                    name: 'Label10'
   142                    name: 'Label10'
   141                    style: (FontDescription #'Segoe UI' medium roman 16 #'ms-default')
   143                    style: (FontDescription #'Segoe UI' medium roman 16 #'ms-default' nil nil)
   142                    foregroundColor: (Color 86.9993133440147 0.0 0.0)
   144                    foregroundColor: (Color 87.0 0.0 0.0)
   143                    translateLabel: true
   145                    translateLabel: true
   144                    extent: (Point 670 37)
   146                    extent: (Point 670 37)
   145                  )
   147                  )
   146                 (FramedBoxSpec
   148                 (FramedBoxSpec
   147                    label: 'Store-DB Source Repository Settings'
   149                    label: 'Store-DB Source Repository Settings'
   268                                name: 'TryConnectButton1'
   270                                name: 'TryConnectButton1'
   269                                translateLabel: true
   271                                translateLabel: true
   270                                tabable: true
   272                                tabable: true
   271                                model: storeConnect
   273                                model: storeConnect
   272                                enableChannel: storeConnectEnabled
   274                                enableChannel: storeConnectEnabled
   273                                extent: (Point 124 22)
   275                                extent: (Point 122 22)
   274                              )
   276                              )
   275                             )
   277                             )
   276                           
   278                           
   277                          )
   279                          )
   278                        )
   280                        )
   329                          translateLabel: true
   331                          translateLabel: true
   330                          adjust: right
   332                          adjust: right
   331                        )
   333                        )
   332                       (InputFieldSpec
   334                       (InputFieldSpec
   333                          name: 'perModuleUserEntryField'
   335                          name: 'perModuleUserEntryField'
   334                          layout: (LayoutFrame 44 0.25 272 0 -2 0.65 294 0)
   336                          layout: (LayoutFrame 44 0.25 272 0 -2 0.65000000000000013 294 0)
   335                          tabable: true
   337                          tabable: true
   336                          model: perStoreModuleUsernameHolder
   338                          model: perStoreModuleUsernameHolder
   337                          acceptChannel: acceptChannel
   339                          acceptChannel: acceptChannel
   338                          acceptOnPointerLeave: true
   340                          acceptOnPointerLeave: true
   339                        )
   341                        )
   340                       (InputFieldSpec
   342                       (InputFieldSpec
   341                          name: 'perModulePasswordEntryField'
   343                          name: 'perModulePasswordEntryField'
   342                          layout: (LayoutFrame 5 0.65 272 0 0 1 294 0)
   344                          layout: (LayoutFrame 5 0.65000000000000013 272 0 0 1 294 0)
   343                          tabable: true
   345                          tabable: true
   344                          model: perStoreModulePasswordHolder
   346                          model: perStoreModulePasswordHolder
   345                          type: password
   347                          type: password
   346                          acceptChannel: acceptChannel
   348                          acceptChannel: acceptChannel
   347                          acceptOnPointerLeave: true
   349                          acceptOnPointerLeave: true
   348                        )
   350                        )
   349                       (HorizontalPanelViewSpec
   351                       (HorizontalPanelViewSpec
   350                          name: 'HorizontalPanel5'
   352                          name: 'HorizontalPanel5'
   351                          layout: (LayoutFrame 44 0.25 295 0 -10 0.65 326 0)
   353                          layout: (LayoutFrame 44 0.25 298 0 -5 0.65000000000000013 329 0)
   352                          horizontalLayout: fit
   354                          horizontalLayout: fit
   353                          verticalLayout: center
   355                          verticalLayout: center
   354                          horizontalSpace: 3
   356                          horizontalSpace: 3
   355                          verticalSpace: 3
   357                          verticalSpace: 3
   356                          component: 
   358                          component: 
   358                            collection: (
   360                            collection: (
   359                             (ActionButtonSpec
   361                             (ActionButtonSpec
   360                                label: 'Add/Apply'
   362                                label: 'Add/Apply'
   361                                name: 'AddButton2'
   363                                name: 'AddButton2'
   362                                translateLabel: true
   364                                translateLabel: true
       
   365                                resizeForLabel: true
   363                                tabable: true
   366                                tabable: true
   364                                model: addPerStoreModuleDB
   367                                model: addPerStoreModuleDB
   365                                extent: (Point 98 22)
   368                                extent: (Point 97 27)
   366                              )
   369                              )
   367                             (ActionButtonSpec
   370                             (ActionButtonSpec
   368                                label: 'Remove'
   371                                label: 'Remove'
   369                                name: 'RemoveButton3'
   372                                name: 'RemoveButton3'
   370                                translateLabel: true
   373                                translateLabel: true
   371                                tabable: true
   374                                tabable: true
   372                                model: removePerStoreModuleDB
   375                                model: removePerStoreModuleDB
   373                                enableChannel: removeEnabled
   376                                enableChannel: removeEnabled
   374                                extent: (Point 99 22)
   377                                extent: (Point 98 27)
   375                              )
   378                              )
   376                             )
   379                             )
   377                           
   380                           
   378                          )
   381                          )
   379                        )
   382                        )
   380                       (HorizontalPanelViewSpec
   383                       (HorizontalPanelViewSpec
   381                          name: 'HorizontalPanel6'
   384                          name: 'HorizontalPanel6'
   382                          layout: (LayoutFrame 10 0.65 295 0 0 1 326 0)
   385                          layout: (LayoutFrame 5 0.65000000000000013 298 0 0 1 329 0)
   383                          horizontalLayout: fit
   386                          horizontalLayout: fit
   384                          verticalLayout: center
   387                          verticalLayout: center
   385                          horizontalSpace: 3
   388                          horizontalSpace: 3
   386                          verticalSpace: 3
   389                          verticalSpace: 3
   387                          component: 
   390                          component: 
   388                         (SpecCollection
   391                         (SpecCollection
   389                            collection: (
   392                            collection: (
   390                             (ActionButtonSpec
   393                             (ActionButtonSpec
   391                                label: 'Try to Connect'
   394                                label: 'Try Connect'
   392                                name: 'ConnectPerStoreModuleButton'
   395                                name: 'ConnectPerStoreModuleButton'
   393                                translateLabel: true
   396                                translateLabel: true
   394                                tabable: true
   397                                tabable: true
   395                                model: connectPerStoreModuleDB
   398                                model: connectPerStoreModuleDB
   396                                enableChannel: storeConnectInModuleEnabled
   399                                enableChannel: storeConnectInModuleEnabled
   397                                extent: (Point 105 22)
   400                                extent: (Point 103 27)
   398                              )
   401                              )
   399                             (ActionButtonSpec
   402                             (ActionButtonSpec
   400                                label: 'Browse'
   403                                label: 'Browse'
   401                                name: 'BrowsePerStoreModuleButton'
   404                                name: 'BrowsePerStoreModuleButton'
   402                                translateLabel: true
   405                                translateLabel: true
   403                                tabable: true
   406                                tabable: true
   404                                model: browsePerStoreModuleDB
   407                                model: browsePerStoreModuleDB
   405                                enableChannel: storeConnectInModuleEnabled
   408                                enableChannel: storeConnectInModuleEnabled
   406                                extent: (Point 105 22)
   409                                extent: (Point 104 27)
   407                              )
   410                              )
   408                             )
   411                             )
   409                           
   412                           
   410                          )
   413                          )
   411                        )
   414                        )
   412                       )
   415                       )
   413                     
   416                     
   414                    )
   417                    )
   415                    extent: (Point 670 360)
   418                    extent: (Point 670 365)
   416                  )
   419                  )
   417                 (FramedBoxSpec
   420                 (FramedBoxSpec
   418                    label: 'Source Cache'
   421                    label: 'Source Cache'
   419                    name: 'FramedBox1'
   422                    name: 'FramedBox1'
   420                    visibilityChannel: false
   423                    visibilityChannel: false
   466                                name: 'FlushCacheNowButton'
   469                                name: 'FlushCacheNowButton'
   467                                translateLabel: true
   470                                translateLabel: true
   468                                tabable: true
   471                                tabable: true
   469                                model: flushSourceCache
   472                                model: flushSourceCache
   470                                enableChannel: useManager
   473                                enableChannel: useManager
   471                                extent: (Point 212 22)
   474                                extent: (Point 206 22)
   472                              )
   475                              )
   473                             (ActionButtonSpec
   476                             (ActionButtonSpec
   474                                label: 'Condense Cache now'
   477                                label: 'Condense Cache now'
   475                                name: 'CondenseCacheNowButton'
   478                                name: 'CondenseCacheNowButton'
   476                                translateLabel: true
   479                                translateLabel: true
   477                                tabable: true
   480                                tabable: true
   478                                model: condenseSourceCache
   481                                model: condenseSourceCache
   479                                enableChannel: useManager
   482                                enableChannel: useManager
   480                                extent: (Point 212 22)
   483                                extent: (Point 206 22)
   481                              )
   484                              )
   482                             )
   485                             )
   483                           
   486                           
   484                          )
   487                          )
   485                        )
   488                        )
  1150 ! !
  1153 ! !
  1151 
  1154 
  1152 !StoreSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
  1155 !StoreSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
  1153 
  1156 
  1154 version
  1157 version
  1155     ^ '$Header: /cvs/stx/stx/libtool/StoreSourceCodeManagementSettingsAppl.st,v 1.23 2014-05-23 08:27:56 stefan Exp $'
  1158     ^ '$Header$'
  1156 !
  1159 !
  1157 
  1160 
  1158 version_CVS
  1161 version_CVS
  1159     ^ '$Header: /cvs/stx/stx/libtool/StoreSourceCodeManagementSettingsAppl.st,v 1.23 2014-05-23 08:27:56 stefan Exp $'
  1162     ^ '$Header$'
  1160 !
  1163 !
  1161 
  1164 
  1162 version_SVN
  1165 version_SVN
  1163     ^ '$Id: StoreSourceCodeManagementSettingsAppl.st,v 1.23 2014-05-23 08:27:56 stefan Exp $'
  1166     ^ '$Id$'
  1164 ! !
  1167 ! !
  1165 
  1168