Re: [Development] Can we bring back QT += declarative?

2012-06-28 Thread Thiago Macieira
On sexta-feira, 29 de junho de 2012 10.32.53, Alan Alpert wrote: > On Thu, 28 Jun 2012 20:35:29 ext Thiago Macieira wrote: > > I'm trying to port a project to Qt 5 and the first thing I noticed when I > > > > ran qmake is: > > > > > > Project ERROR: Unknown module(s) in QT: declarative > > Did you

Re: [Development] Notes from the QWidget session

2012-06-28 Thread Alan Alpert
On Tue, 26 Jun 2012 12:56:06 ext Harri Porten wrote: > Here are my notes from the QWidgets session on June 22th, 2012, 11:30 > o'clock: > > http://qt-project.org/groups/qt-contributors-summit-2012/wiki/QtWidgets > > ,,, > > Help with migration from Qt 3/4 to 5 > ==

Re: [Development] Can we bring back QT += declarative?

2012-06-28 Thread Alan Alpert
On Thu, 28 Jun 2012 20:35:29 ext Thiago Macieira wrote: > I'm trying to port a project to Qt 5 and the first thing I noticed when I > ran qmake is: > > Project ERROR: Unknown module(s) in QT: declarative Did you notice the qtdeclarative/bin/rename-qtdeclarative-symbols.sh script? I thought that

Re: [Development] Can we bring back QT += declarative?

2012-06-28 Thread martin.jones
Reassigning "declarative" back to qtquick1 could be done. I'm not sure that is an improvement since we have QtQuick 2 in the qtdeclarative module, so it actually becomes more confusing. Martin. > -Original Message- > From: development-bounces+martin.jones=nokia@qt-project.org > [ma

Re: [Development] Can we bring back QT += declarative?

2012-06-28 Thread Lincoln Ramsay
On 06/29/2012 04:35 AM, ext Thiago Macieira wrote: > I'm trying to port a project to Qt 5 and the first thing I noticed when I ran > qmake is: > > Project ERROR: Unknown module(s) in QT: declarative If you want QtQtuick1 that's now QT += quick1. This could probably use declarative now but previou

[Development] Can we bring back QT += declarative?

2012-06-28 Thread Thiago Macieira
I'm trying to port a project to Qt 5 and the first thing I noticed when I ran qmake is: Project ERROR: Unknown module(s) in QT: declarative -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center Intel Sweden AB - Registration Number: 55

Re: [Development] Multitouch on top of XInput 2.2

2012-06-28 Thread Shawn Rutledge
On 28 June 2012 13:03, Christian Spielberger wrote: > Hi, > > I got multitouch on top of XInput 2.2 to work. > > See http://www.youtube.com/watch?v=sRSC4CEYmIg ! > > Repo: > See https://gitorious.org/~cspiel/qt/cspiels-qt-4_8-with-xinput2_1 ! > > Branch: > 4.8-XI2.2-touch > > Maybe the branch can

[Development] Names of speakers for Qt CS videos

2012-06-28 Thread quim.gil
Hi, we are producing the videos of the Qt Contributors Summit and we need URGENTLY the names of all the speakers taking part in recorded sessions at the Galerie room. This includes everybody sitting in a panel or doing a demo. Please add the names to the wiki page program at http://qt-project.

Re: [Development] Scenegraph Triple Buffering

2012-06-28 Thread gunnar.sletta
On Jun 28, 2012, at 12:57 PM, ext dietrich.gos...@conti-engineering.com wrote: > The used hardware is: i.MX6 Sabrelite (with powerful gpu from vivante) > Used Qt-Version: 5.0.0 Alpha with eglfs plugin > > The Qt Application contains scaling, rotations and moving of images. The > application i

Re: [Development] QtCS: OpenGL session notes

2012-06-28 Thread marius.storm-olsen
On 28/06/2012 01:59, ext Samuel Rødal wrote: > On 06/27/2012 06:30 PM, ext marius.storm-ol...@nokia.com wrote: >> On 25/06/2012 13:44, ext Girish Ramakrishnan wrote: >>> Future plans - Desktop OpenGL 3+ support, ES 3 support >> >> We've just added ANGLE support in Qt (-angle ), to enable >> DirectX

