[Pharo-project] loading ECompletion and OCompletion

2009-06-02 Thread Tudor Girba
Hi,

I am trying to load ECompletion and OCompletion in a core image, but I  
do not seem to manage.

I first do: ScriptLoader loadOBAlpha.

I then tried to do ScriptLoader loadEcompletion but I get error in  
OB. I tried ScriptLoader loadShout but I still get an error in OB  
due to ECompletion.

I hoped that maybe Installer squeaksource project: 'OCompletion';  
install: 'OCLoader' would load all the needed dependencies, but it  
does not seem to work.

What am I doing wrong?

Cheers,
Doru


--
www.tudorgirba.com

What we can governs what we wish.




___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


Re: [Pharo-project] loading ECompletion and OCompletion

2009-06-02 Thread Romain Robbes
Hi Doru,

I use dev images most of the time, so I would have to look in more  
details.
OCLoader takes care of loading Shout, ECompletion and  
ECompletionOmniBrowser (if OB is installed).

If you do:

ScriptLoader loadOBAlpha.

and then:

Installer squeaksource project: 'OCompletion';  install: 'OCLoader

How does it fail?

Cheers,
Romain

On Jun 1, 2009, at 12:02 PM, Tudor Girba wrote:

 Hi,

 I am trying to load ECompletion and OCompletion in a core image, but I
 do not seem to manage.

 I first do: ScriptLoader loadOBAlpha.

 I then tried to do ScriptLoader loadEcompletion but I get error in
 OB. I tried ScriptLoader loadShout but I still get an error in OB
 due to ECompletion.

 I hoped that maybe Installer squeaksource project: 'OCompletion';
 install: 'OCLoader' would load all the needed dependencies, but it
 does not seem to work.

 What am I doing wrong?

 Cheers,
 Doru


 --
 www.tudorgirba.com

 What we can governs what we wish.




 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

--
Romain Robbes
http://www.inf.unisi.ch/phd/robbes


___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


Re: [Pharo-project] [ANN] Relicensing IV

2009-06-02 Thread Stéphane Ducasse
I will load it by hand because apparently and I do not know why

CollectionsTests-GabrielOmarCotelli.353
is not found even if it is the repository.

Stef

On May 31, 2009, at 12:29 AM, Gabriel Cotelli wrote:

 Hi Stef,

 I copy the pharo-core image to a clean location, update to 10321,  
 and later open the Pharo Inbox Repository and load the latest SLICE  
 I sent without problems. What files Monticello tell you that are  
 missing?

 I can send you a .cs or the .mcz's by mail if you want. But I think  
 this should load from Pharo Inbox.

 Just tell me anything you need.

 Gabriel


 On Sat, May 30, 2009 at 5:48 PM, Stéphane Ducasse stephane.duca...@inria.fr 
  wrote:
 Hi gabriel

 can you try to load your slice from the inbox but put the image in
 another place on your file disc (else the package cache
 will be used) because some other files are missing

 stef

 On May 30, 2009, at 9:23 PM, Gabriel Cotelli wrote:

  I uploaded to Pharo Inbox... (hope this time works :) )
 
  On Sat, May 30, 2009 at 1:22 PM, Stéphane Ducasse stephane.duca...@inria.fr
   wrote:
  Hi gabriel
 
  I cannot get CollectionsTests-Gabir353
  could publish it in the inbox?
 
  Stef
  On May 30, 2009, at 6:35 AM, Gabriel Cotelli wrote:
 
   Hi,
   continuing with licensing issues I push on Pharo-Inbox: SLICE-
   RelicensingIV-GabrielOmarCotelli.2
  
   Including the next:
  
   Added check for negative to Charactervalue: for raising a better
   error message and a test case covering this
  
   Removed:
   - StandardFileMenu classoldFileFrom:withPattern: (no senders on
   any pharo image, the only one that appears is a sender to the
   instance message of same name)
   - Form classrgbMul (no senders)
   - ExternalStructureInspector (no references)
   - ServerDirectory classtransferServerDefinitionsToExternal (no
   senders)
  
   Several changes from Yoshiki in Squeak relicensing (reverted to
   clean versions or reimplemented) (If someone needs the exact  
 list of
   methods I can generate this)
  
   Now the dirty methods count should be 46 (I don't run the audit
   however).
  
   Please review.
  
   Thanks,
   Gabriel
   ___
   Pharo-project mailing list
   Pharo-project@lists.gforge.inria.fr
   http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo- 
 project
 
 
  ___
  Pharo-project mailing list
  Pharo-project@lists.gforge.inria.fr
  http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
 
  ___
  Pharo-project mailing list
  Pharo-project@lists.gforge.inria.fr
  http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


Re: [Pharo-project] Fwd: preferences to settings refactoring: #colorWhenPrettyPrinting case

2009-06-02 Thread Adrian Lienhard

On May 30, 2009, at 19:00 , Henrik Sperre Johansen wrote:

 On 30.05.2009 18:18, Stéphane Ducasse wrote:


 I belive the higherPerformance preference can also be removed, the
 only thing it does it is increase the max possible GUI fps from the
 default 50 to 1000.

 This is not that simple. Marcus told me that for server this is
 important since it can suck all cpu.

 I believe we are in agreement, just using different words:
 - Server mode: Gives 50ms between redraws for  non-GUI activity.
 - Normal mode: Gives (20ms - Time spent in last redraw)  for  non- 
 GUI activity.
 - higherPerformace:  Gives (1ms - Time spent in last redraw) for  
 non-GUI activity.

 If there's no new damage rects, no redrawing happens in updateCycle.
 For say, a server app with f.ex. a monitoring GUI which sends out  
 dmg rects once one of it's models values that are displayed in the  
 GUI changes, normal can be painful, and downright nasty with  
 higherPerformance enabled when it comes to time left to do actual  
 application stuff... (Especially if GUI contains complex elements,  
 damage rects are somewhat off, + a plethora of other things that  
 are, at the moment, quite likely).

 So server mode setting is a must-have, higherPerformance not much so.

Exactly.

Server Mode is an important fix I added to solve the image freezing  
problem two years ago:
http://bugs.squeak.org/view.php?id=6581

Higher performance can be removed.

Cheers,
Adrian



 Cheers,
 Henry
 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


[Pharo-project] Fwd: [ANN] 10323 and 10324

2009-06-02 Thread Stéphane Ducasse
 since it seems that it was lost


 - Issue 858:  Class template misses uses: clause'.

 - Relicensing:

 Added check for negative to Charactervalue: and a test case

 Removed:
 - StandardFileMenu classoldFileFrom:withPattern: (no senders on  
 any pharo image, the only one that appears is a sender to the  
 instance message of same name)
 - Form classrgbMul (no senders)
 - ExternalStructureInspector (no references)
 - ServerDirectory classtransferServerDefinitionsToExternal (no  
 senders)

 The rest of changes are from Yoshiki changes in Squeak relicensing  
 (reverted to clean versions or reimplemented)

 Then Stef did a pass to fix again uniclasses left over and changing  
 notify: semantics





___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


[Pharo-project] FreeType?

2009-06-02 Thread Carlos Crosetti
Hi, i loaded pharo, did software update and saved the image then quit.
Loading again, I no longer see a file-not-found dialog, now I see a
FreeType progress bar, showing and dissapearing twice... what is that?

Regards, Carlos


___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


[Pharo-project] Categories/packages in OB

2009-06-02 Thread Schwab,Wilhelm K
Hello,

Is there a trick to getting items out of OB's Unpackaged list?  I have four 
classes categorized as AuthenticationForSeaside, and OB is promoting them as I 
think it should. Monticello won't show them to me either.  It seems to promot 
only when a package name contains a dash, but what if a monolithic package is 
enough?

I am trying to package my code to get free of depending on change sets, but 
something (perhaps ignrorance on my part) is stopping me.  Any helpful 
suggestions?

Bill


___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


Re: [Pharo-project] [ANN] Relicensing IV

2009-06-02 Thread Stéphane Ducasse
hi gabriel

when you load the relicensing part 4 are you able to run the tests?
Because when I do that I get a problem with the test  
IVsAndClassVarNamesConflictTest which opens a notifier.
Could you check and let me know?

Stef


VM: Mac OS - intel - 1057 - Squeak3.8.1 of '28 Aug 2006' [latest  
update: #6747] Squeak VM 4.1.1b2
Image: Pharo0.1 [Latest update: #10322]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir /Users/ducasse/Workspace/FirstCircle/ActiveResearch/Pharo/ 
Pharo
Trusted Dir /foobar/tooBar/forSqueak/bogus
Untrusted Dir /Users/ducasse/Library/Preferences/Squeak/Internet/My  
Squeak

ClassBuilder(Object)notify:
Receiver: a ClassBuilder
Arguments and temporary variables:
aString:'Class variables should begin with upper case 
characters'
Receiver's instance variables:
environ:Smalltalk
classMap:   nil
instVarMap: an IdentityDictionary()
progress:   nil
maxClassIndex:  nil
currentClassIndex:  nil

ClassBuildervalidateClassvars:from:forSuper:
Receiver: a ClassBuilder
Arguments and temporary variables:
error during printing
Receiver's instance variables:
environ:Smalltalk
classMap:   nil
instVarMap: an IdentityDictionary()
progress:   nil
maxClassIndex:  nil
currentClassIndex:  nil

[] in  
ClassBuilder 
  
  
name:inEnvironment:subclassOf:type:instanceVariableNames:classVariableNames:poolDictionaries:category:unsafe
 
:
Receiver: a ClassBuilder
Arguments and temporary variables:
error during printing
Receiver's instance variables:
environ:Smalltalk
classMap:   nil
instVarMap: an IdentityDictionary()
progress:   nil
maxClassIndex:  nil
currentClassIndex:  nil

BlockClosureensure:
Receiver: [closure] in  
ClassBuilder 
  
  
name:inEnvironment:subclassOf:type:instanceVariableNames:classV...etc...
Arguments and temporary variables:
aBlock: [closure] in  
ClassBuildername:inEnvironment:subclassOf:type:instanceV...etc...
returnValue:nil
b:  nil
Receiver's instance variables:
outerContext:
ClassBuilder 
 name:inEnvironment:subclassOf:type:instanceVariable...etc...
startpc:346
numArgs:0

ClassBuilder 
  
  
name:inEnvironment:subclassOf:type:instanceVariableNames:classVariableNames:poolDictionaries:category:unsafe
 
:
Receiver: a ClassBuilder
Arguments and temporary variables:
error during printing
Receiver's instance variables:
environ:Smalltalk
classMap:   nil
instVarMap: an IdentityDictionary()
progress:   nil
maxClassIndex:  nil
currentClassIndex:  nil

ClassBuilder 
  
  
name:inEnvironment:subclassOf:type:instanceVariableNames:classVariableNames:poolDictionaries:category
 
:
Receiver: a ClassBuilder
Arguments and temporary variables:
className:  #ClassForTestToBeDeleted
env:Smalltalk
newSuper:   Object
type:   #normal
instVarString:  'a b c'
classVarString: 'a b c'
poolString: ''
category:   #'KernelTests-Classes'
Receiver's instance variables:
environ:Smalltalk
classMap:   nil
instVarMap: an IdentityDictionary()
progress:   nil
maxClassIndex:  nil
currentClassIndex:  nil

ClassBuilder 
  
  
superclass:subclass:instanceVariableNames:classVariableNames:poolDictionaries:category
 
:
Receiver: a ClassBuilder
Arguments and temporary variables:
newSuper:   Object
t:  #ClassForTestToBeDeleted
f:  'a b c'
d:  'a b c'
s:  ''
cat:#'KernelTests-Classes'
Receiver's instance variables:
environ:Smalltalk
classMap:   nil
instVarMap: an IdentityDictionary()
progress:   nil
maxClassIndex:  nil
currentClassIndex:  nil

Object  
class 
(Class 
) 
  
subclass:instanceVariableNames:classVariableNames:poolDictionaries:category 
:
Receiver: Object
Arguments and temporary variables:
t:  #ClassForTestToBeDeleted
f:  'a b c'
   

[Pharo-project] [ANN] 10322 color preference removal

2009-06-02 Thread Stéphane Ducasse
Remove the #colorWhenPrettyPrinting preference.
As a consequence, some code formatting methods are refactored
(The major remodelling is the  
Compiler#format:in:notifying:decorated: removal, replaced by  
Compiler#format:in:notifying:)

http://code.google.com/p/pharo/issues/detail?id=824

Stef

___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


Re: [Pharo-project] Categories/packages in OB

2009-06-02 Thread Stéphane Ducasse
create a package and put the classes there.

stef
On May 31, 2009, at 5:32 PM, Schwab,Wilhelm K wrote:

 Hello,

 Is there a trick to getting items out of OB's Unpackaged list?  I  
 have four classes categorized as AuthenticationForSeaside, and OB is  
 promoting them as I think it should. Monticello won't show them to  
 me either.  It seems to promot only when a package name contains a  
 dash, but what if a monolithic package is enough?

 I am trying to package my code to get free of depending on change  
 sets, but something (perhaps ignrorance on my part) is stopping me.   
 Any helpful suggestions?

 Bill


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project



___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


Re: [Pharo-project] FreeType?

2009-06-02 Thread Stéphane Ducasse
no idea. :)

On Jun 1, 2009, at 12:24 AM, Carlos Crosetti wrote:

 Hi, i loaded pharo, did software update and saved the image then  
 quit.
 Loading again, I no longer see a file-not-found dialog, now I see a
 FreeType progress bar, showing and dissapearing twice... what is  
 that?

 Regards, Carlos


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project



___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


[Pharo-project] Problem with keyboard shortcuts

2009-06-02 Thread Mariano Martinez Peck
Hi folks.

I am facing problems with keyboard shortcuts in Windows. Inspect and
explore shortcuts seem to be wrong. Look at this example:

1) With this:

Preferences enable: #swapControlAndAltKeys.
Preferences enable: #swapCOntrolAndAltKeys.
Preferences disable: #duplicateAllControlAndAltKeys.
Preferences disable: #duplicateControlAndAltKeys.

I get this results:

browse - alt + b
inspect - alt + i
print - alt + p
explore - ctrl + i

2) With this:

