Re: QtCreator, libraries, and multiple platforms

2011-08-07 Thread Roman Morawek
Hello David, On 06.08.2011 11:00, David Talmage wrote: I am writing another application that will link with the library. At least one other developer was interested in using my library last year. I failed to release the code. I don't know if he's still interested. Yes, I am still

Adaptation of Extras QA hurdles

2011-07-22 Thread Roman Morawek
Hello, I am the developer of a Maemo Extras Package (http://maemo.org/packages/view/babyphone/) and made a bug-fixing update of it a quarter of a year ago. After 2 weeks I had 2 positive tester votes and 7 positive votes in total. Since then, nothing changed on the status. Thus, it is still

Re: adaptation of Extras QA hurdles

2011-01-26 Thread Roman Morawek
Hello Andrew, On 25.01.2011 16:24, Andrew Flegg wrote: Agreed. Proposal: * The first page of http://maemo.org/profile/list/category/products/ are given track-record status. * Other accounts can be given track-record status by two developers who have track-record status or by

adaptation of Extras QA hurdles

2011-01-25 Thread Roman Morawek
Hello, I like to initiate one more discussion on the Maemo Extras QA process. I uploaded a new release of my application (http://maemo.org/packages/view/babyphone/) on 5th of November, so more than 2.5 months ago. Right now, I have 6 positive votes (including mine) - thus 60% of the demanded

problem using osso-abook in Qt/MADDE

2010-11-03 Thread Roman Morawek
Hello, I try to use the native Maemo address book selection dialog in a Qt application. I followed the information at http://wiki.forum.nokia.com/index.php/How_to_use_native_Maemo5_contacts_dialogs. However, as I add CONFIG += link_pkgconfig PKGCONFIG += gtk+-2.0 libosso-abook-1.0 to the Qt

upload into extras-devel broken?

2010-08-08 Thread Roman Morawek
Hello, 1.5 days ago I successfully built a new version of my application with the autobuilder. However, it is still not uploaded into extras-devel. At the last builds this took place within one hour, but now it does not. Is there something wrong with my package? Or is there a general problem

Maemo QA process

2010-07-21 Thread Roman Morawek
Hello, I like to share my thoughts on the QA strategy of Maemo. I am the owner of an N900 program and promoted my package to extras-testing ca. 2 months ago. Right now there are only 2 votes on it. I wonder how many more months it will take until 10 persons vote for it such that I can promote it

answer phone call via DBUS

2010-06-07 Thread Roman Morawek
Hello, I need the possibility to accept an incoming phone call from my Qt application. I try this using the following DBUS method: dbus-send --system --print-reply --dest=com.nokia.csd.Call /com/nokia/csd/call/1 com.nokia.csd.Call.Answer However, this raises a

Re: errors on SDK install

2010-06-01 Thread Roman Morawek
) and reinstall it again but this resulted in the same error messages. Thanks a lot, regards, Roman On 31.05.2010 23:20, Roman Morawek wrote: Hello, I have a problem setting up the development environment. I use Debian Lenny version 2.6.26-2-486 (Debian 2.6.26-21lenny4). I tried to follow

errors on SDK install

2010-05-31 Thread Roman Morawek
Hello, I have a problem setting up the development environment. I use Debian Lenny version 2.6.26-2-486 (Debian 2.6.26-21lenny4). I tried to follow the instructions given on

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