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

2014-07-19 Thread GitHub
Branch: refs/tags/40101 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 5197e7: 40101

2014-07-19 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 5197e7db16456cc7681952e72a34bcafc81d4fa7 https://github.com/pharo-project/pharo-core/commit/5197e7db16456cc7681952e72a34bcafc81d4fa7 Author: Jenkins Build Server bo...@pharo-project.org Date:

[Pharo-dev] UITheme experience (please read) :)

2014-07-19 Thread stepharo
Hi guys I want to lower the importance of UITheme - first the factory API should be pushed in the respective classes ie: UIthemenewButtonIn: aThemedMorph for: aModel getState: stateSel action: actionSel arguments: args getEnabled: enabledSel getLabel: labelSel help: helpText Answer a new

Re: [Pharo-dev] UITheme experience (please read) :)

2014-07-19 Thread Tudor Girba
Hi Stef, I do not have time right now to go into details, so take this just as an acknowledgment that I have an interest in this topic :). My initial proposal that I sent to this list a while ago (some details are provided here:

[Pharo-dev] [pharo-project/pharo-core] e2a432: 40102

2014-07-19 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: e2a432c82439b4b75e3bc6de399c348e51f4729a https://github.com/pharo-project/pharo-core/commit/e2a432c82439b4b75e3bc6de399c348e51f4729a Author: Jenkins Build Server bo...@pharo-project.org Date:

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

2014-07-19 Thread GitHub
Branch: refs/tags/40102 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] [Pharo4] First Class Global Variables

2014-07-19 Thread Marcus Denker
On 18 Jul 2014, at 09:47, Marcus Denker marcus.den...@inria.fr wrote: On 18 Jul 2014, at 08:14, Marcus Denker marcus.den...@inria.fr wrote: I have added a first GlobalVar hierarchy… it has already the code generation methods but Opal is not yet forwarding code generation (and the

Re: [Pharo-dev] UITheme experience (please read) :)

2014-07-19 Thread stepharo
On 19/7/14 14:16, Tudor Girba wrote: Hi Stef, I do not have time right now to go into details, so take this just as an acknowledgment that I have an interest in this topic :). My initial proposal that I sent to this list a while ago (some details are provided here:

Re: [Pharo-dev] [pharo-project/pharo-core] 5197e7: 40101

2014-07-19 Thread stepharo
Thanks a lot for these ones. stef On 19/7/14 08:57, GitHub wrote: 13589 deprecated TimeStamp https://pharo.fogbugz.com/f/cases/13589 13590 TimeStamp has still instances https://pharo.fogbugz.com/f/cases/13590

Re: [Pharo-dev] UITheme experience (please read) :)

2014-07-19 Thread stepharo
Hi doru I think that there are two points: - moving creation API from theme to classes (I'm doing this one to also create example of the widgets) Smalltalk ui theme newButton sucks :) - rethinking the theming architecture Stef On 19/7/14 14:16, Tudor Girba wrote: Hi

Re: [Pharo-dev] New Cog VMs available

2014-07-19 Thread stepharo
Thanks eliot. This is cool to see all these fixes and progress from the VM side. Stef On 19/7/14 04:04, Eliot Miranda wrote: ... at http://www.mirandabanda.org/files/Cog/VM/VM.r3048. CogVM source as per VMMaker.oscog-eem.826/r3048 Fix the ZipPlugin (InflatePluginDeflatePlugin) to no longer

[Pharo-dev] Spotlight2 for Pharo40?

2014-07-19 Thread stepharo
Hi sean and users of Spotlight2 I did not tried it yet but I would like to know - is it working the way you want? - is it working in 40? - what about replacing the old one with this one? Stef

Re: [Pharo-dev] UITheme experience (please read) :)

2014-07-19 Thread Tudor Girba
Definitely! My post was about the second point. Doru On Sat, Jul 19, 2014 at 5:22 PM, stepharo steph...@free.fr wrote: Hi doru I think that there are two points: - moving creation API from theme to classes (I'm doing this one to also create example of the widgets) Smalltalk

Re: [Pharo-dev] Spotlight2 for Pharo40?

2014-07-19 Thread Tudor Girba
It is working in Pharo 3.0, but it does not get installed as a global shortcut properly, and it requires an override on Morphic. Cheers, Doru On Sat, Jul 19, 2014 at 9:36 PM, stepharo steph...@free.fr wrote: Hi sean and users of Spotlight2 I did not tried it yet but I would like to know

Re: [Pharo-dev] Memory limit problems on Windows VM

2014-07-19 Thread Tudor Girba
Wow! I will certainly try this patch. Doru On Fri, Jul 18, 2014 at 5:15 PM, Oscar E. A. Callaú oscar.apo...@gmail.com wrote: Well, I fixed the problem by modifying the Pharo.exe file with the 4GB patch program (http://ntcore.com/4gb_patch.php). As mentioned before, I think the best

Re: [Pharo-dev] Memory limit problems on Windows VM

2014-07-19 Thread Andres Valloud
Keep in mind that, depending on how images are loaded, you won't be able to load images larger than about 2gb... you might want to test that. On 7/19/14 13:39 , Tudor Girba wrote: Wow! I will certainly try this patch. Doru On Fri, Jul 18, 2014 at 5:15 PM, Oscar E. A. Callaú

Re: [Pharo-dev] Memory limit problems on Windows VM

2014-07-19 Thread Tudor Girba
Thanks. I will test that. Doru On Sat, Jul 19, 2014 at 10:41 PM, Andres Valloud avall...@smalltalk.comcastbiz.net wrote: Keep in mind that, depending on how images are loaded, you won't be able to load images larger than about 2gb... you might want to test that. On 7/19/14 13:39 , Tudor

Re: [Pharo-dev] UITheme experience (please read) :)

2014-07-19 Thread stepharo
I continued the experiment with PluggableButtonMorph and - we should remove some duplicated code in UItheme hiearchy :) - if we do not share behavior in themers (accross widgets) we will have duplicated code and logic. Side note: When I see the amount of messages sent to open a morph

Re: [Pharo-dev] Memory limit problems on Windows VM

2014-07-19 Thread Ben Coman
Andres Valloud wrote: Keep in mind that, depending on how images are loaded, you won't be able to load images larger than about 2gb... you might want to test that. Can you hint what those scenarios are? cheers -ben On 7/19/14 13:39 , Tudor Girba wrote: Wow! I will certainly try this patch.

Re: [Pharo-dev] Memory limit problems on Windows VM

2014-07-19 Thread Andres Valloud
Does the VM make a single memory allocation to load the image file? On 7/19/14 17:20 , Ben Coman wrote: Andres Valloud wrote: Keep in mind that, depending on how images are loaded, you won't be able to load images larger than about 2gb... you might want to test that. Can you hint what those