- 04 Jun, 2013 - 1 commit
-
-
Shawn Rutledge authored
The necessity for this is documented in the QQuickWindow::incubationController() accessor. Bug 31203 is about writing a custom main() with a QQmlApplicationEngine, not about qmlscene, but the same workaround is necessary for both. Hopefully soon we find a way to make it unnecessary, but for now it is. This fix also doesn't take care of the QtObject { Window { } } use case. Task-number: QTBUG-31203 Change-Id: Ic9a5e4a23ac918593138dc9cab3de6cd36453eaf Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com> Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
-
- 23 May, 2013 - 1 commit
-
-
Friedemann Kleint authored
Task-number: QTBUG-31258 Change-Id: I13dfc17c75075de155505d20c57400753de0a71d Reviewed-by:
Shawn Rutledge <shawn.rutledge@digia.com>
-
- 22 May, 2013 - 1 commit
-
-
Shawn Rutledge authored
That way Component.onCompleted() can optionally do showMaximized() without being overridden. Task-number: QTBUG-31260 Change-Id: I6f5c3025efd3b38809be85da4172241695168a6c Reviewed-by:
Nikita Krupenko <krnekit@gmail.com> Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
-
- 02 Apr, 2013 - 1 commit
-
-
Gunnar Sletta authored
Change-Id: I3202e8e7461f457eeb73a82b7a8da40a11e4f76d Reviewed-by:
Morten Johan Sørvig <morten.sorvig@digia.com>
-
- 05 Feb, 2013 - 1 commit
-
-
Gunnar Sletta authored
Change-Id: I080c25ed8b8cc8b743043b5aa348927749c1f0eb Reviewed-by:
Samuel Rødal <samuel.rodal@digia.com>
-
- 10 Jan, 2013 - 1 commit
-
-
Sergio Ahumada authored
Change-Id: I6c3bd7bebe3d62d1cfd0fa6334544c9db8398c76 Reviewed-by:
Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
- 04 Jan, 2013 - 1 commit
-
-
Richard Moe Gustavsen authored
- last line was not aliged correctly with the previous lines. - usage of capital letter was inconsistent. Change-Id: Ied7caab8296a635e105764bc2e95aa9e78f1cfcb Reviewed-by:
Alan Alpert <aalpert@rim.com>
-
- 11 Dec, 2012 - 1 commit
-
-
Gunnar Sletta authored
Change-Id: I9ec8961342c23ea2c116c970e84aa412365412a9 Reviewed-by:
Samuel Rødal <samuel.rodal@digia.com>
-
- 06 Dec, 2012 - 1 commit
-
-
Alan Alpert authored
While the process should terminate immediately with a non-zero exit code on component error, it does that in the next line already. The main difference is dropping the backtrace, which is not useful in this case. Change-Id: I866ea00e62cb9d1b7c506b9819cd9bb2750ac81f Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 30 Nov, 2012 - 1 commit
-
-
Shawn Rutledge authored
Change-Id: I146e7b8e3ae0ee74f5f4e3ef85f59d50a639c0f5 Reviewed-by:
Samuel Rødal <samuel.rodal@digia.com>
-
- 26 Nov, 2012 - 1 commit
-
-
Tasuku Suzuki authored
Change-Id: Id7aeef0d499f48ddc64b4ea3e4dc713db8458c38 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Alan Alpert (RIM) <aalpert@rim.com>
-
- 22 Nov, 2012 - 1 commit
-
-
Friedemann Kleint authored
Change-Id: I7ea8ff54d24fe0818cd216d4aac0e8970461306e Reviewed-by:
Jędrzej Nowacki <jedrzej.nowacki@digia.com>
-
- 09 Nov, 2012 - 1 commit
-
-
Shawn Rutledge authored
Setting Window.color in QML takes effect immediately. It was only possible to set the property at startup. Examples demonstrate new Window property features. Change-Id: Ic5b43d0d84371f3fe5c42223ccc98e6de27aed10 Reviewed-by:
Samuel Rødal <samuel.rodal@digia.com>
-
- 08 Nov, 2012 - 1 commit
-
-
Shawn Rutledge authored
Depends on patch Ie4424ec15fbdef6b29b137f90a2ae33f173edd21 in qtbase. Change-Id: I9614cc2c7ed119c663b3f6f99267483e291e529c Reviewed-by:
Samuel Rødal <samuel.rodal@digia.com>
-
- 05 Nov, 2012 - 1 commit
-
-
Shawn Rutledge authored
Before, it assumed that the root is an Item and needs to have a Window created. But it's useful for an application to have a Window as the root, and it was already possible by writing a different C++ main function (see qtdeclarative/examples/window/window/window.cpp). It doesn't take much to give qmlscene this flexibility too. Change-Id: Ie808e78a42074e13aa9d3c87723ec9ac8fdbaf4a Reviewed-by:
Samuel Rødal <samuel.rodal@digia.com>
-
- 25 Oct, 2012 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: Ia55cf3cff4f019c82588d44c0b9c63cb97d965be Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
-
- 23 Sep, 2012 - 1 commit
-
-
Iikka Eklund authored
Change copyrights and license headers from Nokia to Digia Change-Id: Ie7f5d49ed8235d7a7845ab68f99ad1c220e64d5c Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
-
- 30 Jul, 2012 - 1 commit
-
-
Rohan McGovern authored
Don't unnecessarily refer to QApplication for installTranslator(); this is a static member of QCoreApplication. Change-Id: I7b0e0e30abe1f3a5c114136f1107de3fd7dbc815 Reviewed-by:
Alan Alpert <alan.alpert@nokia.com>
-
- 26 Jul, 2012 - 1 commit
-
-
Marc Mutz authored
Change-Id: Ibf1f9a451164982bcd50195b210c5b59e684937e Reviewed-by:
Rohan McGovern <rohan.mcgovern@nokia.com>
-
- 25 Jul, 2012 - 1 commit
-
-
Marc Mutz authored
Change-Id: Ic83e5fdaa7ef289f40cbeb4633a75d93d38c0bdb Reviewed-by:
Stephen Kelly <stephen.kelly@kdab.com>
-
- 17 Jul, 2012 - 2 commits
-
-
Charles Yin authored
Task-number: QTBUG-22391 Change-Id: Id567d4aabf47ce4790cf33979c4e464ba4f09357 Reviewed-by:
Yunqiao Yin <charles.yin@nokia.com>
-
Alan Alpert authored
QQuickCanvas is now called QQuickWindow QQuickCanvas::rootItem is now QQuickWindow::contentItem QQuickItem::canvas is now QQuickItem::window QQuickItem::ItemChangeData::canvas is also renamed window QQuickCanvas::grabFrameBuffer is now QQuickWindow::grabWindow The functions related to the color property have dropped the clear from their names. The first three changes have interim compatibility measures in place to ease the transition. Change-Id: Id34e29546a22a74a7ae2ad90ee3a8def6fc541d2 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
- 25 Jun, 2012 - 1 commit
-
-
Robin Burchell authored
There's no need to heap allocate our QQuickView, and there's no need to have a seperate pointer to QWindow when we can just use the QQuickView directly. Change-Id: Ia2bc83c9dc83d1df1ec793836793f752d67e9415 Reviewed-by:
Alan Alpert <alan.alpert@nokia.com>
-
- 19 Jun, 2012 - 2 commits
-
-
Girish Ramakrishnan authored
The option makes qmlscene request a format with alpha for the QQuickView. Change-Id: I6490e606dd0af534147de95783f3a2ddfa8c52c8 Reviewed-by:
Gunnar Sletta <gunnar.sletta@nokia.com>
-
Robin Burchell authored
Change-Id: I20588ad0634aebec8374a570179ee43dd1b1dd3b Reviewed-by:
Alan Alpert <alan.alpert@nokia.com>
-
- 09 Jun, 2012 - 1 commit
-
-
Tasuku Suzuki authored
Change-Id: I2112bc8c9fe58cda84f498f9062b4b32b9ef0c24 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 28 May, 2012 - 1 commit
-
-
Robin Burchell authored
Sometimes it is useful to be able to resize a view from within QML, for example, when writing QML which must operate in both portrait and landscape conditions. Change-Id: I10564bb3c8661fae6c1d175985268a409dc3dafd Reviewed-by:
Alan Alpert <alan.alpert@nokia.com>
-
- 04 May, 2012 - 1 commit
-
-
Aaron Kennedy authored
Change-Id: I095249f64ecf4ef1e3fbfb164e3d50edffab61e8 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 21 Mar, 2012 - 1 commit
-
-
Matthew Vogt authored
Useful for running tests that have no interactive element, where all computation is performed in the initialization phase of processing the QML source. Change-Id: Id3f87fc504a30eb4e351804a98fe265db8fe93c9 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
- 24 Feb, 2012 - 1 commit
-
-
Matthew Vogt authored
Symbols beginning with QDeclarative are already exported by the quick1 module. Users can apply the bin/rename-qtdeclarative-symbols.sh script to modify client code using the previous names of the renamed symbols. Task-number: QTBUG-23737 Change-Id: Ifaa482663767634931e8711a8e9bf6e404859e66 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
- 14 Feb, 2012 - 1 commit
-
-
Aaron Kennedy authored
Change-Id: I0f850258e2cf5363bca2fa1c8b098aa5982eb232 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 02 Feb, 2012 - 1 commit
-
-
Matthew Vogt authored
QtQuick1 is now contained in a separate repository. Task-number: QTBUG-23737 Change-Id: I09eae67af5693a22b896b916f816f73ccc3a89b1 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
- 30 Jan, 2012 - 1 commit
-
-
Jason McDonald authored
As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: If39bd256b0fa85eba17ea30f8ab87ea27d758908 Reviewed-by:
Rohan McGovern <rohan.mcgovern@nokia.com>
-
- 23 Jan, 2012 - 1 commit
-
-
Jason McDonald authored
Replace Nokia contact email address with Qt Project website. Change-Id: I6a730abc0c396fb545a48b2d6938abedac2e3f1c Reviewed-by:
Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by:
Alan Alpert <alan.alpert@nokia.com>
-
- 17 Jan, 2012 - 1 commit
-
-
Jason McDonald authored
Update copyright headers from before 2011, and a couple of new ones that were merged after the previous change to copyright headers. Change-Id: Ia76e08e2734afa4ef3f1207dbcda5ff3bc81b366 Reviewed-by:
Rohan McGovern <rohan.mcgovern@nokia.com>
-
- 14 Dec, 2011 - 1 commit
-
-
Gunnar Sletta authored
Change-Id: If6d7dded83a4bbb5d68b74741fc7a531165b7fef Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 12 Dec, 2011 - 1 commit
-
-
Gunnar Sletta authored
Change-Id: Id7c474fe48bfa99d765267c0e3be1cbf80597548 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 08 Dec, 2011 - 1 commit
-
-
Gunnar Sletta authored
What was traditionally the QQuickRenderLoop which was used to support one QQuickCanvas instance has now grown to support multiple QQuickCanvas instances and is now called QQuickWindowManager, of which there are two implementations. QQuickRenderThreadSingleContextWindowManager: One QSGContext and one OpenGL context is being used to draw all the windows and we alternate between which surface the gl context is bound to. This implementation relies on that swap does not block, but that the graphics pipeline is vsynced and will eventually block as the buffer queue is filled up. This is the behavior we get on Mac OS X and Wayland. The benefit of this implementation is that we have vsync'ed animations, and the synchronizaiton between GUI and render thread is simple. (well, simple relative to the alternative, that is). QQuickTrivialWindowManager: One QSGContext and one OpenGL context is being used on the GUI thread. Animations are ticked from a timer. Performance of this implementation will deteriorate if the driver is using blocking swap. Task-number: QTBUG-19455 Change-Id: Ib961ac7d71eb49c70a057872b7cac020c4d19f3d Reviewed-by:
Samuel Rødal <samuel.rodal@nokia.com>
-
- 06 Dec, 2011 - 1 commit
-
-
Gunnar Sletta authored
Change-Id: I2aed4786e5426a7f05acced39ef849c03f1ab935 Reviewed-by:
Samuel Rødal <samuel.rodal@nokia.com>
-
- 02 Dec, 2011 - 1 commit
-
-
Kent Hansen authored
This change moves the QtQuick 2 types and C++ API (including SceneGraph) to a new module (AKA library), QtQuick. 99% of this change is moving files from src/declarative to src/quick, and from tests/auto/declarative to tests/auto/qtquick2. The loading of QtQuick 2 ("import QtQuick 2.0") is now delegated to a plugin, src/imports/qtquick2, just like it's done for QtQuick 1. All tools, examples, and tests that use QtQuick C++ API have gotten "QT += quick" or "QT += quick-private" added to their .pro file. A few additional internal QtDeclarative classes had to be exported (via Q_DECLARATIVE_PRIVATE_EXPORT) since they're needed by the QtQuick 2 implementation. The old header locations (e.g. QtDeclarative/qquickitem.h) will still be supported for some time, but will produce compile-time warnings. (To avoid the QtQuick implementation using the compatibility headers (since QtDeclarative's includepath comes first), a few include statements were modified, e.g. from "#include <qsgnode.h>" to "#include <QtQuick/qsgnode.h>".) There's a change in qtbase that automatically adds QtQuick to the module list if QtDeclarative is used. Together with the compatibility headers, this should help reduce the migration pain for existing projects. In theory, simply getting an existing QtDeclarative-based project to compile and link shouldn't require any changes for now -- but porting to the new scheme is of course recommended, and will eventually become mandatory. Task-number: QTBUG-22889 Reviewed-by:
Lars Knoll <lars.knoll@nokia.com> Change-Id: Ia52be9373172ba2f37e7623231ecb060316c96a7 Reviewed-by:
Kent Hansen <kent.hansen@nokia.com> Reviewed-by:
Sergio Ahumada <sergio.ahumada@nokia.com>
-