RE: PR1.2 for an old proto

2010-05-26 Thread tero.kojo
 -Original Message-
 From: maemo-developers-boun...@maemo.org [mailto:maemo-developers-
 boun...@maemo.org] On Behalf Of ext Aniello Del Sorbo
 Sent: 25 May, 2010 19:01
 To: Akos Polster
 Cc: maemo-developers@maemo.org
 Subject: Re: PR1.2 for an old proto
 
 Is this a pre-production device ?

Yes it is. Anything before the 09 summit needs a pre-production image.
Please ping me or Daniel. 

Tero

 Yellow label next to the battery with an L4 on it ?
 
 If so I am having issues as well in flashing the device..
 
 
 On 25 May 2010 07:41, Akos Polster a...@pipacs.com wrote:
 
 
   Hi,
 
   while waiting for my N900 to be delivered, my company gave me an
 old
   prototype (hardware revision 1802). Unfortunately this is too old
 for
   the PR1.2 image on tablet-devs.nokia.com.
 
   Is waiting for the new device the only option, or is there a way
 to
   install PR1.2 on this old proto?
 
   Thanks
 
~ Akos.
   ___
   maemo-developers mailing list
   maemo-developers@maemo.org
   https://lists.maemo.org/mailman/listinfo/maemo-developers
 
 
 
 
 
 --
 anidel

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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 providing choice for both the OS and device.

Sivan
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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 nicola@gmail.com 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-3+0m5
  Candidate: 0.2-3+0m5
  Version table:
 *** 0.2-3+0m5 0
500 https://downloads.maemo.nokia.com ./ Packages
100 /var/lib/dpkg/status

the -dev package is in SDK repository.

-- 
Ville M. Vainio
http://tinyurl.com/vainio
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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,
and then will application manager automatically detect the dependency, and
prompt the user to install it when he tries to install our application from
the repository?

Another question, how do we test what the application manager would do, and
whether we have the dependency setup correctly?

Regards,
-Saurabh
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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 we add the depends in the deb 
file, and then will application manager automatically detect the 
dependency, and prompt the user to install it when he tries to install 
our application from the repository?


These extra libraries were just needed for Qt 4.5. In Qt 4.6 the 
functionality is built in. All you need is to add QT += maemo5 in your 
*.pro file to include it. Have a look in the official documentation for 
qt for maemo [1], and especially the notifications[2], as you seem to 
need them.


1. http://doc.qt.nokia.com/qt-maemo-4.6/classes.html
2. http://doc.qt.nokia.com/qt-maemo-4.6/qmaemo5informationbox.html

Daniel

 
Another question, how do we test what the application manager would 
do, and whether we have the dependency setup correctly?
 
Regards,

-Saurabh


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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 daniel.wi...@nokia.comwrote:

 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 we add the depends in the deb
 file, and then will application manager automatically detect the dependency,
 and prompt the user to install it when he tries to install our application
 from the repository?


 These extra libraries were just needed for Qt 4.5. In Qt 4.6 the
 functionality is built in. All you need is to add QT += maemo5 in your
 *.pro file to include it. Have a look in the official documentation for qt
 for maemo [1], and especially the notifications[2], as you seem to need
 them.

 1. http://doc.qt.nokia.com/qt-maemo-4.6/classes.html
 2. http://doc.qt.nokia.com/qt-maemo-4.6/qmaemo5informationbox.html

 Daniel


  Another question, how do we test what the application manager would do,
 and whether we have the dependency setup correctly?
  Regards,
 -Saurabh



___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: qhildon-notifications in QT-Extra

2010-05-26 Thread Timo Härkönen
Hi

2010/5/26 saurabh aggarwal aggarwal.saur...@gmail.com

 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, and then will application manager automatically detect the dependency,
 and prompt the user to install it when he tries to install our application
 from the repository?


I wrote those libraries for Qt 4.5 and I haven't been working with them in a
long time. Personally I consider the libs as unfinished and discontinued. I
think you should consider using Qt 4.6 or if you want to keep the libraries
alive for Qt 4.5 feel free to take over the maintenance of them and do
whatever changes are needed for them. the sources are in gitorious.org

Anyway nice to hear that someone is actually using those libs :)

-Timo



 Another question, how do we test what the application manager would do, and
 whether we have the dependency setup correctly?

 Regards,
 -Saurabh

 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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;

/* Create the main window */
win = hildon_stackable_window_new();
gtk_window_set_title(GTK_WINDOW (win), Display image );
   
