Re: [Pharo-dev] Layout for placing widgets

2017-10-28 Thread Thierry Goubier
Hi Pavel, Le 28/10/2017 à 22:29, Pavel Krivanek a écrit : Hi Thierry, your repository mentions the MIT license but the original license of the Cassowary package was LGPL. Is is a different code? I ported the original, public domain smalltalk implementation of Cassowary. Regards, Thierry

Re: [Pharo-dev] , for vector creation

2017-10-28 Thread Nicolas Cellier
Just a few notes: 1) 4 , 2 , 3 , 5 looks too much like Shlemiel the painter, ok for short vector input, but not even for printing (think re-interpreting) 2) 1 x + 2 y + 3 z might look nice. Exactly like 1+2i (Complex) or 1+2i+3j+4k (Quaternion) But for the sake of efficiency, I had to

Re: [Pharo-dev] Layout for placing widgets

2017-10-28 Thread Todd Blanchard
Actually, Apple's "autolayout" is Cassowary. It is kind of inconvenient to use as is. However there are some very nice libraries. One I have used on a couple iOS projects is called PureLayout. https://github.com/PureLayout/PureLayout It has nice methods like aView autoAlignAxis:

Re: [Pharo-dev] Layout for placing widgets

2017-10-28 Thread Pavel Krivanek
Hi Thierry, your repository mentions the MIT license but the original license of the Cassowary package was LGPL. Is is a different code? Cheers, -- Pavel 2017-10-28 21:43 GMT+02:00 Thierry Goubier : > Le 28/10/2017 à 16:26, Stephane Ducasse a écrit : > >> I was

Re: [Pharo-dev] Layout for placing widgets

2017-10-28 Thread Thierry Goubier
Le 28/10/2017 à 16:26, Stephane Ducasse a écrit : I was reading ... I will see if I can load cassowary in Pharo. https://github.com/ThierryGoubier/Cassowary Done two years ago. Thierry On Sat, Oct 28, 2017 at 4:21 PM, Stephane Ducasse wrote: Ok then may be we

Re: [Pharo-dev] [ANN] Iceberg 0.6.2 backported to Pharo 6.1

2017-10-28 Thread Sean P. DeNigris
EstebanLM wrote > I backported lastest Iceberg version to Pharo 6.1 Awesome! Which image number has this? - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html

Re: [Pharo-dev] Zinc and Zodiac - Synching/Contributing

2017-10-28 Thread Sean P. DeNigris
Sven Van Caekenberghe-2 wrote > Hell, I haven't even contributed to Pharo 7 yet. It seems like things are > still in flux all the time. I definitely understand the feeling! Although, one day for fun I fixed a little bug following Guille's instructions [1] and found it pretty straightforward. I do

Re: [Pharo-dev] Layout for placing widgets

2017-10-28 Thread Stephane Ducasse
Ok then may be we should give a try to use. Tx for the links. Stef On Sat, Oct 28, 2017 at 4:18 PM, Ben Coman wrote: >> 2017-10-27 19:13 GMT+02:00 Stephane Ducasse : >>> >>> I was wondering if there is a layout that we can use to propose >>>

Re: [Pharo-dev] Layout for placing widgets

2017-10-28 Thread Ben Coman
> 2017-10-27 19:13 GMT+02:00 Stephane Ducasse : >> >> I was wondering if there is a layout that we can use to propose >> alternate placing layout for widgets in spec? >> >> Like... >> attached to the left 10pixels rubber band box or fixed size box >> 10pixels attached to

Re: [Pharo-dev] Zinc and Zodiac - Synching/Contributing

2017-10-28 Thread Stephane Ducasse
Sven Normally by the end of next week we will have a new file format as well as an automatic transition for older projects. After that I think that using Pharo 70 tools and contributing will be ok. Right now this is working and sometimes blow up a bit :) Stef On Sat, Oct 28, 2017 at 12:27 PM,

Re: [Pharo-dev] Zinc and Zodiac - Synching/Contributing

2017-10-28 Thread Stephane Ducasse
>> 2. https://pharo.fogbugz.com/f/cases/20557 which is not yet integrated. > > This is waiting for an integrator, I believe people are working on it. I do not know how to do it. Else I would do it. >> I also proposed some simple but necessary cleanups for Zodiac in Pharo 7: >> >> 3. Proper

Re: [Pharo-dev] Layout for placing widgets