[Development] Multitouch on top of XInput 2.2

2012-06-28 Thread Christian Spielberger
Hi, I got multitouch on top of XInput 2.2 to work. See http://www.youtube.com/watch?v=sRSC4CEYmIg ! Repo: See https://gitorious.org/~cspiel/qt/cspiels-qt-4_8-with-xinput2_1 ! Branch: 4.8-XI2.2-touch Maybe the branch can be the base for the multitouch integration for X11. How the branch came a

Re: [Development] Scenegraph Triple Buffering

2012-06-28 Thread Dietrich . Gossen
The used hardware is: i.MX6 Sabrelite (with powerful gpu from vivante) Used Qt-Version: 5.0.0 Alpha with eglfs plugin The Qt Application contains scaling, rotations and moving of images. The application is a comination of QML and C++. I am searching for the bottleneck. The hellogl_es2 example i

Re: [Development] Scenegraph Triple Buffering

2012-06-28 Thread gunnar.sletta
On Jun 28, 2012, at 10:58 AM, ext dietrich.gos...@conti-engineering.com wrote: > Hi, > > There is some Qt 5.0 documentation available about > QSurfaceFormat::SwapBehavior. There is a constant called > QSurfaceFormat::TripleBuffer . > Is this feature already implemented and tested in Qt 5 Alp

Re: [Development] Notes from the QWidget session

2012-06-28 Thread Stephen Kelly
On Thursday, June 28, 2012 12:03:16 Иван Комиссаров wrote: > I took a small look into a KDE classes. http://community.kde.org/Frameworks/Epics/Qt_5.1_Merging If you're interested to work on this stuff, it might make sense to coordinate on a kde list: https://mail.kde.org/mailman/listinfo/kde-fra

[Development] Scenegraph Triple Buffering

2012-06-28 Thread Dietrich . Gossen
Hi, There is some Qt 5.0 documentation available about QSurfaceFormat::SwapBehavior. There is a constant called QSurfaceFormat::TripleBuffer . Is this feature already implemented and tested in Qt 5 Alpha? The reason I am asking, is because we are facing the typical issues with Double buffering

Re: [Development] Notes from the QWidget session

2012-06-28 Thread Thorbjørn Martsum
*That's called a QTextEdit * No it isn't. These are two completely different things. QTextEdit is far more and still lacks QLineEdit functionality. I can't put a regexp validator on a QTextEdit - and I can't even have a clean way setting maxlength. On Thu, Jun 28, 2012 at 9:37 AM, Thiago Macieira

Re: [Development] Notes from the QWidget session

2012-06-28 Thread Thiago Macieira
On quinta-feira, 28 de junho de 2012 12.03.16, Иван Комиссаров wrote: > Should i create a playground project, or i can start adding widgets as a > separate commits on top of current master (yes, qt5 is frozen, but i will > simply rebase commits when there will be 5.1 branch)? Playground project, u

Re: [Development] Notes from the QWidget session

2012-06-28 Thread Иван Комиссаров
Btw, it would be great if someone will implement multi-line label. Right now, it is impossible to wrap text in a QLabel using non-whitespace symbols. For example, i want to wrap file path using '/' as a wrapper. However, i prefer not to deal with text( I took a small look into a KDE classes. 1) h

Re: [Development] Notes from the QWidget session

2012-06-28 Thread Thiago Macieira
On quinta-feira, 28 de junho de 2012 09.07.55, Thorbjørn Martsum wrote: > * A multiline QLineEdit That's called a QTextEdit -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center Intel Sweden AB - Registration Number: 556189-6027 K

Re: [Development] Notes from the QWidget session

2012-06-28 Thread Thorbjørn Martsum
*@*Harri *Yes. And to be realistic: a single maintainer won't be enough* Agreed. There should be five QtWidgets maintainers like in the list ( http://qt-project.org/wiki/Maintainers), but Stephen Kelly is the only one. After that is said - one more maintainer would certainly improve the situation