Re: QT4.6 with PR1.2 has introduced issues

2010-05-28 Thread Daniil Ivanov
Hi Ram! Screenshots do not say anything. Without seeing the code it's not possible to say if it's because of problems with the way how you constructed layouts of the widgets or with Qt styles. Thanks, Daniil. On Thu, May 27, 2010 at 11:26 PM, Ram Kurvakat rkma...@gmx.com wrote: Hello,

Re: QT4.6 with PR1.2 has introduced issues

2010-05-28 Thread Robin Burchell
On Fri, May 28, 2010 at 7:25 AM, Daniil Ivanov daniil.iva...@gmail.com wrote: Hi Ram!  Screenshots do not say anything.  Without seeing the code it's not possible to say if it's because of  problems with the way how you constructed layouts of the widgets  or with Qt styles. Seconding what

Re: Alternate Line Service (ALS) support

2010-05-28 Thread Pekka Pessi
On Thu, 2010-05-27 at 23:34 +0200, ext Christopher Intemann wrote: I have the CPHS service alternate line service activate on my simcard. This service features a seperated line with a second number to distinguish between business and private calls. On many Nokia handsets, one can switch

QDBusError UnknownMethod for com.nokia.csd.Call service

2010-05-28 Thread Roman Morawek
Hello, I am using the Nokia Qt Beta SDK and try to initiate a voice call on Maemo/N900. Since there is no Qt API for this available, I try this via the DBus. Actually I want to mimic the functionality of the following working shell command: dbus-send --system --type=method_call --print-reply

Re: QDBusError UnknownMethod for com.nokia.csd.Call service

2010-05-28 Thread Daniil Ivanov
Hi Roman! Note that you seems to try to call it on system bus insteado of session bus. Thanks, Daniil. On Fri, May 28, 2010 at 3:07 PM, Roman Morawek li...@morawek.at wrote: Hello, I am using the Nokia Qt Beta SDK and try to initiate a voice call on Maemo/N900. Since there is no Qt API

RE: QDBusError UnknownMethod for com.nokia.csd.Call service

2010-05-28 Thread Felipe Crochik
This code works for me: QDBusMessage msg = QDBusMessage::createMethodCall( com.nokia.csd.Call, // --dest /com/nokia/csd/call, // destination object path com.nokia.csd.Call, // message name (w/o method) CreateWith // method ); msg phone_number; msg

Re: QDBusError UnknownMethod for com.nokia.csd.Call service

2010-05-28 Thread Daniil Ivanov
Hi Roman! Sorry, my fault. It should be something like this QDBusConnection connSystemBus = QDBusConnection::systemBus(); QDBusInterface dbusPhone( com.nokia.csd.Call, /com/nokia/csd/call, com.nokia.csd.Call, connSystemBus ); QDBusMessage reply = dbusPhone.call( CreateWith,

MADDE 0.6.72 ships system QEMU and N900 PR 1.2 filesystem images

2010-05-28 Thread Tomi Ollila
Hi I think this interests many maemo developers: Just released MADDE, version rolled up to 0.6.72 includes system qemu which can be used mostly like real N900 device with PR 1.2 for software testing and development. Check here where to download it

Re: MADDE 0.6.72 ships system QEMU and N900 PR 1.2 filesystem images

2010-05-28 Thread Robin Burchell
On Fri, May 28, 2010 at 1:52 PM, Tomi Ollila tomi.oll...@guru.guru-group.fi wrote: Hi I think this interests many maemo developers: Just released MADDE, version rolled up to 0.6.72 includes system qemu which can be used mostly like real N900 device with PR 1.2 for software testing and

QtMobility Contacts

2010-05-28 Thread Felipe Crochik
Few questions: 1. I am using the QContactDetailFilter to get a list of contacts on the n900 and it takes very long compared to the standard address book and uses up all the cpu. I don't have too many contacts on my address book (about 300). It does not seem to matter the match criteria and/or the

Re: QtMobility Contacts

2010-05-28 Thread Antonio Aloisio
Hi Felipe, 1. I am using the QContactDetailFilter to get a list of contacts on the n900 and it takes very long compared to the standard address book and uses up all the cpu. I don't have too many contacts on my address book (about 300). It does not seem to matter the match criteria and/or the

RE: QtMobility Contacts

2010-05-28 Thread Felipe Crochik
Hi Antonio, I am missing some step. Would you be so kind to check the code bellow? I can't figure out how to find the QContactPresence detail. By the documentation I assumed linkedDetailUris would give me some hint on how to get but it didn't . . details =

Re: MADDE 0.6.72 ships system QEMU and N900 PR 1.2 filesystem images

2010-05-28 Thread Paul Hartman
On Fri, May 28, 2010 at 7:52 AM, Tomi Ollila tomi.oll...@guru.guru-group.fi wrote: Hi I think this interests many maemo developers: Just released MADDE, version rolled up to 0.6.72 includes system qemu which can be used mostly like real N900 device with PR 1.2 for software testing and

Re: MADDE 0.6.72 ships system QEMU and N900 PR 1.2 filesystem images

2010-05-28 Thread Paul Hartman
On Fri, May 28, 2010 at 9:59 AM, Paul Hartman paul.hartman+ma...@gmail.com wrote: On Fri, May 28, 2010 at 7:52 AM, Tomi Ollila tomi.oll...@guru.guru-group.fi wrote: Hi I think this interests many maemo developers: Just released MADDE, version rolled up to 0.6.72 includes system qemu which

Re: QtMobility Contacts

2010-05-28 Thread Antonio Aloisio
Hi Felipe, Briefly fro mmy phone you can retrieve any detail from a contact with QContact::detail using QContactDETAILNAME::DefinitionName as argument. IIRC QContactManager::detailDefinitions will return a map with the Details, fields... supproted by the specific backend. I've to say that Maemo5

RE: QtMobility Contacts

2010-05-28 Thread Felipe Crochik
Antonio, I've to say that Maemo5 contacts backend needs some fixes, in case you found a bug please report them to JIRA. Sorry but I don't actually know what/who JIRA is.. I will post here for now hoping that someone will know better than I do. you can retrieve any detail from a contact with

Re: QtMobility Contacts

2010-05-28 Thread Robin Burchell
On Fri, May 28, 2010 at 7:32 PM, Felipe Crochik fel...@crochik.com wrote: Antonio, I've to say that Maemo5 contacts backend needs some fixes, in case you found a bug please report them to JIRA. Sorry but I don't actually know what/who JIRA is.. I will post here for now hoping that someone

RE: QtMobility Contacts

2010-05-28 Thread Felipe Crochik
Robin, JIRA is a bugtracker. You probably want the Qt one: http://bugreports.qt.nokia.com/secure/Dashboard.jspa Thank you for the information on JIRA. IMHO It would be better to dig in with profiling if at all possible and make sure the right bottleneck is found before trying to solve it.