Re: Switching window after giving delay with g_usleep

2010-05-26 Thread Daniil Ivanov
Hi Pallavi! What you should do to achieve your goal: 1. Connect callback to delete-event of the first window http://library.gnome.org/devel/gtk/2...t-delete-event 2. In this callback add timeout callback with g_timeout_add http://library.gnome.org/devel/glib/...#g-timeout-add 3. Do in

Start a call, a voip call, sms, ...

2010-05-26 Thread Felipe Crochik
I just noticed that qt mobility does not include a phone api yet. Can anybody point me into a different direction? I want to be able to: 1. start a phone call with a number: the only way I found is using Dbus: dbus-send --system --type=method_call --print-reply --dest=com.nokia.csd.Call

Re: Qt SDK beta, N900 PR1.2 and qt-mobility-examples

2010-05-26 Thread Antonio Aloisio
Hi Felipe, > This is GREAT news and the examples are very good! Just in case I missed: > is there a way to update the qt mobility modules on the Qt SDK? I have been > able to use them on scratchbox but not on the SDK. I think the SDK only has > the beta version… > I don't know which version it ha

RE: Qt SDK beta, N900 PR1.2 and qt-mobility-examples

2010-05-26 Thread Felipe Crochik
Antonio, This is GREAT news and the examples are very good! Just in case I missed: is there a way to update the qt mobility modules on the Qt SDK? I have been able to use them on scratchbox but not on the SDK. I think the SDK only has the beta version. Also, are the "examples" source code ho

Re: Qt SDK beta, N900 PR1.2 and qt-mobility-examples

2010-05-26 Thread Paul Hartman
On Wed, May 26, 2010 at 3:15 PM, Antonio Aloisio wrote: > Hi guys, > Calm down! Mobility packages for scratchbox are in Tools and the pkgs for > the device are in Nokia Application repositories. > Both are enabled by default, developers and users don't need to add them. > qt-mobility-examples pkg

Re: Qt SDK beta, N900 PR1.2 and qt-mobility-examples

2010-05-26 Thread Attila Csipa
On Wednesday 26 May 2010 22:15:15 Antonio Aloisio wrote: > Calm down! Mobility packages for scratchbox are in Tools and the pkgs for > the device are in Nokia Application repositories. > Both are enabled by default, developers and users don't need to add them. Ah, there you go, nothing better than

Re: Qt SDK beta, N900 PR1.2 and qt-mobility-examples

2010-05-26 Thread Attila Csipa
On Wednesday 26 May 2010 20:14:22 Andrea Grandi wrote: > > But why transition could not be smooth? Why not to wait with removal > > before package is really available in Fremantle repository? > > I see it as an act of disrespect towards the community. > > not only for the community, but for devel

Re: Qt SDK beta, N900 PR1.2 and qt-mobility-examples

2010-05-26 Thread Antonio Aloisio
Hi guys, Calm down! Mobility packages for scratchbox are in Tools and the pkgs for the device are in Nokia Application repositories. Both are enabled by default, developers and users don't need to add them. qt-mobility-examples pkg is not available in the application repository because it's NOT fo

Re: Qt SDK beta, N900 PR1.2 and qt-mobility-examples

2010-05-26 Thread Andrea Grandi
Hi, On 26 May 2010 20:06, Daniil Ivanov wrote: > Hi Attila! > >  But why transition could not be smooth? Why not to wait with removal before >  package is really available in Fremantle repository? >  I see it as an act of disrespect towards the community. not only for the community, but for deve

Re: Qt SDK beta, N900 PR1.2 and qt-mobility-examples

2010-05-26 Thread Daniil Ivanov
Hi Attila! But why transition could not be smooth? Why not to wait with removal before package is really available in Fremantle repository? I see it as an act of disrespect towards the community. Thanks, Daniil. On Wed, May 26, 2010 at 8:37 PM, Attila Csipa wrote: > On Wednesday 26 May 2010

