Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2015-April/007910.html Name: Collections-ul.617 Ancestors: Collections-ul.616 LRUCache changes: - added a #reset method, which removes all elements from the cache - replaced the Arrays storing the list of elements with custom classes (LRUCacheHeadNode and LRUCacheNode). - fix: the map variable gets correctly updated, when the cache is full ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007911.html Name: Morphic-mt.863 Ancestors: Morphic-ul.862 Help text for search bar updated. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007912.html Name: Morphic-mt.864 Ancestors: Morphic-mt.863 Let system windows release mouse and keyboard focus the correct way to give current focus holders a chance to update. Note: #releaseAllFoci is for internal use in HandMorph only. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007913.html Name: Morphic-mt.865 Ancestors: Morphic-mt.864 Add highlight for the matching filter term in lists. It is cached like icons and items are. Why useful? If you do not reset the filter automatically, it is now easier to recognize after which term the list is filtered. It also makes the existing filter adaption visible, which tries to avoid empty results. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007914.html Name: Kernel-mt.918 Ancestors: Kernel-bf.917 Added a non-specific way to access all elements from a categorizer. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007915.html Name: Tools-mt.580 Ancestors: Tools-topa.579 For the sake of consistency, added '-- all --' category to the list of system categories. Skipped creation of class hierarchy in that case. Too slow.... ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007916.html Name: Morphic-mt.866 Ancestors: Morphic-mt.865 Fix for filter highlight: Now correctly converts items into strings just like the display-routine does. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007917.html Name: Tools-mt.581 Ancestors: Tools-mt.580 For Bert: Added a button to easily switch between inspector and object explorer. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007918.html Name: Tools-mt.582 Ancestors: Tools-mt.581 Preserve expressions that were entered in the code pane in inspector/explorer when switching between those tools. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007919.html Name: HelpSystem-Core-mt.68 Ancestors: HelpSystem-Core-mt.67 Concurrent search added to help browser. Having this, we can also search web contents. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007920.html Name: ToolBuilder-Kernel-mt.75 Ancestors: ToolBuilder-Kernel-mt.74 Missing optional widget added to tool builder. Fall-back to regular list. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007921.html Name: ToolBuilder-Morphic-mt.124 Ancestors: ToolBuilder-Morphic-mt.123 Morphic tool builder messages re-organized. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007922.html Name: ToolBuilder-MVC-mt.39 Ancestors: ToolBuilder-MVC-dtl.38 Messages re-organized. We need an MVC tree implementation... or a useful fall-back. (Apple's multi-column views?) ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007923.html Name: Tools-mt.583 Ancestors: Tools-mt.582 Compatibility for MVC. There are no fancy multi-selection lists in MVC. The callback must be simpler so that we can use regular lists there. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007924.html Name: ToolBuilder-MVC-mt.40 Ancestors: ToolBuilder-MVC-mt.39 Do not try to give nil as tree spec. We have fall-backs for this. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007925.html Name: Tools-mt.584 Ancestors: Tools-mt.583 Make file list tool work in MVC again. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007926.html Name: ST80Tools-mt.5 Ancestors: ST80Tools-bf.4 Use explicit MVC hook to open a file list. We have to do this, because we have to fall-back for pluggable trees yet and thus cannot use the normal way to build a tool for the FileList model. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007927.html Name: ToolBuilder-Kernel-mt.76 Ancestors: ToolBuilder-Kernel-mt.75 Pluggable menus as required widgets added. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007928.html Name: Services-Base-mt.55 Ancestors: Services-Base-topa.54 MVC compatibility. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007929.html Name: System-mt.722 Ancestors: System-ul.721 MVC compatibility fix for the "Do..." menu. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007930.html Name: Tools-mt.585 Ancestors: Tools-mt.584 Some models assume Morphic. This is not good. Added some guards to make those models work with MVC. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007931.html Name: ToolBuilder-MVC-mt.41 Ancestors: ToolBuilder-MVC-mt.40 Fixes regarding pluggable menus and opening tools. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007932.html Name: ToolBuilder-Morphic-mt.125 Ancestors: ToolBuilder-Morphic-mt.124 Pluggable menus recategorized as required widgets. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007933.html Name: ST80-mt.179 Ancestors: ST80-mt.178 Some MVC fixes in main menu and modal controller. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-April/007934.html Name: Tools-mt.586 Ancestors: Tools-mt.585 Fix for object explorer to inspect the root object when switching to an inspector. ============================================= |
Free forum by Nabble | Edit this page |