Polymorph final

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

Polymorph final

Gary Chambers-4
Nearly the last version on SqueakSource. Polymorph-Widgets-gvc.101.mcz.
I seem to have lost some fixes for multiFormFillStyle (oddity with pressed control buttons...).
 
Let me know if there are any merge problems.
 
Adds OverflowRowMorph to browser switches/button-bar.

Regards, Gary

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Polymorph final

Stéphane Ducasse
Ok I will do an integration pass later today :)

Stef

On Jan 19, 2010, at 6:01 PM, Gary Chambers wrote:

> Nearly the last version on SqueakSource. Polymorph-Widgets-gvc.101.mcz.
> I seem to have lost some fixes for multiFormFillStyle (oddity with pressed control buttons...).
>  
> Let me know if there are any merge problems.
>  
> Adds OverflowRowMorph to browser switches/button-bar.
>
> Regards, Gary
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Polymorph final

Gary Chambers-4
Might be worth merging the TaskbarIcons too. Ignore any warnings
(UniverseBrowser etc.). Should just load the valid bits. Just a nicety,
taskbar icons/window icons (for supporting themes) etc.

Regards, Gary

----- Original Message -----
From: "Stéphane Ducasse" <[hidden email]>
To: <[hidden email]>
Sent: Tuesday, January 19, 2010 5:31 PM
Subject: Re: [Pharo-project] Polymorph final


> Ok I will do an integration pass later today :)
>
> Stef
>
> On Jan 19, 2010, at 6:01 PM, Gary Chambers wrote:
>
>> Nearly the last version on SqueakSource. Polymorph-Widgets-gvc.101.mcz.
>> I seem to have lost some fixes for multiFormFillStyle (oddity with
>> pressed control buttons...).
>>
>> Let me know if there are any merge problems.
>>
>> Adds OverflowRowMorph to browser switches/button-bar.
>>
>> Regards, Gary
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project 


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Polymorph final

Gary Chambers-4
In reply to this post by Stéphane Ducasse
P.S. I am on the pharo IRC for the next few hours for more immediate
responses.

Regards, Gary

----- Original Message -----
From: "Stéphane Ducasse" <[hidden email]>
To: <[hidden email]>
Sent: Tuesday, January 19, 2010 5:31 PM
Subject: Re: [Pharo-project] Polymorph final


> Ok I will do an integration pass later today :)
>
> Stef
>
> On Jan 19, 2010, at 6:01 PM, Gary Chambers wrote:
>
>> Nearly the last version on SqueakSource. Polymorph-Widgets-gvc.101.mcz.
>> I seem to have lost some fixes for multiFormFillStyle (oddity with
>> pressed control buttons...).
>>
>> Let me know if there are any merge problems.
>>
>> Adds OverflowRowMorph to browser switches/button-bar.
>>
>> Regards, Gary
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project 


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Polymorph final

Stéphane Ducasse
Ok I will integrate now :)

On Jan 19, 2010, at 6:37 PM, Gary Chambers wrote:

> P.S. I am on the pharo IRC for the next few hours for more immediate
> responses.
>
> Regards, Gary
>
> ----- Original Message -----
> From: "Stéphane Ducasse" <[hidden email]>
> To: <[hidden email]>
> Sent: Tuesday, January 19, 2010 5:31 PM
> Subject: Re: [Pharo-project] Polymorph final
>
>
>> Ok I will do an integration pass later today :)
>>
>> Stef
>>
>> On Jan 19, 2010, at 6:01 PM, Gary Chambers wrote:
>>
>>> Nearly the last version on SqueakSource. Polymorph-Widgets-gvc.101.mcz.
>>> I seem to have lost some fixes for multiFormFillStyle (oddity with
>>> pressed control buttons...).
>>>
>>> Let me know if there are any merge problems.
>>>
>>> Adds OverflowRowMorph to browser switches/button-bar.
>>>
>>> Regards, Gary
>>> _______________________________________________
>>> Pharo-project mailing list
>>> [hidden email]
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project 
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Polymorph final

