Re: Help with dependencies needed

2010-06-02 Thread daniel wilms
ext Chris Walker wrote: Apologies if this question has been asked before but I'm new here. I've just compiled the Qt_QRentBook_Example from the Forum Nokia website as I would like to be able to develop an application for my N900. I had problems with Qt4.6 initially Within scratchbox?

Re: changing the default camera event triggers

2010-06-02 Thread daniel wilms
ext Martin DeMello wrote: I would like to do the following: 1. Have the open camera shutter action start the led flashlight app rather than the camera 2. Have the camera button kill the flashlight app and start the camera Is it possible? Any pointers on how to get started with this? Please

N900 developers - 9 days left for Nokia's Calling all innovators competition.

2010-06-02 Thread ronan.maclaverty
Hi all, Nokia's Call All Innovators competition closes in 9 days (including one weekend!), and it has a section devoted to the best N900 application with a prize of $50,000. Additionally, the competition organizers will help the top submissions get onto the Ovi Store, which now supports paid

Q_WS_MAEMO_5 directive

2010-06-02 Thread Ram Kurvakat
Hi, what preprocessor directives need to be used for Maemo5 specific QT code ? is it still Q_WS_MAEMO_5 or has it changed in PR1.2 QT4.6 release ? I remember in QT4.5 it was Q_WS_HILDON. Thanks. - krk969 ___ maemo-developers mailing list

Re: Q_WS_MAEMO_5 directive

2010-06-02 Thread Daniil Ivanov
Hi Ram! Yes, it's still Q_WS_MAEMO_5. Thanks, Daniil. On Wed, Jun 2, 2010 at 10:53 AM, Ram Kurvakat rkma...@gmx.com wrote: Hi, what preprocessor directives need to be used for Maemo5 specific QT code ? is it still Q_WS_MAEMO_5 or has it changed in PR1.2 QT4.6 release ? I remember in

Re: Q_WS_MAEMO_5 directive

2010-06-02 Thread daniel wilms
ext Ram Kurvakat wrote: Hi, what preprocessor directives need to be used for Maemo5 specific QT code ? is it still Q_WS_MAEMO_5 or has it changed in PR1.2 QT4.6 release ? I remember in QT4.5 it was Q_WS_HILDON. Q_WS_MAEMO_5 is the right one. As you said, the latter one was for Qt 4.5.

Re: Q_WS_MAEMO_5 directive

2010-06-02 Thread David King
On 2010-06-02 09:53, Ram Kurvakat rkma...@gmx.com wrote: Hi, what preprocessor directives need to be used for Maemo5 specific QT code ? is it still Q_WS_MAEMO_5 or has it changed in PR1.2 QT4.6 release ? I remember in QT4.5 it was Q_WS_HILDON. Correct, for the 4.6 in PR1.2 the define is

Re: changing the default camera event triggers

2010-06-02 Thread Martin DeMello
On Wed, Jun 2, 2010 at 12:57 PM, daniel wilms daniel.wi...@nokia.com wrote: Please have a look at the thread of the shortcutd application in talk [1]. Especially this post might be interesting [2] for you as a starting point. 1. http://talk.maemo.org/showthread.php?t=39160 2.

Re: Help with dependencies needed

2010-06-02 Thread Chris Walker
On 02/06/10 08:05, daniel wilms wrote: ext Chris Walker wrote: Apologies if this question has been asked before but I'm new here. I've just compiled the Qt_QRentBook_Example from the Forum Nokia website as I would like to be able to develop an application for my N900. I had problems with

Checking whether there is an existing Internet Connection

2010-06-02 Thread saurabh aggarwal
I am trying to find out if there is currently an existing Internet Connection on N900. How do I do that? I found out how to show the connection dialog with - dbus-send --system --type=method_call --dest=com.nokia.icd_ui /com/nokia/icd_ui com.nokia.icd_ui.show_conn_dlg boolean:false. But, I need

Re: Help with dependencies needed

2010-06-02 Thread daniel wilms
ext Chris Walker wrote: On 02/06/10 08:05, daniel wilms wrote: ext Chris Walker wrote: Apologies if this question has been asked before but I'm new here. I've just compiled the Qt_QRentBook_Example from the Forum Nokia website as I would like to be able to develop an application for

Re: Help with dependencies needed

