Daily Commit Log

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Daily Commit Log

commits-2
Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2015-March/007698.html

Name: ToolBuilder-Kernel-dtl.69
Ancestors: ToolBuilder-Kernel-dtl.68

UIManager>>confirm:label: is unimplemented and unreferenced since 2009. Remove it.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2015-March/007699.html

Name: Morphic-mt.787
Ancestors: Morphic-topa.786

Establish a dependents-relationship between complex contents and the wrapper. Having this, views may perform partial updates on model changes.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2015-March/007700.html

Name: ToolBuilder-Kernel-mt.70
Ancestors: ToolBuilder-Kernel-dtl.69

Added support for a help text to input field spec to give users a cue which kind of input is expected.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2015-March/007701.html

Name: ToolBuilder-Morphic-mt.102
Ancestors: ToolBuilder-Morphic-dtl.101

Added support for a help text to input fields to give users a cue which kind of input is expected.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2015-March/007702.html

Name: ToolBuilder-Morphic-mt.103
Ancestors: ToolBuilder-Morphic-mt.102

Fix path selection to match against item identity instead of equality, which would fail, for example, in the case of string listings having duplicates.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2015-March/007703.html

Name: Tools-mt.565
Ancestors: Tools-topa.564

Refactored toggle/expand code in IndentingListItemMorph.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2015-March/007704.html

Name: Tools-mt.566
Ancestors: Tools-mt.565

Established a dependents-replationship between list item wrappers and list item morphs to support partial model updates.

Added support for the #contents model update in list item wrappers. That is, tree models may now update their children and notify about this. The whole tree view/morph does not have to be refreshed but only parts of it.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2015-March/007705.html

Name: ToolBuilder-MVC-dtl.37
Ancestors: ToolBuilder-MVC-dtl.36

Add missing implementation of #confirm:trueChoice:falseChoice: for MVC

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2015-March/007706.html

Name: Morphic-dtl.787
Ancestors: Morphic-topa.786

UserDialogBoxMorph constructor for UIManager access

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2015-March/007707.html

Name: ToolBuilder-Kernel-dtl.71
Ancestors: ToolBuilder-Kernel-mt.70

Allow the UIManager to specify titles for confirm dialogs. In Morphic, this is the text of the title bar. In MVC, it is a line of text added to the top of the dialog prompt.

#confirm:title replaces #confirm:label: which was defined previously in UIManager, but not implemented for Morphic or MVC. #title is consistent with other UIManager method naming and matches the implementation in UserDialogBoxMorph.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2015-March/007708.html

Name: ToolBuilder-Morphic-dtl.104
Ancestors: ToolBuilder-Morphic-mt.103

Allow the UIManager to specify titles for confirm dialogs. In Morphic, this is the text of the title bar. In MVC, it is a line of text added to the top of the dialog prompt.

#confirm:title replaces #confirm:label: which was defined previously in UIManager, but not implemented for Morphic or MVC. #title is consistent with other UIManager method naming and matches the implementation in UserDialogBoxMorph.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2015-March/007709.html

Name: ToolBuilder-MVC-dtl.38
Ancestors: ToolBuilder-MVC-dtl.37

Allow the UIManager to specify titles for confirm dialogs. In Morphic, this is the text of the title bar. In MVC, it is a line of text added to the top of the dialog prompt.

#confirm:title replaces #confirm:label: which was defined previously in UIManager, but not implemented for Morphic or MVC. #title is consistent with other UIManager method naming and matches the implementation in UserDialogBoxMorph.

=============================================