Etoys: Etoys-Richo.139.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Etoys: Etoys-Richo.139.mcz

commits-2
Ricardo Moran uploaded a new version of Etoys to project Etoys:
http://source.squeak.org/etoys/Etoys-Richo.139.mcz

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

Name: Etoys-Richo.139
Author: Richo
Time: 4 June 2012, 12:53:08 am
UUID: 4c5e635c-9424-a148-b1b3-5b51a90878f1
Ancestors: Etoys-bf.138, Etoys-Richo.138

* The times repeat tile wasn't updating when changing language. Fixed by adding TimesRepeatTile>>localeChanged.

=============== Diff against Etoys-bf.138 ===============

Item was added:
+ ----- Method: TimesRepeatTile>>localeChanged (in category 'localization') -----
+ localeChanged
+ "Hack to allow the times repeat to update when locale changes"
+ self labelMorphs first contents: 'Repeat' translated.
+ self labelMorphs second contents: (' ', ('times' translated), ' ').
+ self labelMorphs third contents: 'Do' translated
+ !

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev
Reply | Threaded
Open this post in threaded view
|

Re: Etoys: Etoys-Richo.139.mcz

Ricardo Moran
Hi,

I commited again because I messed up when moving the package from the inbox without taking into account Bert's commit: Etoys-bf.138. Now updating seems to load everything fine.

Cheers,
Richo

On Mon, Jun 4, 2012 at 12:53 AM, <[hidden email]> wrote:
Ricardo Moran uploaded a new version of Etoys to project Etoys:
http://source.squeak.org/etoys/Etoys-Richo.139.mcz

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

Name: Etoys-Richo.139
Author: Richo
Time: 4 June 2012, 12:53:08 am
UUID: 4c5e635c-9424-a148-b1b3-5b51a90878f1
Ancestors: Etoys-bf.138, Etoys-Richo.138

* The times repeat tile wasn't updating when changing language. Fixed by adding TimesRepeatTile>>localeChanged.

=============== Diff against Etoys-bf.138 ===============

Item was added:
+ ----- Method: TimesRepeatTile>>localeChanged (in category 'localization') -----
+ localeChanged
+       "Hack to allow the times repeat to update when locale changes"
+       self labelMorphs first contents: 'Repeat' translated.
+       self labelMorphs second contents: (' ', ('times' translated), ' ').
+       self labelMorphs third contents: 'Do' translated
+ !

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev


_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev
Reply | Threaded
Open this post in threaded view
|

Re: Etoys: Etoys-Richo.139.mcz

Bert Freudenberg
Committing the merged package is exactly the right thing in this case.

- Bert -

On 04.06.2012, at 06:05, Ricardo Moran wrote:

> Hi,
>
> I commited again because I messed up when moving the package from the inbox without taking into account Bert's commit: Etoys-bf.138. Now updating seems to load everything fine.
>
> Cheers,
> Richo
>
> On Mon, Jun 4, 2012 at 12:53 AM, <[hidden email]> wrote:
> Ricardo Moran uploaded a new version of Etoys to project Etoys:
> http://source.squeak.org/etoys/Etoys-Richo.139.mcz
>
> ==================== Summary ====================
>
> Name: Etoys-Richo.139
> Author: Richo
> Time: 4 June 2012, 12:53:08 am
> UUID: 4c5e635c-9424-a148-b1b3-5b51a90878f1
> Ancestors: Etoys-bf.138, Etoys-Richo.138
>
> * The times repeat tile wasn't updating when changing language. Fixed by adding TimesRepeatTile>>localeChanged.
>
> =============== Diff against Etoys-bf.138 ===============
>
> Item was added:
> + ----- Method: TimesRepeatTile>>localeChanged (in category 'localization') -----
> + localeChanged
> +       "Hack to allow the times repeat to update when locale changes"
> +       self labelMorphs first contents: 'Repeat' translated.
> +       self labelMorphs second contents: (' ', ('times' translated), ' ').
> +       self labelMorphs third contents: 'Do' translated
> + !
>



_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev