[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Fri Dec 6 23:55:04 UTC 2013


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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006695.html

Name: UpdateStream-nice.1
Ancestors: 

Create an UpdateStreamDownloader class to host Utilities class>>'fetching updates' methods.
Utilities class side methods are copied as is to UpdateStreamDownloader class side with original authors/stamps
The pre-trunk updateFromServer version has been restored.

In the future, the UpdateStreamDownloader could create instances if this makes sense...
But since this is essentially unused, it might as well not happen.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006696.html

Name: UpdateStream-nice.2
Ancestors: UpdateStream-nice.1

Prefer own Preferences

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006697.html

Name: 45Deprecated-fbs.18
Ancestors: 45Deprecated-fbs.17

If you want to know what kind of Browser to use, ask the AppRegistry that knows - SystemBrowser.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006698.html

Name: System-fbs.634
Ancestors: System-fbs.633

If you want to know what kind of Browser to use, ask the AppRegistry that knows - SystemBrowser.

Also, the old #browseThemes implementation (a) referred directly to Browser, and (b) did almost exactly the usual thing - browsing a method selects the correct category, and just the label changes. Not worth extending ToolSet's API for such a small use case.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006699.html

Name: Morphic-fbs.700
Ancestors: Morphic-fbs.699

Systematically ask SystemBrowser for a Browser (class).

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006700.html

Name: System-fbs.635
Ancestors: System-fbs.634

FilePackage has a bunch of logic around handling update streams' changesets. This logic now belongs in UpdateStream.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006701.html

Name: UpdateStream-fbs.3
Ancestors: UpdateStream-nice.2

FilePackage has a bunch of logic around handling update streams' changesets. This logic now belongs in UpdateStream.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006702.html

Name: Tests-fbs.270
Ancestors: Tests-fbs.269

System -/-> Tools

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006703.html

Name: 45Deprecated-nice.19
Ancestors: 45Deprecated-fbs.18

Deprecate updateStream utilities

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006704.html

Name: System-nice.636
Ancestors: System-fbs.635

Deprecate updateStream utilities

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006705.html

Name: Morphic-fbs.701
Ancestors: Morphic-fbs.700

Use the new updater API.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006706.html

Name: MorphicExtras-fbs.129
Ancestors: MorphicExtras-fbs.128

Use the new updater API.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006707.html

Name: System-fbs.637
Ancestors: System-nice.636

Use the new updater API.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006708.html

Name: UpdateStream-nice.4
Ancestors: UpdateStream-fbs.3

Move some updateStream hooks in UpdateStream package
This does not make the package properly removeable, because those hooks often are hardcoded
So after removal, there will be some unimplemented sends

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006709.html

Name: Tools-nice.508
Ancestors: Tools-cmm.507

Move updateStream stuff to UpdateStream package

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006710.html

Name: System-nice.638
Ancestors: System-fbs.637

Move updateStream stuff to UpdateStream package

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006711.html

Name: Network-nice.145
Ancestors: Network-topa.144

Move updateStream stuff to UpdateStream package

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006712.html

Name: MonticelloConfigurations-nice.121
Ancestors: MonticelloConfigurations-fbs.120

Move updateStream stuff to UpdateStream package
Note that the UI button 'post' is connected to this method #post.
There should be a way to hook those extensions (annotations?)

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


More information about the Squeak-dev mailing list