Re: Canonical list of fremantle sections

2011-05-16 Thread Thomas Perl
Hi, 2011/5/16 David Talmage talm...@acm.org: 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? The list where I always look is on this Wiki page

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

2011-05-16 Thread David Talmage
Thanks, Timur. On Monday, May 16, 2011 03:33:07 AM Timur Kristóf wrote: ... I'd recommend you to put those files into your app's resources, then Qt will embed them into your app's executable. ... Read more about this at http://doc.qt.nokia.com/latest/resources.html ... I considered that.

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

2011-05-16 Thread Kristóf Timur
Hello David, I considered that. I don't think that's the right solution. It's my intention to translate the help files into a number of languages. That's easy. Then you can do: QString aSupportFile = QSupportSystem.openSupportFile(:/help/file_ + QLocale::system().name() + .html); Embedding

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

2011-05-16 Thread Daniil Ivanov
Maemo 5 has no system wide help engine. And Symbian has help engine, but you will need native Symbian API to use it. On the other hand, Qt has it's own help engine http://doc.qt.nokia.com/latest/qthelp-framework.html and probably you want to use as it will solve all cross-platform issues.