working towards initial LEKtrek 0.1 release

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

working towards initial LEKtrek 0.1 release

Ben Coman

For the past few months I've been distracted by working on Issues for
Pharo 3.0 Beta.  Now that it is almost released, its time for me to
return to packaging my masters project for release (it was good to have
the break after handing everything in).  I wrote my project on top of
Moose 4.7-Development and I have modification against some of the
packages.  Some of these are not worth merging into the current HEAD
since I'll be migrating to GraphET and Roassal2.  However it would be
good to have them somewhere I can reference them for a Configuration of
a working system before I do that migration. It would be useful for them
to be in their main repositories rather than trying to work out
something else.

Can I get access to upload to the EyeSee, Glamour, Magritte and Roassal
repositories?

Here is a summary of what I would upload, compared to Moose47 and latest
versions:

* EyeSee had extension Dictionary class >> keys:values: that hardcoded a
reference to 'Dictionary' preventing use by subclasses that I had.  So I
change that reference to 'self'.

        Latest     EyeSee-Core-VincentBlondeau.110
        Moose47    EyeSee-Core-AndreHora.100
        LEKtrek01  EyeSee-Core-BenComan.101

* I added two features to Magritte:
  * MADropDownListMorph
  * MASeparatorMorph

        Latest     Magritte-Morph-SeanDeNigris.86
        Moose47    Magritte-Morph-NickAger.63
        LEKtrek01  Magritte-Morph-BenComan.66

* I introduced #newView: to Glamour-Roassal so that #painting: could
receive a raw ROView rather than only ROMondrianBuilder.  I believe
similar functionality ended up being integrated into the mainline later
on, but there are too many other changes for me to catch up for the 0.1
release.

        Latest     Glamour-Morphic-Renderer-AndreiChis.239
        Moose47    Glamour-Morphic-Renderer -TudorGirba.183
        LEKtrek01  Glamour-Morphic-Renderer -BenComan.181  

        Latest     Glamour-Roassal-Presentations-TudorGirba.20
        Moose47    Glamour-Roassal-Presentations-TudorGirba.8
        LEKtrek01  Glamour-Roassal-Presentations-BenComan.10  

        Latest     Glamour-Tests-Roassal-TudorGirba.6
        Moose47    Glamour-Tests-Roassal-TudorGirba.4
        LEKtrek01  Glamour-Tests-Roassal-BenComan.5  

* I ended up a long way behind with Roassal. I added several features
that I think some made their way into the mainline, but I just didn't
keep up:
  * adjust popup position
  * added selections
  * drag multiple items at a time
  * work with ROView in Glamour
  * keypress modifiers shift/control/alt

        Latest     Roassal-AlexandreBergel.757
        Moose47    Roassal-AlexandreBergel.476
        LEKtrek01  Roassal-BenComan.396
         
        Latest     RoassalMorphic-AlexandreBergel.170
        Moose47    RoassalMorphic-VanessaPena.111
        LEKtrek01  RoassalMorphic-BenComan.81

cheers -ben
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: working towards initial LEKtrek 0.1 release

abergel
Hi!

I have added you as Contributor of Roassal1
http://smalltalkhub.com/#!/~ObjectProfile/Roassal

Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



On Apr 30, 2014, at 9:56 AM, Ben Coman <[hidden email]> wrote:

>
> For the past few months I've been distracted by working on Issues for Pharo 3.0 Beta.  Now that it is almost released, its time for me to return to packaging my masters project for release (it was good to have the break after handing everything in).  I wrote my project on top of Moose 4.7-Development and I have modification against some of the packages.  Some of these are not worth merging into the current HEAD since I'll be migrating to GraphET and Roassal2.  However it would be good to have them somewhere I can reference them for a Configuration of a working system before I do that migration. It would be useful for them to be in their main repositories rather than trying to work out something else.
> Can I get access to upload to the EyeSee, Glamour, Magritte and Roassal repositories?
> Here is a summary of what I would upload, compared to Moose47 and latest versions:
>
> * EyeSee had extension Dictionary class >> keys:values: that hardcoded a reference to 'Dictionary' preventing use by subclasses that I had.  So I change that reference to 'self'.
>
>       Latest     EyeSee-Core-VincentBlondeau.110
>       Moose47    EyeSee-Core-AndreHora.100
>       LEKtrek01  EyeSee-Core-BenComan.101
>
> * I added two features to Magritte:
> * MADropDownListMorph
> * MASeparatorMorph
>
>       Latest     Magritte-Morph-SeanDeNigris.86
>       Moose47    Magritte-Morph-NickAger.63
>       LEKtrek01  Magritte-Morph-BenComan.66
> * I introduced #newView: to Glamour-Roassal so that #painting: could receive a raw ROView rather than only ROMondrianBuilder.  I believe similar functionality ended up being integrated into the mainline later on, but there are too many other changes for me to catch up for the 0.1 release.
>
>       Latest     Glamour-Morphic-Renderer-AndreiChis.239
>       Moose47    Glamour-Morphic-Renderer -TudorGirba.183
>       LEKtrek01  Glamour-Morphic-Renderer -BenComan.181  
>       Latest     Glamour-Roassal-Presentations-TudorGirba.20
>       Moose47    Glamour-Roassal-Presentations-TudorGirba.8
>       LEKtrek01  Glamour-Roassal-Presentations-BenComan.10  
>       Latest     Glamour-Tests-Roassal-TudorGirba.6
>       Moose47    Glamour-Tests-Roassal-TudorGirba.4
>       LEKtrek01  Glamour-Tests-Roassal-BenComan.5  
> * I ended up a long way behind with Roassal. I added several features that I think some made their way into the mainline, but I just didn't keep up:
> * adjust popup position
> * added selections
> * drag multiple items at a time
> * work with ROView in Glamour
> * keypress modifiers shift/control/alt
>
>       Latest     Roassal-AlexandreBergel.757        Moose47    Roassal-AlexandreBergel.476
>       LEKtrek01  Roassal-BenComan.396
>                Latest     RoassalMorphic-AlexandreBergel.170
>       Moose47    RoassalMorphic-VanessaPena.111
>       LEKtrek01  RoassalMorphic-BenComan.81
> cheers -ben
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: working towards initial LEKtrek 0.1 release

Ben Coman
Alexandre Bergel wrote:
> Hi!
>
> I have added you as Contributor of Roassal1
> http://smalltalkhub.com/#!/~ObjectProfile/Roassal
>
> Alexandre
>  
Thanks Alexandre.
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev