Re: Looking for help from a GTK guy with 2 projects

2011-11-15 Thread Andre Klapper
On Sun, 2011-11-13 at 17:53 +0800, Jonathan Wilson wrote: Have you considered Maliit? http://wiki.maliit.org/Documentation/Installing#Maemo_5_.28Fremantle.29 That looks nice but: 1.Its clearly stated that its use on Maemo5 is not ready for prime time Errm, but the replacement that you

Re: Looking for help from a GTK guy with 2 projects

2011-11-15 Thread Mohammad Abu-Garbeyyeh
How else does the main window / ux show then? On Nov 14, 2011, at 1:55 PM, Michael Hasselmann mich...@taschenorakel.de wrote: On Mon, 2011-11-14 at 12:44 +0200, Mohammad Abu-garbeyyeh wrote: Although probably related to memory usage, painting Qt widgets takes much more time than Gtk ones (on

Re: Looking for help from a GTK guy with 2 projects

2011-11-15 Thread Michael Hasselmann
On Tue, 2011-11-15 at 11:05 +0200, Mohammad Abu-Garbeyyeh wrote: How else does the main window / ux show then? It uses QWidgets as viewports, and then uses Qt Graphics View. So it's not something like one QWidget per key or such, that's why I simply don't believe the painting speed difference

Re: Re: Looking for help from a GTK guy with 2 projects

2011-11-15 Thread Ивайло Димитров
OK, OK, you sound convincing :) . Will give it a try (when I have some spare time) and will report. Оригинално писмо От: Michael Hasselmann Относно: Re: Looking for help from a GTK guy with 2 projects До: Mohammad Abu-Garbeyyeh Изпратено на: Вторник, 2011, Ноември

Re: Re: Looking for help from a GTK guy with 2 projects

2011-11-14 Thread Ивайло Димитров
Meh. The reason why QT keyboard would not be acceptable to replace hildon vkb is very simple - QT memory footprint. Did you forget n900 comes with 256MB of RAM? And running even simple QT/QML application consumes about 8%-10% of that? While it sounds very good in theory, in practice(under

Re: Re: Looking for help from a GTK guy with 2 projects

2011-11-14 Thread Michael Hasselmann
On Mon, 2011-11-14 at 10:23 +0200, Ивайло Димитров wrote: Meh. The reason why QT keyboard would not be acceptable to replace hildon vkb is very simple - QT memory footprint. Did you forget n900 comes with 256MB of RAM? And running even simple QT/QML application consumes about 8%-10% of that?

Re: Looking for help from a GTK guy with 2 projects

2011-11-14 Thread Mohammad Abu-garbeyyeh
Although probably related to memory usage, painting Qt widgets takes much more time than Gtk ones (on Fremantle), for apps this may be ok, but for something that has to show quickly this may not be acceptable Regards, Mohammad Abu-Garbeyyeh. On Nov 14, 2011, at 11:18 AM, Michael Hasselmann

Re: Looking for help from a GTK guy with 2 projects

2011-11-14 Thread Michael Hasselmann
On Mon, 2011-11-14 at 12:44 +0200, Mohammad Abu-garbeyyeh wrote: Although probably related to memory usage, painting Qt widgets takes much more time than Gtk ones (on Fremantle), for apps this may be ok, but for something that has to show quickly this may not be acceptable Maliit is not

Re: Looking for help from a GTK guy with 2 projects

2011-11-13 Thread Andre Klapper
On Sun, 2011-11-13 at 11:11 +0800, Jonathan Wilson wrote: The second is related to my virtual keyboard work. Rather than create an identical clone of the existing virtual keyboard, I have realized that its better to figure out exactly what the external interface to libhildon-im-vkbrenderer

Re: Looking for help from a GTK guy with 2 projects

2011-11-13 Thread Jonathan Wilson
Have you considered Maliit? http://wiki.maliit.org/Documentation/Installing#Maemo_5_.28Fremantle.29 That looks nice but: 1.Its clearly stated that its use on Maemo5 is not ready for prime time 2.Its written in QT (and not only that, it uses QT version labeled experimental) and takes over a lot

Re: Looking for help from a GTK guy with 2 projects

2011-11-13 Thread Michael Hasselmann
On Sun, 2011-11-13 at 17:53 +0800, Jonathan Wilson wrote: Have you considered Maliit? http://wiki.maliit.org/Documentation/Installing#Maemo_5_.28Fremantle.29 That looks nice but: 1.Its clearly stated that its use on Maemo5 is not ready for prime time 2.Its written in QT (and not only that,

Re: Looking for help from a GTK guy with 2 projects

2011-11-12 Thread Pali Rohár
Hello, On Sunday 13 November 2011 11:11:41 Jonathan Wilson wrote: I am looking for someone with some GTK skills to help me with 2 projects. The first is my Cell Broadcast SMS widget, I need someone who can help me write the control panel/settings thing (including use of whatever settings

Re: Looking for help from a GTK guy with 2 projects

2011-11-12 Thread Jonathan Wilson
I already written hildon control panel plugin (clone of maemo-applet-tvout: http://atrey.karlin.mff.cuni.cz/~pali/maemo-applet-tvout.git/ ), so I can help you. But What is Cell Broadcast SMS? Already found someone to help me with this work but thanks for the offer.