[squeak-dev] The Trunk: ReleaseBuilder-chc.71.mcz

Chris Muller asqueaker at gmail.com
Thu Dec 22 01:59:30 UTC 2011


1024x758 is a very unusual and uncommon resolution.  I think you
meant, 1024x768, but I really don't  think we should be on-the-fly
increasing the default size Squeak has opened forever when we have not
given any thought, much less discussion.



On Wed, Dec 21, 2011 at 7:31 PM,  <commits at source.squeak.org> wrote:
> Chris Cunnington uploaded a new version of ReleaseBuilder to project The Trunk:
> http://source.squeak.org/trunk/ReleaseBuilder-chc.71.mcz
>
> ==================== Summary ====================
>
> Name: ReleaseBuilder-chc.71
> Author: chc
> Time: 21 December 2011, 8:31:19.579 pm
> UUID: 2f5d5597-17a7-463e-9886-2e74fe153da0
> Ancestors: ReleaseBuilder-chc.70
>
> Make all the Help>>Welcome Workspaces accessed by TheWorldMainDockingBar appear as a result of ReleaseBuilderTrunk>>prepareNewBuild.
>
> =============== Diff against ReleaseBuilder-chc.70 ===============
>
> Item was changed:
>  ----- Method: ReleaseBuilderTrunk class>>openWelcomeWorkspaces (in category 'private') -----
>  openWelcomeWorkspaces
>        TheWorldMainDockingBar instance
> +               showWelcomeText: #squeakUserInterface
> +               label: 'Squeak User Interface'
> +               in: (120 @ 120 extent: 500 @ 300).
> +       TheWorldMainDockingBar instance
> +               showWelcomeText: #workingWithSqueak
> +               label: 'Working With Squeak'
> +               in: (180 @ 180 extent: 500 @ 300).
> +       TheWorldMainDockingBar instance
> +               showWelcomeText: #licenseInformation
> +               label: 'License Information'
> +               in: (240 @ 240 extent: 500 @ 300).
> +       TheWorldMainDockingBar instance
>                showWelcomeText: #welcomeFutureDirections
>                label: 'Future Directions'
> +               in: (300 @ 300 extent: 500 @ 300).
> -               in: (140 @ 140 extent: 500 @ 300).
>        TheWorldMainDockingBar instance
>                showWelcomeText: #welcomeToSqueak43
>                label: 'Welcome to Squeak 4.3'
> +               in: (360 @ 360 extent: 500 @ 300)!
> -               in: (200 @ 200 extent: 500 @ 300)!
>
> Item was changed:
>  ----- Method: ReleaseBuilderTrunk class>>prepareNewBuild (in category 'scripts') -----
>  prepareNewBuild
>        "ReleaseBuilderTrunk prepareNewBuild"
>        "Prepare everything that should be done for a new image build"
>        SystemVersion setVersion.
>        SMLoaderPlus
>                setDefaultFilters: (OrderedCollection with: #filterSafelyAvailable).
> +       self setDisplayExtent: 1024 @ 758;
> -       self setDisplayExtent: 800 @ 600;
>                 setPreferences;
>                 switchTo43Repository;
>                 openWelcomeWorkspaces.
>        "Make DependencyBrowser accessible on the open menu."
>        DependencyBrowser initialize.
>        Smalltalk cleanUp: true.
>        Undeclared removeUnreferencedKeys.
>        Smalltalk garbageCollect!
>
>



More information about the Squeak-dev mailing list