[Interest] QWebView: Find/Display diffs of html-text

2013-01-14 Thread Wilhelm
Hi, I'm looking for a hint/solution to the following problem: - I have two versions of html-text: a previous and an actual one as QString - I would like to display to actual one with: -- changes from previous highlighted -- scroll the QWebView to the changes / a specific change Actually I

Re: [Interest] Support for NSDragOperationDelete in Qt Cocoa

2013-01-14 Thread Иван Комиссаров
Guys, are there any Mac programmers who can help me?) Иван Комиссаров 10.01.2013, в 12:44, Иван Комиссаров abba...@gmail.com написал(а): As i looked into qt code (both qt4 and qt5), it is not possible to enable this flag for a drag and drop. This flag is needed to allow dropping to a mac

Re: [Interest] Announcing Doxyqml

2013-01-14 Thread Aurélien Gâteau
Tomasz Siekierda wrote: I wrote an input filter for Doxygen which makes it possible to use Doxygen to document QML components. It is being used on api.kde.org to document Plasma QML components. You can view an example of the output here: http://api.kde.org/4.x-api/kde-runtime-

Re: [Interest] [Development] [ANN] Registration for C++Now 2013 is now open

2013-01-14 Thread Tony Van Eerd
-Original Message- ject.org; developm...@qt-project.org Subject: Re: [Development] [Interest] [ANN] Registration for C++Now 2013 is now open On terça-feira, 11 de dezembro de 2012 13.14.00, Boris Kolpackov wrote: Speakers If you are interested in presenting, we are currently

Re: [Interest] [gnutls-help] ANNOUNCE: Qt Certificate Addon

2013-01-14 Thread Nikos Mavrogiannopoulos
On Sun, Dec 16, 2012 at 10:18 PM, Richard Moore r...@kde.org wrote: What is it? === Qt Certificate Addon is a framework for creating X.509 certificates using Qt. Unlike the read-only support for certificates that's included in the SSL module this API allows new certificates, keys and

Re: [Interest] Qt 5 Help system and online doc suggestions

2013-01-14 Thread Aaron J. Seigo
On Thursday, December 20, 2012 13:14:27 Thiago Macieira wrote: 3. Also, it would be nice if you could put Aaron Seigo's slides online. He wasn't at the Berlin QtDD12, only at Santa Clara, so his content is not otherwise already online, from what I can tell. His talk about QML in large

Re: [Interest] [gnutls-help] ANNOUNCE: Qt Certificate Addon

2013-01-14 Thread Nikos Mavrogiannopoulos
On Sat, Dec 22, 2012 at 12:49 PM, Richard Moore r...@kde.org wrote: Yes, it's totally feasible to add this in the future. At the moment I have no access to the relevant hardware so I'm not really in a position to look at it. I know at least one developer who's contributed to Qt recently has an

Re: [Interest] Qt 5 Cross compile issue

2013-01-14 Thread S. Muthaiah
Hi, I installed XCB in sysroot directory. And also I included sysroot in configure command like this, ./configure -v -prefix /usr/local/Qt-5.0.0 -xplatform linux-g++-mx5x -opensource -nomake examples -nomake demos -nomake tests -no-opengl -qt-xcb -qpa xcb -no-directfb -release -shared

Re: [Interest] Qt 5 Cross compile issue in freescale IMX53 Board

2013-01-14 Thread S. Muthaiah
Hi All, I successfully compiled Qt 5.0.0 for IMx53 Board. I configured with -eglfs and -opengl es2 options. My cross compilation was successful. When I run application , i got below error message. ./hellogl_es2 -platform -eglfs Unable to handle kernel paging request at virtual address

[Interest] Problems porting to Qt5

2013-01-14 Thread Marcelo Estanislau Geyer
I have an application that is compiled to Qt4.8.3 and I am interested in porting to Qt5. The problem is that I need to run this system and depend on Kubuntu 11.10/12.04/12.10 of the KDE libraries, particularly KFileDialog. When trying to compile I have the problem of Can not mix incompatible Qt

Re: [Interest] Problems porting to Qt5

2013-01-14 Thread Till Oliver Knoll
Am 04.01.2013 um 20:44 schrieb Marcelo Estanislau Geyer esta...@outlook.com: I have an application that is compiled to Qt4.8.3 and I am interested in porting to Qt5. The problem is that I need to run this system and depend on Kubuntu 11.10/12.04/12.10 of the KDE libraries, particularly

Re: [Interest] animation on font.pixelSize

2013-01-14 Thread Thomas Senyk
On Fri, January 11, 2013 10:21:11 Jason H wrote: Try scale, not pixelSize. http://blog.qt.digia.com/blog/2011/07/15/text-rendering-in-the-qml-scene-gra ph/ scalable, sub-pixel positioned and sub-pixel antialiased… and at almost no cost. Sure, I can use scale. Problem is, scale doesn't

Re: [Interest] animation on font.pixelSize

2013-01-14 Thread Samuel Rødal
On 01/11/2013 04:59 PM, Thomas Senyk wrote: Hi, as with Quick2.0 we got the very nice DistanceField-font-rendering. So in theory animations on Text{ font.pixelSize } should be fairly cheap, right? With the following code snipped I got performance problems never the less: import QtQuick

Re: [Interest] [interest] Qt Installer Framework: How good is that?

2013-01-14 Thread Karsten Heimrich
Hi, On 12.01.2013 19:14, Soroush Rabiei wrote: Greetings all I've been introduced to Qt Installer Framework today, Unfortunately can't find detailed descriptions about that. There is only a brief documentation. I have some questions. 1. Documentation says it's cross-platform. That's

