Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2015-April/007966.html Name: Installer-Core-cmm.397 Ancestors: Installer-Core-cmm.396 SqueakSource employs server-specific versions of OSProcess and RFB. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007967.html Name: Morphic-mt.868 Ancestors: Morphic-mt.867 Extended the "openToolsAttachedToMouseCursor" preference to allow resizing-after-dropping directly if you keep the mouse button pressed and move it. Thanks Bert for the idea! :-) Note: With fast-dragging enabled, accidential resize might shrink the window unexpectedly because we cannot change mouse position programmatically. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007968.html Name: Tools-mt.587 Ancestors: Tools-mt.586 Fixed a regression in file contents browser. That browser misuses the system category pane for displaying the file name. Having this, it has to consider the normal use of that list in browsers. Note: Having '-- all --' in the list of system categories will normally not affect other browsers as we can see in the HierarchBrowser. Thanks to Chris for pointing out that bug. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007969.html Name: Morphic-mt.869 Ancestors: Morphic-mt.868 Fixed resize-after-drop to work only for the initial drop. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007970.html Name: ToolBuilder-Morphic-mt.126 Ancestors: ToolBuilder-Morphic-mt.125 Fixed resize-after-drop to work only for the initial drop. Added a flag for #initialDrop to the affected tool window. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007971.html Name: Kernel-mt.919 Ancestors: Kernel-mt.918 Fixed Object organization to not have all-category as a real category. Was empty anyway. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007972.html Name: KernelTests-mt.292 Ancestors: KernelTests-ul.291 Test added for checking whether some class organization has special categories in it. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007973.html Name: ST80Tools-topa.6 Ancestors: ST80Tools-mt.5 Assume responsibility of #openInMVC in a Tool ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007974.html Name: Tools-topa.588 Ancestors: Tools-mt.587 Drop responsibility of #openInMVC to ST80Tools ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007975.html Name: Kernel-topa.920 Ancestors: Kernel-mt.919 Remove spurious -- all -- category that crept into Object ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007976.html Name: ToolsTests-topa.72 Ancestors: ToolsTests-mt.71 Adapt BrowserTests to rely less on global state, namely SystemOrganization ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007977.html Name: Multilingual-topa.205 Ancestors: Multilingual-topa.204, Multilingual-cbc.201 Pick up a fix for MultiByteFileStream>>#nextChunk ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007978.html Name: Multilingual-cbc.201 Ancestors: Multilingual-ul.200 Modify #nextChunk to pass test MultiByteFileStreamTest>>testLIneEndingChunk ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007979.html Name: Universes-kfr.47 Ancestors: Universes-nice.46 Post removal clean up ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007980.html Name: Tools-mt.589 Ancestors: Tools-topa.588 Fixed missing update of changed class definitions in system browsers (and their subclasses). ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007981.html Name: Tools-mt.590 Ancestors: Tools-mt.589 Use PseudoClass-compatible protocol to access meta-class. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007982.html Name: ST80Tools-mt.7 Ancestors: ST80Tools-topa.6 MVC compatibility for FileList button row ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007983.html Name: Tools-mt.591 Ancestors: Tools-mt.590 MVC dependency removed ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007984.html Name: Morphic-mt.870 Ancestors: Morphic-mt.869 Fixed a really, really, really nasty GUI bug in system window, which overwrote border width and color of all added morphs. As I do not want to change all Pluggable*Morphs, I just made ScrollPanes white by default. We could move this down the hierarchy... ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007985.html Name: ToolBuilder-Morphic-mt.127 Ancestors: ToolBuilder-Morphic-mt.126 Fixes another really, really, really nasty GUI bug where the tool builder overwrites visual properties when configuring just the layout frame... *sigh* ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007986.html Name: ToolBuilder-Morphic-mt.128 Ancestors: ToolBuilder-Morphic-mt.127 Pluggable buttons can get a default color now by just giving that color into the spec's #color:. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007987.html Name: PreferenceBrowser-mt.50 Ancestors: PreferenceBrowser-fbs.49 After fixing those nasty GUI bugs in SystemWindow, the preference browser had to be adapted. Looks somewhat nicer now. More like the other tools in the system. Note: We still need to introduce ToolBuilder to the preference browser. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007988.html Name: ToolBuilder-Kernel-mt.77 Ancestors: ToolBuilder-Kernel-mt.76 Added possibility to choose multiple items from a list of items. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007989.html Name: ToolBuilder-Morphic-mt.129 Ancestors: ToolBuilder-Morphic-mt.128 Added possibility to choose multiple items from a list of items in Morphic. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007990.html Name: ToolBuilder-Morphic-mt.130 Ancestors: ToolBuilder-Morphic-mt.129 Typo fixed. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007991.html Name: Morphic-mt.871 Ancestors: Morphic-mt.870 FillInTheBlankMorph is now resized to better fit its initialAnswer. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007992.html Name: Morphic-mt.872 Ancestors: Morphic-mt.871 A fix for small scroll bars. Lower the min extent to 4 at 8 or 8 at 4 to support smaller fonts. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007993.html Name: Morphic-mt.873 Ancestors: Morphic-mt.872 New color picker morph now uses one-liner for displaying the color expression. It also adds a drop-shadow if menuAppearance3d is enabled. (Note: There seems to be still some v-scrolling bug... hmmmm...) ============================================= |
Free forum by Nabble | Edit this page |