RE: How to get kinetic scrolling working using Qt creator

2010-06-06 Thread Ram Kurvakat
just a quick example that would work, see if it helps. imageLabel = new QLabel; QImage image(someimagefile); imageLabel-setPixmap(QPixmap::fromImage(image)); _scrollForMapPage = new QScrollArea; _scrollForMapPage-setWidget(imageLabel); _mapWindow = new QMainWindow ( this );

Re: How to get kinetic scrolling working using Qt creator

2010-06-06 Thread Daniil Ivanov
Hi Sudheer! Make sure (with dpkg -l libqt4*) that you are using Qt = 4.6.2. Thanks, Daniil. On Sun, Jun 6, 2010 at 11:43 AM, Ram Kurvakat rkma...@gmx.com wrote: just a quick example that would work, see if it helps.     imageLabel = new QLabel;     QImage image(someimagefile);     

RE: How to get kinetic scrolling working using Qt creator

2010-06-06 Thread Felipe Crochik
Also make sure that the widget (imageLabel on this example) is larger than the scrollarea contents - if you just load a small image the scroll won't work. Even when you set the scrollbarpolicy to show always it will not scroll anything unless the widget used on the QScrollArea::setWidget is

Error deploying and running a Qt application on N900 using QtDeveloper

2010-06-06 Thread Andrea Grandi
Hi, I'm trying to deploy and run a simple application to my N900 device using Nokia SDK beta. I've configured the SSH access on device and I've configured QtCreator to connect to it. Using the Test button I get this: Device configuration successful. Hardware architecture: armv7l Kernel version:

Re: Error deploying and running a Qt application on N900 using QtDeveloper

2010-06-06 Thread daniel wilms
Hi, Files to deploy: /home/andrea/Documents/sviluppo/msoma-build/msoma/msoma. Deployment finished. Starting remote application. chmod u+x /root/msoma; source /etc/profile; /root/msoma /root/msoma: line 1: syntax error: ( unexpected (expecting )) Nokia-N900:~# Remote process finished

Re: Error deploying and running a Qt application on N900 using QtDeveloper

2010-06-06 Thread Andrea Grandi
Hi, On 6 June 2010 14:55, daniel wilms danielwi...@googlemail.com wrote: it sounds like the application is not compiled with MADDE for the N900. Usually then this error occurs. Maybe clean, rebuild and deploy then? Check in the build if it uses MADDE. You can see that in the paths in the build

Re: Quality assurance of stable software: my battery drained in few hours

2010-06-06 Thread Jan Knutar
Doesn't the userland carry some sort of process monitoring, killing malignant processes ? If not, we should develop something like this for MeeGo. It's pretty hard to find out what's eating the battery on N900. First you have decide that the battery is being consumed too fast. The default

Re: Quality assurance of stable software: my battery drained in few hours

2010-06-06 Thread Ian Stirling
Jan Knutar wrote: Doesn't the userland carry some sort of process monitoring, killing malignant processes ? If not, we should develop something like this for MeeGo. It's pretty hard to find out what's eating the battery on N900. First you have decide that the battery is being consumed too

hildon file chooser dialog

2010-06-06 Thread ds
Hello, I have a problem with hildon file chooser dialog in scratchbox. I can not test in N900:-) I use simple code hildon_file_chooser_dialog_new((GtkWindow*)window,GTK_FILE_CHOOSER_ACTION_SAVE); GtkFileFilter *filter=gtk_file_filter_new(); gtk_file_filter_add_pattern (filter,*.png);

Re: hildon file chooser dialog

2010-06-06 Thread Aniello Del Sorbo
On 6 June 2010 06:40, ds d...@physik.de wrote: Hello, I have a problem with hildon file chooser dialog in scratchbox. I can not test in N900:-) I use simple code hildon_file_chooser_dialog_new((GtkWindow*)window,GTK_FILE_CHOOSER_ACTION_SAVE); GtkFileFilter *filter=gtk_file_filter_new();

Re: Quality assurance of stable software: my battery drained in few hours

2010-06-06 Thread Robin Burchell
On Sun, Jun 6, 2010 at 2:23 PM, Ian Stirling maemo-de...@mauve.plus.com wrote: It's pretty hard to find out what's eating the battery on N900. First you have decide that the battery is being consumed too fast. The default charge meter occasionally realizes it's very wrong, and rapidly readjusts