2010-06-02 Thread Chris Walker
On 02/06/10 13:06, daniel wilms wrote: ext Chris Walker wrote: On 02/06/10 08:05, daniel wilms wrote: ext Chris Walker wrote: Apologies if this question has been asked before but I'm new here. I've just compiled the Qt_QRentBook_Example from the Forum Nokia website as I would like to be able

Displaying thumbnails in listbox gives garbage value

2010-06-02 Thread Pallavi Kandhare
Hello, I want to display image names and their thumbnails in a listbox. When i try to add thumbnail to listbox it shows some garbage value on screen along with warning on console: thumbnail[29664]: GLIB WARNING ** Pango - Invalid UTF-8 string passed to pango_layout_set_text() So is there any

Re: Displaying thumbnails in listbox gives garbage value

2010-06-02 Thread Andre Klapper
Am Mittwoch, den 02.06.2010, 05:09 -0700 schrieb Pallavi Kandhare: thumbnail[29664]: GLIB WARNING ** Pango - Invalid UTF-8 string passed to pango_layout_set_text() So is there any method with which i can display image name and its thumbnail in listbox? Fix the warning? :) On a more

Re: Checking whether there is an existing Internet Connection

2010-06-02 Thread daniel wilms
ext saurabh aggarwal wrote: I am trying to find out if there is currently an existing Internet Connection on N900. How do I do that? If you are using Qt check the Bearer Management of the QtMobility API [1], otherwise have a look at the libconic API [2] and for further reading at the Maemo

Re: Checking whether there is an existing Internet Connection

2010-06-02 Thread Daniil Ivanov
Hi Saurabh! In principle there is nothing to add to Daniel's reply, but just in case there is a sample application using libconic API http://wiki.forum.nokia.com/index.php/How_to_initiate_Internet_connection_from_Qt_appplication_in_Maemo_5 Thanks, Daniil. On Wed, Jun 2, 2010 at 3:15 PM,

Re: Help with dependencies needed

2010-06-02 Thread daniel wilms
That has 2 lines of output :- GNU nano 1.2.4 and 5.0update5 Fremantle There is one newer update, but this should contain all the Qt libraries. Are you starting the program and the Fremantle application framework (af-sb-init.sh start) from the X86 target? Daniel

Re: Displaying thumbnails in listbox gives garbage value

2010-06-02 Thread Pallavi Kandhare
Hi Andre, I am not able to view ur recent mail content. Can u pls reply once again. Thanks. Please note that when i try to display the same image in window the image is seen. But when i add the image to listbox , on screen I can see garbage value in place of each image. Code is as

Re: Displaying thumbnails in listbox gives garbage value