Preferences disable: #swapControlAndAltKeys.
Preferences disable: #swapCOntrolAndAltKeys.
Preferences disable: #duplicateAllControlAndAltKeys.
Preferences disable: #duplicateControlAndAltKeys.

I get this results:

browse - alt + b
inspect - alt + i
print - alt + p
explore - ctrl + i

3) With this:

Preferences disable: #swapControlAndAltKeys.
Preferences disable: #swapCOntrolAndAltKeys.
Preferences enable: #duplicateAllControlAndAltKeys.
Preferences disable: #duplicateControlAndAltKeys.

I get this results:

browse - ctrl + b
inspect - alt + i
print - ctrl + p
explore - ctrl + shift + i


Conclusions:

1) We have TWO preferences for the same purpose: swapControlAndAltKeys and
swapCOntrolAndAltKeys. I think only has to be swapControlAndAltKeys.

2) Enabling or disabling swapControlAndAltKeys has no effect.

3) When duplicateAllControlAndAltKeys inspect should be ctrl + i but it is
alt + i. In addition, is ok explore to be ctre + shift + i ?

4) If I don't enable duplicateAllControlAndAltKeys  world menu is wrong
because it says the shortcut is (I) when it actually is (i). It is only (I)
if you have enable duplicateAllControlAndAltKeys.

Some time ago, I created the ticket
http://code.google.com/p/pharo/issues/detail?id=829
But now it seems to be a bit bigger than that. I can create another ticket
if needed.

Best,

Mariano
___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] Inspect it wrong shortcut

2009-06-02 Thread Mariano Martinez Peck
2009/5/20 Alexandr Batalshikov abatalshi...@gmail.com

 On Windows XP evaluating Preferences enable: #swapCOntrolAndAltKeys and
 changing any settings in section keyboard of Preference Browser no any
 effects to any shortcuts.


Alexander can you still reproduce this problem? Can you see if you have
enable the preference duplicateAllControlAndAltKeys ? If so, I think it is
correct you have no effects in enabling or disabling swapControlAndAltKeys.



 / Alexander.

 2009/5/19 Mariano Martinez Peck marianop...@gmail.com



 2009/5/19 Alexandr Batalshikov abatalshi...@gmail.com

 On Windows XP with pharo0.1-10309dev09.05.3.image:Alt+i -- run Inspect
 Alt+Shift+i -- run Explore
 Ctrl+i -- also run Explore

 and changing any setting in section keyboard in Preference Browser
 no any effects for me.


 Alexander: I created this ticket:
 http://code.google.com/p/pharo/issues/detail?id=829

 could you are your comments there ?

 Thanks

 Mariano


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project



 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

[Pharo-project] roadmap for beta

2009-06-02 Thread Stéphane Ducasse
Hi

I will harvest later today the fix of gabriel for license cleaning.
I would like that we continue this effort and check the tests.
I saw that some traits tests are yellow now.

I will try to harvest the speed up of multibytestream proposed by  
nicolas.

Stef

___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


Re: [Pharo-project] FreeType?

2009-06-02 Thread Adrian Lienhard
The free type progress bar indicates the scanning of your system for  
available fonts.

Adrian

On Jun 2, 2009, at 11:28 , Stéphane Ducasse wrote:

 no idea. :)

 On Jun 1, 2009, at 12:24 AM, Carlos Crosetti wrote:

 Hi, i loaded pharo, did software update and saved the image then
 quit.
 Loading again, I no longer see a file-not-found dialog, now I see a
 FreeType progress bar, showing and dissapearing twice... what is
 that?

 Regards, Carlos


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project



 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


Re: [Pharo-project] loading ECompletion and OCompletion

2009-06-02 Thread Tudor Girba
Hi,

I tried again with a 10324cl and it seems to work if I do not use the  
ScriptLoader loadEcompletion, but directly installed the Ocompletion.

Thanks,
Doru


On 2 Jun 2009, at 10:45, Romain Robbes wrote:

 Hi Doru,

 I use dev images most of the time, so I would have to look in more
 details.
 OCLoader takes care of loading Shout, ECompletion and
 ECompletionOmniBrowser (if OB is installed).

 If you do:

 ScriptLoader loadOBAlpha.

 and then:

 Installer squeaksource project: 'OCompletion';  install: 'OCLoader

 How does it fail?

 Cheers,
   Romain

 On Jun 1, 2009, at 12:02 PM, Tudor Girba wrote:

 Hi,

 I am trying to load ECompletion and OCompletion in a core image,  
 but I
 do not seem to manage.

 I first do: ScriptLoader loadOBAlpha.

 I then tried to do ScriptLoader loadEcompletion but I get error in
 OB. I tried ScriptLoader loadShout but I still get an error in OB
 due to ECompletion.

 I hoped that maybe Installer squeaksource project: 'OCompletion';
 install: 'OCLoader' would load all the needed dependencies, but it
 does not seem to work.

 What am I doing wrong?

 Cheers,
 Doru


 --
 www.tudorgirba.com

 What we can governs what we wish.




 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

 --
 Romain Robbes
 http://www.inf.unisi.ch/phd/robbes


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

