Re: [Pharo-dev] [pharo-project/pharo-core] e03e64: 40495

2015-02-17 Thread Nicolai Hess
:)

Ok, this was (more or less) a test run with just some small
changes.

Now the bigger part.


2015-02-17 11:02 GMT+01:00 Tudor Girba :

> This is great indeed!
>
> Doru
>
> On Tue, Feb 17, 2015 at 10:17 AM, Sven Van Caekenberghe 
> wrote:
>
>>
>> > On 17 Feb 2015, at 10:09, Marcus Denker  wrote:
>> >
>> >
>> >>
>> >> Log Message:
>> >> ---
>> >> 40495
>> >> 14934 Load new Athens configuration 2.8
>> >>  https://pharo.fogbugz.com/f/cases/14934
>> >>
>> >
>> >
>> > This fixes the following issues
>> >
>> > case 14723 Make StrikeFonts working in Athens (font size related)
>> > case 14710 AthensCairoCanvas setAA not implemented
>> > case 14799 AthensCairoCanvas draws in empty rectangles
>>
>> Great work, Nicolai !
>>
>>
>>
>>
>
>
> --
> www.tudorgirba.com
>
> "Every thing has its own flow"
>


Re: [Pharo-dev] About Matrix API access

2015-02-17 Thread Richard Sargent
stepharo wrote
> ...
> | matrix23 |
> matrix23 := Matrix rows: 3 columns: 2.
> matrix23 at: 1 at: 1 put: 11.

What? #at:at:put:? That *will* cause errors. The "at"s are effectively
anonymous keywords.

I hope the API can still be changed. e.g. #atRow:column:put: and possibly
also #atColumn:row:put:.



Thaks,
Richard



--
View this message in context: 
http://forum.world.st/About-Matrix-API-access-tp4805746p4806237.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.



Re: [Pharo-dev] GSOC 2015 Call for Ideas

2015-02-17 Thread Serge Stinckwich
We have something like 45 projects ideas at the moment.
We really need more project ideas from more people (not only RMOD guys).

Even if you have a vague idea, you can contribute.

Thank you.

Regards,

On Sun, Feb 15, 2015 at 3:23 PM, Serge Stinckwich
 wrote:
> Dear pharoers,
>
> this year Pharo consortium (and community) is going to take part in a
> Google Summer of Code event[1] as a standalone organization. This is
> an opportunity to promote Pharo, get some job done and have students
> paid.
>
> Currently we are at the most important stage as we are preparing the
> organization application, and hoping that we will be accepted and
> granted decent amount of project slots. Everyone can help with
> application by submitting ideas for student projects.
>
> Current list can be found at:
> https://github.com/pharo-project/pharo-project-proposals/blob/master/Topics.st
>
> It is in STON format, and result is being generated at: http://gsoc.pharo.org/
>
> Please add your ideas following the format of existing projects and
> open a pull request with them (you will need a github account).
> Preferably submit ideas with possible mentors, but if none are
> available at the moment ideas without mentors are also welcome.
>
> The template to submit projects is :
>
> PharoTopic new
> title: 'The name of your project;
> contact: 'email address';
> supervisors: 'Supervisors names';
> keywords: 'keywords separated by spaces;
> context: 'a description of the context of the project';
> goal: 'description of the goal';
> level: 'Beginner or Intermediate or Advanced';
> yourself.
>
> We will need a lot of projects/idea before February 20th 2015, the
> deadline for applying to GSOC 2015.
>
> Do not hesitate to ask questions. Administrators of this year’s
> application are Serge Stinckwich  and
> Yuriy Tymchuk 
>
> If you don't know how to edit the list, please send your project
> following the template to the administrators.
>
> [1]: https://www.google-melange.com/gsoc/homepage/google/gsoc2015
>
> Cheers,
> --
> Serge Stinckwich
> UCBN & UMI UMMISCO 209 (IRD/UPMC)
> Every DSL ends up being Smalltalk
> http://www.doesnotunderstand.org/



-- 
Serge Stinckwich
UCBN & UMI UMMISCO 209 (IRD/UPMC)
Every DSL ends up being Smalltalk
http://www.doesnotunderstand.org/



Re: [Pharo-dev] [pharo-project/pharo-core] e03e64: 40495

