summaryrefslogtreecommitdiffstats
path: root/qtwinmigrate
Commit message (Collapse)AuthorAgeFilesLines
* Use SPDX license identifiersHEADmasterRalf Habacker2022-10-2456-2183/+111
| | | | | | | Task-number: QTSOLBUG-205 Change-Id: I3374031a1c4ce0b806d4b3c8599fbba20099dfe3 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* qtwinmigrate: Fix geometry offsetFriedemann Kleint2018-07-161-1/+3
| | | | | | | | | | | | | Set the property "_q_embedded_native_parent_handle" on the widget before calling winId() so that it takes effect during native window creation. The bug was unveiled by qtbase/3035400f36731c400adb9204b94e9afe346a71b7. Task-number: QTSOLBUG-196 Change-Id: I5dac836b2845de9833da46bfb72d07aafdf4896a Reviewed-by: Andy Shaw <andy.shaw@qt.io>
* qtwinmigrate: Fix build against Qt 5.8Friedemann Kleint2017-02-161-1/+1
| | | | | | | qWinAppInst() has been removed from QtCore. Change-Id: Iefd249c8e454c3141e2f7e0346b830b5efe41e0a Reviewed-by: Andy Shaw <andy.shaw@qt.io>
* Improve error handling in Qt Mfc examples.Friedemann Kleint2014-10-142-22/+102
| | | | | | Task-number: QTBUG-40881 Change-Id: Iada4965609209a9926b8234acc09fc8fcf79e518 Reviewed-by: Andy Shaw <andy.shaw@digia.com>
* Focus gained by mouse click handled correctly now.Lauri Laanmets2013-09-041-1/+3
| | | | | | | Task-number: QTSOLBUG-70 Change-Id: Id9cef80728762252542908b4fc62cb1509666da2 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Andy Shaw <andy.shaw@digia.com>
* Fix warning about missing config.pri in Qt 5.Friedemann Kleint2013-02-151-1/+1
| | | | | | | | | For non-library-builds, no config.pri is generated by the configure(.bat) scripts. Change-Id: Ia39644d860d43cd322b3dd099a5d67248cd231be Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Andy Shaw <andy.shaw@digia.com>
* configure.bat: Do not print usage when invoked correctly.Friedemann Kleint2013-02-151-0/+1
| | | | | Change-Id: Iecbb5235a7e3b7d92352784a858eed7148d648aa Reviewed-by: Andy Shaw <andy.shaw@digia.com>
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1057-57/+57
| | | | | Change-Id: I4520cf54a4c8d6ff6119dc3762d9aeac42b66af5 Reviewed-by: Andy Shaw <andy.shaw@digia.com>
* Make the QtWinMigrate solution work with Qt 5.0Andy Shaw2013-01-089-32/+116
| | | | | Change-Id: Ia4957fc75e89665c8b187a7932bd6b41e9230ee7 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* Define QT_WA if using Qt 5Jonathan Liu2012-12-293-0/+12
| | | | | | | | Qt 5 always uses Unicode so define QT_WA to always select the Unicode path if using Qt 5. Change-Id: Ib0f0f403180442278728201c64cc79c284e2cb93 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* Change Q_WS_WIN to Q_OS_WIN for Qt 5 compatibilityJonathan Liu2012-12-293-3/+3
| | | | | | | | Q_WS_WIN has been removed in Qt 5 so use Q_OS_WIN instead which exists in both Qt 4 and Qt 5 where appropriate. Change-Id: Icc9328f8d28da244dc828e670e2d6402c86a419b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* Remove module prefix from includesJonathan Liu2012-12-2913-20/+20
| | | | | | | | The module prefix is not needed and removing it adds compatibility with Qt 5 which has classes moved into different modules. Change-Id: I20823be670d78ba6cc8eb0e5de1f4f3b6fa2edb6 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* Change copyright from Nokia to DigiaSergio Ahumada2012-12-2757-492/+624
| | | | | | Change-Id: Ie75877290e0bce06c8b5a24ed664e8aceaf2cac0 Reviewed-by: Andy Shaw <andy.shaw@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Long live the Qt Solutions archive!aavit2010-10-06109-0/+11042
This commit adds the contents of distribution packages of the relevant subset of the Qt Solutions components, generated from the last versions in Perforce.