--
www.tudorgirba.com

It's not how it is, it is how we see it.


___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


Re: [Pharo-project] loading ECompletion and OCompletion

2009-06-02 Thread Stéphane Ducasse
good to know
may be I should substitute then by OCompletion

On Jun 2, 2009, at 12:51 PM, Tudor Girba wrote:

 Hi,

 I tried again with a 10324cl and it seems to work if I do not use the
 ScriptLoader loadEcompletion, but directly installed the Ocompletion.

 Thanks,
 Doru


 On 2 Jun 2009, at 10:45, Romain Robbes wrote:

 Hi Doru,

 I use dev images most of the time, so I would have to look in more
 details.
 OCLoader takes care of loading Shout, ECompletion and
 ECompletionOmniBrowser (if OB is installed).

 If you do:

 ScriptLoader loadOBAlpha.

 and then:

 Installer squeaksource project: 'OCompletion';  install: 'OCLoader

 How does it fail?

 Cheers,
  Romain

 On Jun 1, 2009, at 12:02 PM, Tudor Girba wrote:

 Hi,

 I am trying to load ECompletion and OCompletion in a core image,
 but I
 do not seem to manage.

 I first do: ScriptLoader loadOBAlpha.

 I then tried to do ScriptLoader loadEcompletion but I get error in
 OB. I tried ScriptLoader loadShout but I still get an error in OB
 due to ECompletion.

 I hoped that maybe Installer squeaksource project: 'OCompletion';
 install: 'OCLoader' would load all the needed dependencies, but it
 does not seem to work.

 What am I doing wrong?

 Cheers,
 Doru


 --
 www.tudorgirba.com

 What we can governs what we wish.




 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

 --
 Romain Robbes
 http://www.inf.unisi.ch/phd/robbes


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

 --
 www.tudorgirba.com

 It's not how it is, it is how we see it.


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project



___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


Re: [Pharo-project] loading ECompletion and OCompletion

2009-06-02 Thread Tudor Girba
Hi,

The previous time I used 10321cl, but that should not matter much.

Cheers,
Doru


On 2 Jun 2009, at 13:35, Romain Robbes wrote:

 Hi Doru,

 Good to know everything is working fine ;-).
 Were you using the same image the previous time?

   Romain

 On Jun 2, 2009, at 12:51 PM, Tudor Girba wrote:

 Hi,

 I tried again with a 10324cl and it seems to work if I do not use the
 ScriptLoader loadEcompletion, but directly installed the Ocompletion.

 Thanks,
 Doru


 On 2 Jun 2009, at 10:45, Romain Robbes wrote:

 Hi Doru,

 I use dev images most of the time, so I would have to look in more
 details.
 OCLoader takes care of loading Shout, ECompletion and
 ECompletionOmniBrowser (if OB is installed).

 If you do:

 ScriptLoader loadOBAlpha.

 and then:

 Installer squeaksource project: 'OCompletion';  install: 'OCLoader

 How does it fail?

 Cheers,
 Romain

 On Jun 1, 2009, at 12:02 PM, Tudor Girba wrote:

 Hi,

 I am trying to load ECompletion and OCompletion in a core image,
 but I
 do not seem to manage.

 I first do: ScriptLoader loadOBAlpha.

 I then tried to do ScriptLoader loadEcompletion but I get error  
 in
 OB. I tried ScriptLoader loadShout but I still get an error in OB
 due to ECompletion.

 I hoped that maybe Installer squeaksource project: 'OCompletion';
 install: 'OCLoader' would load all the needed dependencies, but it
 does not seem to work.

 What am I doing wrong?

 Cheers,
 Doru


 --
 www.tudorgirba.com

 What we can governs what we wish.




 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

 --
 Romain Robbes
 http://www.inf.unisi.ch/phd/robbes


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

 --
 www.tudorgirba.com

 It's not how it is, it is how we see it.


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

 --
 Romain Robbes
 http://www.inf.unisi.ch/phd/robbes


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

--
www.tudorgirba.com

Every now and then stop and ask yourself if the war you're fighting  
is the right one.




___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


Re: [Pharo-project] Categories/packages in OB

2009-06-02 Thread Alexandre Bergel
Stef is right. If you create a package, then your class should appear  
in it.

Cheers,
Alexandre


On 31 May 2009, at 11:32, Schwab,Wilhelm K wrote:

 Hello,

 Is there a trick to getting items out of OB's Unpackaged list?  I  
 have four classes categorized as AuthenticationForSeaside, and OB is  
 promoting them as I think it should. Monticello won't show them to  
 me either.  It seems to promot only when a package name contains a  
 dash, but what if a monolithic package is enough?

 I am trying to package my code to get free of depending on change  
 sets, but something (perhaps ignrorance on my part) is stopping me.   
 Any helpful suggestions?

 Bill


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


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






___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


Re: [Pharo-project] FreeType?

2009-06-02 Thread Steve Wirts
I think so Pharo stays in sync with whatever new fonts you may have
installed/removed from your computer.

2009/6/2 Mariano Martinez Peck marianop...@gmail.com

 Can someone explain me why is that update?

 2009/6/2 Steve Wirts stevewi...@gmail.com

 If the font reloading is taking longer than you would like for startup, you
 can disable it from PreferencesBrowserFreeTypeUpdateFontsAtImageStartup


 On Sun, May 31, 2009 at 6:24 PM, Carlos Crosetti car...@mostar.com.arwrote:

 Hi, i loaded pharo, did software update and saved the image then quit.
 Loading again, I no longer see a file-not-found dialog, now I see a
 FreeType progress bar, showing and dissapearing twice... what is that?

 Regards, Carlos


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project



 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project



 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] FreeType?

2009-06-02 Thread Adrian Lienhard

On Jun 2, 2009, at 15:00 , Steve Wirts wrote:

 If the font reloading is taking longer than you would like for  
 startup, you
 can disable it from  
 PreferencesBrowserFreeTypeUpdateFontsAtImageStartup

Has anybody looked into whether the reloading is actually needed on  
each startup? Couldn't that be done only when the font browser is  
opened?

