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!
__
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:
>
[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
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
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
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
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
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
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
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
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
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
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
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
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.
__
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
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
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
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
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
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
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
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 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.
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
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.
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
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.
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
29 matches
Mail list logo