/* Setting a label in the new window */
label = gtk_label_new(Hello);
gtk_container_add(GTK_CONTAINER (win), label);

   g_usleep(500);
   gtk_container_remove(GTK_CONTAINER (window), image);

   gtk_widget_show_all(win);
   gtk_container_add(GTK_CONTAINER (window), label);
   gtk_widget_show_all ( GTK_WIDGET ( window ) );
}

int main
{

GtkWidget *image;
gboolean value;

image = gtk_image_new_from_file(my_file_path);
gtk_container_add(GTK_CONTAINER (window), image);
gtk_widget_show_all ( GTK_WIDGET ( window ) );

   gtk_quit_add(0, main_quit_handler, image);

gtk_main();

return 0;
}

When i run the code I am able to see only 1st window. 2nd window isnt visible. 

Any help please? 


  

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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@maemo.org
 Subject: Re: maemo.org Packages interface maintenance break now.
 
Most repositories have been updated in the Packages interface.

Tomorrow I will add the fremantle-1.2 repository for Extras and add the
SSU repository so the new Qt dependencies can be properly resolved by the
interface.

- Niels

 Hi,


 The maemo.org Packages interface will be updated now. New SDK
 repositories and firmware package versions will be imported, during the
 update you might see some error messages or broken pages.

 I'll reply to this list when the update is done.


 --
 Niels Breet
 maemo.org webmaster


 ___
 maemo-developers mailing list maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers




___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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 vivai...@gmail.com wrote:
 On Wed, May 26, 2010 at 3:18 AM, Nicola Mfb nicola@gmail.com 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'm going further and found a couple of issue in the bearer
api, but I'm new to Qt Mobility, so it may be may mistake, is this a
good place to discuss them before filing on the Nokia qt bugtracker?

 Niko
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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 interface to the 
GPS device
on the N810. Overall I need to retrieve the current location (not 
sure what
kind of data the GPS driver (or the gpsd) returns on the N810) that 
eventually

I can feed into Google Maps API (or something equivalent) to show me
my current location on a map.

If anyone has ventured along these paths and has some suggestions I 
would greatly
appreciate it. If existing apps are out there that can already 
performed these

operations it would even be better so that I don't re-invent the wheel.

Thanks and regards

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers




___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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 shortcut
(I have the worst time with my fat fingers) to activate/deactivate it. And
worst of all you need to do the same every time you start the application.
At least I would like to allow the user to save as a setting for later... 

Thanks,
Felipe

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Qt Autorotation

2010-05-26 Thread Luca Donaggio
On Wed, May 26, 2010 at 5:21 PM, Felipe Crochik fel...@crochik.com 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
 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
 worst of all you need to do the same every time you start the application.
 At least I would like to allow the user to save as a setting for later...

 Thanks,
 Felipe

 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers


I'm not sure I'm following you... I just tried with an app I'm working on
(based on python + PySide) and the only thing needed to enable autoratation
is setting the WA_Maemo5AutoOrientation flag for *every* window.
The only issue I'm having is that if you open a new stacked window while in
portrait, it nevertheless starts in landscape, but turning the device around
a bit triggers auto rotation again.

-- 
Luca Donaggio
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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 QApplication
#include QMainWindow

int
main (int argc,
  char **argv)
{
QApplication app(argc, argv);
QMainWindow win;
win.setAttribute(Qt::WA_Maemo5AutoOrientation, true);
win.show();

return app.exec();
}

~Daniil.

On Wed, May 26, 2010 at 6:21 PM, Felipe Crochik fel...@crochik.com 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
 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
 worst of all you need to do the same every time you start the application.
 At least I would like to allow the user to save as a setting for later...

 Thanks,
 Felipe

 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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 are unrelated. CTRL-SHIFT-R is forced autorotation provided by 
the system, WA_Maemo5AutoOrientation is a Qt option enabling the application 
to deal with it itself. There might be some 'remembering' involved though as 
some applications seem to remember it (like mail and conversations - might be 
caused by the fact that they never really quit, though).

Regards,
Attila
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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 try some different things to see if I can isolate
the problem further. 

@Daniil: The test project works fine on my n900
@Luca: I don't think you need to set on all windows, just the top most seems
to be enough.
@Attila: I did not know that.

Thank you
Felipe

-Original Message-
From: Daniil Ivanov [mailto:daniil.iva...@gmail.com] 
Sent: Wednesday, May 26, 2010 11:53 AM
To: Felipe Crochik
Cc: maemo-developers@maemo.org
Subject: Re: Qt Autorotation

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 QApplication
#include QMainWindow

int
main (int argc,
  char **argv)
{
QApplication app(argc, argv);
QMainWindow win;
win.setAttribute(Qt::WA_Maemo5AutoOrientation, true);
win.show();

return app.exec();
}

