Hi,
Why most of Qt4.6 OpenGL examples crash in Maemo5 SDK?
Do I need a specific setup?
If I compile&run again this examples outside scratchbox, everything is fine.
Thanks!
Type: Posts; User: foo6321; Keyword(s):
Hi,
Why most of Qt4.6 OpenGL examples crash in Maemo5 SDK?
Do I need a specific setup?
If I compile&run again this examples outside scratchbox, everything is fine.
Thanks!
Yes, Debian packaging of an application using icons within a Ressource file works well.
Thanks!
Hi!
What is the good way for packaging an application which use is own icons ?
I using my icons like that in project file:
unix {
isEmpty(PREFIX) {
PREFIX = /usr/local
Ok, thanks, I've filled a bug to Maemo SDK
https://bugs.maemo.org/show_bug.cgi?id=9364
I am developing on Ubuntu 9.10 Karmic Koala and xephyr version is 2:1.6.4-2ubuntu4.1
My xephyr command is : Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac -kb
Ok, I don't think my issue is related to QWebView: I have tried to type "@" in the "Account Setup" dialog of the Maemo Address book and the character doesn't appears.
Hi!
I am trying to run a test application that uses QWebView for asking a text entry.
I am able to type any characters in the text entry on the N900, but special character like "@" (character 2...
What do you mean by implementation is not yet released ?
Can I already use QtMobility Contacts for just storing in my own separate Contact database (not addressbook.db) some Contact ?
Thanks
Hi,
I would like to write a plugin interface which uses non standard Qt class like QString or what ever but my own class. Here is what I would like to do:
myplugin.h
namespace MyPlugin...
It happens mostly when the playback is PAUSED.
I will just wait a next Maemo package of GStreamer. It is a so obvious bug, that I am sure, that someone at Maemo will take care of it.
I am playing pre-installed videos which are already present on the device when you buy it: 9.mp4 and Nokia_N900.mp4
I have tried to patch:
http://repository.maemo.org/pool/fremantle/free/g/gst-plugins-good0.10/gst-plugins-good0.10_0.10.16-git276-0maemo4+0m5.tar.gz
With only lines mentioned here:...
When a new Maemo package of GStreamer which has this bug fix will be released ?
Hi,
I am using Qt example of Media Player
http://qt.gitorious.org/+qt-developers/qt/x11-maemo/trees/4.6-fremantle/demos/qmediaplayer
I have got lot of warnings on my N900 device when I open &...
ok, I trust you if it works on the device.
About customizing the closing of a stacked window, is it a good choice to use closeEvent like for example in ListWindow:
class ListWindow : public...
I use too Qt 4.6.0~git20091218-0maemo1, but in Fremantle SDK on my desktop.
Even with your proposal, I still can see that the Menu will start to be closed only when a press the Cancel arrow of the...
Hi,
In Qt4.6 with Maemo5 widgets, I would like to open from a menu item of a main window, a new fullscreen stacked window containing a QMaemo5EditBar.
I have followed example...
Yes, it works this time.
Thanks
Hi all,
I have followed these instructions for packaging a Qt application for Maemo5:
http://wiki.maemo.org/Packaging_a_Qt_application
I don't know how to write debian/control and debian/rules...