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/2016-August/068385.html

Name: Network-ul.180
Ancestors: Network-nice.179

Socket changes:
- fixed the comment of #isOtherEndConnected and #isThisEndConnected
- do not slice the data (TCP) in the image in #sendData:. Let the VM, the kernel, the hardware deal with that.
- use #isOtherEndConnected when receiving data, and #isThisEndConnected when sending data instead of #isConnected
- move away from #milliseconds:since:, since we have a clock that won't roll over

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068386.html

Name: Morphic-mt.1218
Ancestors: Morphic-mt.1217

Add the possibility to filter button-only dialogs via keyboard expressions as known from menus.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068387.html

Name: ToolBuilder-Morphic-mt.176
Ancestors: ToolBuilder-Morphic-mt.175

For lists smaller than or equal to 7, use button-only dialog but still support keyboard filtering.

Note that people tend to choose between #(yes no) and hence we do need such a button-only version of a list chooser. Still, better than using menus in terms of input modality and visual consistency.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068388.html

Name: Monticello-mt.641
Ancestors: Monticello-mt.640

If we are in feature-freeze or code-freeze, inform the developer when committing to the trunk repository.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068389.html

Name: ReleaseBuilder-mt.140
Ancestors: ReleaseBuilder-mt.139

Feature-freeze the Trunk.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068390.html

Name: System-mt.856
Ancestors: System-mt.855

Revise the system version descriptions. Be not so talky in release versions.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068391.html

Name: System-mt.857
Ancestors: System-mt.856

Theme the three-phase button, too.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068392.html

Name: Morphic-mt.1219
Ancestors: Morphic-mt.1218

Fixes a bug in the pluggable button label drawing code.

Theme the three-phase button, too.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068393.html

Name: PreferenceBrowser-mt.63
Ancestors: PreferenceBrowser-mt.62

Fixes the appearance of the preference browser considering themes.

There are still some UI glitches, but at least a freshly opened preference browser looks now like the current UI theme suggests it.

Yeah, we borrow UI properties from the PluggableListMorph because the whole preference browser is subject to refactoring in the future. (Sorry for this small hack. Kids, do not use UserInterfaceTheme like that! Look away! Hurry! What's that? Ice cream? Ice cream!)

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068394.html

Name: System-mt.858
Ancestors: System-mt.857

Re-create all basic themes due to the latest updates in three-phase button morph.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068395.html

Name: Services-Base-cmm.59
Ancestors: Services-Base-mt.58

Fix for selection of ServiceEntry items on menus activated from background windows.

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