Stéphane Ducasse
In reply to this post by Gary Chambers-4
I get

This package depends on the following classes:
  PackagePaneBrowser
  SMSqueakMap
  PreferencesPanel
  UUniverseBrowser

when trying to merge the PolymorphTaskBarIcons

I'm releasing now the rest
Stef


On Jan 19, 2010, at 6:35 PM, Gary Chambers wrote:

> Might be worth merging the TaskbarIcons too. Ignore any warnings
> (UniverseBrowser etc.). Should just load the valid bits. Just a nicety,
> taskbar icons/window icons (for supporting themes) etc.
>
> Regards, Gary
>
> ----- Original Message -----
> From: "Stéphane Ducasse" <[hidden email]>
> To: <[hidden email]>
> Sent: Tuesday, January 19, 2010 5:31 PM
> Subject: Re: [Pharo-project] Polymorph final
>
>
>> Ok I will do an integration pass later today :)
>>
>> Stef
>>
>> On Jan 19, 2010, at 6:01 PM, Gary Chambers wrote:
>>
>>> Nearly the last version on SqueakSource. Polymorph-Widgets-gvc.101.mcz.
>>> I seem to have lost some fixes for multiFormFillStyle (oddity with
>>> pressed control buttons...).
>>>
>>> Let me know if there are any merge problems.
>>>
>>> Adds OverflowRowMorph to browser switches/button-bar.
>>>
>>> Regards, Gary
>>> _______________________________________________
>>> Pharo-project mailing list
>>> [hidden email]
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project 
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Polymorph final

Gary Chambers-4
As said, ignore those... just not in core.

Feel free to join IRC for these questions ;-)

Regards, Gary

----- Original Message -----
From: "Stéphane Ducasse" <[hidden email]>
To: <[hidden email]>
Sent: Tuesday, January 19, 2010 5:54 PM
Subject: Re: [Pharo-project] Polymorph final


I get

This package depends on the following classes:
  PackagePaneBrowser
  SMSqueakMap
  PreferencesPanel
  UUniverseBrowser

when trying to merge the PolymorphTaskBarIcons

I'm releasing now the rest
Stef


On Jan 19, 2010, at 6:35 PM, Gary Chambers wrote:

> Might be worth merging the TaskbarIcons too. Ignore any warnings
> (UniverseBrowser etc.). Should just load the valid bits. Just a nicety,
> taskbar icons/window icons (for supporting themes) etc.
>
> Regards, Gary
>
> ----- Original Message -----
> From: "Stéphane Ducasse" <[hidden email]>
> To: <[hidden email]>
> Sent: Tuesday, January 19, 2010 5:31 PM
> Subject: Re: [Pharo-project] Polymorph final
>
>
>> Ok I will do an integration pass later today :)
>>
>> Stef
>>
>> On Jan 19, 2010, at 6:01 PM, Gary Chambers wrote:
>>
>>> Nearly the last version on SqueakSource. Polymorph-Widgets-gvc.101.mcz.
>>> I seem to have lost some fixes for multiFormFillStyle (oddity with
>>> pressed control buttons...).
>>>
>>> Let me know if there are any merge problems.
>>>
>>> Adds OverflowRowMorph to browser switches/button-bar.
>>>
>>> Regards, Gary
>>> _______________________________________________
>>> Pharo-project mailing list
>>> [hidden email]
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project 


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Polymorph final

Mariano Martinez Peck
Stef: this is only 1.1 or 1.0 also ?

On Tue, Jan 19, 2010 at 6:59 PM, Gary Chambers <[hidden email]> wrote:
As said, ignore those... just not in core.

Feel free to join IRC for these questions ;-)

Regards, Gary