Re: Qt SDK beta, N900 PR1.2 and qt-mobility-examples

2010-05-26 Thread Attila Csipa
On Wednesday 26 May 2010 19:04:49 Paul Hartman wrote: > Now that we've got PR1.2 for N900, I'm trying to follow the > instructions for the Qt SDK beta release in the Maemo readme file > included with it. It says to install qt-mobility-examples but it > appears to have been removed from the reposito

Re: Qt SDK beta, N900 PR1.2 and qt-mobility-examples

2010-05-26 Thread Paul Hartman
On Wed, May 26, 2010 at 12:13 PM, Daniil Ivanov wrote: > On Wed, May 26, 2010 at 8:04 PM, Paul Hartman > wrote: >> Hi, >> >> Now that we've got PR1.2 for N900, I'm trying to follow the >> instructions for the Qt SDK beta release in the Maemo readme file >> included with it. It says to install qt-

Re: Qt SDK beta, N900 PR1.2 and qt-mobility-examples

2010-05-26 Thread Daniil Ivanov
Hi Paul! Removing Qt Mobility from extras-devel was a wild stab as Qt Mobility is not part of PR 1.2. However, you can find examples in git http://qt.gitorious.org/qt-mobility/qt-mobility/trees/master/examples Thanks, Daniil. On Wed, May 26, 2010 at 8:04 PM, Paul Hartman wrote: > Hi, > >

Qt SDK beta, N900 PR1.2 and qt-mobility-examples

2010-05-26 Thread Paul Hartman
Hi, Now that we've got PR1.2 for N900, I'm trying to follow the instructions for the Qt SDK beta release in the Maemo readme file included with it. It says to install qt-mobility-examples but it appears to have been removed from the repository yesterday. http://maemo.org/packages/view/qt-mobility

RE: Qt Autorotation

2010-05-26 Thread Felipe Crochik
I combined the reply to all post: My application seems to start "autorotating" after I click on the application title to show the menu for the first time. I don't have to select anything and I don't do anything different on my code about the implementation of the menu. Very odd... I will have to

No Virtual images found in download site

2010-05-26 Thread Pavan Kumar
Hi, Today i wanted to download *Maemo SDK Virtual Images *for windows platform. I dont see images in http://tablets-dev.nokia.com/maemo-dev-env-downloads.php Were they removed for upgraded images ? regards, Pavan ___ maemo-developers mailing list maem

Re: Qt Autorotation

2010-05-26 Thread Attila Csipa
On Wednesday 26 May 2010 17:21:42 Felipe Crochik wrote: > The WA_Maemo5AutoOrientation only tells "the device" that you want this > application to autorotate but the user still needs to press the "shortcut" > (I have the worst time with my fat fingers) to activate/deactivate it. And IIUC the two a

Re: Qt Autorotation

2010-05-26 Thread Daniil Ivanov
Hi Felipe! Two things. Autorotation was around since N900 sales release. And this test app works for me fine in PR 1.2 without pressing anything. #include #include int main (int argc, char **argv) { QApplication app(argc, argv); QMainWindow win; win.setAttribute(Qt::WA_Maemo5

Re: Qt Autorotation

2010-05-26 Thread Luca Donaggio
On Wed, May 26, 2010 at 5:21 PM, Felipe Crochik wrote: > Now that PR1.2 is out autorotation works!!! Great but. > Has anybody figured out how to control the autorotation on the application > (without the "Ctrl+shift+r")? > > The WA_Maemo5AutoOrientation only tells "the device" that you want this

Qt Autorotation

2010-05-26 Thread Felipe Crochik
Now that PR1.2 is out autorotation works!!! Great but. Has anybody figured out how to control the autorotation on the application (without the "Ctrl+shift+r")? The WA_Maemo5AutoOrientation only tells "the device" that you want this application to autorotate but the user still needs to press the

Re: N810, GPS and Java

2010-05-26 Thread Demetris
I played a bit with the Maemo Mapper code. I will follow up on both of these and see what I can find to help me. thanks very much. W. de Hoog wrote: Navit and Maemo Mapper both contain code to use gpsd. Did you already take a look at them? still having some trouble trying to put together an

Re: Disable wlan scan with qt-mobility bearer and gconf

2010-05-26 Thread Nicola Mfb
On Wed, May 26, 2010 at 11:32 AM, Ville M. Vainio wrote: > On Wed, May 26, 2010 at 3:18 AM, Nicola Mfb wrote: > >> in that case is it safe/supported/helpful using libgq-gconf-dev? is it >> planned that library will reach extras? > > It's in Nokia repo (because bits of mobility use it): Thanks! I

Re: maemo.org Packages interface maintenance break now.

2010-05-26 Thread Ram Kurvakat
Niels, will the extras-devel/testing repos for the non-free section also be updated to point to the right SDK. at the moment I think they still point to the old PR1.1 Thanks and Regards krk969 > - Original Message - > From: Niels Breet > Sent: 05/25/10 10:18 PM > To: maemo-developers@m

Switching window after giving delay with g_usleep

2010-05-26 Thread Pallavi Kandhare
Hello, I am using g_usleep in my 1st window. And after specified time interval I want to display 2nd window. My code is as follows: HildonWindow *window; static gboolean main_quit_handler(GtkWidget *image) { GtkWidget *win; GtkWidget *vbox; GtkWidget *label;

Re: qhildon-notifications in QT-Extra

2010-05-26 Thread Timo Härkönen
Hi 2010/5/26 saurabh aggarwal > We are using the qhildon-notifications in our application found at > http://wiki.maemo.org/Maemo_Qt_Extra_Libraries. > > For using this while development, we had to install the > qhildon-notifications package using "apt-get". > > Now, when we are building a packag

Re: qhildon-notifications in QT-Extra

2010-05-26 Thread saurabh aggarwal
QT 4.6 is only with PR 1.2 -- right? What happens to devices which are still on PR 1.1? -Saurabh On Wed, May 26, 2010 at 3:25 PM, daniel wilms wrote: > Hi > > > ext saurabh aggarwal wrote: > >> We are using the qhildon-notifications in our application found at >> http://wiki.maemo.org/Maemo_Qt_E

Re: qhildon-notifications in QT-Extra

2010-05-26 Thread daniel wilms
Hi ext saurabh aggarwal wrote: We are using the qhildon-notifications in our application found at http://wiki.maemo.org/Maemo_Qt_Extra_Libraries. For using this while development, we had to install the qhildon-notifications package using "apt-get". Now, when we are building a package, can

qhildon-notifications in QT-Extra

2010-05-26 Thread saurabh aggarwal
We are using the qhildon-notifications in our application found at http://wiki.maemo.org/Maemo_Qt_Extra_Libraries. For using this while development, we had to install the qhildon-notifications package using "apt-get". Now, when we are building a package, can we add the depends in the deb file, an

Re: Disable wlan scan with qt-mobility bearer and gconf

2010-05-26 Thread Ville M. Vainio
On Wed, May 26, 2010 at 3:18 AM, Nicola Mfb wrote: > in that case is it safe/supported/helpful using libgq-gconf-dev? is it > planned that library will reach extras? It's in Nokia repo (because bits of mobility use it): Nokia-N900:~# apt-cache policy libgq-gconf0 libgq-gconf0: Installed: 0.2-

Making Symbian / MeeGo cross device

2010-05-26 Thread Sivan Greenberg
Hi All, As MeeGo is about cross vendor OS, I would like to propose to have builds of MeeGo for N8, or Symbian 3/S60 on N900. I guess I am dreaming of choosing the device and OS , given the hardware allows it. Is there a way for us to achieve that? That would be something cool to have, as provid