[Pharo-dev] [pharo-project/pharo-core]

2015-10-02 Thread GitHub
Branch: refs/tags/50356 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 1392ba: 50356

2015-10-02 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 1392bad2950ce9c1c9bfcf248ec61e02e808cf0d https://github.com/pharo-project/pharo-core/commit/1392bad2950ce9c1c9bfcf248ec61e02e808cf0d Author: Jenkins Build Server Date:

[Pharo-dev] Copy image from Macbook to Ubuntu system

2015-10-02 Thread Trussardi Dario Romano
Ciao, i have a Pharo-1.4-one-click application run on MacBook. Now for security problem i need to port and run it on Ubuntu system 14.04.3 I can copy from MacBook and paste on Ubuntu ? On the Ubuntu system i load the pharo-launcher

Re: [Pharo-dev] Spec LabelModel's #font: and other styles

2015-10-02 Thread Stephan Eggermont
On 02-10-15 13:47, Peter Uhnák wrote: Does it make sense to be able to specify font and similar at Spec-level? And not just font, also the size, color, or emphasis (which currently only emphasis is supported). Yes, you want to be able to override all theme-based settings at a widget level.

[Pharo-dev] MorphSlot extension for duplicate?

2015-10-02 Thread Stephan Eggermont
If a morph holds onto another morph in an instVar, it often shouldn't be copied when doing a duplicate. Is that something that a MorphSlot variant could support? Stephan

Re: [Pharo-dev] [Pharo-users] Spec LabelModel's #font: and other styles

2015-10-02 Thread Johan Fabry
I think it is better to avoid setting absolute style info for labels, e.g. font size and color. This because system settings allow you to set, e.g. font size systemwide, and it would be ugly if suddenly some labels don’t obey. Now, what could be done is to set some attributes like ‘bigger’,

[Pharo-dev] [pharo-project/pharo-core]

2015-10-02 Thread GitHub
Branch: refs/tags/50357 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Spec LabelModel's #font: and other styles

2015-10-02 Thread Skip Lentz
> On Oct 2, 2015, at 1:47 PM, Peter Uhnák wrote: > > (...) > > For TextModel that would be clearly better (because you might want to style > different parts of text differently), however for LabelModel I'm not so sure. > > Any opinions? A few days ago I wanted to style

[Pharo-dev] [pharo-project/pharo-core] 6d5a3a: 50354

2015-10-02 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 6d5a3acf3d4d2ab014d1d42c3024a02ffc342b6d https://github.com/pharo-project/pharo-core/commit/6d5a3acf3d4d2ab014d1d42c3024a02ffc342b6d Author: Jenkins Build Server Date:

[Pharo-dev] [pharo-project/pharo-core]

2015-10-02 Thread GitHub
Branch: refs/tags/50354 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core]

2015-10-02 Thread GitHub
Branch: refs/tags/50355 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 8768bc: 50355

2015-10-02 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 8768bc9f09f14d1af06e7a365d090d58fad6e6b0 https://github.com/pharo-project/pharo-core/commit/8768bc9f09f14d1af06e7a365d090d58fad6e6b0 Author: Jenkins Build Server Date:

Re: [Pharo-dev] [pharo-project/pharo-core] 8768bc: 50355

2015-10-02 Thread Esteban Lorenzano
> Log Message: > --- > 50355 > 16602 Only get a basic command line handler in the bootstrap (avoid startup > preferences) > https://pharo.fogbugz.com/f/cases/16602 finally :) > > http://files.pharo.org/image/50/50355.zip > >

[Pharo-dev] Spec LabelModel's #font: and other styles

2015-10-02 Thread Peter Uhnák
Does it make sense to be able to specify font and similar at Spec-level? And not just font, also the size, color, or emphasis (which currently only emphasis is supported). >From one perspective it's handy, because I can change it at a whim, however I wonder whether this shouldn't be

[Pharo-dev] [pharo-project/pharo-core] f1f8cd: 50353

2015-10-02 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: f1f8cd5771fb8485854671f3198c9873449f64de https://github.com/pharo-project/pharo-core/commit/f1f8cd5771fb8485854671f3198c9873449f64de Author: Jenkins Build Server Date:

Re: [Pharo-dev] MorphSlot extension for duplicate?

2015-10-02 Thread Marcus Denker
Hi, The method doing the copying could take into account the type of variable used and not recurse it when copying. In addition, with first class variables one could attach meta data for object copying and have some annotation “skip this when duplicating”. Marcus > On 02 Oct 2015, at

[Pharo-dev] [pharo-project/pharo-core] eb25da: 50358