2010-06-02 Thread Andre Klapper
Am Mittwoch, den 02.06.2010, 05:43 -0700 schrieb Pallavi Kandhare: Hi Andre, I am not able to view ur recent mail content. Can u pls reply once again. Of course. My complete content was: (Please don't send me private emails but answer to the list instead. Thanks.) andre -- Andre Klapper

Re: Displaying thumbnails in listbox gives garbage value

2010-06-02 Thread Daniil Ivanov
Hi Pallavi! You are supposed to use something like this in order to create a model GtkTreeIteriter; GtkListStore *model = gtk_list_store_new (1, GDK_TYPE_PIXBUF); for (i = 0; i 100; i++) { GdkPixbuf *pixbuf = gdk_pixbuf_new

DBus + skype

2010-06-02 Thread Felipe Crochik
I am working on an application to interface with the address book and place calls. I don't want/need to rewrite the code to actually handle the calling. I just want to start the default application with the phone number to call. I am looking for dbus messages that will: 1. call a phone number

Chinook Diablo Builder down

2010-06-02 Thread Cornelius Hald
Hi Niels or anyone with the power :) Didn't check the Fremantle builder, but Chinook and Diablo having problems. Please have a look at it. Thanks! Conny ___DIABLO___ Unpacking rootstrap... [2010-06-02 17:06:08] ensuring dir

Re: Help with dependencies needed

2010-06-02 Thread Chris Walker
On 02/06/10 13:27, daniel wilms wrote: That has 2 lines of output :- GNU nano 1.2.4 and 5.0update5 Fremantle There is one newer update, but this should contain all the Qt libraries. Can you clarify your first line please? Do you mean that the version I'm running should contain all the

Barrage for N900

2010-06-02 Thread Robert
I already tried sending an e-mail about this but I received no response. There is this game called 'Barrage' in the repositories that has missing dependencies for the N900. I fixed that version by fixing the dependencies. It works very well with my N900. The original author said he wasn't

Re: Barrage for N900

2010-06-02 Thread Aapo Rantalainen
The original author said he wasn't interested in touching this so I have permission: https://bugs.maemo.org/show_bug.cgi?id=7962 I do not want credit for this. I really didn't do anything. This is a very fun game and it would be nice if others could try it. I can do that (or check is it easy

Re: Chinook Diablo Builder down

2010-06-02 Thread Niels Breet
Hi, Sorry for this, everything should be back to normal now. - Niels Hi Niels or anyone with the power :) Didn't check the Fremantle builder, but Chinook and Diablo having problems. Please have a look at it. Thanks! Conny ___

Re: Qt Autorotation

2010-06-02 Thread Stefanos Harhalakis
Hello, On Thursday 27 of May 2010, Felipe Crochik wrote: Luca, I ran into the same issue - the new windows always start on landscape - and used the same workaround - checked the screen resolution and when taller set the portrait attribute. And yes, I believe you are right, setting the I had

non-free section pointing to PR1.0 repos.

2010-06-02 Thread Ram Kurvakat
Niels, Ive sent you a mail about this already, please ignore it posted it here again so it helps everybody. the non-free section seems to be pointing to PR1.0 repos still. Is this known and somebody already working on it ? Perhaps Ive missed to see a mail or two. Not able to promote anything on

RE: Qt Autorotation

2010-06-02 Thread Felipe Crochik
Hi, It seems to me that this is an unintended positive side effect instead of a planned requirement. I pass the mainwindow pointer to my dialog constructors and this should set the parent. By reading the documentation setParent should be quite useless in this scenario because I would be

Re: Qt Autorotation

2010-06-02 Thread Robin Burchell
On Thu, May 27, 2010 at 1:26 PM, Felipe Crochik fel...@crochik.com wrote: Luca, I ran into the same issue - the new windows always start on landscape - and used the same workaround - checked the screen resolution and when taller set the portrait attribute. This was filed as a bug earlier

Re: non-free section pointing to PR1.0 repos.

2010-06-02 Thread Robin Burchell
Thanks for sending this Ram. I've been too busy to follow it up since I found out about it. On Wed, Jun 2, 2010 at 11:32 PM, Ram Kurvakat rkma...@gmx.com wrote: Niels, Ive sent you a mail about this already, please ignore it posted it here again so it helps everybody. the non-free section

changes to user shells on drop.maemo.org (how this relates to extras and the builder)

2010-06-02 Thread Ferenc Szekely
Hello, We received reports about the autobuilder being stuck. Niels has fixed the problem, but I needed to change the default shell settings on drop.maemo.org. You may ask why? Well, the reason is simple: If a person had __no__ extras invitation before, but opened a project using git, then he /

[ANN] maemo-scrobber 1.0 for last.fm + libre.fm

2010-06-02 Thread Felipe Contreras
Hi, maemo-scrobbler is a scrobbler application (last.fm/libre.fm) for the Nokia N900 that listens for events coming from the official media player app through MAFW. You can configure your accounts through the control panel. The inspiration (and some code) comes from mafw-lastfm which does

Re: [mafw-lastfm-devel] [ANN] maemo-scrobber 1.0 for last.fm + libre.fm

2010-06-02 Thread Claudio Saavedra
Felipe, Allow me to reply starting from one of your last your statements: On Thu, 2010-06-03 at 03:46 +0300, Felipe Contreras wrote: We are now in June and I haven't heard anything. This is just not true. To your inquire back in April, this is what I replied:

Re: Checking whether there is an existing Internet Connection

2010-06-02 Thread saurabh aggarwal
Thanks, Daniil and Daniel. Your pointers are exactly what I was looking for. Thanks, again. -Saurabh On Wed, Jun 2, 2010 at 5:52 PM, Daniil Ivanov daniil.iva...@gmail.comwrote: Hi Saurabh! In principle there is nothing to add to Daniel's reply, but just in case there is a sample

Re: Chinook Diablo Builder down

2010-06-02 Thread Cornelius Hald
On Wed, 2010-06-02 at 23:42 +0200, Niels Breet wrote: Hi, Sorry for this, everything should be back to normal now. Yea, it's working again. Thank you! Conny ___ maemo-developers mailing list maemo-developers@maemo.org