Re: [Interest] Qt and x11/MPX

2012-02-14 Thread Robert Voinea
On Tuesday 14 February 2012 20:54:25 you wrote: > MPX means multi-pointer with multiple focus points. That means that two > mice, for example, control two different mouse pointers on the screen. > > Multitouch means there are multiple touch points, but they all come from one > device. You can conc

Re: [Interest] Qt and x11/MPX

2012-02-14 Thread Thiago Macieira
On terça-feira, 14 de fevereiro de 2012 21.32.11, Robert Voinea wrote: > On Tuesday 14 February 2012 17:06:24 Thiago Macieira wrote: > > On terça-feira, 14 de fevereiro de 2012 14.14.49, Robert Voinea wrote: > > Note that master pointers are not the same thing as touch points. Each > > master devic

Re: [Interest] Qt and x11/MPX

2012-02-14 Thread Robert Voinea
On Tuesday 14 February 2012 17:06:24 Thiago Macieira wrote: > On terça-feira, 14 de fevereiro de 2012 14.14.49, Robert Voinea wrote: > Note that master pointers are not the same thing as touch points. Each > master device can have multiple touch points. > > What Qt does not support is multiple poi

Re: [Interest] qt help system issue

2012-02-14 Thread Yifei Li
Thomas, I can see the help contents fine. The problem happens when other people try to use my software. It even works for me on the same machine where another person failed to see the help contents. Yifei On Tue, Feb 14, 2012 at 12:38 PM, Thomas Meyer wrote: > Hi, > I guess: > If you use the

[Interest] Start the Qt Assistant from main.cpp

2012-02-14 Thread Thomas Meyer
Hi, I want to start the Qt Assistant simple from a 'main.cpp'. It goes, but is it correct? I use the 'assistant .cpp' from the Simple Text Viewer example and have my own '.qch' and '.qhc' files. ... #include #include "Assistant.h" int main(int argc, char *argv[]) { Assistant *m_assistant =

Re: [Interest] qt help system issue

2012-02-14 Thread Thomas Meyer
Hi, I guess: If you use the 'assistant.cpp' have you changed the 'args' in the function 'bool Assistant::startAssistant(void)'? Or have you forgotten to change something in the '*.qhcp'? Have you used 'qcollectiongenerator foo.qhcp -o foo.qhc'? Thomas Meyer Am 14.02.2012 17:51, schrieb Yifei Li

[Interest] qt help system issue

2012-02-14 Thread Yifei Li
Hi all, I followed http://doc.qt.nokia.com/4.7-snapshot/help-simpletextviewer.htmlto generate help contents for my software, and I can see the contents fine. However, other people can start the assistant but the help contents are empty, and they saw the following error message KIconCache::loadCu

Re: [Interest] Qt and x11/MPX

2012-02-14 Thread Thiago Macieira
On terça-feira, 14 de fevereiro de 2012 14.14.49, Robert Voinea wrote: > Hi > > Update: > > I have installed and tested Ubuntu 11.10... But I have no luck. > I can confirm that qt has the xinput-2.1 patch applied since > 4:4.7.1-0ubuntu10 (see changelog here: > https://launchpad.net/ubuntu/+source/

Re: [Interest] [Qt-interest] Latest on Mac App Store + sandboxing?

2012-02-14 Thread Paul Miller
On 2/13/2012 4:48 PM, NoRulez wrote: > I tried it also this way, but i want to be able to generate packages on > a build server, so in my case the command line tools are simpler ;-) > > I had made a mistake in the example (point 2) in the last mail, here are > "all" steps copied from my project > >

Re: [Interest] Qt and x11/MPX

2012-02-14 Thread Robert Voinea
Hi Update: I have installed and tested Ubuntu 11.10... But I have no luck. I can confirm that qt has the xinput-2.1 patch applied since 4:4.7.1-0ubuntu10 (see changelog here: https://launchpad.net/ubuntu/+source/qt4-x11/+changelog) Just to be clear, my setup is a two-touchscreen dual monitor set

Re: [Interest] console and gui

2012-02-14 Thread Samuel Gaist
On 14 févr. 2012, at 12:29, Graham Labdon wrote: > Hi > I have the following requirement – > If my Qt Gui app is running in debug mode a console should be displayed and > this should be able to display log messages > If in release mode the log messages are to be sent to a file. > > I have look

[Interest] console and gui

2012-02-14 Thread Graham Labdon
Hi I have the following requirement - If my Qt Gui app is running in debug mode a console should be displayed and this should be able to display log messages If in release mode the log messages are to be sent to a file. I have looked at the QsLogger package but this will only send messages to a f

Re: [Interest] Qt5/eglfs coredump in QGL2PaintEngineEx::begin due to null QGLContext.

2012-02-14 Thread Samuel Rødal
On 02/14/2012 01:08 AM, ext Jon Trulson wrote: > On Mon, 13 Feb 2012, Samuel Rødal wrote: > >> On 02/13/2012 01:50 AM, ext Jon Trulson wrote: >>> Hi, I'm building Qt5 (latest from git) on an arm board (imx53 QSB). I >>> am not using X11. I am using the eglfs plugin. >>> >>> I have attempted to run