Re: [Interest] [interest] Qt Installer Framework: How good is that?

2013-01-14 Thread Uwe Rathmann
Hi, I have to admit that I completely missed the existence of the installer framework so far. Before starting further investigations, please let me ask if it is a possible solution for me: I'm maintainer of the Qwt ( http://qwt.sf.net ) library and thought about offering binary packages that

Re: [Interest] Qt 5 Cross compile issue in freescale IMX53 Board

2013-01-14 Thread Thiago Macieira
On domingo, 30 de dezembro de 2012 12.13.58, S. Muthaiah wrote: Hi All, I successfully compiled Qt 5.0.0 for IMx53 Board. I configured with -eglfs and -opengl es2 options. My cross compilation was successful. When I run application , i got below error message. ./hellogl_es2 -platform

Re: [Interest] Announcing Doxyqml

2013-01-14 Thread Tomasz Siekierda
On 14 January 2013 10:43, Aurélien Gâteau agat...@kde.org wrote: Cool, net me know how it works for you. There are no plan as of now to push it into Doxygen. Doing so would require a rewrite in C++, which is not something I plan to do at the moment. Note that Doxyqml is now mentioned on

Re: [Interest] [interest] Qt Installer Framework: How good is that?

2013-01-14 Thread Soroush Rabiei
On Mon, Jan 14, 2013 at 4:38 PM, Karsten Heimrich karsten.heimr...@digia.com wrote Have you checked this: http://doc-snapshot.qt-project.org/qtifw-1.2/index.html Yes. In fact, that link was the only documentation I found about QIF. The installer will be translatable, yes. This will

Re: [Interest] animation on font.pixelSize

2013-01-14 Thread Thomas Senyk
On Mon, January 14, 2013 12:54:56 Samuel Rødal wrote: On 01/11/2013 04:59 PM, Thomas Senyk wrote: Hi, as with Quick2.0 we got the very nice DistanceField-font-rendering. So in theory animations on Text{ font.pixelSize } should be fairly cheap, right? With the following code

Re: [Interest] Qt 5 Cross compile issue

2013-01-14 Thread Thomas Senyk
On Mon, January 14, 2013 07:42:30 Thiago Macieira wrote: On quinta-feira, 27 de dezembro de 2012 14.47.00, S. Muthaiah wrote: /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux -g nueabi/bin/../lib/gcc/arm-fsl-linux-gnueabi/4.4.4/../../../../arm-fsl-lin ux-

Re: [Interest] Qt 5 Cross compile issue in freescale IMX53 Board

2013-01-14 Thread Thomas Senyk
On Sun, December 30, 2012 12:13:58 S. Muthaiah wrote: Hi All, I successfully compiled Qt 5.0.0 for IMx53 Board. I configured with -eglfs and -opengl es2 options. My cross compilation was successful. When I run application , i got below error message. ./hellogl_es2 -platform -eglfs

Re: [Interest] Announcing Doxyqml

2013-01-14 Thread Aurélien Gâteau
Le lundi 14 janvier 2013 17:04:52 Tomasz Siekierda a écrit : On 14 January 2013 10:43, Aurélien Gâteau agat...@kde.org wrote: Cool, net me know how it works for you. There are no plan as of now to push it into Doxygen. Doing so would require a rewrite in C++, which is not something I

[Interest] I.MX6 and QT5

2013-01-14 Thread qtnext
Hi, is there anyone using I.MX6 and Qt5 (quick2 / OpenGL / Multimedia playback ) ? Is it easy to use ? is there any ressource to start ? ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] I.MX6 and QT5

2013-01-14 Thread Eric Nelson
On 01/14/2013 02:31 PM, qtnext wrote: Hi, is there anyone using I.MX6 and Qt5 (quick2 / OpenGL / Multimedia playback ) ? Is it easy to use ? is there any ressource to start ? Michael Grunditz has been working on this, but I don't know the status.

[Interest] QTextEdit is too slow - hints needed

2013-01-14 Thread JM
Hi all, I am using QTextEdit to display log text files, just like the Unix command tail -f. My current implementation just displays the last 5 lines and then follows the growing log file, displaying lines as they come. Now, I am asked to make QTextEdit display the whole file when the user

Re: [Interest] QTextEdit is too slow - hints needed

2013-01-14 Thread 1+1=2
Hi, You should use QPlainTextEdit instead of QTextEdit. Regards. On Tue, Jan 15, 2013 at 8:16 AM, JM johnmil...@email.it wrote: Hi all, I am using QTextEdit to display log text files, just like the Unix command tail -f. My current implementation just displays the last 5 lines and then

Re: [Interest] QTextEdit is too slow - hints needed

2013-01-14 Thread William Hallatt
I've battled with the same issue. I still haven't got a final solution, but the following did help me speed things up a bit (using QPlainTextEdit),: m_yourPlainTextEdit-setUpdatesEnabled( false ); // disables receipt of paint events m_yourPlainTextEdit-setPlainText( lotsOfText );

Re: [Interest] animation on font.pixelSize

2013-01-14 Thread Samuel Rødal
On 01/14/2013 06:04 PM, Thomas Senyk wrote: On Mon, January 14, 2013 12:54:56 Samuel Rødal wrote: On 01/11/2013 04:59 PM, Thomas Senyk wrote: Hi, as with Quick2.0 we got the very nice DistanceField-font-rendering. So in theory animations on Text{ font.pixelSize } should be fairly cheap,