RE: Canola is free!

2009-03-24 Thread Jamie Bennett
Eduardo Lima (Etrunko) wrote: I'm pleased to announce that I've just closed bug #3881, which means that from now on Canola and all its components are licensed under the GNU General Public License version 3. This is great news, congratulations ! Any reason you and the team went for version 3

Project GSoC 2009 -- Text optical recognition

2009-03-24 Thread Marcio Miranda
Hello everyone, I am new here and I'm posting my proposal for GSoC 2009, suggestions are welcome. Can anybody tell me how to get in contact with potential mentors? Thanks * Project title: PATROPY -- Text Optical Recognition * Project Abstract (short description): The proposed programme of

Re: osso, muali , dbus and Qt closeEvent()s

2009-03-24 Thread Kimmo Hämäläinen
On Mon, 2009-03-23 at 14:44 +0100, ext David Greaves wrote: Hi Crossposting as I think this is a maemo-dev question of interest to Qt devs :) I am having a problem with my Qt applications and the osso window manager. Essentially the window manager is doing a sigkill which doesn't allow Qt

Re: osso, muali , dbus and Qt closeEvent()s

2009-03-24 Thread Antonio Aloisio
Hi, I fixed the closeEvent issue and now it works fine. The problem was inside Qt and it was due to an initialization of a QVarLengthArray for some Atom values. Now Qt sets the WM properties correctly and then also the WM_DELETE_WINDOW one. The closeEvents are now sent correctly. Cheers, Antonio.

Uploading packages to extras that already exist in maemo SDK

2009-03-24 Thread Anderson Lizardo
Hi all, I want to upload some Python related packages to fremantle extras-devel, however some of these packages are already on the Maemo SDK repository. I suppose the images that will be flashed to the device will not contain the SDK repositories (e.g. deb http://repository.maemo.org/

Re: osso, muali , dbus and Qt closeEvent()s

2009-03-24 Thread David Greaves
Kimmo Hämäläinen wrote: On Mon, 2009-03-23 at 14:44 +0100, ext David Greaves wrote: Hi Crossposting as I think this is a maemo-dev question of interest to Qt devs :) I am having a problem with my Qt applications and the osso window manager. Essentially the window manager is doing a

Re: Uploading packages to extras that already exist in maemo SDK

2009-03-24 Thread Qole
The SDK repositories are not available by default on any of the tablets, and they are not really safe to enable on the average user's tablet. I personally think it is great to make as wide a variety of libraries available in extras as possible, as long as they don't conflict with the standard set

GSoC 2009

2009-03-24 Thread Marcio Miranda
Hi, I apologize for some primary errors, and the Portuguese word in the description of the project. However I am sending back the proposal, so you can make guesses about it. Thanks * Project title: PATROPY -- Text Optical Recognition * Project Abstract (short description): The proposed

Re: Liqbase GSoC Proposal Rought Draft.

2009-03-24 Thread Zach Habersang
I very much appreciate the comment from crashanddie, I agreed with everything he said and have changed part of my proposal accordingly. Here is another draft of my proposal. Further scrutiny is welcome. :D Zach Liqbase Framework Development and Application Implementation

Maemo5: SGX vs. pixman

2009-03-24 Thread Tuomas Kulve
I made some very quick tests with the new hw accelerated(?) X.Org in the Maemo5 environment on Beagle board and wrote a short blog post about them: http://sandbox.movial.com/blog/2009/03/maemo5-sgx-vs-pixman/ -- Tuomas signature.asc Description: OpenPGP digital signature

Re: Uploading packages to extras that already exist in maemo SDK

2009-03-24 Thread Faheem Pervez
Hi, Personally, I'd wait because it is only an alpha SDK and versions of the libraries may change. You'll just add work for yourself having to update Extras if a library is updated. On 3/24/09, Anderson Lizardo anderson.liza...@gmail.com wrote: Hi all, I want to upload some Python related

detect window iconified/maximized in SDL

2009-03-24 Thread W. de Hoog
Hi, I would like to detect when an SDL application gets iconified. Than I can pause it to save power. In theory the SDL_ACTIVEEVENT should be generated and event.active should give me the info I need however I do not get these type of events. Anybody know of how to get the correct events or