2017-10-28 Thread Stephane Ducasse
Did you try? I always pay attention to things that should iterate a while and stabilise. Now I may be wrong. I have cassowary on my machine. I worked long time on constraints and I thought that apple has a better model with anchor and rubber band. Stef On Sat, Oct 28, 2017 at 12:36 PM, Jan Vrany

Re: [Pharo-dev] Layout for placing widgets

2017-10-28 Thread Jan Vrany
On Sat, 2017-10-28 at 10:48 +0200, Stephane Ducasse wrote: > Pavel I do not think that cassowary is good for us. Why? Jan > > > On Sat, Oct 28, 2017 at 2:37 AM, Todd Blanchard > wrote: > > Does that load as part of Bloc? > > > > On Oct 27, 2017, at 12:59 PM, Pavel

Re: [Pharo-dev] Zinc and Zodiac - Synching/Contributing

2017-10-28 Thread Sven Van Caekenberghe
> On 28 Oct 2017, at 11:39, Norbert Hartl wrote: > > > >> Am 28.10.2017 um 11:21 schrieb Sven Van Caekenberghe : >> >> Torsten, >> >>> On 26 Oct 2017, at 19:12, Torsten Bergmann wrote: >>> >>> Hi Sven, >>> >>> for Zinc there is a new

Re: [Pharo-dev] feenk log

2017-10-28 Thread Tudor Girba
Hi, The BlScalableElement is a utility element that zooms the elements inside. Indeed, all elements can be transformed, but this is a low level ability. The ScalableElement allows us to think in terms of elements, and strategies of zooming. The mouse wheel is an event issue that can be added

Re: [Pharo-dev] Zinc and Zodiac - Synching/Contributing

2017-10-28 Thread Norbert Hartl
> Am 28.10.2017 um 11:21 schrieb Sven Van Caekenberghe : > > Torsten, > >> On 26 Oct 2017, at 19:12, Torsten Bergmann wrote: >> >> Hi Sven, >> >> for Zinc there is a new issue: >> >> >> 1. Zinc is using #asBytesDescription. It should not be used as it is >>

Re: [Pharo-dev] Zinc and Zodiac - Synching/Contributing

2017-10-28 Thread Sven Van Caekenberghe
Torsten, > On 26 Oct 2017, at 19:12, Torsten Bergmann wrote: > > Hi Sven, > > for Zinc there is a new issue: > > > 1. Zinc is using #asBytesDescription. It should not be used as it is > deprecated > > https://github.com/pharo-project/pharo/pull/401 This change was

Re: [Pharo-dev] Call for help for stability and rewrite of FreeType

2017-10-28 Thread Stephane Ducasse
(Ok so continuing with this superb gmail UI) - drop Freetype alltogether - rewrite the plugin - create a binding using raffaillac sketch Now we need help. Who is willing to help us? Should we try to set up a bounty? Stef On Sat, Oct 28, 2017 at 10:48 AM, Stephane Ducasse

Re: [Pharo-dev] feenk log

2017-10-28 Thread Stephane Ducasse
I think that testing more SDL and using it will help there. On Fri, Oct 27, 2017 at 4:50 AM, Ben Coman wrote: > > > On Thu, Oct 26, 2017 at 4:00 AM, Tudor Girba wrote: >> >> Hi, >> >> > On Oct 25, 2017, at 8:11 PM, Sean P. DeNigris

Re: [Pharo-dev] Layout for placing widgets

2017-10-28 Thread Stephane Ducasse
Pavel I do not think that cassowary is good for us. On Sat, Oct 28, 2017 at 2:37 AM, Todd Blanchard wrote: > Does that load as part of Bloc? > > On Oct 27, 2017, at 12:59 PM, Pavel Krivanek > wrote: > > Maybe we should check cassowary > >

[Pharo-dev] Call for help for stability and rewrite of FreeType

2017-10-28 Thread Stephane Ducasse
Hi all I'm and I guess many of you are fedup about the instability that the FreeType plugin produces. So we need help because clement and esteban are fully booked. We have three options: Does anybody Stef

Re: [Pharo-dev] [ANN] Iceberg 0.6.2 backported to Pharo 6.1

2017-10-28 Thread Tudor Girba
Great work! Doru > On Oct 27, 2017, at 11:36 AM, Esteban Lorenzano wrote: > > Hi, > > I backported lastest Iceberg version to Pharo 6.1 to allow people to benefit > for latest changes. > This version has an important amount of tweak and fixes, but most important > is