qt5base-lts/tests/auto/other
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
..
atwrapper normalise signal/slot signatures [QtGui tests] 2012-10-22 08:41:27 +02:00
baselineexample Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
collections Fix #if 0 usage in collections autotest. 2012-10-04 03:03:17 +02:00
compiler QMetaType build fix with Q_NO_CURSOR and friends. 2012-09-27 02:37:19 +02:00
exceptionsafety Add OOM unit test for QVarLengthArray 2012-11-06 05:33:28 +01:00
exceptionsafety_objects Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
gestures Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
headersclean Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
lancelot Adjust autotest files for raster engine to new default pen 2012-10-26 11:53:12 +02:00
languagechange Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
macgui Remove duplicate words and punctuation from documentation. 2012-09-26 04:03:20 +02:00
macnativeevents Remove duplicate words and punctuation from documentation. 2012-09-26 04:03:20 +02:00
macplist Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
modeltest Add implementations of QAIM::sibling in public APIs. 2012-11-02 16:25:02 +01:00
networkselftest test: Don't fail if the network test server is not set up 2012-10-25 14:10:04 +02:00
qaccessibility Rename all QWindow properties that have "window" in them 2012-11-07 21:26:08 +01:00
qaccessibilitylinux Make test class name consistent with file name. 2012-11-06 15:02:29 +01:00
qcomplextext Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qfocusevent test: Remove QSKIP from tst_QFocusEvent::checkReason_ActiveWindow() 2012-09-22 23:40:02 +02:00
qnetworkaccessmanager_and_qprogressdialog test: Don't fail if the network test server is not set up 2012-10-25 14:10:04 +02:00
qobjectperformance Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qobjectrace Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qsharedpointer_and_qwidget Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qtokenautomaton Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qvariant_common Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
windowsmobile Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
other.pro Fix compile with -no-widgets 2012-10-18 12:24:11 +02:00