[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Thu Feb 18 22:55:02 UTC 2016


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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009414.html

Name: Kernel-dtl.990
Ancestors: Kernel-mt.989

DateAndTime class>>nowWithOffset: assumes that the VM reports wall clock time, not UTC. This is no longer the case. Adjust calculations accordingly.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009415.html

Name: Kernel-bf.991
Ancestors: Kernel-dtl.990

Use proper timezone in DateAndTime now.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009416.html

Name: Kernel-cmm.992
Ancestors: Kernel-bf.991

DateAndTime class>>#nowWithOffset: was part of the public API needed by applications.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009417.html

Name: Compiler-mt.319
Ancestors: Compiler-mt.318

Even if the requestor does not support interactive error correction, allow for the use of new bindings.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009418.html

Name: ST80-mt.195
Ancestors: ST80-mt.194

Removes two-tone cache optimization for system windows because produces drawing glitches to font rendering.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009419.html

Name: ToolBuilder-MVC-mt.44
Ancestors: ToolBuilder-MVC-topa.43

Removes two-tone cache optimization for system windows because produces drawing glitches to font rendering.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009420.html

Name: System-mt.798
Ancestors: System-mt.797

Clear up final enter/exit actions for projects. Move most locale update code to Morphic project

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009421.html

Name: ST80-mt.196
Ancestors: ST80-mt.195

Remove some Morphic-specific calls. Clean-up global state im exiting an MVC project.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009422.html

Name: Morphic-mt.1084
Ancestors: Morphic-mt.1083

Define final exit actions. Move Morphic-specific locale update code to here. Avoid calling final enter actions because all Projects get that call now.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009423.html

Name: System-mt.799
Ancestors: System-mt.798

Provide a default view location when switching between projects. Some kinds of projects might not show open projects on the screen by default.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009424.html

Name: System-mt.800
Ancestors: System-mt.799

Move some MVC code to ST80.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009425.html

Name: Morphic-mt.1085
Ancestors: Morphic-mt.1084

Move some MVC code to ST80.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009426.html

Name: ST80-mt.197
Ancestors: ST80-mt.196

Move some MVC code to ST80.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009427.html

Name: Morphic-mt.1086
Ancestors: Morphic-mt.1085

Increase robustness in Morphic projects by ensuring that the UI process is actually running if the process-to-debug is not the UI process. Otherwise debugging would still not work because the user could not interact with the GUI.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009428.html

Name: Morphic-kfr.1087
Ancestors: Morphic-mt.1086

Fix for initiliazing the forms

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009429.html

Name: Morphic-mt.1088
Ancestors: Morphic-kfr.1087

Fixes small copy/paste mistake in #notExpandedForm.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009430.html

Name: KernelTests-cmm.302
Ancestors: KernelTests-eem.301

Added test for Date today requirement.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009431.html

Name: KernelTests-eem.303
Ancestors: KernelTests-cmm.302

Add tests for isSuspended.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009432.html

Name: Kernel-eem.993
Ancestors: Kernel-cmm.992

Fix Process>>isSuspended.  Fix a comment typo in Process>>isTerminated.  Put all Process testing methods in their own category.

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


More information about the Squeak-dev mailing list