[etoys-dev] Etoys: Sugar-bf.3.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Aug 17 10:53:17 EDT 2010


Bert Freudenberg uploaded a new version of Sugar to project Etoys:
http://source.squeak.org/etoys/Sugar-bf.3.mcz

==================== Summary ====================

Name: Sugar-bf.3
Author: bf
Time: 17 August 2010, 4:53:08 pm
UUID: 1f76ecf5-1b68-4f83-9ca0-cd0023a6acd4
Ancestors: Sugar-tk.2

- nav bar buttons were not switching to Sugar mode correctly

=============== Diff against Sugar-tk.2 ===============

Item was changed:
  ----- Method: SugarNavigatorBar>>makeTheButtons (in category 'initialization') -----
  makeTheButtons
+ 	^self makeTheSimpleButtons
- 
- 	^ Preferences useArtificialSweetenerBar
- 		ifTrue: [self makeTheSimpleButtonsSqueakland]
- 		ifFalse: [self makeTheSimpleButtons].
  !

Item was removed:
- ----- Method: SugarNavigatorBar>>makeTheSimpleButtonsSqueakland (in category 'initialization') -----
- makeTheSimpleButtonsSqueakland
- 	"Add the buttons for use in normal kids' mode."
- 
- 	^ {self buttonHelp},
- 	{
- 		self makeProjectNameLabel.
- 
- 		self buttonNewProject.
- 		self buttonPrev.
- 		self buttonNext.
- 
- 		self buttonPaint.
- 		self buttonSupplies.
- 	},
- "	(
- 		Preferences includeSoundControlInNavigator ifTrue: [{self buttonSound}] ifFalse: [#()]
- 	),"
- 	{
- 	"	self buttonUndo."
- 		self buttonLanguage.
- 		"self buttonShare."
- 		
- 	}, 
- 	(((DisplayScreen actualScreenSize = OLPCVirtualScreen virtualScreenExtent)
- 		ifFalse: [{self buttonZoom}]
- 		ifTrue: [#()])),
- 
- 	{	#spacer.
- 		self buttonFind.
- 		self buttonPublish.
- 
- 		self buttonQuit.
- 		},
- 
- 	(Preferences navControlInNavBar
- 		ifTrue: [{self buttonHideNavBar}]
- 		ifFalse: [#()])
- 
- !



More information about the etoys-dev mailing list