qt5base-lts/tests/auto/widgets/kernel
David Faure 92bd9aecfb Fix empty window title regression, add application display name to window title
This increases consistency a lot: all windows and dialogs from a Qt
application will show the app display name in the caption, on Windows and X11.
This helps identifying which app a dialog belongs to, which is especially
useful when the dialog is very generic and shows up unexpectedly.

For compatibility reasons, the app name is added to the caption only
if setApplicationDisplayName() was called -- or if the caption would be
completely empty. The standard Qt4 case (setWindowTitle + no display name)
is unchanged.

Change-Id: Ib284c62c1f4c0bc923e5bc2d10247d95e9aa76c1
Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
2012-12-14 08:56:02 +01:00
..
qaction normalise signal/slot signatures [QtWidgets tests] 2012-10-19 00:44:54 +02:00
qactiongroup Do the actual removal of the Soft Keys API and related code 2012-10-29 20:27:27 +01:00
qapplication Cleanup tst_QApplication 2012-11-23 20:40:02 +01:00
qboxlayout [QTBUG-27420] Make Q{Box,Grid,Form}Layout::takeAt() unparent a nested layout 2012-12-02 00:23:14 +01:00
qdesktopwidget Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qformlayout [QTBUG-27420] Make Q{Box,Grid,Form}Layout::takeAt() unparent a nested layout 2012-12-02 00:23:14 +01:00
qgridlayout [QTBUG-27420] Make Q{Box,Grid,Form}Layout::takeAt() unparent a nested layout 2012-12-02 00:23:14 +01:00
qlayout tst_QLayout: use QStyleFactory instead of QWindowsStyle 2012-11-28 13:13:51 +01:00
qshortcut normalise signal/slot signatures [QtWidgets tests] 2012-10-19 00:44:54 +02:00
qsizepolicy Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qstackedlayout Fix a regression with regards to hfw behavior in QStackedWidget 2012-10-10 14:22:58 +02:00
qtooltip Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qwidget tst_QWidget: use QStyleFactory instead of QWindowsStyle 2012-11-28 13:13:41 +01:00
qwidget_window Fix empty window title regression, add application display name to window title 2012-12-14 08:56:02 +01:00
qwidgetaction Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qwidgetmetatype Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qwidgetsvariant Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
kernel.pro Store the QMetaObject with the QMetaType. 2012-07-01 15:07:10 +02:00