qt5base-lts/tests/auto/gui/kernel
Shawn Rutledge cd34da5426 Rename all QWindow properties that have "window" in them
windowTitle, windowModality, windowIcon and so on are named that way
to be similar to the ones in QWidget.  However QQuickWindow inherits
all of the declared properties, and we would like to have shorter
property names in QML.  If you are working with a Window then it's
obvious the title property is the window title.  Unfortunately,
there must be patches in many other modules which depend on this one.
In order to avoid the need to merge them all at the same time,
there is also patch https://codereview.qt-project.org/#change,39001
which temporarily adds backwards-compatible accessors, which can be
removed after the other modules are able to build without them.

We should not rename windowState to state, because in QML, state
usually drives the state machine for animation transitions etc.
(although QWindow is not an Item, a user might get confused about it).

Related patches are
https://codereview.qt-project.org/#change,39001
https://codereview.qt-project.org/#change,37764
https://codereview.qt-project.org/#change,37765
https://codereview.qt-project.org/#change,37766
https://codereview.qt-project.org/#change,37762

Change-Id: Ie4424ec15fbdef6b29b137f90a2ae33f173edd21
Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
2012-11-07 21:26:08 +01:00
..
qbackingstore Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qclipboard test: Remove QSKIP from tst_QClipboard::copy_exit_paste() 2012-10-24 01:39:04 +02:00
qdrag Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qevent Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qfileopenevent Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qguiapplication Rename all QWindow properties that have "window" in them 2012-11-07 21:26:08 +01:00
qguieventdispatcher Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qguimetatype Auto tests: revise cursor dependant tests 2012-10-13 05:51:19 +02:00
qguitimer Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qguivariant Auto tests: revise cursor dependant tests 2012-10-13 05:51:19 +02:00
qinputmethod Rename all QWindow properties that have "window" in them 2012-11-07 21:26:08 +01:00
qkeysequence Test: remove QSKIP and remove whole test cases instead. 2012-10-17 21:06:30 +02:00
qmouseevent Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qmouseevent_modal Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qpalette Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qscreen Fix QScreen::orientation() not always being updated after changing the update orientation mask 2012-09-26 19:55:00 +02:00
qtouchevent Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qwindow Rename all QWindow properties that have "window" in them 2012-11-07 21:26:08 +01:00
kernel.pro Make gui tests build when widgets aren't available 2012-06-07 00:38:01 +02:00