[Pharo-dev] Playing an mp3

2014-02-11 Thread Noury Bouraqadi
Hi, Which library should I use for playing sounds in general and mp3 in particular? Thanks, Noury -- http://twitter.com/#!/NouryBouraqadi http://car.mines-douai.fr/noury

[Pharo-dev] [GSoC ideas] Pharo

2014-02-11 Thread Guillermo Polito
Ok, let's do this :) Hola Pharoers, ESUG, the European Smalltalk User Group, is applying for this year's Google Summer of Code. As you probably know, the Summer of Code provides the opportunity to fund students to work during the summer on Smalltalk, and Pharo. Please reply to this email (be

Re: [Pharo-dev] Playing an mp3

2014-02-11 Thread jannik laval
Hi Noury, You can use PharoSound. Here is the info for metacello: == spec project: 'Sound' with: [ spec className: 'ConfigurationOfPharoSound'; file: 'ConfigurationOfPharoSound' ; version: #stable; repository: 'http://smalltalkhub.com/mc/PharoExtras/Sound/main'. ]. == Jannik 2014-02-11 9:58 G

[Pharo-dev] GSoC: call for ideas

2014-02-11 Thread Damien Cassou
Hi fellow Pharo hackers, ESUG, the European Smalltalk User Group, is applying for this year's Google Summer of Code. As you probably know, the Summer of Code provides the opportunity to fund students to work during the summer on Pharo. Please reply to this

[Pharo-dev] NB and assembly methods (WAS: a lot of non-constructive things I refuse to talk about :)

2014-02-11 Thread Esteban Lorenzano
> > PS. I am hacking on protobuf in Pharo 3.0 and noticed cool NB assembler in > some places - are such methods creeping into base libraries now? What does > that mean for other CPUs? Sorry, for changing subject - feel free to reply > under different subject. Hi Goran, Yes… since NB and Athe

Re: [Pharo-dev] GSoC: call for ideas

2014-02-11 Thread Damien Cassou
Project idea Description: Make Pharo a scripting language with its syntax and command-line tools (http://rmod.lille.inria.fr/coral/) Skill level: intermediate Name of the mentor: Damien Cassou , DamienCassou on IRC (freenode) On Tue, Feb 11, 2014 at 10:42 AM, Damien Cassou wrote: > Hi fellow P

Re: [Pharo-dev] [gsoc-mentors] Re: GSoC: call for ideas

2014-02-11 Thread Guillermo Polito
Ahh I started a while ago another thread that said Pharo in the subject as adviced! :/ Should we keep this one or that one? On Tue, Feb 11, 2014 at 10:59 AM, Damien Cassou wrote: > Project idea > > Description: Make Pharo a scripting language with its syntax and > command-line tools (http://rmod

Re: [Pharo-dev] GSoC: call for ideas

2014-02-11 Thread Damien Cassou
Project idea Description: Integrate Git inside Pharo Skill level: intermediate Mentor: Damien Cassou , DamienCassou on IRC (freenode) On Tue, Feb 11, 2014 at 10:42 AM, Damien Cassou wrote: > Hi fellow Pharo hackers, > > ESUG, the European Smalltalk User Group, is applying for this >

Re: [Pharo-dev] [gsoc-mentors] Re: GSoC: call for ideas

2014-02-11 Thread Damien Cassou
On Tue, Feb 11, 2014 at 11:02 AM, Guillermo Polito wrote: > Ahh I started a while ago another thread that said Pharo in the subject as > adviced! :/ Should we keep this one or that one? we can keep both I guess. Sorry about that, I didn't pay attention. -- Damien Cassou http://damiencassou.sea

Re: [Pharo-dev] [gsoc-mentors] [GSoC ideas] Pharo

2014-02-11 Thread Damien Cassou
Project idea Description: let users reorganize a group of changes into separate meaningful commits Skill level: intermediate Mentor: Damien Cassou , DamienCassou on IRC (freenode) On Tue, Feb 11, 2014 at 10:00 AM, Guillermo Polito wrote: > Ok, let's do this :) > > Hola Pharoers, > > ESUG,

[Pharo-dev] pharo 3.0 versionner and creating a development version

2014-02-11 Thread Norbert Hartl
I try really hard to move to 3.0 at the moment. To me versionner became that important that this is a requirement for me to change the version. I’m testing the bleeding edge version of versionner in 3.0 and this looks really cool. But somehow I cannot create a development version of my project.

Re: [Pharo-dev] pharo 3.0 versionner and creating a development version

2014-02-11 Thread Esteban Lorenzano
hi Norbert. did you noticed that versionner is *already* in the image? cheers, Esteban On 11 Feb 2014, at 11:05, Norbert Hartl wrote: > I try really hard to move to 3.0 at the moment. To me versionner became that > important that this is a requirement for me to change the version. I’m > tes

Re: [Pharo-dev] [gsoc-mentors] [GSoC ideas] Pharo

2014-02-11 Thread Guillermo Polito
* New Pharo look and feel Mentor: Guillermo Polito (guillermopol...@gmail.com) Details: There have been already some efforts for making pharo look less alien for newcomers [1]. This project will be about designing a new welcoming interface/desktop. Examples of this would be a new search bar pro

Re: [Pharo-dev] [gsoc-mentors] [GSoC ideas] Pharo

2014-02-11 Thread Guillermo Polito
* Revisiting morphic widgets Skill level: intermediate Mentor: Guillermo Polito (guillermopol...@gmail.com) Current widgets in morphic are not easily identifiable: the existance of the vanilla and Pluggable* forms makes it complex. Also, common behavior between widgets is scattered around. This p

Re: [Pharo-dev] [gsoc-mentors] [GSoC ideas] Pharo

2014-02-11 Thread Guillermo Polito
* New Pharo Text Model Skill level: advanced Mentor: Guillermo Polito (guillermopol...@gmail.com) maybe Igor Stasenko? Pharo transition to vector graphics needs a new TextModel. Some work related was done by Dennis and Igor [1] and Alain Plantec [2]. However, polishing and Athens integration is s

[Pharo-dev] Issue 12832 OpalCompiler / Debugger

2014-02-11 Thread Nicolai Hess
Ben, Camille, can you take a look at this code |a b| a:='String'. b:='t'. a collectWithIndex:[:c :i | c < b] Debug this code and step over until you reach the collectWithIndex: method, the context inspector will show a,b,c,i even though only a and b are in the current scope. And it'll show the wro

Re: [Pharo-dev] pharo 3.0 versionner and creating a development version

2014-02-11 Thread Norbert Hartl
Am 11.02.2014 um 10:07 schrieb Esteban Lorenzano : > hi Norbert. > > did you noticed that versionner is *already* in the image? > Hahaha…no :) That’s soo me! Ok, but it does not have much influence on my question. I still don’t get how to just create a new development version or a new versi

Re: [Pharo-dev] [gsoc-mentors] [GSoC ideas] Pharo

2014-02-11 Thread Esteban Lorenzano
Title: Quartz backend for Athens framework Level: (beginner, intermediate, advanced) Intermediate Possible mentor: (can be assigned later) Esteban Lorenzano Possible second mentor: (can be assigned later) Description Athens is a vectorial graphics library that supports different backends but n

Re: [Pharo-dev] pharo 3.0 versionner and creating a development version

2014-02-11 Thread Esteban Lorenzano
heh… answer that is Christophe's work :) On 11 Feb 2014, at 11:54, Norbert Hartl wrote: > > Am 11.02.2014 um 10:07 schrieb Esteban Lorenzano : > >> hi Norbert. >> >> did you noticed that versionner is *already* in the image? >> > Hahaha…no :) That’s soo me! Ok, but it does not have much in

Re: [Pharo-dev] Trying to change the color of the window

2014-02-11 Thread kilon alios
yes I feared that things would be hard coded. But the Vistary theme dramatically changes the look of the windows, so it cant be that hard coded. Unless windows treat Vistary theme in some special way but I find that doubtful. On Mon, Feb 10, 2014 at 11:22 PM, p...@highoctane.be wrote: > What I

Re: [Pharo-dev] [gsoc-mentors] [GSoC ideas] Pharo

2014-02-11 Thread Benjamin
Porting Spec from Pharo to Amber. This can include finishing an Amber widget library named Moka, as well as porting Spec to Amber and plug it by default on Moka. Dialects involved: Pharo, Amber Skill level: Intermediate Mentors: Benjamin Van Ryseghem ( benjamin.vanryseg...@gmail.com ) and Nico

Re: [Pharo-dev] Playing an mp3

2014-02-11 Thread Sean P. DeNigris
For mp3s, I started wrapping the FMOD library with NB. It's on sthub. I ported enough to play an mp3 and porting other features should be straightforward at this point... HTH - Cheers, Sean -- View this message in context: http://forum.world.st/Playing-an-mp3-tp4742737p4742774.html Sent fro

Re: [Pharo-dev] Pharo3 Status Video from Fosdem on Youtube

2014-02-11 Thread btc
Marcus Denker wrote: Hi, The Pharo3 Status presentation is online: https://www.youtube.com/watch?v=son_bhZ93ec Marcus Really nice talk. One small enhancement, with the CI slide you spoke about16,000 tests being run each update. Consider writing that into the slides.

Re: [Pharo-dev] [gsoc-mentors] [GSoC ideas] Pharo

2014-02-11 Thread jannik laval
Phratch development with Arduino Description: Allowing to develop easily application for Arduino. As for http://s4a.cat/, but with a better integration with the Phratch environment Skill level: intermediate Mentors: Jannik Laval, Philippe Back 2014-02-11 11:04 GMT+01:00 Damien Cassou : > Proj

Re: [Pharo-dev] [gsoc-mentors] GSoC: call for ideas

2014-02-11 Thread Dennis Schetinin
- (*Intermediate*) *Amber* - *Pharo* interaction via WebSocket. Specifically, Pharo as IDE for Amber -- as continuation of http://gsoc2013.esug.org/projects/amber-tools and http://gsoc2012.esug.org/projects/mmi-amber. Use new tools (Glamorous Toolkit, for example). - (*Advanced*) Boundless and zoo

[Pharo-dev] Jenkins build is back to stable : Pharo-2.0-Tests » run 1,vm,linux #282

2014-02-11 Thread no-reply
See

[Pharo-dev] [pharo-project/pharo-core] 28cc87: 20628

2014-02-11 Thread GitHub
Branch: refs/heads/2.0 Home: https://github.com/pharo-project/pharo-core Commit: 28cc87dd94fa3e8fef6278635a3f9abc0904869e https://github.com/pharo-project/pharo-core/commit/28cc87dd94fa3e8fef6278635a3f9abc0904869e Author: Jenkins Build Server Date: 2014-02-11 (Tue, 11 Feb 2014

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

2014-02-11 Thread GitHub
Branch: refs/tags/20628 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Playing an mp3

2014-02-11 Thread Noury Bouraqadi
Hi Jannik, I searched on Smalltalkhub before sending my email. I noticed the project, but it is written : "midi sound piano roll". So, I thought it does not support mp3. Noury On 11 févr. 2014, at 10:11, jannik laval wrote: > Hi Noury, > > You can use PharoSound. > > Here is the info for met

Re: [Pharo-dev] Playing an mp3

2014-02-11 Thread Noury Bouraqadi
Thanks Sean. Sounds cool. Noury On 11 févr. 2014, at 14:44, Sean P. DeNigris wrote: > For mp3s, I started wrapping the FMOD library with NB. It's on sthub. I > ported enough to play an mp3 and porting other features should be > straightforward at this point... HTH > > > > - > Cheers, > Sea

Re: [Pharo-dev] pharo 3.0 versionner and creating a development version

2014-02-11 Thread Christophe Demarey
Hi Norbert, Le 11 févr. 2014 à 11:05, Norbert Hartl a écrit : > I try really hard to move to 3.0 at the moment. To me versionner became that > important that this is a requirement for me to change the version. I’m > testing the bleeding edge version of versionner in 3.0 and this looks really >

Re: [Pharo-dev] How I feel

2014-02-11 Thread askoh
It is a marathon on unknown paths. Those boot may come useful along the way. ObjC was given up for dead long time ago. A true miracle happened and now it is number three. Since it has roots in Smalltalk, let's try to find ways to take advantage of that. Smalltalk is still the best development envir

Re: [Pharo-dev] Playing an mp3

2014-02-11 Thread jannik laval
Ok the description is not good. In phratch, I can load MP3. Jannik 2014-02-11 15:30 GMT+01:00 Noury Bouraqadi : > Thanks Sean. > Sounds cool. > > Noury > On 11 févr. 2014, at 14:44, Sean P. DeNigris wrote: > > > For mp3s, I started wrapping the FMOD library with NB. It's on sthub. I > > ported

Re: [Pharo-dev] pharo 3.0 versionner and creating a development version

2014-02-11 Thread Norbert Hartl
Am 11.02.2014 um 14:48 schrieb Christophe Demarey : > Hi Norbert, > > Le 11 févr. 2014 à 11:05, Norbert Hartl a écrit : > >> I try really hard to move to 3.0 at the moment. To me versionner became that >> important that this is a requirement for me to change the version. I’m >> testing the bl

Re: [Pharo-dev] NB and assembly methods (WAS: a lot of non-constructive things I refuse to talk about :)

2014-02-11 Thread Igor Stasenko
On 11 February 2014 10:56, Esteban Lorenzano wrote: > > > > PS. I am hacking on protobuf in Pharo 3.0 and noticed cool NB assembler > in some places - are such methods creeping into base libraries now? What > does that mean for other CPUs? Sorry, for changing subject - feel free to > reply under

Re: [Pharo-dev] NB and assembly methods (WAS: a lot of non-constructive things I refuse to talk about :)

2014-02-11 Thread Igor Stasenko
On 11 February 2014 10:56, Esteban Lorenzano wrote: > > > > PS. I am hacking on protobuf in Pharo 3.0 and noticed cool NB assembler > in some places - are such methods creeping into base libraries now? What > does that mean for other CPUs? Sorry, for changing subject - feel free to > reply under

Re: [Pharo-dev] [Pharo-users] GSoC: call for ideas

2014-02-11 Thread Yuriy Tymchuk
Hey guys. 1. Implicit variable declarations support in FAST Make FAST to work with one of the languages that do not have explicit declaration of variables. Preferable target language is Javascript. This should move FAST to new horizons. advanced Yuriy Tymchuk , Anne Etien

Re: [Pharo-dev] GSoC: call for ideas

2014-02-11 Thread Yuriy Tymchuk
Hey guys. 1. Implicit variable declarations support in FAST Make FAST to work with one of the languages that do not have explicit declaration of variables. Preferable target language is Javascript. This should move FAST to new horizons. advanced Yuriy Tymchuk , Anne Etien

Re: [Pharo-dev] GSoC: call for ideas

2014-02-11 Thread Benjamin
> 4. Preferences persistence. > Now prefs are only working while you are on the same image. We can put > a button: save for all images, and serialise prefs to conf. folder when this > button is checked. The same goes for user name. Why not to put checkbox: > “Save for all next images”. Thi

Re: [Pharo-dev] GSoC: call for ideas

2014-02-11 Thread Yuriy Tymchuk
On 11 Feb 2014, at 16:49, Benjamin wrote: >> 4. Preferences persistence. >> Now prefs are only working while you are on the same image. We can put >> a button: save for all images, and serialise prefs to conf. folder when this >> button is checked. The same goes for user name. Why not to

Re: [Pharo-dev] GSoC: call for ideas

2014-02-11 Thread Benjamin
On 11 Feb 2014, at 16:51, Yuriy Tymchuk wrote: > > On 11 Feb 2014, at 16:49, Benjamin > wrote: > >>> 4. Preferences persistence. >>> Now prefs are only working while you are on the same image. We can put >>> a button: save for all images, and serialise prefs to conf. folder when >>> thi

Re: [Pharo-dev] GSoC: call for ideas

2014-02-11 Thread Esteban Lorenzano
On 11 Feb 2014, at 17:12, Benjamin wrote: > On 11 Feb 2014, at 16:51, Yuriy Tymchuk wrote: > >> >> On 11 Feb 2014, at 16:49, Benjamin >> wrote: >> 4. Preferences persistence. Now prefs are only working while you are on the same image. We can put a button: save for all im

Re: [Pharo-dev] GSoC: call for ideas

2014-02-11 Thread Yuriy Tymchuk
On 11 Feb 2014, at 17:12, Benjamin wrote: > On 11 Feb 2014, at 16:51, Yuriy Tymchuk wrote: > >> >> On 11 Feb 2014, at 16:49, Benjamin >> wrote: >> 4. Preferences persistence. Now prefs are only working while you are on the same image. We can put a button: save for all im

Re: [Pharo-dev] pharo 3.0 versionner and creating a development version

2014-02-11 Thread Sean P. DeNigris
It's hard to think this one through without use cases… On the positive, it may be better to mark every numbered version as #'release' and then use semantic versioning to update if you run into trouble (i.e. release 2.0 and if you have to adjust the packages, 2.0.1). Because now that we have stable

Re: [Pharo-dev] pharo 3.0 versionner and creating a development version

2014-02-11 Thread Christophe Demarey
Le 11 févr. 2014 à 16:15, Norbert Hartl a écrit : > > Am 11.02.2014 um 14:48 schrieb Christophe Demarey > : > >> Hi Norbert, >> >> Le 11 févr. 2014 à 11:05, Norbert Hartl a écrit : >> >>> I try really hard to move to 3.0 at the moment. To me versionner became >>> that important that this is

Re: [Pharo-dev] pharo 3.0 versionner and creating a development version

2014-02-11 Thread Norbert Hartl
Am 11.02.2014 um 16:43 schrieb Christophe Demarey : > > Le 11 févr. 2014 à 16:15, Norbert Hartl a écrit : > >> >> Am 11.02.2014 um 14:48 schrieb Christophe Demarey >> : >> >>> Hi Norbert, >>> >>> Le 11 févr. 2014 à 11:05, Norbert Hartl a écrit : >>> I try really hard to move to 3.0 at

Re: [Pharo-dev] GSoC: call for ideas

2014-02-11 Thread Benjamin
On 11 Feb 2014, at 17:28, Yuriy Tymchuk wrote: > > C’est cool. Thank you Ben. I had some more ideas like making a common STON > format for prefs. But maybe you have some more ideas. Or we can just kill > this proposal.\\ Maybe we should discuss it then :) Ben

[Pharo-dev] [ANN] ScriptManager 1.7 Release for upcoming Pharo 3.0

2014-02-11 Thread Torsten Bergmann
Thanks to Sven van Caekenberghe the ScriptManager tool hosted in project http://smalltalkhub.com/#!/~TorstenBergmann/ScriptManager/ now also provides the ability to import/export not only to a single binary fuel file but also to a folder with readable scripts. This is a good idea and may also

[Pharo-dev] Fosdem Videos and Pharo. 4 presentation

2014-02-11 Thread Torsten Bergmann
Hi, The videos from FOSDEM website also include a video from Marcus's presentation about PHARO 4. Unfortunately the video starts with the title Marcus Denker and Pharo 4 but include the presentation about another talk about Objectivesmalltalk which is therefore available twice. Dont know who reco

Re: [Pharo-dev] [ANN] ScriptManager 1.7 Release for upcoming Pharo 3.0

2014-02-11 Thread Sven Van Caekenberghe
Hi Torsten, On 11 Feb 2014, at 22:12, Torsten Bergmann wrote: > Thanks to Sven van Caekenberghe the ScriptManager tool hosted in project > > http://smalltalkhub.com/#!/~TorstenBergmann/ScriptManager/ > > now also provides the ability to import/export not only to a single > binary fuel file b

Re: [Pharo-dev] Fosdem Videos and Pharo. 4 presentation

2014-02-11 Thread Stefan Marr
Hi: On 11 Feb 2014, at 23:53, Torsten Bergmann wrote: > The videos from FOSDEM website also include a video from Marcus's > presentation about PHARO 4. > Unfortunately the video starts with the title Marcus Denker and Pharo 4 but > include the presentation about another talk about Objectivesma

[Pharo-dev] CI Build Slaves ?

2014-02-11 Thread Sven Van Caekenberghe
Hi, Does anyone know when all CI Build Slaves will become available again ? Right now, I seems at least Windows is no longer there. It is a bit hard to do integrations like that. Thx, Sven

Re: [Pharo-dev] Fosdem Videos and Pharo. 4 presentation

2014-02-11 Thread Bernardo Ezequiel Contreras
Hi, They already know it, but they are busy. be patient On Sun, Feb 09, 2014 at 08:06:03PM -0200, Bernardo Ezequiel Contreras wrote: > Hi, > the following video > http://video.fosdem.org/2014/K4401/Saturday/Pharo4_Plans_and_Dreams.webm > doesn't contain the presentation by marcus denker, ins