Re: Quality assurance of stable software: my battery drained in few hours

2010-06-06 Thread Ian Stirling
Robin Burchell wrote: On Sun, Jun 6, 2010 at 2:23 PM, Ian Stirling maemo-de...@mauve.plus.com wrote: It's pretty hard to find out what's eating the battery on N900. First you have decide that the battery is being consumed too fast. The default charge meter occasionally realizes it's very wrong,

Re: hildon file chooser dialog

2010-06-06 Thread ds
Thanks a lot for your reply. I tried, but I can not pass the correct path. If I pass /home/user/MyDocs/.documents it is falling back to / if I pass /home/user/MyDocs/ it goes into MyDocs, but I can not change to images or other

DBus Methods and Signals Introspection or Documentation

2010-06-06 Thread Wei Li
Hi all, I am doing a project of middleware on Maemo/N900. I need to find the methods and signals related to the hardware, for example, HAL (especially the objects under /com/nokia since it is somehow proprietary). However, I couldn't find a detailed documentation on that. And I also used tools

Re: DBus Methods and Signals Introspection or Documentation

2010-06-06 Thread Ian Stirling
Wei Li wrote: Hi all, I am doing a project of middleware on Maemo/N900. I need to find the methods and signals related to the hardware, for example, HAL (especially the objects under /com/nokia since it is somehow proprietary). However, I couldn't find a detailed documentation on that. And

Maemo Official Platform Bug Jar 2010.23

2010-06-06 Thread Stephen Gadsby
A Quick Look at Maemo Official Platform in Bugzilla (https://bugs.maemo.org/). 2010-05-31 through 2010-06-06 As of 2010-06-07 Maemo Official Platform contains 3164 items (+39 this week), including 697 open issues (+11 this week): * 498 open bugs (+9 this week) * 25 critical/blocker (-4

Re: Maemo Official Platform Bug Jar 2010.23

2010-06-06 Thread Stephen Gadsby
(continued) ==--- Top Tens ---== Ten biggest open bugs by number of votes - ( https://bugs.maemo.org/buglist.cgi?bug_id=6063,5880,6766,8723,7633,8435,10310,5786,6694,2501 ): 1. (5%) [6063] [Telephony] voice calls inaudible most of the time, but not through speakers or earplugs 2. (4%) [5880]

Maemo Official Applications Bug Jar 2010.23

2010-06-06 Thread Stephen Gadsby
A Quick Look at Maemo Official Applications in Bugzilla (https://bugs.maemo.org/). 2010-05-31 through 2010-06-06 As of 2010-06-07 Maemo Official Applications contains 3518 items (+66 this week), including 925 open issues (+38 this week): * 553 open bugs (+35 this week) * 12

Re: Maemo Official Applications Bug Jar 2010.23

2010-06-06 Thread Stephen Gadsby
(continued) ==--- Top Tens ---== Ten biggest open bugs by number of votes - ( https://bugs.maemo.org/buglist.cgi?bug_id=3888,3700,7190,6009,3762,10294,6907,7909,9557,5667 ): 1. (12%) [3888] [Email] IMAP-IDLE not working 2. (3%) [3700] [Email] Put signatures not on top in replies (thereby not

maemo.org Website Bug Jar 2010.23

2010-06-06 Thread Stephen Gadsby
A Quick Look at maemo.org Website in Bugzilla (https://bugs.maemo.org/). 2010-05-31 through 2010-06-06 As of 2010-06-07 maemo.org Website contains 1510 items (+10 this week), including 249 open issues (+4 this week): * 181 open bugs (+4 this week) * 3 critical/blocker (no change this

maemo.org Extras Bug Jar 2010.23

2010-06-06 Thread Stephen Gadsby
A Quick Look at Extras in Bugzilla (https://bugs.maemo.org/). 2010-05-31 through 2010-06-06 As of 2010-06-07 Extras contains 1722 items (+34 this week), including 669 open issues (-7 this week): * 410 open bugs (-4 this week) * 21 critical/blocker (no change this week) * 3 easyfix