2015-10-02 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: eb25da0bdf9bbbf574666cbb8de8023fcbb1d032 https://github.com/pharo-project/pharo-core/commit/eb25da0bdf9bbbf574666cbb8de8023fcbb1d032 Author: Jenkins Build Server Date:

[Pharo-dev] [pharo-project/pharo-core]

2015-10-02 Thread GitHub
Branch: refs/tags/50358 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] [pharo-project/pharo-core] c77658: 50351

2015-10-02 Thread Andrei Chis
Fixed a few symbols beginning with whitespace in the moose build. There were none with the format # Cheers, Andrei On Thu, Oct 1, 2015 at 11:39 AM, GitHub wrote: > Branch: refs/heads/5.0 > Home: https://github.com/pharo-project/pharo-core > Commit:

[Pharo-dev] [pharo-project/pharo-core]

2015-10-02 Thread GitHub
Branch: refs/tags/50359 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 461f66: 50359

2015-10-02 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 461f66b36cc81a85ea80a6d6d14d87a60d691273 https://github.com/pharo-project/pharo-core/commit/461f66b36cc81a85ea80a6d6d14d87a60d691273 Author: Jenkins Build Server Date:

Re: [Pharo-dev] Latest changes broke Icons

2015-10-02 Thread Nicolai Hess
2015-10-02 19:40 GMT+02:00 Torsten Bergmann : > > 4. I can not open the settings in the latest image anymore because the > icons >are tried to retrieve from Github using a HTTPS connection. > > That is really bad, I am working behind a proxy too.

Re: [Pharo-dev] Querying the accessors of a variable

2015-10-02 Thread Eliot Miranda
On Fri, Oct 2, 2015 at 11:09 AM, Eliot Miranda wrote: > Hi Henrik, > > On Thu, Oct 1, 2015 at 2:18 AM, Henrik Nergaard > wrote: > >> Hi, >> >> Is there a simple way to query a variable to check how many methods that >> access it? (just want to

Re: [Pharo-dev] Querying the accessors of a variable

2015-10-02 Thread Eliot Miranda
Hi Henrik, On Thu, Oct 1, 2015 at 2:18 AM, Henrik Nergaard wrote: > Hi, > > Is there a simple way to query a variable to check how many methods that > access it? (just want to know the size) > > This works, but it is quite slow. > (Morph whichSelectorsAccess: #owner)

[Pharo-dev] Latest changes broke Icons

2015-10-02 Thread Torsten Bergmann
The latest changes on ThemeIcons completely broke functionality and icons of external and included packages. 1. Intelli J Icons are now used as default, but most icons of external packages (Pomodoro, MongoTools, EventRecorder, ScriptManager, ) align with the eclipse icon set. Can we

Re: [Pharo-dev] Latest changes broke Icons

2015-10-02 Thread Sven Van Caekenberghe
> On 02 Oct 2015, at 20:34, Nicolai Hess wrote: > > > > 2015-10-02 19:40 GMT+02:00 Torsten Bergmann : > > 4. I can not open the settings in the latest image anymore because the icons >are tried to retrieve from Github using a HTTPS connection. > > >

Re: [Pharo-dev] Latest changes broke Icons

2015-10-02 Thread Peter Uhnák
4. I can not open the settings in the latest image anymore because the icons are tried to retrieve from Github using a HTTPS connection. Doesnt work either because I'm on Windows, because of HTTPs, because ZnClient does not deal with a firewall correctly. It is not good to rely on

Re: [Pharo-dev] Latest changes broke Icons

2015-10-02 Thread p...@highoctane.be
> > >> From my point of view, proxies are from last century ;-) > > >They are indeed, but then again so is Smalltalk. ;) > You made my day Peter :-) Isn't that why we have Pharo for the 21st? (You that thing where we do Smalltalk vm, Smalltalk globals...) Phil

Re: [Pharo-dev] If all Pharo projects were on GitHub...

2015-10-02 Thread Dale Henrichs
Excellent! On 09/30/2015 11:36 PM, Nicolai Hess wrote: 2015-10-01 6:33 GMT+02:00 Jan Vrany >: On Mon, 2015-09-28 at 16:48 -0700, Dale Henrichs wrote: > The big issue for git and windows (in general) is that there is a 255

Re: [Pharo-dev] Latest changes broke Icons

2015-10-02 Thread p...@highoctane.be
Have not tires #50359 but my WFT rate per minute just had a dirac spike. In TWM that I am trying to port to 5.0 there are tons of icons... Geez. Phil On Fri, Oct 2, 2015 at 7:40 PM, Torsten Bergmann wrote: > The latest changes on ThemeIcons completely broke functionality and >