[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Tue Apr 7 21:55:04 UTC 2015


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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007829.html

Name: ToolBuilder-Kernel-mt.73
Ancestors: ToolBuilder-Kernel-mt.72

Pluggable text spec extended to provide an edit-selector, which gives the model a chance to be notified about *any* edits (not only accepts):

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007830.html

Name: ToolBuilder-Morphic-mt.118
Ancestors: ToolBuilder-Morphic-mt.117

Pluggable text spec now passes edit-selector to pluggable text morph.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007831.html

Name: Morphic-mt.828
Ancestors: Morphic-mt.827

Pluggable text morph can now notify about any text modification to the model -- not only accepts.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007832.html

Name: Morphic-mt.829
Ancestors: Morphic-mt.828

Fixed the search bar to select all of its current contents on activation again (instead of deleting them)..

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007833.html

Name: Monticello-tfel.609
Ancestors: Monticello-tfel.608, Monticello-cmm.608

add an option to open changes between two different versions in the repository in a patch browser (what the Changes button does, but instead of against the image, do it against another package from the repo)

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007834.html

Name: Morphic-tfel.830
Ancestors: Morphic-mt.829

add messages to spy on a selection

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007835.html

Name: Tools-tfel.578
Ancestors: Tools-mt.577

add yellow-button menu entry to spy on selection. needs Morphic-tfel.830

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007836.html

Name: EToys-topa.122
Ancestors: EToys-topa.121

Style

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007837.html

Name: ToolBuilder-Morphic-mt.119
Ancestors: ToolBuilder-Morphic-mt.118

Made pluggable input fields into real one-liners that scroll horizontally w/o having a scroll bar.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007838.html

Name: Morphic-mt.831
Ancestors: Morphic-tfel.830

Fix scroll pane hack so that it does not reset h-offset when hiding the h-scrollbar. Not even the v-scrollbar does this...

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007839.html

Name: Morphic-mt.832
Ancestors: Morphic-mt.831

Fixed pluggable text morphs to not scroll more than just its text morphs.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007840.html

Name: Morphic-mt.833
Ancestors: Morphic-mt.832

Let the pluggable text morph *only* resize its text morph if autoFit is enabled. This supports real input fields.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007841.html

Name: Morphic-mt.834
Ancestors: Morphic-mt.833

Fix scrolling bug in text boxes when the selection was bigger than the text box --- honors the actual text cursor/caret now.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007842.html

Name: Morphic-mt.835
Ancestors: Morphic-mt.834

Default search bar width increased to 200 pixel.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007843.html

Name: Help-Squeak-Project-topa.22
Ancestors: Help-Squeak-Project-cmm.21

Take responsibility

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007844.html

Name: System-topa.718
Ancestors: System-mt.717

Drop dependencies.

For Preferences class>>#restorePreferencesFromDisk, we restore the old version, since right away there is no good way to allow old behavior (loading 'my.prefs'), selecting a custom prefs file, AND not depending on tools.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007845.html

Name: ToolBuilder-Morphic-mt.120
Ancestors: ToolBuilder-Morphic-mt.119

Remove adornment from one-line inputs.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007846.html

Name: Morphic-mt.836
Ancestors: Morphic-mt.835

As a temporary workaround, give text boxes some extra v-range. We will fix that later...

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007847.html

Name: Morphic-mt.837
Ancestors: Morphic-mt.836

Hooks added to text editors to send evaluation results to the model instead of invoking some default/hard-coded action.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007848.html

Name: Morphic-mt.838
Ancestors: Morphic-mt.837

Search bar now spawns a new (transient) text box (like a balloon morph) to show print-it results, which can be selected and copied and ...

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007849.html

Name: Collections-bf.612
Ancestors: Collections-ul.611

Ensure that copyWith/out retains the weak-ness of a weak array.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007850.html

Name: Kernel-bf.917
Ancestors: Kernel-topa.916

Fix accidental non-weak arrays in ObsoleteSubclasses values

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007851.html

Name: Morphic-topa.839
Ancestors: Morphic-mt.838

IndentingListItemMorph belongs to Morphic

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007852.html

Name: Tools-topa.579
Ancestors: Tools-tfel.578

IndentingListItemMorph belongs to Morphic

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007853.html

Name: Tests-topa.315
Ancestors: Tests-eem.314

Multilingual no longer depends on TrueType, yay

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007854.html

Name: EToys-topa.123
Ancestors: EToys-topa.122

the ifPresent: part needs a block argument

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007855.html

Name: CollectionsTests-topa.237
Ancestors: CollectionsTests-ul.236

HackFix: choose a font that actually can be found 
via a text font reference.. *sigh*

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007856.html

Name: Tests-topa.316
Ancestors: Tests-topa.315

If we have nothing to switch to this test must fail

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007857.html

Name: Multilingual-topa.203
Ancestors: Multilingual-topa.202

Restore an old expected behavior without introducing a dependency

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007858.html

Name: Morphic-mt.840
Ancestors: Morphic-topa.839

Changed postscript to force world main docking bar update.

Some other preferences might reset.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007859.html

Name: Morphic-mt.841
Ancestors: Morphic-mt.840

Fixed preference "menu request updates selection" to honor model's #okToChange.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007860.html

Name: Monticello-mt.610
Ancestors: Monticello-tfel.609

Introduced the possibility to offer one-line input fields in the MC tool builder.

Used it in the save-version dialog.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007861.html

Name: Tests-topa.317
Ancestors: Tests-topa.316

Behavior toolIconSelector: has a strang push-nil, pop sequence.

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


More information about the Squeak-dev mailing list