Re: browserd (aka tablet-browser-daemon) is now open source

2011-11-04 Thread David Talmage
On Friday, November 04, 2011 06:52:45 PM Jonathan Wilson wrote: > I have taken the old browserd source code at > http://vcs.maemo.org/svn/browser/client-server/trunk/server/ and come up > with a set of code that is functionally identical to the N900 browserd. > ... Wow! Thank you! __

Re: Using a library package in Maemo sysroot

2011-08-31 Thread David Talmage
On Wednesday, August 31, 2011 02:35:27 PM David Talmage wrote: > [Replying to both Christian Kandeler and Tomi Ollila in this message.] > > On Wednesday, August 31, 2011 05:28:56 AM Tomi Ollila wrote: > > On Wed, 31 Aug 2011 10:00:48 +0200, Christian Kandeler > > wrote: >

Re: Using a library package in Maemo sysroot

2011-08-31 Thread David Talmage
[Replying to both Christian Kandeler and Tomi Ollila in this message.] On Wednesday, August 31, 2011 05:28:56 AM Tomi Ollila wrote: > On Wed, 31 Aug 2011 10:00:48 +0200, Christian Kandeler wrote: > > On Tue, 2011-08-30 at 16:07 -0400, ext David Talmage wrote: > > > I'm h

Using a library package in Maemo sysroot

2011-08-30 Thread David Talmage
I'm having trouble deploying an application to my N900. When QtCreator builds the application package, dpkg-shlibdeps claims that it cannot find the dependency information for one library. This is what I need help fixing. The error message is dpkg-shlibdeps: failure: no dependency informatio

Re: QtCreator, libraries, and multiple platforms

2011-08-30 Thread David Talmage
On Wednesday, August 03, 2011 03:03:11 PM David Talmage wrote: > I need help making QtCreator build an application and a library for Maemo, > Symbian (using the remote compiler), and the simulator. I've been all over > the documentation, the forum on Qt Developer Network, and Go

Re: QtCreator, libraries, and multiple platforms

2011-08-05 Thread David Talmage
Thanks, Daniil! This is nearly working. I structured my directories as you advised. Everything builds and the app links with lib. There is an executable, oh-my/app/app. Then some task called "copydeploymentfolders" is invoked and it fails. The output is: Copying application data... cp: cann

Re: QtCreator, libraries, and multiple platforms

2011-08-05 Thread David Talmage
On Friday, August 05, 2011 05:38:40 PM Ville M. Vainio wrote: > So I guessed correctly; your rationale for using a library is wrong > ;-). You are introducing a bunch of deployment headaches for the sake You're right, Ville, I am introducing deployment headaches. Those headaches shouldn't be ther

Re: QtCreator, libraries, and multiple platforms

2011-08-05 Thread David Talmage
of just having one monolithic > > application? > > > > On Wed, Aug 3, 2011 at 10:03 PM, David Talmage wrote: > >> I need help making QtCreator build an application and a library for > >> Maemo, Symbian (using the remote compiler), and the simulator. I'v

QtCreator, libraries, and multiple platforms

2011-08-03 Thread David Talmage
I need help making QtCreator build an application and a library for Maemo, Symbian (using the remote compiler), and the simulator. I've been all over the documentation, the forum on Qt Developer Network, and Google. I can't find an example that does what I need. I have a library (lib) and an

Re: Using Qt Creator to make qml modules and package them for deployment

2011-06-22 Thread David Talmage
On Wednesday, June 22, 2011 01:43:42 AM Christian Kandeler wrote: > On Tue, 2011-06-21 at 16:09 -0400, ext David Talmage wrote: > > Would someone please post or point me to instructions for creating and > > packaging a QML module with Qt Creator? > > If you really have just t

Using Qt Creator to make qml modules and package them for deployment

2011-06-21 Thread David Talmage
Would someone please post or point me to instructions for creating and packaging a QML module with Qt Creator? I'm embarrassed to say that I can't find any guidelines for doing this with or without Qt Creator. None of the choices offered by Qt Creator seem right: Qt Quick Application builds an

P1 bug in QtMobility Contacts module

2011-06-01 Thread David Talmage
I've encountered a bug in QtMobility's Contacts module. It's in the Symbian^3 implementation. I'm reporting it to maemo-developers because I encountered it while porting a Maemo application to Symbian^3. Nokia recently classified it as priority P1: Critical. The Symbian^3 implementation of

Re: Installing HTML help files in Maemo and Symbian^3

2011-05-16 Thread David Talmage
I will share it here. > On 05/16/2011 04:56 AM, David Talmage wrote: > > I'm sure some of you develop for both Maemo and Symbian^3. I need some > > advice about deployment on those platforms. I'm looking for a place to > > put support files, such as help files, that

Installing HTML help files in Maemo and Symbian^3

2011-05-15 Thread David Talmage
I'm sure some of you develop for both Maemo and Symbian^3. I need some advice about deployment on those platforms. I'm looking for a place to put support files, such as help files, that can't be made into resource files. In Maemo, I'm putting them in /opt/usr/share/doc/myapp/. Where does Sy

Re: Adding additional files to deb with QtSDK-1.1

2011-05-15 Thread David Talmage
On Friday, May 06, 2011 11:43:55 AM Daniil Ivanov wrote: > It's enough if you add to your project file: > > data.path = /usr/share/doc/panicbutton/ > data.files += panicbutton.html > INSTALLS += data >... Thanks, Daniil. That's what I was missing. __

Canonical list of fremantle sections

2011-05-15 Thread David Talmage
Is this still the canonical list of sections for debian/control in fremantle: http://wiki.maemo.org/Packaging#Sections There used to be a section named user/communication. Is that now obsolete? ___ maemo-developers mailing list maemo-developers@maemo.o

Adding additional files to deb with QtSDK-1.1

2011-05-06 Thread David Talmage
I recently upgraded to QtSDK-1.1 and that seems to have changed the way I must package my application. Now I need help figuring that out. I have a help file, panicbutton.html, to add to my package. I want to install it in /usr/share/doc/panicbutton/. QtCreator makes a deb for me and that en

Nokia developer discount on phones?

2011-04-27 Thread David Talmage
I applied for Nokia Launchpad yesterday. While I'm waiting for Nokia to respond, I'm curious about the discounts it offers on phones. Is this something we can talk about on maemo-developers ? I found a new, green N8-00 at Amazon.com for $349. I'm tempted to buy it. That's the lowest price

How to display progress while fetching contacts?

2011-04-14 Thread David Talmage
I'm looking for a platform-independent way to display the progress of a QContactFetchRequest. Can any of you suggest a solution? I've found a couple of partial solutions but nothing completely satisfactory. QProgressBar would be perfect if I knew how many contacts to expect. I don't know th

Re: QtMobility app shows, hides, shows again at startup

2011-04-13 Thread David Talmage
On Saturday, April 09, 2011 04:11:08 am Thomas Perl wrote: > 2011/4/8 David Talmage : > > My newly released PanicButton application [1] behaves strangely at > > startup. When I start the application, it displays its window, then > > immediately hides the window. In a few b

QtMobility app shows, hides, shows again at startup

2011-04-08 Thread David Talmage
My newly released PanicButton application [1] behaves strangely at startup. When I start the application, it displays its window, then immediately hides the window. In a few but significant number of seconds, it displays its window again. It should display its window only once. Perhaps one of

Re: QtCreator 2.1.0-rc1

2010-12-01 Thread David Talmage
On 12/01/2010 09:45 PM, Felipe Crochik wrote: I don't think the upper/lower case especially on windows but I may be wrong. Anyway does not sound like the cause for the message. Have you checked the actual contents of the panicbutton.pro file? It could be the TARGET=-1 but it is hard for me t

Re: QtCreator 2.1.0-rc1

2010-12-01 Thread David Talmage
On 12/01/2010 09:15 PM, Felipe Crochik wrote: Hi David, I think they are separate issues (especially because "-1" is not even part of the file name you described). The panicbutton_0.3.0_armel.deb is a valid package name. You may also have something like panicbutton_0.3.0-1_armel.deb. It is com

QtCreator 2.1.0-rc1

2010-12-01 Thread David Talmage
QtCreator puts underscores instead of dashes in the names of the packages it creates for me. Have I misconfigured it or have I bound a bug? For example, when I build my soon-to-be-released PanicButton application, QtCreator makes panicbutton_0.3.0_armel.deb instead of panicbutton-0.3.0-armel.

Re: Position of the icon in QListWidgetItem

2010-10-19 Thread David Talmage
On 10/19/2010 08:40 AM, Felipe Crochik wrote: I haven't tried with a list item but with buttons you can reposition the image using just style sheets. Be aware that you (can) have two images: the ... I am sure you found this already but: http://doc.trolltech.com/4.6/stylesheet-examples.html#custom

Position of the icon in QListWidgetItem

2010-10-18 Thread David Talmage
I need help placing an icon in a QListWidgetItem. I want the icon to appear on the far right instead of the far left. Can I do this with a style sheet? Do I need to write a delegate instead? This is for a contact chooser for Qt4.7 that behaves like the OssoABookContactChooser.

A QContactDetailFilter that matches only non-empty details

2010-10-09 Thread David Talmage
Is it possible to make a QContactDetailFilter that matches non-empty details? For example, I want a QContactManager to return only Contacts with telephone numbers. ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/ma

Re: Qt Dev Days San Francisco/Meego Conference - Are you going to?

2010-10-07 Thread David Talmage
On 10/07/2010 04:25 PM, Felipe Crochik wrote: I am going to attend both events and would like to meet other maemo developers, anybody else? I'm going. I'll have my first Maemo app to show off. ___ maemo-developers mailing list maemo-developers@maemo.

Programmatically selecting contacts in OssoABookContactChooser and Qt 4.7

2010-09-30 Thread David Talmage
I need help marking and selecting contacts from an address book in my N900 Qt application. What I want to do is similar to what Pallavi Kandhare asked about in http://lists.maemo.org/pipermail/maemo-developers/2010-June/026975.html. That is, I have a list of contacts. I need a dialog that sh