Tools__ChangeList.st
changeset 14199 e065c059bc38
parent 14197 0ffe853febbc
child 14719 7d5cc009a201
equal deleted inserted replaced
14198:898013d21cc8 14199:e065c059bc38
   201 
   201 
   202     <resource: #tableColumns>
   202     <resource: #tableColumns>
   203 
   203 
   204     ^#(
   204     ^#(
   205       (DataSetColumnSpec
   205       (DataSetColumnSpec
   206 	 label: 'Removed'
   206          label: 'Removed'
   207 	 id: 'removed'
   207          id: 'removed'
   208 	 labelButtonType: Button
   208          labelButtonType: Button
   209 	 width: 20
   209          width: 20
   210 	 minWidth: 20
   210          minWidth: 20
   211 	 editorType: CheckToggle
   211          height: heightOfFirstRow
   212 	 rendererType: CheckToggle
   212          editorType: CheckToggle
   213 	 model: notRemoved
   213          rendererType: CheckToggle
   214 	 menuFromApplication: false
   214          model: notRemoved
   215 	 printSelector: notRemoved
   215          menuFromApplication: false
   216 	 isResizeable: false
   216          printSelector: notRemoved
   217 	 showRowSeparator: false
   217          isResizeable: false
   218 	 showSelectionHighLighted: false
   218          showRowSeparator: false
   219 	 showColSeparator: false
   219          showColSeparator: false
   220        )
   220        )
   221       (DataSetColumnSpec
   221       (DataSetColumnSpec
   222 	 label: 'Delta'
   222          label: 'Delta'
   223 	 id: 'delta'
   223          id: 'delta'
   224 	 labelButtonType: Button
   224          labelButtonType: Button
   225 	 width: 20
   225          width: 20
   226 	 minWidth: 20
   226          minWidth: 20
   227 	 menuFromApplication: false
   227          height: heightOfFirstRow
   228 	 printSelector: iconDelta
   228          menuFromApplication: false
   229 	 canSelect: false
   229          printSelector: iconDelta
   230 	 isResizeable: false
   230          canSelect: false
   231 	 showRowSeparator: false
   231          isResizeable: false
   232 	 showSelectionHighLighted: false
   232          showRowSeparator: false
   233 	 showColSeparator: false
   233          showColSeparator: false
   234        )
   234        )
   235       (DataSetColumnSpec
   235       (DataSetColumnSpec
   236 	 label: 'Change'
   236          label: 'Change'
   237 	 id: change
   237          id: change
   238 	 labelAlignment: left
   238          labelAlignment: left
   239 	 labelButtonType: Button
   239          labelButtonType: Button
   240 	 menuFromApplication: false
   240          height: heightOfFirstRow
   241 	 printSelector: label
   241          menuFromApplication: false
   242 	 canSelect: false
   242          printSelector: label
   243 	 showRowSeparator: false
   243          canSelect: false
   244 	 showColSeparator: false
   244          showRowSeparator: false
       
   245          showColSeparator: false
   245        )
   246        )
   246       (DataSetColumnSpec
   247       (DataSetColumnSpec
   247 	 label: 'Class'
   248          label: 'Class'
   248 	 id: 'className'
   249          id: 'className'
   249 	 labelAlignment: left
   250          labelAlignment: left
   250 	 activeHelpKey: ''
   251          activeHelpKey: ''
   251 	 activeHelpKeyForLabel: ''
   252          activeHelpKeyForLabel: ''
   252 	 labelButtonType: Button
   253          labelButtonType: Button
   253 	 usePreferredWidth: true
   254          usePreferredWidth: true
   254 	 model: className
   255          height: heightOfFirstRow
   255 	 menuFromApplication: false
   256          model: className
   256 	 canSelect: false
   257          menuFromApplication: false
   257 	 showRowSeparator: false
   258          canSelect: false
   258 	 showColSeparator: false
   259          showRowSeparator: false
       
   260          showColSeparator: false
   259        )
   261        )
   260       (DataSetColumnSpec
   262       (DataSetColumnSpec
   261 	 label: 'Selector'
   263          label: 'Selector'
   262 	 id: 'selector'
   264          id: 'selector'
   263 	 labelAlignment: left
   265          labelAlignment: left
   264 	 activeHelpKey: ''
   266          activeHelpKey: ''
   265 	 activeHelpKeyForLabel: ''
   267          activeHelpKeyForLabel: ''
   266 	 labelButtonType: Button
   268          labelButtonType: Button
   267 	 usePreferredWidth: true
   269          usePreferredWidth: true
   268 	 model: selector
   270          height: heightOfFirstRow
   269 	 menuFromApplication: false
   271          model: selector
   270 	 canSelect: false
   272          menuFromApplication: false
   271 	 showRowSeparator: false
   273          canSelect: false
   272 	 showColSeparator: false
   274          showRowSeparator: false
       
   275          showColSeparator: false
   273        )
   276        )
   274       (DataSetColumnSpec
   277       (DataSetColumnSpec
   275 	 label: 'Category'
   278          label: 'Category'
   276 	 id: category
   279          id: category
   277 	 labelAlignment: left
   280          labelAlignment: left
   278 	 labelButtonType: Button
   281          labelButtonType: Button
   279 	 usePreferredWidth: true
   282          usePreferredWidth: true
   280 	 model: category
   283          height: heightOfFirstRow
   281 	 menuFromApplication: false
   284          model: category
   282 	 canSelect: false
   285          menuFromApplication: false
   283 	 showRowSeparator: false
   286          canSelect: false
   284 	 showColSeparator: false
   287          showRowSeparator: false
       
   288          showColSeparator: false
   285        )
   289        )
   286       (DataSetColumnSpec
   290       (DataSetColumnSpec
   287 	 label: 'Time Stamp'
   291          label: 'Time Stamp'
   288 	 id: timeStamp
   292          id: timeStamp
   289 	 labelAlignment: left
   293          labelAlignment: left
   290 	 labelButtonType: Button
   294          labelButtonType: Button
   291 	 usePreferredWidth: true
   295          usePreferredWidth: true
   292 	 model: timeStamp
   296          height: heightOfFirstRow
   293 	 menuFromApplication: false
   297          model: timeStamp
   294 	 canSelect: false
   298          menuFromApplication: false
   295 	 showRowSeparator: false
   299          canSelect: false
   296 	 showColSeparator: false
   300          showRowSeparator: false
       
   301          showColSeparator: false
   297        )
   302        )
   298       )
   303       )
   299 
   304     
   300 ! !
   305 ! !
   301 
   306 
   302 !ChangeList class methodsFor:'menu specs'!
   307 !ChangeList class methodsFor:'menu specs'!
   303 
   308 
   304 listMenu
   309 listMenu
  1590 ! !
  1595 ! !
  1591 
  1596 
  1592 !ChangeList class methodsFor:'documentation'!
  1597 !ChangeList class methodsFor:'documentation'!
  1593 
  1598 
  1594 version
  1599 version
  1595     ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeList.st,v 1.33 2014-04-10 09:59:53 vrany Exp $'
  1600     ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeList.st,v 1.34 2014-04-11 08:08:29 vrany Exp $'
  1596 !
  1601 !
  1597 
  1602 
  1598 version_CVS
  1603 version_CVS
  1599     ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeList.st,v 1.33 2014-04-10 09:59:53 vrany Exp $'
  1604     ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeList.st,v 1.34 2014-04-11 08:08:29 vrany Exp $'
  1600 !
  1605 !
  1601 
  1606 
  1602 version_SVN
  1607 version_SVN
  1603     ^ '$Id: Tools__ChangeList.st,v 1.33 2014-04-10 09:59:53 vrany Exp $'
  1608     ^ '$Id: Tools__ChangeList.st,v 1.34 2014-04-11 08:08:29 vrany Exp $'
  1604 ! !
  1609 ! !
  1605 
  1610