[updates] 21 more for 3.1 alpha

Dan Ingalls Dan at SqueakLand.org
Tue Sep 4 05:10:06 UTC 2001


See summaries below.

I know I have said this before, but this week we should begin to see some update contributions from this list appearing on the servers.  More to come...

	- Dan
---------------------------
-- 
4283soundInNav-raa -- Bob Arning -- 23 August 2001
Add an option sound control to the project navigator (Mac only)"
Preferences 
	addPreference: #includeSoundControlInNavigator 
	category: 'media' 
	default: false 
	balloonHelp: 'If true, add a system sound control (Mac only) to the project navigator.'

4284InterruptFix2-ar -- Andreas Raab -- 23 August 2001
A post-fix for the last fix which could result in 'debugging' the idle process (not good...). So only use the preempted process if its priority is >= the project's process in which case the preempted process may be running wild."

4285FixCmdShiftW -- Andreas Raab -- 23 August 2001
Remove CMD-Shift-W dependency from honorDeskTopCmdKeys - in an eToy-friendly environment we really want to be able to get to it."

4286TextCRAction-ar -- Andreas Raab -- 23 August 2001
Add a #crAction in text fields."

4287RenameOnCR-ar -- Andreas Raab -- 23 August 2001
Allow users to accept the name of a project on hitting enter."

4288RenameOnCRAgain-ar -- Andreas Raab -- 23 August 2001
Allow users to accept the name of a project on hitting enter."

4289EtoyLoginMorph-ar -- Andreas Raab -- 23 August 2001
Transfers the simple eToy login from the BJSqueak image."

4290SoundSliderTweaks-ar -- Andreas Raab -- 23 August 2001
Make the volume control slider reflect the currently set volume. BTW, the volume control is part of the common sound support primitives (and not Mac only) so rename it from setMacVolume to setSoundVolume (setting the Mac volume could have interesting implications if you get my meaning ... ;-)"

4291pluginFixes -- Andreas Raab, Michael Rueger -- 23 August 2001
Fixes a number of bugs relating to project loading and storing.
- added reset inital preference settings to the squeakland release process
- fixes saving project to local disc when external resource are present
- reload the cached resources when the resource dictionary gets installed the first time."

4292pluginMods -- Michael Rueger -- 24 August 2001
Adds the widget flap to the etoy configuration.
Adds the ObjectsTool to the widget flap.
Plays the system beep on releasing the volume control."

4293etoyUsers -- Andreas Raab, Michael Rueger -- 24 August 2001
Enable a simple login mechanism for schools. *NOT* intended to reliably identify people; only intended to provide basic author information."
Preferences addPreference: #eToyLoginEnabled categories: #(security scripting) default: false balloonHelp: 'If true, eToy logins are requested if one of the known servers provides a user list'.

4294flapTweaks -- Michael Rueger -- 24 August 2001
Enables flaps in standalone mode.
Fixes a bug that prevented the widget flap from being enabled."

4295macDblClk -- Michael Rueger -- 24 August 2001
Adds double clickable project support for the mac.
Fixes a problem with FileUrls when storing to local disk."

4296etoyFlapsFix -- Michael Rueger -- 24 August 2001
Makes the creation of default flaps dependend on the eToyFriendly preference."

4297flapFix2-mir -- Michael Rueger -- 24 August 2001
Yet another stab at the etoy flap problem."

4298StackInstVar-tk -- Ted Kaehler -- 26 August 2001
When an object in a Stack such as a field is made to store separate data for each card, it left the field in Undeclared.  The inst var in the CardPlayer was created, so the Undeclared variable is just an annoyance.  This fix declared the inst var without putting the name unto Undeclared."

4299SymbolicBorderFix-ar -- Andreas Raab -- 26 August 2001
Fixes a problem with viewer readouts for symbolic borders (which really expected a color to work). Also removes a few (now obsolete) #drawOn: methods in favour of the newly introduced #insetColor protocol (which is the equivalent to #raisedColor; both being sent to figure out on what color the bevel should be based)."

4300etoyDo-sw -- Scott Wallace -- 2 September 2001
Adds a #do command to the #misc category in etoy viewers, which performs a given script once, on the next tick."

4301collapseBalloon-apb -- Andrew P. Black -- 16 August 2001
Updates the balloon text on collapse and expand of the window, so that it says the right thing for a collapsed window.  Tweaked by sw to make it robust in the face of a window without the title-bar buttons."

4302fileListPanes-sbw -- Stephan B. Wessels -- 29 August 2001
The button bar pane and pattern pane now have fixed heights in FileList.  This is a revision
to an earlier change set.  The changes here now account for those published in
update #4266"

4303debugIt-vbDew -- Vassili Bykov and Doug Way -- 13 August 2001
Adds a 'debug it' command to the text editor pop-up menu.  Tweaked by sw so that the correct shifted menu gets invoked."





More information about the Squeak-dev mailing list