Tools__CheckinInfoDialog.st
branchjv
changeset 12431 9f0c59c742d5
parent 12401 4714b9640528
child 12572 8049ed54a850
equal deleted inserted replaced
12430:4579351ee2cb 12431:9f0c59c742d5
    51     [instance variables:]
    51     [instance variables:]
    52 
    52 
    53     [class variables:]
    53     [class variables:]
    54 "
    54 "
    55 ! !
    55 ! !
    56 
       
    57 
    56 
    58 !CheckinInfoDialog class methodsFor:'interface specs'!
    57 !CheckinInfoDialog class methodsFor:'interface specs'!
    59 
    58 
    60 windowSpec
    59 windowSpec
    61     "This resource specification was automatically generated
    60     "This resource specification was automatically generated
   205          
   204          
   206         )
   205         )
   207       )
   206       )
   208 ! !
   207 ! !
   209 
   208 
   210 
       
   211 !CheckinInfoDialog class methodsFor:'opening'!
   209 !CheckinInfoDialog class methodsFor:'opening'!
   212 
   210 
   213 getCheckinInfoFor:aString initialAnswer:initialAnswer
   211 getCheckinInfoFor:aString initialAnswer:initialAnswer
   214     ^ self 
   212     ^ self 
   215         getCheckinInfoFor:aString 
   213         getCheckinInfoFor:aString 
   273     "
   271     "
   274 
   272 
   275     "Created: / 12-03-2012 / 12:36:26 / cg"
   273     "Created: / 12-03-2012 / 12:36:26 / cg"
   276 ! !
   274 ! !
   277 
   275 
   278 
       
   279 !CheckinInfoDialog methodsFor:'accessing'!
   276 !CheckinInfoDialog methodsFor:'accessing'!
   280 
   277 
   281 allowEmptyLogMessage
   278 allowEmptyLogMessage
   282     ^ allowEmptyLogMessage ? false
   279     ^ allowEmptyLogMessage ? false
   283 
   280 
   343 !
   340 !
   344 
   341 
   345 withQuickOption:aBoolean
   342 withQuickOption:aBoolean
   346     ^ self quickCheckInVisibleHolder value:aBoolean
   343     ^ self quickCheckInVisibleHolder value:aBoolean
   347 ! !
   344 ! !
   348 
       
   349 
   345 
   350 !CheckinInfoDialog methodsFor:'aspects'!
   346 !CheckinInfoDialog methodsFor:'aspects'!
   351 
   347 
   352 descriptionHolder
   348 descriptionHolder
   353     descriptionHolder isNil ifTrue:[
   349     descriptionHolder isNil ifTrue:[
   425     ^ warningMessageHolder.
   421     ^ warningMessageHolder.
   426 
   422 
   427     "Created: / 06-07-2010 / 11:30:29 / cg"
   423     "Created: / 06-07-2010 / 11:30:29 / cg"
   428 ! !
   424 ! !
   429 
   425 
   430 
       
   431 !CheckinInfoDialog class methodsFor:'documentation'!
   426 !CheckinInfoDialog class methodsFor:'documentation'!
   432 
   427 
   433 version
   428 version
   434     ^ '$Header: /cvs/stx/stx/libtool/Tools__CheckinInfoDialog.st,v 1.15 2012-03-12 12:13:08 cg Exp $'
   429     ^ '$Header: /cvs/stx/stx/libtool/Tools__CheckinInfoDialog.st,v 1.15 2012-03-12 12:13:08 cg Exp $'
   435 !
   430 !
   436 
   431 
   437 version_CVS
   432 version_CVS
   438     ^ '$Header: /cvs/stx/stx/libtool/Tools__CheckinInfoDialog.st,v 1.15 2012-03-12 12:13:08 cg Exp $'
   433     ^ '$Header: /cvs/stx/stx/libtool/Tools__CheckinInfoDialog.st,v 1.15 2012-03-12 12:13:08 cg Exp $'
   439 !
   434 !
   440 
   435 
       
   436 version_HG
       
   437 
       
   438     ^ '$Changeset: <not expanded> $'
       
   439 !
       
   440 
   441 version_SVN
   441 version_SVN
   442     ^ '$Id: Tools__CheckinInfoDialog.st 7952 2012-03-21 17:50:14Z vranyj1 $'
   442     ^ '$Id: Tools__CheckinInfoDialog.st 7952 2012-03-21 17:50:14Z vranyj1 $'
   443 ! !
   443 ! !
   444 
   444