Tue, 24 Jan 2017 23:34:01 +0100 #TUNING by cg
Claus Gittinger <cg@exept.de> [Tue, 24 Jan 2017 23:34:01 +0100] rev 3386
#TUNING by cg class: UIPainter draw by sending messages to gc instead of self. (new GC structure)
Tue, 24 Jan 2017 23:32:39 +0100 #TUNING by cg
Claus Gittinger <cg@exept.de> [Tue, 24 Jan 2017 23:32:39 +0100] rev 3385
#TUNING by cg class: UIObjectView changed: #showUnselected: draw by sending messages to gc instead of self. (new GC structure)
Tue, 24 Jan 2017 23:32:06 +0100 #TUNING by cg
Claus Gittinger <cg@exept.de> [Tue, 24 Jan 2017 23:32:06 +0100] rev 3384
#TUNING by cg class: UIGalleryView draw by sending messages to gc instead of self. (new GC structure)
Tue, 24 Jan 2017 23:29:50 +0100 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Tue, 24 Jan 2017 23:29:50 +0100] rev 3383
#DOCUMENTATION by cg class: Tools::ViewTreeInspectorApplication
Sat, 21 Jan 2017 04:18:43 +0100 *** empty log message ***
Claus Gittinger <cg@exept.de> [Sat, 21 Jan 2017 04:18:43 +0100] rev 3382
*** empty log message ***
Sat, 21 Jan 2017 04:03:32 +0100 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Sat, 21 Jan 2017 04:03:32 +0100] rev 3381
#DOCUMENTATION by cg class: TabListEditor comment/format in: #doGenerateAspectMethod
Sat, 21 Jan 2017 04:02:41 +0100 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Sat, 21 Jan 2017 04:02:41 +0100] rev 3380
#FEATURE by cg class: ImageEditor changed: #defaultInfoLabel
Sat, 21 Jan 2017 00:08:18 +0100 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Sat, 21 Jan 2017 00:08:18 +0100] rev 3379
#FEATURE by cg class: ImageEditor class definition added: #clearModifiedAndRememberImageSaved #clearModifiedAndRememberImageSavedAsFile: #savedFile removed: #clearModifiedAndRememberSavedImage changed: #doSaveImageFile (send #clearModifiedAndRememberImageSaved instead of #clearModifiedAndRememberSavedImage) #doSaveImageFileAs #doSaveMethod (send #clearModifiedAndRememberImageSaved instead of #clearModifiedAndRememberSavedImage) #doSaveMethodAs (send #clearModifiedAndRememberImageSaved instead of #clearModifiedAndRememberSavedImage)
Fri, 20 Jan 2017 23:07:21 +0100 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Fri, 20 Jan 2017 23:07:21 +0100] rev 3378
#FEATURE by cg class: ImageEditor added: #canResizeImage changed: #allowedToChangeImageDimensionAndDepth
Fri, 20 Jan 2017 18:54:52 +0100 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Fri, 20 Jan 2017 18:54:52 +0100] rev 3377
#FEATURE by cg class: ImageEditor readOnly handling (for subclasses) added: #imageIsLoadedAndNotReadonlyHolder #readOnly changed: #toolsMenuToolbar #windowSpec
Fri, 20 Jan 2017 18:16:35 +0100 #UI_ENHANCEMENT by cg
Claus Gittinger <cg@exept.de> [Fri, 20 Jan 2017 18:16:35 +0100] rev 3376
#UI_ENHANCEMENT by cg class: ImageEditor comment/format in: #imageEditView #openLoadingImageWith:modal: changed: #cropDialogSpec #helpSpec tooltips
Fri, 20 Jan 2017 17:00:03 +0100 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Fri, 20 Jan 2017 17:00:03 +0100] rev 3375
#FEATURE by cg class: ImageEditor class definition added: #clearModifiedAndRememberSavedImage #savedImage comment/format in: #doSaveButtonImageToFileAs #documentation #openOnClass:andSelector: #openOnFile: #openOnImage: changed: #doSaveImageFile (send #clearModifiedAndRememberSavedImage instead of #clearModified) #doSaveImageFileAs (send #clearModifiedAndRememberSavedImage instead of #clearModified) #doSaveMethod (send #clearModifiedAndRememberSavedImage instead of #clearModified) #doSaveMethodAs (send #clearModifiedAndRememberSavedImage instead of #clearModified)
Fri, 20 Jan 2017 16:37:38 +0100 #UI_ENHANCEMENT by cg expecco_2_11_0 expecco_2_11_1
Claus Gittinger <cg@exept.de> [Fri, 20 Jan 2017 16:37:38 +0100] rev 3374
#UI_ENHANCEMENT by cg class: ImageEditor more flexibility to make menu items invisible in subclasses. added: #isNotStandAloneAndMethodSaveAndLoadMenuItemsVisible #isStandAloneAndMethodSaveAndLoadMenuItemsVisible #methodSaveAndLoadMenuItemsVisible #modeMenuVisible changed: #helpSpec #menu #menuFile #menuToolbar
Fri, 20 Jan 2017 15:56:05 +0100 *** empty log message ***
Claus Gittinger <cg@exept.de> [Fri, 20 Jan 2017 15:56:05 +0100] rev 3373
*** empty log message ***
Tue, 17 Jan 2017 04:55:16 +0000 update tags
convert-repo [Tue, 17 Jan 2017 04:55:16 +0000] rev 3372
update tags
Mon, 16 Jan 2017 11:22:58 +0100 *** empty log message ***
Claus Gittinger <cg@exept.de> [Mon, 16 Jan 2017 11:22:58 +0100] rev 3371
*** empty log message ***
Wed, 11 Jan 2017 19:20:08 +0100 #BUGFIX by cg
Claus Gittinger <cg@exept.de> [Wed, 11 Jan 2017 19:20:08 +0100] rev 3370
#BUGFIX by cg class: ImageEditor changed: #colorMapMode:
Wed, 11 Jan 2017 22:26:17 +0000 update tags
convert-repo [Wed, 11 Jan 2017 22:26:17 +0000] rev 3369
update tags
Tue, 03 Jan 2017 15:04:47 +0100 #REFACTORING by stefan
Stefan Vogel <sv@exept.de> [Tue, 03 Jan 2017 15:04:47 +0100] rev 3368
#REFACTORING by stefan class: UIPainter changed: #doGenerateAspectMethodFor use #includes: instead of #contains:
Tue, 03 Jan 2017 15:00:15 +0100 #REFACTORING by stefan
Stefan Vogel <sv@exept.de> [Tue, 03 Jan 2017 15:00:15 +0100] rev 3367
#REFACTORING by stefan class: ImageEditor changed: #findColorMapMode use #includes: instead of #contains:
Tue, 03 Jan 2017 14:51:05 +0100 #REFACTORING by stefan
Stefan Vogel <sv@exept.de> [Tue, 03 Jan 2017 14:51:05 +0100] rev 3366
#REFACTORING by stefan class: DirectoryView use "self class" when refering to own class
Fri, 23 Dec 2016 11:32:18 +0100 #UI_ENHANCEMENT by cg
Claus Gittinger <cg@exept.de> [Fri, 23 Dec 2016 11:32:18 +0100] rev 3365
#UI_ENHANCEMENT by cg class: MenuEditor
Fri, 23 Dec 2016 11:31:43 +0100 *** empty log message ***
Claus Gittinger <cg@exept.de> [Fri, 23 Dec 2016 11:31:43 +0100] rev 3364
*** empty log message ***
Fri, 23 Dec 2016 11:31:34 +0100 *** empty log message ***
Claus Gittinger <cg@exept.de> [Fri, 23 Dec 2016 11:31:34 +0100] rev 3363
*** empty log message ***
Wed, 21 Dec 2016 20:23:26 +0100 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Wed, 21 Dec 2016 20:23:26 +0100] rev 3362
#FEATURE by cg class: UIHelpTool added: #alternativeSpecSelectors changed: #loadFromClass: check if there is no helpSpec method, but instead a flyByHelp. Then load/save into from/that spec method.
Mon, 12 Dec 2016 23:28:30 +0100 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Mon, 12 Dec 2016 23:28:30 +0100] rev 3361
#FEATURE by cg class: UIPainter added: #hasMultipleSelectionOtherThanCanvas #hasSelectionOtherThanCanvas changed:7 methods category of:42 methods
Mon, 12 Dec 2016 23:27:57 +0100 #BUGFIX by cg
Claus Gittinger <cg@exept.de> [Mon, 12 Dec 2016 23:27:57 +0100] rev 3360
#BUGFIX by cg class: UIPainterView changed: #replaceSelectionBy: preserve position in child list.
Tue, 06 Dec 2016 12:52:05 +0100 #FEATURE by cg expecco_2_10_0 expecco_2_10_0_41
Claus Gittinger <cg@exept.de> [Tue, 06 Dec 2016 12:52:05 +0100] rev 3359
#FEATURE by cg class: ImageEditor changed: #findColorMapMode colormapmode when converting
Fri, 02 Dec 2016 16:57:32 +0100 #DOCUMENTATION by stefan
Stefan Vogel <sv@exept.de> [Fri, 02 Dec 2016 16:57:32 +0100] rev 3358
#DOCUMENTATION by stefan class: FlyByWindowInformation changed: #helpTextFor:at:
Thu, 01 Dec 2016 11:02:41 +0100 #FEATURE by stefan
Stefan Vogel <sv@exept.de> [Thu, 01 Dec 2016 11:02:41 +0100] rev 3357
#FEATURE by stefan class: ImageEditor added: #openLoadingImageWith:modal: #openModalOnFile: removed: #openLoadingImageWith: changed: #openOnClass:andSelector: #openOnFile: #openOnImage:
Tue, 22 Nov 2016 03:45:03 +0100 #BUGFIX by cg
Claus Gittinger <cg@exept.de> [Tue, 22 Nov 2016 03:45:03 +0100] rev 3356
#BUGFIX by cg class: ImageEditor changed: #colorMapMode: preserve colormap, when converting down
Tue, 22 Nov 2016 01:50:12 +0100 #BUGFIX by cg
Claus Gittinger <cg@exept.de> [Tue, 22 Nov 2016 01:50:12 +0100] rev 3355
#BUGFIX by cg class: ImageEditor changed: #colorMapMode:
Sat, 19 Nov 2016 20:34:25 +0100 #REFACTORING by cg
Claus Gittinger <cg@exept.de> [Sat, 19 Nov 2016 20:34:25 +0100] rev 3354
#REFACTORING by cg class: DirectoryView changed: #readMonitoringDirectory
Sat, 19 Nov 2016 20:19:48 +0100 #REFACTORING by cg
Claus Gittinger <cg@exept.de> [Sat, 19 Nov 2016 20:19:48 +0100] rev 3353
#REFACTORING by cg class: MenuEditor changed: #hasValidSpecClass
Fri, 18 Nov 2016 12:20:13 +0100 #OTHER by cg
Claus Gittinger <cg@exept.de> [Fri, 18 Nov 2016 12:20:13 +0100] rev 3352
#OTHER by cg comment/format in: #documentation
Fri, 18 Nov 2016 12:10:40 +0100 #OTHER by cg
Claus Gittinger <cg@exept.de> [Fri, 18 Nov 2016 12:10:40 +0100] rev 3351
#OTHER by cg comment/format in: #documentation
Fri, 18 Nov 2016 11:57:57 +0100 #OTHER by cg
Claus Gittinger <cg@exept.de> [Fri, 18 Nov 2016 11:57:57 +0100] rev 3350
#OTHER by cg documentation
Fri, 11 Nov 2016 16:01:12 +0100 #BUGFIX by cg
Claus Gittinger <cg@exept.de> [Fri, 11 Nov 2016 16:01:12 +0100] rev 3349
#BUGFIX by cg class: ImageEditor changed: #colorMapMode: wrong photometric, when going from 8 to 24 bit...
Fri, 04 Nov 2016 16:25:33 +0100 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Fri, 04 Nov 2016 16:25:33 +0100] rev 3348
#DOCUMENTATION by cg class: UIPainterView comment/format in: #canChangeLayoutOfView: #canResizeView:
Thu, 03 Nov 2016 15:34:01 +0100 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Thu, 03 Nov 2016 15:34:01 +0100] rev 3347
#DOCUMENTATION by cg class: stx_libtool2 comment/format in: #documentation
Wed, 02 Nov 2016 15:28:03 +0100 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Wed, 02 Nov 2016 15:28:03 +0100] rev 3346
#DOCUMENTATION by cg class: ImageEditor comment/format in: #listOfColorMaps
Mon, 31 Oct 2016 14:21:58 +0100 #UI_ENHANCEMENT by cg
Claus Gittinger <cg@exept.de> [Mon, 31 Oct 2016 14:21:58 +0100] rev 3345
#UI_ENHANCEMENT by cg class: Tools::ObjectModuleInformation changed: #tableColumns sortable
Fri, 14 Oct 2016 18:52:36 +0200 #UI_ENHANCEMENT by cg
Claus Gittinger <cg@exept.de> [Fri, 14 Oct 2016 18:52:36 +0200] rev 3344
#UI_ENHANCEMENT by cg class: ImageEditor changed: #doMagnifyUp limit magnification to 63
Fri, 14 Oct 2016 17:00:09 +0200 #UI_ENHANCEMENT by cg
Claus Gittinger <cg@exept.de> [Fri, 14 Oct 2016 17:00:09 +0200] rev 3343
#UI_ENHANCEMENT by cg class: Tools::ProjectBuilder changed: #copySupportFilesForLinkage
Fri, 14 Oct 2016 15:43:31 +0200 #UI_ENHANCEMENT by cg
Claus Gittinger <cg@exept.de> [Fri, 14 Oct 2016 15:43:31 +0200] rev 3342
#UI_ENHANCEMENT by cg class: Tools::ProjectBuilderAssistantApplication changed: #assistantSpec #doBrowseProjectDefinitionClassForPrereqs
Wed, 12 Oct 2016 09:04:34 +0200 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Wed, 12 Oct 2016 09:04:34 +0200] rev 3341
#DOCUMENTATION by cg class: Tools::ViewTreeInspectorApplication changed: #installInLauncher
Mon, 10 Oct 2016 09:32:32 +0200 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Mon, 10 Oct 2016 09:32:32 +0200] rev 3340
#FEATURE by cg class: Tools::ProjectBuilderAssistantApplication changed: #page6a_specifyProjectAttributes #updateProjectAttributes
Sun, 09 Oct 2016 11:29:25 +0200 #REFACTORING by cg
Claus Gittinger <cg@exept.de> [Sun, 09 Oct 2016 11:29:25 +0200] rev 3339
#REFACTORING by cg class: Tools::ProjectBuilderAssistantApplication added: #clearBuildDirectory #execuableNameVisible #executableNameHolder changed: #helpSpec #page6a_specifyProjectAttributes #page6b_specifyBuildDirectorySpec
Sun, 09 Oct 2016 11:29:12 +0200 #REFACTORING by cg
Claus Gittinger <cg@exept.de> [Sun, 09 Oct 2016 11:29:12 +0200] rev 3338
#REFACTORING by cg class: Tools::ProjectBuilder changed: #copyDLLsForLinkage (send #> instead of #>=) #copySupportFilesForLinkage
Sat, 08 Oct 2016 23:14:46 +0200 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Sat, 08 Oct 2016 23:14:46 +0200] rev 3337
#FEATURE by cg class: Tools::ProjectBuilderAssistantApplication added: #projectTypeIsNonGuiApplication changed:15 methods geometry; allow startup with a startupclass in addition to a projectDefnition class.
Fri, 07 Oct 2016 01:57:58 +0200 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de> [Fri, 07 Oct 2016 01:57:58 +0200] rev 3336
#DOCUMENTATION by cg class: Tools::ProjectBuilderAssistantApplication changed: #assistantSpec #enterDeploySpecification
Fri, 07 Oct 2016 00:04:03 +0200 #UI_ENHANCEMENT by cg
Claus Gittinger <cg@exept.de> [Fri, 07 Oct 2016 00:04:03 +0200] rev 3335
#UI_ENHANCEMENT by cg class: Tools::ProjectBuilderAssistantApplication added: #enterDeploySpecification removed: #assistantSpec comment/format in: #openOn: changed: #page8_deploySpec
Thu, 06 Oct 2016 19:12:47 +0200 #REFACTORING by cg
Claus Gittinger <cg@exept.de> [Thu, 06 Oct 2016 19:12:47 +0200] rev 3334
#REFACTORING by cg class: UIHelpTool changed: #doSave
Wed, 05 Oct 2016 23:48:17 +0200 #UI_ENHANCEMENT by cg
Claus Gittinger <cg@exept.de> [Wed, 05 Oct 2016 23:48:17 +0200] rev 3333
#UI_ENHANCEMENT by cg class: Tools::ProjectBuilder changed: #setupBuildDirectory
Wed, 05 Oct 2016 19:02:48 +0200 #UI_ENHANCEMENT by cg
Claus Gittinger <cg@exept.de> [Wed, 05 Oct 2016 19:02:48 +0200] rev 3332
#UI_ENHANCEMENT by cg class: Tools::ProjectBuilder added: #determineBuildDirectory changed: #buildDirectory #buildWithOutputTo:errorTo:
Wed, 05 Oct 2016 17:35:22 +0200 #REFACTORING by stefan
Stefan Vogel <sv@exept.de> [Wed, 05 Oct 2016 17:35:22 +0200] rev 3331
#REFACTORING by stefan class: ImageEditor comment/format in: #colorMapMode: #ditherToDepth:
Fri, 30 Sep 2016 16:48:16 +0200 #OTHER by stefan
Stefan Vogel <sv@exept.de> [Fri, 30 Sep 2016 16:48:16 +0200] rev 3330
#OTHER by stefan Use (*WriteStream on:'') instead of (*WriteStream on:String new)
Fri, 30 Sep 2016 16:47:59 +0200 #OTHER by stefan
Stefan Vogel <sv@exept.de> [Fri, 30 Sep 2016 16:47:59 +0200] rev 3329
#OTHER by stefan Use (*WriteStream on:'') instead of (*WriteStream on:String new)
Fri, 30 Sep 2016 16:47:21 +0200 #OTHER by stefan
Stefan Vogel <sv@exept.de> [Fri, 30 Sep 2016 16:47:21 +0200] rev 3328
#OTHER by stefan Use (*WriteStream on:'') instead of (*WriteStream on:String new)
Fri, 30 Sep 2016 16:45:36 +0200 #OTHER by stefan
Stefan Vogel <sv@exept.de> [Fri, 30 Sep 2016 16:45:36 +0200] rev 3327
#OTHER by stefan Use (*WriteStream on:'') instead of (*WriteStream on:String new)
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 tip