Adrian



 On Sun, May 31, 2009 at 6:24 PM, Carlos Crosetti  
 car...@mostar.com.arwrote:

 Hi, i loaded pharo, did software update and saved the image then  
 quit.
 Loading again, I no longer see a file-not-found dialog, now I see a
 FreeType progress bar, showing and dissapearing twice... what is  
 that?

 Regards, Carlos


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


Re: [Pharo-project] FreeType?

2009-06-02 Thread Rob Rothwell
A while ago I added an update button to the font browser so you could just
load on demand when you knew you installed a new font...

Rob

On Tue, Jun 2, 2009 at 9:15 AM, Adrian Lienhard a...@netstyle.ch wrote:


 On Jun 2, 2009, at 15:00 , Steve Wirts wrote:

  If the font reloading is taking longer than you would like for
  startup, you
  can disable it from
  PreferencesBrowserFreeTypeUpdateFontsAtImageStartup

 Has anybody looked into whether the reloading is actually needed on
 each startup? Couldn't that be done only when the font browser is
 opened?

 Adrian

 
 
  On Sun, May 31, 2009 at 6:24 PM, Carlos Crosetti
  car...@mostar.com.arwrote:
 
  Hi, i loaded pharo, did software update and saved the image then
  quit.
  Loading again, I no longer see a file-not-found dialog, now I see a
  FreeType progress bar, showing and dissapearing twice... what is
  that?
 
  Regards, Carlos
 
 
  ___
  Pharo-project mailing list
  Pharo-project@lists.gforge.inria.fr
  http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
 
  ___
  Pharo-project mailing list
  Pharo-project@lists.gforge.inria.fr
  http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] FreeType?

2009-06-02 Thread Rob Rothwell
Hmm...thanks!  I'll see if I can figure that out...

Rob

On Tue, Jun 2, 2009 at 9:33 AM, Adrian Lienhard a...@netstyle.ch wrote:

 Hi Rob,

 I purged the font cache with

 FreeTypeFontProvider current initialize

 and then opened the font browser (in which I only see Accuny as
 expected). When I hit update the progress bar appears, but the list of
 fonts does not get updated. If I close the browser and open it again,
 I see all fonts.

 Cheers,
 Adrian

 On Jun 2, 2009, at 15:19 , Rob Rothwell wrote:

  A while ago I added an update button to the font browser so you
  could just
  load on demand when you knew you installed a new font...
 
  Rob
 
  On Tue, Jun 2, 2009 at 9:15 AM, Adrian Lienhard a...@netstyle.ch
  wrote:
 
 
  On Jun 2, 2009, at 15:00 , Steve Wirts wrote:
 
  If the font reloading is taking longer than you would like for
  startup, you
  can disable it from
  PreferencesBrowserFreeTypeUpdateFontsAtImageStartup
 
  Has anybody looked into whether the reloading is actually needed on
  each startup? Couldn't that be done only when the font browser is
  opened?
 
  Adrian
 
 
 
  On Sun, May 31, 2009 at 6:24 PM, Carlos Crosetti
  car...@mostar.com.arwrote:
 
  Hi, i loaded pharo, did software update and saved the image then
  quit.
  Loading again, I no longer see a file-not-found dialog, now I see a
  FreeType progress bar, showing and dissapearing twice... what is
  that?
 
  Regards, Carlos
 
 
  ___
  Pharo-project mailing list
  Pharo-project@lists.gforge.inria.fr
  http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
 
  ___
  Pharo-project mailing list
  Pharo-project@lists.gforge.inria.fr
  http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
 
 
  ___
  Pharo-project mailing list
  Pharo-project@lists.gforge.inria.fr
  http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
 
  ___
  Pharo-project mailing list
  Pharo-project@lists.gforge.inria.fr
  http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] FreeType?

2009-06-02 Thread Gary Chambers
Depends whether you use the same image across multiple OSes...

Regards, Gary

  - Original Message - 
  From: Mariano Martinez Peck 
  To: Pharo-project@lists.gforge.inria.fr 
  Sent: Tuesday, June 02, 2009 2:21 PM
  Subject: Re: [Pharo-project] FreeType?





  On Tue, Jun 2, 2009 at 12:15 PM, Adrian Lienhard a...@netstyle.ch wrote:


On Jun 2, 2009, at 15:00 , Steve Wirts wrote:

 If the font reloading is taking longer than you would like for
 startup, you
 can disable it from
 PreferencesBrowserFreeTypeUpdateFontsAtImageStartup


Has anybody looked into whether the reloading is actually needed on
each startup? Couldn't that be done only when the font browser is
opened?

  That's exactly why I asked. It seems not necessary for me to be uploaded each 
time the image starts. How frequently your fonts change?

  IMHO this preference must be disable by default. 
   
  Cheers,

  Mariano




Adrian




 On Sun, May 31, 2009 at 6:24 PM, Carlos Crosetti
 car...@mostar.com.arwrote:

 Hi, i loaded pharo, did software update and saved the image then
 quit.
 Loading again, I no longer see a file-not-found dialog, now I see a
 FreeType progress bar, showing and dissapearing twice... what is
 that?

 Regards, Carlos


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project





--


  ___
  Pharo-project mailing list
  Pharo-project@lists.gforge.inria.fr
  http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] [ANN] Relicensing IV

2009-06-02 Thread Stéphane Ducasse
I fixed it.
What you get now are the old mails :)

Stef