2015-02-17 Thread Tudor Girba
This is great indeed!

Doru

On Tue, Feb 17, 2015 at 10:17 AM, Sven Van Caekenberghe 
wrote:

>
> > On 17 Feb 2015, at 10:09, Marcus Denker  wrote:
> >
> >
> >>
> >> Log Message:
> >> ---
> >> 40495
> >> 14934 Load new Athens configuration 2.8
> >>  https://pharo.fogbugz.com/f/cases/14934
> >>
> >
> >
> > This fixes the following issues
> >
> > case 14723 Make StrikeFonts working in Athens (font size related)
> > case 14710 AthensCairoCanvas setAA not implemented
> > case 14799 AthensCairoCanvas draws in empty rectangles
>
> Great work, Nicolai !
>
>
>
>


-- 
www.tudorgirba.com

"Every thing has its own flow"


Re: [Pharo-dev] [pharo-project/pharo-core] a67750: 40496

2015-02-17 Thread Sven Van Caekenberghe

> On 17 Feb 2015, at 10:54, Marcus Denker  wrote:
> 
> 
>>  ---
>>  40496
>> 14935 Load new configuratoin of TxText 2.8.2
>>  https://pharo.fogbugz.com/f/cases/14935
>> 
> 
> with the following fixes
> case 14778 TxAthensLayoutView should not impose a x offset minimal value
> case 14774 TxHighlightRenderer shapes badly computed when scrolling 
> horizontally
> case 14719 TxTextLayout startPosition and TxTexLayoutView scrolling management
> case 14715 TxTextEditorMorph modifies dragged morph position
> case 14687 TxTextPosition moveDown: can only move one line down
> 
>   Marcus

Again, thanks Nicolai !!




Re: [Pharo-dev] [pharo-project/pharo-core] a67750: 40496

2015-02-17 Thread Marcus Denker

>  ---
>  40496
> 14935 Load new configuratoin of TxText 2.8.2
>   https://pharo.fogbugz.com/f/cases/14935
> 

with the following fixes
case 14778  TxAthensLayoutView should 
not impose a x offset minimal value
case 14774  TxHighlightRenderer 
shapes badly computed when scrolling horizontally
case 14719  TxTextLayout 
startPosition and TxTexLayoutView scrolling management
case 14715  TxTextEditorMorph 
modifies dragged morph position
case 14687  TxTextPosition moveDown: 
can only move one line down

Marcus



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

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


[Pharo-dev] [pharo-project/pharo-core] a67750: 40496

2015-02-17 Thread GitHub
  Branch: refs/heads/4.0
  Home:   https://github.com/pharo-project/pharo-core
  Commit: a677509d8bbf88ddc617e810a46686feac0d3b1b
  
https://github.com/pharo-project/pharo-core/commit/a677509d8bbf88ddc617e810a46686feac0d3b1b
  Author: Jenkins Build Server 
  Date:   2015-02-17 (Tue, 17 Feb 2015)

  Changed paths:
A 
ConfigurationOfTxText.package/ConfigurationOfTxText.class/instance/versions/version282_.st
A ScriptLoader40.package/ScriptLoader.class/instance/pharo - 
scripts/script496.st
A ScriptLoader40.package/ScriptLoader.class/instance/pharo - 
updates/update40496.st
M 
ScriptLoader40.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
M 
TxText-Athens.package/TxAthensLayoutView.class/instance/initializing/resetLayout_.st
M 
TxText-Athens.package/TxAthensLayoutView.class/instance/scrolling/scrollBy_.st
M 
TxText-Athens.package/TxAthensLayoutView.class/instance/scrolling/scrollIntoView_margin_.st
M 
TxText-Athens.package/TxHighlightRenderer.class/instance/private-accessing/shapes.st
M TxText-Athens.package/TxTextEditor.class/instance/navigation/moveLeft.st
M 
TxText-Athens.package/TxTextEditorMorph.class/instance/editing/handleBackspaceKey.st
M TxText-Athens.package/TxTextEditorMorph.class/instance/event 
handling/handleMouseMove_.st
R TxText-Athens.package/TxViewContainer.class/class/as yet 
unclassified/exampleEditorExistingTextWithEmbeddedObjects.st
R TxText-Athens.package/TxViewContainer.class/class/as yet 
unclassified/exampleOneLineEditor.st
A 
TxText-Athens.package/TxViewContainer.class/class/examples/exampleEditorExistingTextWithEmbeddedObjects.st
A 
TxText-Athens.package/TxViewContainer.class/class/examples/exampleOneLineEditor.st
M TxText-Model.package/TxTextPosition.class/instance/navigation/moveDown_.st

  Log Message:
  ---
  40496
14935 Load new configuratoin of TxText 2.8.2
https://pharo.fogbugz.com/f/cases/14935

http://files.pharo.org/image/40/40496.zip




Re: [Pharo-dev] [pharo-project/pharo-core] e03e64: 40495

2015-02-17 Thread Sven Van Caekenberghe

> On 17 Feb 2015, at 10:09, Marcus Denker  wrote:
> 
> 
>> 
>> Log Message:
>> ---
>> 40495
>> 14934 Load new Athens configuration 2.8
>>  https://pharo.fogbugz.com/f/cases/14934
>> 
> 
> 
> This fixes the following issues
> 
> case 14723 Make StrikeFonts working in Athens (font size related)
> case 14710 AthensCairoCanvas setAA not implemented
> case 14799 AthensCairoCanvas draws in empty rectangles

Great work, Nicolai !





Re: [Pharo-dev] [pharo-project/pharo-core] e03e64: 40495

2015-02-17 Thread Marcus Denker

> 
>  Log Message:
>  ---
>  40495
> 14934 Load new Athens configuration 2.8
>   https://pharo.fogbugz.com/f/cases/14934
> 


This fixes the following issues

case 14723 Make StrikeFonts working in Athens (font size related)
case 14710 AthensCairoCanvas setAA not implemented
case 14799 AthensCairoCanvas draws in empty rectangles


Marcus




Re: [Pharo-dev] Number>>#percent

2015-02-17 Thread Christophe Demarey
I'm also in favor to have it as default in the core. It is a so basic thing.
I was also searching for this feature a few days ago.
On another hand, one could also argue that 12/100 does the job but is less 
intention revealing.

Another thing that I find is missing in the core is the support for currency 
(with a nice formatting and round: 2)

Le 16 févr. 2015 à 22:55, Sven Van Caekenberghe a écrit :

> I like it, it is just one method.
> 
>> On 16 Feb 2015, at 22:41, Sean P. DeNigris  wrote:
>> 
>> Guillermo Polito wrote
>>> Sean, but if you need something like that, why wouldn't you load
>>> aconcagua?
>>> 
>>> I'm just in the crusade of putting less in the kernel by default ^^.
>> 
>> Good question! The little project I was working on when I implemented that
>> method /was/ using Aconcagua! But:
>> 1. This is a simple, common conversion which
>> a. could make the kernel itself a bit more intention revealing
>>   Job>>#progress
>>  ^ min >= max ifTrue: [ 1 ] ifFalse: [ (currentValue - min) / (max - 
>> min) ]
>> could become:
>>  ^ min >= max ifTrue: [ 100 percent ] ifFalse: [ (currentValue - min) / 
>> (max
>> - min) ]
>> b. would've made my life a bit easier on several occasions, but feels much
>> too lightweight to load a library for. There doesn't seem to be an entire
>> domain behind it. One method gets you the whole thing.
>> 2. AFAICT, Aconcagua doesn't really solve this problem. It defines families
>> of units and conversions between them, but here there's just one concept as
>> mentioned in 1.b. above
>> 
>> 
>> 
>> -
>> Cheers,
>> Sean
>> --
>> View this message in context: 
>> http://forum.world.st/Number-percent-tp4805988p4806047.html
>> Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
>> 
> 
> 



smime.p7s
Description: S/MIME cryptographic signature


[Pharo-dev] [pharo-project/pharo-core] e03e64: 40495

2015-02-17 Thread GitHub
  Branch: refs/heads/4.0
  Home:   https://github.com/pharo-project/pharo-core
  Commit: e03e6486a5fae6f8a76e3450f7fa43c1672f7279
  
https://github.com/pharo-project/pharo-core/commit/e03e6486a5fae6f8a76e3450f7fa43c1672f7279
  Author: Jenkins Build Server 
  Date:   2015-02-17 (Tue, 17 Feb 2015)

  Changed paths:
M 
Athens-Cairo.package/AthensCairoCanvas.class/instance/clipping/clipBy_during_.st
M Athens-Cairo.package/AthensCairoCanvas.class/instance/private/setAA_.st
M Athens-Cairo.package/AthensCairoText.class/instance/drawing/loadOn_.st
A Athens-Text.package/extension/AbstractFont/instance/getPreciseDescent.st
A Athens-Text.package/extension/AbstractFont/instance/getPreciseHeight.st
M 
ConfigurationOfAthens.package/ConfigurationOfAthens.class/instance/baselines/baseline10_.st
M 
ConfigurationOfAthens.package/ConfigurationOfAthens.class/instance/baselines/baseline11_.st
A 
ConfigurationOfAthens.package/ConfigurationOfAthens.class/instance/symbolic 
versions/development_.st
A 
ConfigurationOfAthens.package/ConfigurationOfAthens.class/instance/symbolic 
versions/stable_.st
R 
ConfigurationOfAthens.package/ConfigurationOfAthens.class/instance/versions/development_.st
R 
ConfigurationOfAthens.package/ConfigurationOfAthens.class/instance/versions/stable_.st
M 
ConfigurationOfAthens.package/ConfigurationOfAthens.class/instance/versions/version01_.st
A 
ConfigurationOfAthens.package/ConfigurationOfAthens.class/instance/versions/version28_.st
A ScriptLoader40.package/ScriptLoader.class/instance/pharo - 
scripts/script495.st
A ScriptLoader40.package/ScriptLoader.class/instance/pharo - 
updates/update40495.st
M 
ScriptLoader40.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st

  Log Message:
  ---
  40495
14934 Load new Athens configuration 2.8
https://pharo.fogbugz.com/f/cases/14934

http://files.pharo.org/image/40/40495.zip




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

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


[Pharo-dev] [pharo-project/pharo-core] a1c317: 40494

2015-02-17 Thread GitHub
  Branch: refs/heads/4.0
  Home:   https://github.com/pharo-project/pharo-core
  Commit: a1c3174a6913eaa3f0d857e6d706cefb1e9cc0ff
  
https://github.com/pharo-project/pharo-core/commit/a1c3174a6913eaa3f0d857e6d706cefb1e9cc0ff
  Author: Jenkins Build Server 
  Date:   2015-02-17 (Tue, 17 Feb 2015)

  Changed paths:
M 
Collections-Arithmetic.package/extension/Array/instance/preMultiplyByMatrix_.st
M 
Collections-Arithmetic.package/extension/Matrix/instance/preMultiplyByArray_.st
M 
Collections-Arithmetic.package/extension/Matrix/instance/preMultiplyByMatrix_.st
M Collections-Unordered.package/Matrix.class/README.md
A Collections-Unordered.package/Matrix.class/class/deprecated/column_.st
A Collections-Unordered.package/Matrix.class/class/deprecated/row_.st
R Collections-Unordered.package/Matrix.class/class/instance 
creation/column_.st
R Collections-Unordered.package/Matrix.class/class/instance 
creation/diagonal_.st
R Collections-Unordered.package/Matrix.class/class/instance 
creation/identity_.st
M Collections-Unordered.package/Matrix.class/class/instance creation/new_.st
M Collections-Unordered.package/Matrix.class/class/instance 
creation/new_element_.st
M Collections-Unordered.package/Matrix.class/class/instance 
creation/new_tabulate_.st
R Collections-Unordered.package/Matrix.class/class/instance 
creation/ones_.st
R Collections-Unordered.package/Matrix.class/class/instance creation/row_.st
M Collections-Unordered.package/Matrix.class/class/instance 
creation/rows_columns_element_.st
M Collections-Unordered.package/Matrix.class/class/instance 
creation/rows_columns_tabulate_.st
R Collections-Unordered.package/Matrix.class/class/instance 
creation/zeros_.st
A Collections-Unordered.package/Matrix.class/class/special instance 
creation/columnVector_.st
A Collections-Unordered.package/Matrix.class/class/special instance 
creation/diagonal_.st
A Collections-Unordered.package/Matrix.class/class/special instance 
creation/identity_.st
A Collections-Unordered.package/Matrix.class/class/special instance 
creation/ones_.st
A Collections-Unordered.package/Matrix.class/class/special instance 
creation/rowVector_.st
A Collections-Unordered.package/Matrix.class/class/special instance 
creation/zeros_.st
M Collections-Unordered.package/Matrix.class/definition.st
R Collections-Unordered.package/Matrix.class/instance/accessing 
rows%2Fcolumns/atColumn_.st
R Collections-Unordered.package/Matrix.class/instance/accessing 
rows%2Fcolumns/atColumn_put_.st
R Collections-Unordered.package/Matrix.class/instance/accessing 
rows%2Fcolumns/atRow_.st
R Collections-Unordered.package/Matrix.class/instance/accessing 
rows%2Fcolumns/atRow_put_.st
R Collections-Unordered.package/Matrix.class/instance/accessing 
rows%2Fcolumns/diagonal.st
R Collections-Unordered.package/Matrix.class/instance/accessing 
rows%2Fcolumns/swapColumn_withColumn_.st
R Collections-Unordered.package/Matrix.class/instance/accessing 
rows%2Fcolumns/swapRow_withRow_.st
R Collections-Unordered.package/Matrix.class/instance/accessing 
rows%2Fcolumns/transposed.st
M Collections-Unordered.package/Matrix.class/instance/accessing 
submatrices/atRows_to_columns_to_ifInvalid_.st
M Collections-Unordered.package/Matrix.class/instance/accessing/anyOne.st
M Collections-Unordered.package/Matrix.class/instance/accessing/atAllPut_.st
M Collections-Unordered.package/Matrix.class/instance/accessing/atRandom.st
M Collections-Unordered.package/Matrix.class/instance/accessing/atRandom_.st
M Collections-Unordered.package/Matrix.class/instance/accessing/at_at_.st
M 
Collections-Unordered.package/Matrix.class/instance/accessing/at_at_ifInvalid_.st
M 
Collections-Unordered.package/Matrix.class/instance/accessing/at_at_incrementBy_.st
M 
Collections-Unordered.package/Matrix.class/instance/accessing/at_at_put_.st
M 
Collections-Unordered.package/Matrix.class/instance/accessing/columnCount.st
M 
Collections-Unordered.package/Matrix.class/instance/accessing/identityIndexOf_.st
M Collections-Unordered.package/Matrix.class/instance/accessing/indexOf_.st
M 
Collections-Unordered.package/Matrix.class/instance/accessing/indexOf_ifAbsent_.st
A 
Collections-Unordered.package/Matrix.class/instance/accessing/numberOfColumns.st
A 
Collections-Unordered.package/Matrix.class/instance/accessing/numberOfColumns_.st
A 
Collections-Unordered.package/Matrix.class/instance/accessing/numberOfRows.st
A 
Collections-Unordered.package/Matrix.class/instance/accessing/numberOfRows_.st
M 
Collections-Unordered.package/Matrix.class/instance/accessing/replaceAll_with_.st
M Collections-Unordered.package/Matrix.class/instance/accessing/rowCount.st
M Collections-Unordered.package/Matrix.class/instance/accessing/size.st
R Collections-Unordered.package/Matrix.class/instance/adding/add_.st
M Collections-Unorder

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

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


Re: [Pharo-dev] how to unclose an issue?

2015-02-17 Thread Tudor Girba
Never mind. I found the Reopen button from the top right.

Doru

On Tue, Feb 17, 2015 at 9:15 AM, Tudor Girba  wrote:

> Hi,
>
> I made a mistake, and I pressed the Resolve & Close button in FogBugz. Is
> there a way to unclose it?
>
> Here is the issue:
> https://pharo.fogbugz.com/f/cases/edit/14949/
>
> Cheers,
> Doru
>
> --
> www.tudorgirba.com
>
> "Every thing has its own flow"
>



-- 
www.tudorgirba.com

"Every thing has its own flow"


[Pharo-dev] how to unclose an issue?

2015-02-17 Thread Tudor Girba
Hi,

I made a mistake, and I pressed the Resolve & Close button in FogBugz. Is
there a way to unclose it?

Here is the issue:
https://pharo.fogbugz.com/f/cases/edit/14949/

Cheers,
Doru

-- 
www.tudorgirba.com

"Every thing has its own flow"