[squeak-dev] The Inbox: ReleaseBuilder-fbs.84.mcz

Chris Muller asqueaker at gmail.com
Sat Dec 15 23:02:00 UTC 2012


> 600x400 means not having the "instance" button's label spill over the button's boundary.

Hi Frank, what did you mean by this?  Which is the "instance" button?


On Sat, Dec 15, 2012 at 3:56 PM,  <commits at source.squeak.org> wrote:
> A new version of ReleaseBuilder was added to project The Inbox:
> http://source.squeak.org/inbox/ReleaseBuilder-fbs.84.mcz
>
> ==================== Summary ====================
>
> Name: ReleaseBuilder-fbs.84
> Author: fbs
> Time: 15 December 2012, 9:54:33.462 pm
> UUID: 12111077-b190-42f5-bdad-7ba375378cf1
> Ancestors: ReleaseBuilder-fbs.83
>
> 600x400 means not having the "instance" button's label spill over the button's boundary.
>
> =============== Diff against ReleaseBuilder-fbs.83 ===============
>
> Item was changed:
>   ----- Method: ReleaseBuilder class>>prepareNewBuild (in category 'scripts') -----
>   prepareNewBuild
>         "ReleaseBuilderTrunk prepareNewBuild"
>         "Prepare everything that should be done for a new image build"
>         TTCFont registerAll.
> +       RealEstateAgent standardSize: 600 at 400.
> -       RealEstateAgent standardSize: 500 at 400.
>         SystemVersion newVersion: self versionString.
>         SMLoaderPlus
>                 setDefaultFilters: (OrderedCollection with: #filterSafelyAvailable).
>         self setDisplayExtent: 800 @ 600;
>                  setPreferences;
>                  switchToNewRepository;
>                  openWelcomeWorkspaces.
>         "Make DependencyBrowser accessible on the open menu."
>         DependencyBrowser initialize.
>         Smalltalk cleanUp: true except: #() confirming: false.
>         Undeclared removeUnreferencedKeys.
>         Smalltalk garbageCollect!
>
>


More information about the Squeak-dev mailing list