On Jun 2, 2009, at 4:07 PM, Gabriel Cotelli wrote:

 Hi Stef,
 I check that tonight... If I remember right there's some Yoshiki  
 change on notify: ...

 On Sun, May 31, 2009 at 6:46 PM, Stéphane Ducasse stephane.duca...@inria.fr 
  wrote:
 hi gabriel

 when you load the relicensing part 4 are you able to run the tests?
 Because when I do that I get a problem with the test
 IVsAndClassVarNamesConflictTest which opens a notifier.
 Could you check and let me know?

 Stef


 VM: Mac OS - intel - 1057 - Squeak3.8.1 of '28 Aug 2006' [latest
 update: #6747] Squeak VM 4.1.1b2
 Image: Pharo0.1 [Latest update: #10322]

 SecurityManager state:
 Restricted: false
 FileAccess: true
 SocketAccess: true
 Working Dir /Users/ducasse/Workspace/FirstCircle/ActiveResearch/Pharo/
 Pharo
 Trusted Dir /foobar/tooBar/forSqueak/bogus
 Untrusted Dir /Users/ducasse/Library/Preferences/Squeak/Internet/My
 Squeak

 ClassBuilder(Object)notify:
Receiver: a ClassBuilder
Arguments and temporary variables:
aString:'Class variables should begin with  
 upper case characters'
Receiver's instance variables:
environ:Smalltalk
classMap:   nil
instVarMap: an IdentityDictionary()
progress:   nil
maxClassIndex:  nil
currentClassIndex:  nil

 ClassBuildervalidateClassvars:from:forSuper:
Receiver: a ClassBuilder
Arguments and temporary variables:
 error during printing
Receiver's instance variables:
environ:Smalltalk
classMap:   nil
instVarMap: an IdentityDictionary()
progress:   nil
maxClassIndex:  nil
currentClassIndex:  nil

 [] in
 ClassBuilder
  
  
 name:inEnvironment:subclassOf:type:instanceVariableNames:classVariableNames:poolDictionaries:category:unsafe
 :
Receiver: a ClassBuilder
Arguments and temporary variables:
 error during printing
Receiver's instance variables:
environ:Smalltalk
classMap:   nil
instVarMap: an IdentityDictionary()
progress:   nil
maxClassIndex:  nil
currentClassIndex:  nil

 BlockClosureensure:
Receiver: [closure] in
 ClassBuilder
  
  
 name:inEnvironment:subclassOf:type:instanceVariableNames:classV 
 ...etc...
Arguments and temporary variables:
aBlock: [closure] in
 ClassBuildername:inEnvironment:subclassOf:type:instanceV...etc...
returnValue:nil
b:  nil
Receiver's instance variables:
outerContext:
 ClassBuilder
  name:inEnvironment:subclassOf:type:instanceVariable...etc...
startpc:346
numArgs:0

 ClassBuilder
  
  
 name:inEnvironment:subclassOf:type:instanceVariableNames:classVariableNames:poolDictionaries:category:unsafe
 :
Receiver: a ClassBuilder
Arguments and temporary variables:
 error during printing
Receiver's instance variables:
environ:Smalltalk
classMap:   nil
instVarMap: an IdentityDictionary()
progress:   nil
maxClassIndex:  nil
currentClassIndex:  nil

 ClassBuilder
  
  
 name:inEnvironment:subclassOf:type:instanceVariableNames:classVariableNames:poolDictionaries:category
 :
Receiver: a ClassBuilder
Arguments and temporary variables:
className:  #ClassForTestToBeDeleted
env:Smalltalk
newSuper:   Object
type:   #normal
instVarString:  'a b c'
classVarString: 'a b c'
poolString: ''
category:   #'KernelTests-Classes'
Receiver's instance variables:
environ:Smalltalk
classMap:   nil
instVarMap: an IdentityDictionary()
progress:   nil
maxClassIndex:  nil
currentClassIndex:  nil

 ClassBuilder
  
  
 superclass:subclass:instanceVariableNames:classVariableNames:poolDictionaries:category
 :
Receiver: a ClassBuilder
Arguments and temporary variables:
newSuper:   Object
t:  #ClassForTestToBeDeleted
f:  'a b c'
d:  'a b c'
s:  ''
cat:#'KernelTests-Classes'
Receiver's instance variables:
environ:Smalltalk
classMap:   nil
instVarMap: an IdentityDictionary()
progress:   nil

Re: [Pharo-project] FreeType?

2009-06-02 Thread Adrian Lienhard

On Jun 2, 2009, at 16:13 , Gary Chambers wrote:

 Depends whether you use the same image across multiple OSes...

That is probably not that often the case, but if, what happens? Would  
the selected fonts fall back to Accuny?

I think we should disable UpdateFontsAtImageStartup by default to not  
have to pay for the scanning on each image startup. People that  
transfer images between different OSes have the possibility to enable  
the preference. OK?

Adrian



 Regards, Gary

  - Original Message -
  From: Mariano Martinez Peck
  To: Pharo-project@lists.gforge.inria.fr
  Sent: Tuesday, June 02, 2009 2:21 PM
  Subject: Re: [Pharo-project] FreeType?





  On Tue, Jun 2, 2009 at 12:15 PM, Adrian Lienhard a...@netstyle.ch  
 wrote:


On Jun 2, 2009, at 15:00 , Steve Wirts wrote:

 If the font reloading is taking longer than you would like for
 startup, you
 can disable it from
 PreferencesBrowserFreeTypeUpdateFontsAtImageStartup


Has anybody looked into whether the reloading is actually needed on
each startup? Couldn't that be done only when the font browser is
opened?

  That's exactly why I asked. It seems not necessary for me to be  
 uploaded each time the image starts. How frequently your fonts change?

  IMHO this preference must be disable by default.

  Cheers,

  Mariano




Adrian




 On Sun, May 31, 2009 at 6:24 PM, Carlos Crosetti
 car...@mostar.com.arwrote:

 Hi, i loaded pharo, did software update and saved the image then
 quit.
 Loading again, I no longer see a file-not-found dialog, now I see a
 FreeType progress bar, showing and dissapearing twice... what is
 that?

 Regards, Carlos


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project





 --


  ___
  Pharo-project mailing list
  Pharo-project@lists.gforge.inria.fr
  
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


Re: [Pharo-project] FreeType?

2009-06-02 Thread Mariano Martinez Peck
On Tue, Jun 2, 2009 at 1:25 PM, Adrian Lienhard a...@netstyle.ch wrote:


 On Jun 2, 2009, at 16:13 , Gary Chambers wrote:

  Depends whether you use the same image across multiple OSes...

 That is probably not that often the case, but if, what happens? Would
 the selected fonts fall back to Accuny?

 I think we should disable UpdateFontsAtImageStartup by default to not
 have to pay for the scanning on each image startup. People that
 transfer images between different OSes have the possibility to enable
 the preference. OK?


+1




 Adrian

 
 
  Regards, Gary
 
   - Original Message -
   From: Mariano Martinez Peck
   To: Pharo-project@lists.gforge.inria.fr
   Sent: Tuesday, June 02, 2009 2:21 PM
   Subject: Re: [Pharo-project] FreeType?
 
 
 
 
 
   On Tue, Jun 2, 2009 at 12:15 PM, Adrian Lienhard a...@netstyle.ch
  wrote:
 
 
 On Jun 2, 2009, at 15:00 , Steve Wirts wrote:
 
  If the font reloading is taking longer than you would like for
  startup, you
  can disable it from
  PreferencesBrowserFreeTypeUpdateFontsAtImageStartup
 
 
 Has anybody looked into whether the reloading is actually needed on
 each startup? Couldn't that be done only when the font browser is
 opened?
 
   That's exactly why I asked. It seems not necessary for me to be
  uploaded each time the image starts. How frequently your fonts change?
 
   IMHO this preference must be disable by default.
 
   Cheers,
 
   Mariano
 
 
 
 
 Adrian
 
 
 
 
  On Sun, May 31, 2009 at 6:24 PM, Carlos Crosetti
  car...@mostar.com.arwrote:
 
  Hi, i loaded pharo, did software update and saved the image then
  quit.
  Loading again, I no longer see a file-not-found dialog, now I see a
  FreeType progress bar, showing and dissapearing twice... what is
  that?
 
  Regards, Carlos
 
 
  ___
  Pharo-project mailing list
  Pharo-project@lists.gforge.inria.fr
  http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
 
  ___
  Pharo-project mailing list
  Pharo-project@lists.gforge.inria.fr
  http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
 
 
 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
 
 
 
 
 
 
 --
 
 
   ___
   Pharo-project mailing list
   Pharo-project@lists.gforge.inria.fr
 
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project___
  Pharo-project mailing list
  Pharo-project@lists.gforge.inria.fr
  http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] FreeType?

2009-06-02 Thread Michael Rueger
Adrian Lienhard wrote:
 On Jun 2, 2009, at 16:13 , Gary Chambers wrote:
 
 Depends whether you use the same image across multiple OSes...
 
 That is probably not that often the case, but if, what happens? Would  
 the selected fonts fall back to Accuny?
 
 I think we should disable UpdateFontsAtImageStartup by default to not  
 have to pay for the scanning on each image startup. People that  
 transfer images between different OSes have the possibility to enable  
 the preference. OK?

+1

Long term the scanning needs to be much faster and also properly hooked 
into the font change mechanism for every platform.
John implemented some caching for Sophie, but we never really got it 
fast enough to not be noticable at startup.

Michael

___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


Re: [Pharo-project] FreeType?

2009-06-02 Thread Gary Chambers
Sounds alright.

Regards, Gary

 I think we should disable UpdateFontsAtImageStartup by default to not  
 have to pay for the scanning on each image startup. People that  
 transfer images between different OSes have the possibility to enable  
 the preference. OK?
 
 Adrian


___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


Re: [Pharo-project] FreeType?

2009-06-02 Thread Adrian Lienhard
ok, I created an issue and attached a cs that disables the preference:

http://code.google.com/p/pharo/issues/detail?id=863

Adrian

On Jun 2, 2009, at 17:27 , Gary Chambers wrote:

 Sounds alright.

 Regards, Gary

 I think we should disable UpdateFontsAtImageStartup by default to not
 have to pay for the scanning on each image startup. People that
 transfer images between different OSes have the possibility to enable
 the preference. OK?

 Adrian


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


Re: [Pharo-project] Inspect it wrong shortcut

2009-06-02 Thread Gary Chambers
I note in InputEventSensorcommandKeyPressed

^self modifiers anyMask: 16r40

Whereas the Cmd/Alt key generate a modifier of 16r8...

Might be the cause of all this (and why you no longer get the Tasklist popping 
up when doing Alt+arrow).

Still seems to be some things wrong with the sensor stuff...

Regards, Gary

  - Original Message - 
  From: Mariano Martinez Peck 
  To: Pharo-project@lists.gforge.inria.fr 
  Sent: Monday, June 01, 2009 8:01 PM
  Subject: Re: [Pharo-project] Inspect it wrong shortcut





  2009/5/20 Alexandr Batalshikov abatalshi...@gmail.com

On Windows XP evaluating Preferences enable: #swapCOntrolAndAltKeys and 
changing any settings in section keyboard of Preference Browser no any effects 
to any shortcuts.

  Alexander can you still reproduce this problem? Can you see if you have 
enable the preference duplicateAllControlAndAltKeys ? If so, I think it is 
correct you have no effects in enabling or disabling swapControlAndAltKeys.
   


/ Alexander.


2009/5/19 Mariano Martinez Peck marianop...@gmail.com




  2009/5/19 Alexandr Batalshikov abatalshi...@gmail.com


On Windows XP with pharo0.1-10309dev09.05.3.image:
Alt+i -- run Inspect
Alt+Shift+i -- run Explore

Ctrl+i -- also run Explore


and changing any setting in section keyboard in Preference Browser
no any effects for me.

  Alexander: I created this ticket: 
http://code.google.com/p/pharo/issues/detail?id=829

  could you are your comments there ? 

  Thanks

  Mariano

   
  ___
  Pharo-project mailing list
  Pharo-project@lists.gforge.inria.fr
  http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project




___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project





--


  ___
  Pharo-project mailing list
  Pharo-project@lists.gforge.inria.fr
  http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] FreeType?

2009-06-02 Thread Eagle Offshore
I would be inclined to make it a 'latch preference'.
It should do the scan on first startup on a new platform and then  
never again unless the user asked or the image is started on a new  
machine.
How to tell if an image was last run on that machine or platform is  
left as an exercise for the implementor. :-)  But that would be the  
most useful behavior.

-Todd Blanchard

On Jun 2, 2009, at 7:25 AM, Adrian Lienhard wrote:


 On Jun 2, 2009, at 16:13 , Gary Chambers wrote:

 Depends whether you use the same image across multiple OSes...

 That is probably not that often the case, but if, what happens? Would
 the selected fonts fall back to Accuny?

 I think we should disable UpdateFontsAtImageStartup by default to not
 have to pay for the scanning on each image startup. People that
 transfer images between different OSes have the possibility to enable
 the preference. OK?

 Adrian



 Regards, Gary

 - Original Message -
 From: Mariano Martinez Peck
 To: Pharo-project@lists.gforge.inria.fr
 Sent: Tuesday, June 02, 2009 2:21 PM
 Subject: Re: [Pharo-project] FreeType?





 On Tue, Jun 2, 2009 at 12:15 PM, Adrian Lienhard a...@netstyle.ch
 wrote:


   On Jun 2, 2009, at 15:00 , Steve Wirts wrote:

 If the font reloading is taking longer than you would like for
 startup, you
 can disable it from
 PreferencesBrowserFreeTypeUpdateFontsAtImageStartup


   Has anybody looked into whether the reloading is actually needed on
   each startup? Couldn't that be done only when the font browser is
   opened?

 That's exactly why I asked. It seems not necessary for me to be
 uploaded each time the image starts. How frequently your fonts  
 change?

 IMHO this preference must be disable by default.

 Cheers,

 Mariano




   Adrian




 On Sun, May 31, 2009 at 6:24 PM, Carlos Crosetti
 car...@mostar.com.arwrote:

 Hi, i loaded pharo, did software update and saved the image then
 quit.
 Loading again, I no longer see a file-not-found dialog, now I see a
 FreeType progress bar, showing and dissapearing twice... what is
 that?

 Regards, Carlos


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


   ___
   Pharo-project mailing list
   Pharo-project@lists.gforge.inria.fr
   http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project





 --


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


[Pharo-project] Image hangs after update

2009-06-02 Thread Torsten Bergmann
When updating Pharo0.1Core-10319cl.image on a WinXP
machine the image hangs after the update is finished
(applying 5 updates).

I'm not able to click the OK button of the finished
dialog and the image is not responding to ALT+.

Anyone able to confirm this?  

Thanks
T.
-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01

___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


Re: [Pharo-project] Image hangs after update

2009-06-02 Thread Stéphane Ducasse

On Jun 2, 2009, at 8:53 PM, Torsten Bergmann wrote:

 When updating Pharo0.1Core-10319cl.image on a WinXP
 machine the image hangs after the update is finished
 (applying 5 updates).

 I'm not able to click the OK button of the finished
 dialog and the image is not responding to ALT+.

 Anyone able to confirm this?

We got something similar but not quite with an upgrade of dev image.
We insisted a lot and got a lot of debuggers that once closed the  
image was ok.
Apparently this is problem with a UI thread or something like that.



 Thanks
 T.
 -- 
 GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
 Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01

 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project



___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


Re: [Pharo-project] Image hangs after update

2009-06-02 Thread Mariano Martinez Peck
In windows, when I update several versions, I have the same problem. But if
you wait for several minutes, it comes alive again :)

In Linux (or at least in my machine) this doesn't happen.

I must say my Linux machine es MUCH faster the my windows one.

Cheers,

Mariano

On Tue, Jun 2, 2009 at 5:53 PM, Torsten Bergmann asta...@gmx.de wrote:

 When updating Pharo0.1Core-10319cl.image on a WinXP
 machine the image hangs after the update is finished
 (applying 5 updates).

 I'm not able to click the OK button of the finished
 dialog and the image is not responding to ALT+.

 Anyone able to confirm this?

 Thanks
 T.
 --
 GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
 Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01

 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] FreeType?

2009-06-02 Thread John M McIntosh
Er, well there was a fair amount of improvement. Keep in mind we  
showed the font menu each line in
it's font type, which was expensive so we did the following.

(a) on star tup we would check the list of font files against our  
known list.
This actually happens really fast, the time required is for directory  
reads.

(b) We would merge our saved known list with the new list and kick out
the fonts that were deleted, or the fonts that were new.

(c) For new fonts we had to read and set up in our internal font  
dictionary and
set up in our font's menu image.

(d) we saved the cached font menu forms and list in an image segment.


Thus on  a restart all that was required if there were no font changes
was the reading of the font directorie(s).

On 2-Jun-09, at 7:46 AM, Michael Rueger wrote:

 Adrian Lienhard wrote:
 On Jun 2, 2009, at 16:13 , Gary Chambers wrote:

 Depends whether you use the same image across multiple OSes...

 That is probably not that often the case, but if, what happens? Would
 the selected fonts fall back to Accuny?

 I think we should disable UpdateFontsAtImageStartup by default to not
 have to pay for the scanning on each image startup. People that
 transfer images between different OSes have the possibility to enable
 the preference. OK?

 +1

 Long term the scanning needs to be much faster and also properly  
 hooked
 into the font change mechanism for every platform.
 John implemented some caching for Sophie, but we never really got it
 fast enough to not be noticable at startup.

 Michael

 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

--
= 
= 
= 

John M. McIntosh john...@smalltalkconsulting.com   Twitter:   
squeaker68882
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
= 
= 
= 






___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


Re: [Pharo-project] Inspect it wrong shortcut

2009-06-02 Thread Mariano Martinez Peck
I crated another thread in this mailing list called Problem with keyboard
shortcuts. There it is a bit more detailed the problems I am facing.

Best,

Mariano


2009/6/2 Gary Chambers gazzagu...@btinternet.com

  I note in InputEventSensorcommandKeyPressed

 ^self modifiers anyMask: 16r40

 Whereas the Cmd/Alt key generate a modifier of 16r8...

 Might be the cause of all this (and why you no longer get the Tasklist
 popping up when doing Alt+arrow).

 Still seems to be some things wrong with the sensor stuff...

 Regards, Gary

 - Original Message -
 *From:* Mariano Martinez Peck marianop...@gmail.com
 *To:* Pharo-project@lists.gforge.inria.fr
 *Sent:* Monday, June 01, 2009 8:01 PM
 *Subject:* Re: [Pharo-project] Inspect it wrong shortcut



 2009/5/20 Alexandr Batalshikov abatalshi...@gmail.com

 On Windows XP evaluating Preferences enable: #swapCOntrolAndAltKeys and
 changing any settings in section keyboard of Preference Browser no any
 effects to any shortcuts.


 Alexander can you still reproduce this problem? Can you see if you have
 enable the preference duplicateAllControlAndAltKeys ? If so, I think it is
 correct you have no effects in enabling or disabling swapControlAndAltKeys.



 / Alexander.

 2009/5/19 Mariano Martinez Peck marianop...@gmail.com



 2009/5/19 Alexandr Batalshikov abatalshi...@gmail.com

 On Windows XP with pharo0.1-10309dev09.05.3.image: Alt+i -- run Inspect
 Alt+Shift+i -- run Explore
 Ctrl+i -- also run Explore

 and changing any setting in section keyboard in Preference Browser
 no any effects for me.


 Alexander: I created this ticket:
 http://code.google.com/p/pharo/issues/detail?id=829

 could you are your comments there ?

 Thanks

 Mariano


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project



 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


  --

 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


 ___
 Pharo-project mailing list
 Pharo-project@lists.gforge.inria.fr
 http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project