----- Original Message -----
From: "Stéphane Ducasse" <[hidden email]>
To: <[hidden email]>
Sent: Tuesday, January 19, 2010 5:54 PM
Subject: Re: [Pharo-project] Polymorph final


I get

This package depends on the following classes:
 PackagePaneBrowser
 SMSqueakMap
 PreferencesPanel
 UUniverseBrowser

when trying to merge the PolymorphTaskBarIcons

I'm releasing now the rest
Stef


On Jan 19, 2010, at 6:35 PM, Gary Chambers wrote:

> Might be worth merging the TaskbarIcons too. Ignore any warnings
> (UniverseBrowser etc.). Should just load the valid bits. Just a nicety,
> taskbar icons/window icons (for supporting themes) etc.
>
> Regards, Gary
>
> ----- Original Message -----
> From: "Stéphane Ducasse" <[hidden email]>
> To: <[hidden email]>
> Sent: Tuesday, January 19, 2010 5:31 PM
> Subject: Re: [Pharo-project] Polymorph final
>
>
>> Ok I will do an integration pass later today :)
>>
>> Stef
>>
>> On Jan 19, 2010, at 6:01 PM, Gary Chambers wrote:
>>
>>> Nearly the last version on SqueakSource. Polymorph-Widgets-gvc.101.mcz.
>>> I seem to have lost some fixes for multiFormFillStyle (oddity with
>>> pressed control buttons...).
>>>
>>> Let me know if there are any merge problems.
>>>
>>> Adds OverflowRowMorph to browser switches/button-bar.
>>>
>>> Regards, Gary
>>> _______________________________________________
>>> Pharo-project mailing list
>>> [hidden email]
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Polymorph final

Stéphane Ducasse
In reply to this post by Gary Chambers-4
I did

> Feel free to join IRC for these questions ;-)

I was STef

>
> Regards, Gary
>
> ----- Original Message -----
> From: "Stéphane Ducasse" <[hidden email]>
> To: <[hidden email]>
> Sent: Tuesday, January 19, 2010 5:54 PM
> Subject: Re: [Pharo-project] Polymorph final
>
>
> I get
>
> This package depends on the following classes:
>  PackagePaneBrowser
>  SMSqueakMap
>  PreferencesPanel
>  UUniverseBrowser
>
> when trying to merge the PolymorphTaskBarIcons
>
> I'm releasing now the rest
> Stef
>
>
> On Jan 19, 2010, at 6:35 PM, Gary Chambers wrote:
>
>> Might be worth merging the TaskbarIcons too. Ignore any warnings
>> (UniverseBrowser etc.). Should just load the valid bits. Just a nicety,
>> taskbar icons/window icons (for supporting themes) etc.
>>
>> Regards, Gary
>>
>> ----- Original Message -----
>> From: "Stéphane Ducasse" <[hidden email]>
>> To: <[hidden email]>
>> Sent: Tuesday, January 19, 2010 5:31 PM
>> Subject: Re: [Pharo-project] Polymorph final
>>
>>
>>> Ok I will do an integration pass later today :)
>>>
>>> Stef
>>>
>>> On Jan 19, 2010, at 6:01 PM, Gary Chambers wrote:
>>>
>>>> Nearly the last version on SqueakSource. Polymorph-Widgets-gvc.101.mcz.
>>>> I seem to have lost some fixes for multiFormFillStyle (oddity with
>>>> pressed control buttons...).
>>>>
>>>> Let me know if there are any merge problems.
>>>>
>>>> Adds OverflowRowMorph to browser switches/button-bar.
>>>>
>>>> Regards, Gary
>>>> _______________________________________________
>>>> Pharo-project mailing list
>>>> [hidden email]
>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>
>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> [hidden email]
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project 
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Polymorph final

Stéphane Ducasse
In reply to this post by Mariano Martinez Peck
only 1.1 :)

Stef

On Jan 19, 2010, at 7:02 PM, Mariano Martinez Peck wrote:

> Stef: this is only 1.1 or 1.0 also ?
>
> On Tue, Jan 19, 2010 at 6:59 PM, Gary Chambers <[hidden email]> wrote:
> As said, ignore those... just not in core.
>
> Feel free to join IRC for these questions ;-)
>
> Regards, Gary
>
> ----- Original Message -----
> From: "Stéphane Ducasse" <[hidden email]>
> To: <[hidden email]>
> Sent: Tuesday, January 19, 2010 5:54 PM
> Subject: Re: [Pharo-project] Polymorph final
>
>
> I get
>
> This package depends on the following classes:
>  PackagePaneBrowser
>  SMSqueakMap
>  PreferencesPanel
>  UUniverseBrowser
>
> when trying to merge the PolymorphTaskBarIcons
>
> I'm releasing now the rest
> Stef
>
>
> On Jan 19, 2010, at 6:35 PM, Gary Chambers wrote:
>
> > Might be worth merging the TaskbarIcons too. Ignore any warnings
> > (UniverseBrowser etc.). Should just load the valid bits. Just a nicety,
> > taskbar icons/window icons (for supporting themes) etc.
> >
> > Regards, Gary
> >
> > ----- Original Message -----
> > From: "Stéphane Ducasse" <[hidden email]>
> > To: <[hidden email]>
> > Sent: Tuesday, January 19, 2010 5:31 PM
> > Subject: Re: [Pharo-project] Polymorph final
> >
> >
> >> Ok I will do an integration pass later today :)
> >>
> >> Stef
> >>
> >> On Jan 19, 2010, at 6:01 PM, Gary Chambers wrote:
> >>
> >>> Nearly the last version on SqueakSource. Polymorph-Widgets-gvc.101.mcz.
> >>> I seem to have lost some fixes for multiFormFillStyle (oddity with
> >>> pressed control buttons...).
> >>>
> >>> Let me know if there are any merge problems.
> >>>
> >>> Adds OverflowRowMorph to browser switches/button-bar.
> >>>
> >>> Regards, Gary
> >>> _______________________________________________
> >>> Pharo-project mailing list
> >>> [hidden email]
> >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >>
> >>
> >> _______________________________________________
> >> Pharo-project mailing list
> >> [hidden email]
> >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
> >
> > _______________________________________________
> > Pharo-project mailing list
> > [hidden email]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-project] Polymorph final

Gary Chambers-4
In reply to this post by Stéphane Ducasse
Porbably the last now... Polymorph-Widgets-gvc.102.mcz
Fixes for control button appearance (when mouse down).

Regards, Gary

----- Original Message -----
From: "Stéphane Ducasse" <[hidden email]>
To: <[hidden email]>
Sent: Tuesday, January 19, 2010 5:47 PM
Subject: Re: [Pharo-project] Polymorph final


Ok I will integrate now :)

On Jan 19, 2010, at 6:37 PM, Gary Chambers wrote:

> P.S. I am on the pharo IRC for the next few hours for more immediate
> responses.
>
> Regards, Gary
>
> ----- Original Message -----
> From: "Stéphane Ducasse" <[hidden email]>
> To: <[hidden email]>
> Sent: Tuesday, January 19, 2010 5:31 PM
> Subject: Re: [Pharo-project] Polymorph final
>
>
>> Ok I will do an integration pass later today :)
>>
>> Stef
>>
>> On Jan 19, 2010, at 6:01 PM, Gary Chambers wrote:
>>
>>> Nearly the last version on SqueakSource. Polymorph-Widgets-gvc.101.mcz.
>>> I seem to have lost some fixes for multiFormFillStyle (oddity with
>>> pressed control buttons...).
>>>
>>> Let me know if there are any merge problems.
>>>
>>> Adds OverflowRowMorph to browser switches/button-bar.
>>>
>>> Regards, Gary
>>> _______________________________________________
>>> Pharo-project mailing list
>>> [hidden email]
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project 


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project