CVSSourceCodeManagementSettingsAppl.st
branchjv
changeset 16156 9b9fa51009d2
parent 15566 184cea584be5
parent 16155 2e3a4d0ea38b
child 16571 cf319f2e56d0
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:#CVSSourceCodeManagementSettingsAppl
    16 AbstractSourceCodeManagementSettingsAppl subclass:#CVSSourceCodeManagementSettingsAppl
    15 	instanceVariableNames:'repositoryHolder manager repository cvsRootPrototypeList
    17 	instanceVariableNames:'repositoryHolder manager repository cvsRootPrototypeList
    16 		addPerModuleRoot perModuleRootModule removePerModuleRoot
    18 		addPerModuleRoot perModuleRootModule removePerModuleRoot
    17 		perModuleRoot cvsRootHolder selectedPerModuleRoot
    19 		perModuleRoot cvsRootHolder selectedPerModuleRoot
   383                                )
   385                                )
   384                              )
   386                              )
   385                             (ActionButtonSpec
   387                             (ActionButtonSpec
   386                                label: 'CVS-Login'
   388                                label: 'CVS-Login'
   387                                name: 'Button1'
   389                                name: 'Button1'
   388                                layout: (LayoutFrame -117 1 138 0 0 1 168 0)
   390                                layout: (LayoutFrame -117 1 137 0 0 1 167 0)
   389                                activeHelpKey: cvsLogin
   391                                activeHelpKey: cvsLogin
   390                                translateLabel: true
   392                                translateLabel: true
   391                                tabable: true
   393                                tabable: true
   392                                model: loginCVSRoot
   394                                model: loginCVSRoot
   393                                enableChannel: cvsLoginEnabled
   395                                enableChannel: cvsLoginEnabled
   453                                acceptOnPointerLeave: true
   455                                acceptOnPointerLeave: true
   454                                comboList: cvsRootPrototypeList
   456                                comboList: cvsRootPrototypeList
   455                              )
   457                              )
   456                             (HorizontalPanelViewSpec
   458                             (HorizontalPanelViewSpec
   457                                name: 'HorizontalPanel2'
   459                                name: 'HorizontalPanel2'
   458                                layout: (LayoutFrame 0 0 369 0 -1 1 399 0)
   460                                layout: (LayoutFrame 0 0 369 0 -1 1 400 0)
   459                                horizontalLayout: rightSpaceMax
   461                                horizontalLayout: rightSpaceMax
   460                                verticalLayout: center
   462                                verticalLayout: fit
   461                                horizontalSpace: 3
   463                                horizontalSpace: 3
   462                                verticalSpace: 3
   464                                verticalSpace: 3
   463                                component: 
   465                                component: 
   464                               (SpecCollection
   466                               (SpecCollection
   465                                  collection: (
   467                                  collection: (
   466                                   (ActionButtonSpec
   468                                   (ActionButtonSpec
   467                                      label: 'Add/Apply'
   469                                      label: 'Add/Apply'
   468                                      name: 'addButton'
   470                                      name: 'addButton'
   469                                      activeHelpKey: addPerModuleRoot
   471                                      activeHelpKey: addPerModuleRoot
   470                                      translateLabel: true
   472                                      translateLabel: true
       
   473                                      resizeForLabel: true
   471                                      tabable: true
   474                                      tabable: true
   472                                      model: addPerModuleRoot
   475                                      model: addPerModuleRoot
   473                                      useDefaultExtent: true
   476                                      useDefaultExtent: true
   474                                    )
   477                                    )
   475                                   (ActionButtonSpec
   478                                   (ActionButtonSpec
   476                                      label: 'Remove'
   479                                      label: 'Remove'
   477                                      name: 'removeButton'
   480                                      name: 'removeButton'
   478                                      activeHelpKey: removePerModuleRoot
   481                                      activeHelpKey: removePerModuleRoot
   479                                      translateLabel: true
   482                                      translateLabel: true
       
   483                                      resizeForLabel: true
   480                                      tabable: true
   484                                      tabable: true
   481                                      model: removePerModuleRoot
   485                                      model: removePerModuleRoot
   482                                      enableChannel: removeEnabled
   486                                      enableChannel: removeEnabled
   483                                      useDefaultExtent: true
   487                                      useDefaultExtent: true
   484                                    )
       
   485                                   (ViewSpec
       
   486                                      name: 'Box11'
       
   487                                      extent: (Point 93 10)
       
   488                                    )
   488                                    )
   489                                   (ActionButtonSpec
   489                                   (ActionButtonSpec
   490                                      label: 'Init'
   490                                      label: 'Init'
   491                                      name: 'loginButton2'
   491                                      name: 'loginButton2'
   492                                      activeHelpKey: initPerModuleRoot
   492                                      activeHelpKey: initPerModuleRoot
   493                                      translateLabel: true
   493                                      translateLabel: true
       
   494                                      resizeForLabel: true
   494                                      tabable: true
   495                                      tabable: true
   495                                      model: initPerModuleRoot
   496                                      model: initPerModuleRoot
   496                                      enableChannel: cvsInitInModuleEnabled
   497                                      enableChannel: cvsInitInModuleEnabled
   497                                      useDefaultExtent: true
   498                                      useDefaultExtent: true
   498                                    )
   499                                    )
   499                                   (ActionButtonSpec
   500                                   (ActionButtonSpec
   500                                      label: 'Login'
   501                                      label: 'Login'
   501                                      name: 'Button3'
   502                                      name: 'Button3'
   502                                      activeHelpKey: loginPerModuleRoot
   503                                      activeHelpKey: loginPerModuleRoot
   503                                      translateLabel: true
   504                                      translateLabel: true
       
   505                                      resizeForLabel: true
   504                                      tabable: true
   506                                      tabable: true
   505                                      model: loginPerModuleRoot
   507                                      model: loginPerModuleRoot
   506                                      enableChannel: cvsLoginInModuleEnabled
   508                                      enableChannel: cvsLoginInModuleEnabled
   507                                      useDefaultExtent: true
   509                                      useDefaultExtent: true
   508                                    )
   510                                    )
   510                                 
   512                                 
   511                                )
   513                                )
   512                              )
   514                              )
   513                             (HorizontalPanelViewSpec
   515                             (HorizontalPanelViewSpec
   514                                name: 'HorizontalPanel3'
   516                                name: 'HorizontalPanel3'
   515                                layout: (LayoutFrame 64 0.25 403 0 -1 1 433 0)
   517                                layout: (LayoutFrame 64 0.25 403 0 -1 1 434 0)
   516                                horizontalLayout: right
   518                                horizontalLayout: right
   517                                verticalLayout: center
   519                                verticalLayout: center
   518                                horizontalSpace: 3
   520                                horizontalSpace: 3
   519                                verticalSpace: 3
   521                                verticalSpace: 3
   520                                component: 
   522                                component: 
   527                                      translateLabel: true
   529                                      translateLabel: true
   528                                      resizeForLabel: true
   530                                      resizeForLabel: true
   529                                      adjust: right
   531                                      adjust: right
   530                                      tabable: true
   532                                      tabable: true
   531                                      model: addPublicExeptRepository
   533                                      model: addPublicExeptRepository
   532                                      extent: (Point 187 22)
   534                                      extent: (Point 232 31)
   533                                      usePreferredHeight: true
       
   534                                      usePreferredWidth: true
   535                                      usePreferredWidth: true
   535                                      useDynamicPreferredHeight: true
   536                                      useDynamicPreferredHeight: true
       
   537                                      usePreferredHeight: true
   536                                    )
   538                                    )
   537                                   )
   539                                   )
   538                                 
   540                                 
   539                                )
   541                                )
   540                              )
   542                              )
   556                    component: 
   558                    component: 
   557                   (SpecCollection
   559                   (SpecCollection
   558                      collection: (
   560                      collection: (
   559                       (ViewSpec
   561                       (ViewSpec
   560                          name: 'SourceCacheDirBox'
   562                          name: 'SourceCacheDirBox'
   561                          layout: (LayoutFrame 0 0 0 0 0 1 30 0)
   563                          layout: (LayoutFrame 0 0 0 0 -1 1 30 0)
   562                          component: 
   564                          component: 
   563                         (SpecCollection
   565                         (SpecCollection
   564                            collection: (
   566                            collection: (
   565                             (LabelSpec
   567                             (LabelSpec
   566                                label: 'Source Cache Dir:'
   568                                label: 'Source Cache Dir:'
   569                                translateLabel: true
   571                                translateLabel: true
   570                                adjust: right
   572                                adjust: right
   571                              )
   573                              )
   572                             (InputFieldSpec
   574                             (InputFieldSpec
   573                                name: 'SourceCacheDirEntryField'
   575                                name: 'SourceCacheDirEntryField'
   574                                layout: (LayoutFrame 64 0.25 0 0 0 1 30 0)
   576                                layout: (LayoutFrame 64 0.25 0 0 -1 1 30 0)
   575                                model: sourceCacheDir
   577                                model: sourceCacheDir
   576                                immediateAccept: false
   578                                immediateAccept: false
   577                                acceptOnReturn: true
   579                                acceptOnReturn: true
   578                                acceptOnTab: true
   580                                acceptOnTab: true
   579                                acceptOnLostFocus: true
   581                                acceptOnLostFocus: true
   583                           
   585                           
   584                          )
   586                          )
   585                        )
   587                        )
   586                       (HorizontalPanelViewSpec
   588                       (HorizontalPanelViewSpec
   587                          name: 'CacheActionsHorizontalPanel'
   589                          name: 'CacheActionsHorizontalPanel'
   588                          layout: (LayoutFrame 44 0.25 33 0 0 1 63 0)
   590                          layout: (LayoutFrame 44 0.25 33 0 -1 1 63 0)
   589                          horizontalLayout: fitSpace
   591                          horizontalLayout: rightMax
   590                          verticalLayout: center
   592                          verticalLayout: center
   591                          horizontalSpace: 3
   593                          horizontalSpace: 3
   592                          verticalSpace: 3
   594                          verticalSpace: 3
   593                          component: 
   595                          component: 
   594                         (SpecCollection
   596                         (SpecCollection
   597                                label: 'Flush Cache now'
   599                                label: 'Flush Cache now'
   598                                name: 'FlushCacheNowButton'
   600                                name: 'FlushCacheNowButton'
   599                                translateLabel: true
   601                                translateLabel: true
   600                                tabable: true
   602                                tabable: true
   601                                model: flushSourceCache
   603                                model: flushSourceCache
   602                                extent: (Point 247 30)
   604                                extent: (Point 245 30)
   603                              )
   605                              )
   604                             (ActionButtonSpec
   606                             (ActionButtonSpec
   605                                label: 'Condense Cache now'
   607                                label: 'Condense Cache now'
   606                                name: 'CondenseCacheNowButton'
   608                                name: 'CondenseCacheNowButton'
   607                                translateLabel: true
   609                                translateLabel: true
   608                                tabable: true
   610                                tabable: true
   609                                model: condenseSourceCache
   611                                model: condenseSourceCache
   610                                extent: (Point 248 30)
   612                                extent: (Point 245 30)
   611                              )
   613                              )
   612                             )
   614                             )
   613                           
   615                           
   614                          )
   616                          )
   615                        )
   617                        )
  1156 ! !
  1158 ! !
  1157 
  1159 
  1158 !CVSSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
  1160 !CVSSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
  1159 
  1161 
  1160 version
  1162 version
  1161     ^ '$Header: /cvs/stx/stx/libtool/CVSSourceCodeManagementSettingsAppl.st,v 1.40 2014-05-23 08:27:52 stefan Exp $'
  1163     ^ '$Header$'
  1162 !
  1164 !
  1163 
  1165 
  1164 version_CVS
  1166 version_CVS
  1165     ^ '$Header: /cvs/stx/stx/libtool/CVSSourceCodeManagementSettingsAppl.st,v 1.40 2014-05-23 08:27:52 stefan Exp $'
  1167     ^ '$Header$'
  1166 ! !
  1168 ! !
  1167 
  1169