~Daniil.

On Wed, May 26, 2010 at 6:21 PM, Felipe Crochik fel...@crochik.com 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
 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
 worst of all you need to do the same every time you start the application.
 At least I would like to allow the user to save as a setting for later...

 Thanks,
 Felipe

 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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-examples/

Is that package no longer needed, or should I wait for its
reappearance before trying to proceed?

Thanks
Paul
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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
paul.hartman+ma...@gmail.com 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-mobility-examples but it
 appears to have been removed from the repository yesterday.

 http://maemo.org/packages/view/qt-mobility-examples/

 Is that package no longer needed, or should I wait for its
 reappearance before trying to proceed?

 Thanks
 Paul
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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 daniil.iva...@gmail.com wrote:
 On Wed, May 26, 2010 at 8:04 PM, Paul Hartman
 paul.hartman+ma...@gmail.com 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-mobility-examples but it
 appears to have been removed from the repository yesterday.

 http://maemo.org/packages/view/qt-mobility-examples/

 Is that package no longer needed, or should I wait for its
 reappearance before trying to proceed?

 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


OK, so if I'm not trying to use any qtm stuff then I can safely skip that.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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 repository yesterday.

 http://maemo.org/packages/view/qt-mobility-examples/

 Is that package no longer needed, or should I wait for its
 reappearance before trying to proceed?

There is a major package shuffle underway that touches on many Qt related 
things 
(like QtMobility), see http://achipa.blogspot.com/2010/04/operation-qt-
shuffle.html for details. Long story short, stable qtmobility packages for 
Qt4.6 
will move to Nokia repositories, and extras-devel will host only the dev 
version of qtmobility for Qt4.7 (sporting the experimental moniker in the 
package name).

Regards,
Attila


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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 ma...@csipa.in.rs wrote:
 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 repository yesterday.

 http://maemo.org/packages/view/qt-mobility-examples/

 Is that package no longer needed, or should I wait for its
 reappearance before trying to proceed?

 There is a major package shuffle underway that touches on many Qt related 
 things
 (like QtMobility), see http://achipa.blogspot.com/2010/04/operation-qt-
 shuffle.html for details. Long story short, stable qtmobility packages for 
 Qt4.6
 will move to Nokia repositories, and extras-devel will host only the dev
 version of qtmobility for Qt4.7 (sporting the experimental moniker in the
 package name).

 Regards,
 Attila


 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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 daniil.iva...@gmail.com 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 developers too! I'm going to
develop a Qt application that needs QtMobility package and wtf?! I've
to wait because QtMobility package just disappeared? I'm very
disappointed about this change. Fail imho.

-- 
Andrea Grandi
email: a.grandi [AT] gmail [DOT] com
website: http://www.andreagrandi.it
PGP Key: http://www.andreagrandi.it/pgp_key.asc
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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 developers too! I'm going to
 develop a Qt application that needs QtMobility package and wtf?! I've
 to wait because QtMobility package just disappeared? I'm very
 disappointed about this change. Fail imho.

I don't know the details (according to The Plan they should have been removed 
only after they appear in the Nokia repos). I'll check up on QtMobility's 
availability. I'm personally trying to coordinate efforts as community 
representative to make the transition as smooth as possible (a.k.a. if you 
only knew), so rest assured, there is certainly no disrespect and we're all 
aware of the issues and working on this, maemo.org staff, Nokia folks, Council 
members, even distantly related Debian people (special thanks to people in the 
above groups putting up with me and my constant nagging about these issues). 

Also, it has been mentioned several times, but let me reiterate in case 
someone missed it: 

libqt4-maemo5-* PACKAGES ARE OFFICIALLY DEPRECATED 

...as announced about a month ago (ditto for things depending on them). 
Developers working with Qt4.6 should use the libqt4-* packages (as shipped in 
PR1.2) EVEN IF THEY DO NOT WISH TO PROMOTE THEM. Nokians will upload libqt4-
experimental-* packages (containing Qt4.7) to extras-devel shortly, which will 
serve the development purposes. libqt4-maemo5-* naming is causing serious 
repository/promotion/confusion issues so these packages WILL BE REMOVED at 
some point in the not too distant future.


Regards,
Attila
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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 an answer already present in the mailbox 
when one presses send :)

Regards,
Attila
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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
antonio.aloi...@gmail.com 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 is not available in the application repository
 because it's NOT for users.
 Currently developers who want to try mobility examples on their devices
 should add the Tool repository:

Thanks Antonio! I added that repo and now I've installed all the
libqtm* and examples.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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 hosted on some public web
site/repository? I am sure browsing the source code will be very helpful to
get acquainted with the mobility packages.  

 

And last where is the recommended forum to report qt mobility (especially
on maemo) issues and/or ask questions?

 

Thank you again!

Felipe

 

  _  

From: maemo-developers-boun...@maemo.org
[mailto:maemo-developers-boun...@maemo.org] On Behalf Of Antonio Aloisio
Sent: Wednesday, May 26, 2010 4:15 PM
To: Andrea Grandi
Cc: maemo-developers@maemo.org
Subject: Re: Qt SDK beta, N900 PR1.2 and qt-mobility-examples

 

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 for users.

 

Currently developers who want to try mobility examples on their devices
should add the Tool repository:

 

Catalog name: Tools

Address: http://repository.maemo.org

Distribution: fremantle/tools

Components: free non-free

 

If you prefer to have qt-mobility-examples in extras-devel, we could copy it
to extras-devel.

If you have better proposal, let me know.

 

Cheers,

Antonio

 

On Wed, May 26, 2010 at 9:14 PM, Andrea Grandi a.gra...@gmail.com wrote:

Hi,


On 26 May 2010 20:06, Daniil Ivanov daniil.iva...@gmail.com 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 developers too! I'm going to
develop a Qt application that needs QtMobility package and wtf?! I've
to wait because QtMobility package just disappeared? I'm very
disappointed about this change. Fail imho.

--
Andrea Grandi
email: a.grandi [AT] gmail [DOT] com
website: http://www.andreagrandi.it
PGP Key: http://www.andreagrandi.it/pgp_key.asc

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

 

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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 has.. what I know is that it's broken. :D I
didn't try to update mobility modules on Nokia SDK. In theory it should not
be so difficult...

 Also, are the “examples” source code hosted on some public web
 site/repository? I am sure browsing the source code will be very helpful to
 get acquainted with the mobility packages.

 Examples are in the git repository:
http://qt.gitorious.org/qt-mobility/qt-mobility/trees/1.0.0/examples



 And last where is the recommended “forum” to report qt mobility (especially
 on maemo) issues and/or ask questions?

 Try the FN discussion board
http://discussion.forum.nokia.com/forum/forumdisplay.php?f=220 and check out
also the wiki... ;D

Cheers,
Antonio

 *From:* maemo-developers-boun...@maemo.org [mailto:
 maemo-developers-boun...@maemo.org] *On Behalf Of *Antonio Aloisio
 *Sent:* Wednesday, May 26, 2010 4:15 PM
 *To:* Andrea Grandi
 *Cc:* maemo-developers@maemo.org
 *Subject:* Re: Qt SDK beta, N900 PR1.2 and qt-mobility-examples



 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 for users.



 Currently developers who want to try mobility examples on their devices
 should add the Tool repository:



 Catalog name: Tools

 Address: http://repository.maemo.org

 Distribution: fremantle/tools

 Components: free non-free



 If you prefer to have qt-mobility-examples in extras-devel, we could copy
 it to extras-devel.

 If you have better proposal, let me know.



 Cheers,

 Antonio



 On Wed, May 26, 2010 at 9:14 PM, Andrea Grandi a.gra...@gmail.com wrote:

 Hi,


 On 26 May 2010 20:06, Daniil Ivanov daniil.iva...@gmail.com 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 developers too! I'm going to
 develop a Qt application that needs QtMobility package and wtf?! I've
 to wait because QtMobility package just disappeared? I'm very
 disappointed about this change. Fail imho.

 --
 Andrea Grandi
 email: a.grandi [AT] gmail [DOT] com
 website: http://www.andreagrandi.it
 PGP Key: http://www.andreagrandi.it/pgp_key.asc

 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers



___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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 /com/nokia/csd/call
com.nokia.csd.Call.CreateWith string:$NUMBER uint32:0

Is there a better/recommended way? On the maemo.org web site it
suggests that I should use telepathy but I  would imagine that would be
only if I want to bypass the nokia phone app.

2. start a voip call (skype to start with). Couldn't find how.. Any ideas?

3. send SMS, MMS, e-mail: Qt mobility seems to handle all this - isn't it
great? It maybe overkill and I will use Dbus for some because I don't
want/need to replace the standard forms to create email messages, ... 

Initially I am only concerned with maemo5 but I would like to make it as
generic/qt as possible. I mainly want to start the standard application
with the target info (e.g. call #x, skyp call #y, send e-mail to z, ...)
and the user will fill the rest...

Thanks
Felipe

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers