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