Re: Non-experimental QT versioning in Autobuilder (was: QT Packages, Repositories and PR1.2)

2010-05-24 Thread Attila Csipa
On Sun, May 23, 2010 at 6:25 PM, Javier S. Pedro ma...@javispedro.com wrote: 3. Qt Desktop guarantees that an application built under Qt 4.5 headers is binary compatible with Qt 4.6 libs. I'd like to know if we can guarantee that an application built under Qt 4.6 headers but using no Qt 4.5

Trying to switch GSM provider by API

2010-05-24 Thread Filip-Martin Brinkmann
Hi guys, I'm trying to write a small widget that allows to switch back to a defined GSM provider. Point is, I'm commuting everyday to switzerland and back to germany the same day. When I reach covering area of my german provider, the N900 won't switch back unless I go to settings-phone-search and

Re: Trying to switch GSM provider by API

2010-05-24 Thread Markus Silvan
On 05/24/2010 02:20 PM, ext Filip-Martin Brinkmann wrote: Hi guys, I'm trying to write a small widget that allows to switch back to a defined GSM provider. Point is, I'm commuting everyday to switzerland and back to germany the same day. When I reach covering area of my german provider, the

Re: Non-experimental QT versioning in Autobuilder (was: QT Packages, Repositories and PR1.2)

2010-05-24 Thread Javier S. Pedro
Attila Csipa wrote: A single #ifdef can break such a setup, and these things might not be apparent at first (as some of the changes involve property names and values, so might even compile with the wrong version, but will simply not work as desired - the most common case exhibiting this

Re: Non-experimental QT versioning in Autobuilder (was: QT Packages, Repositories and PR1.2)

2010-05-24 Thread ianaré sévi
If there was a way we could explicitly tell the autobuilder to build for 4.5 or 4.6 that would be nice. Something in the deb config file for example. I've tried various ways but eventually gave up. As I've stated before my app builds and runs fine on qt 4.5 (madde) and 4.6 (qt creator). I realize

Re: N810, GPS and Java

2010-05-24 Thread Demetris
Hi all, 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

Re: N810, GPS and Java

2010-05-24 Thread Demetris
Hi all, 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