Commit Graph

10 Commits

Author SHA1 Message Date
Lucie Gérard d62d13f4a2 Correct license for test files
According to QUIP-18 [1], all test files should be
LicenseRef-Qt-Commercial OR GPL-3.0-only

[1]: https://contribute.qt-project.org/quips/18

Pick-to: 6.7
Task-number: QTBUG-121787
Change-Id: I7b5f64b3b261da7a10effe2d91f2c4f058a11e88
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2024-05-13 08:18:03 +01:00
Lucie Gérard 2e7234cc40 Use SPDX license identifiers
Replace the current license disclaimer in files by
a SPDX-License-Identifier.
License files are organized under LICENSES directory.

Pick-to: 6.4
Task-number: QTBUG-67283
Change-Id: Ibdefc58cad3b83d0d117fc333de76ccb5177a621
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-06-10 16:20:09 +02:00
Friedemann Kleint 7040246efc Remove High DPI scaling attributes
They no longer have any effect and cause warnings and errors.

Pick-to: 6.2
Change-Id: Ibeb25186d92a0755a06193f34892ac0d64314e2e
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2021-07-15 15:03:15 +02:00
Friedemann Kleint a8284209f3 Restructure the libraries
Establish QtAxContainer and QtAxServer as proper modules.

Add QtAxBase as a static helper lib containing
qaxtypefunctions.cpp and qaxutils.cpp from the shared
directory.

qaxtypes.cpp remains in the shared directory as it is
used by both modules with differing defines. The VARIANT
<-> QVariant conversion is exposed via QAxBasePrivate
for testcon.

Add activeqt as a header-only module modeled after
platformheaders.

This makes it easier for the cmake conversion tools.

Task-number: QTBUG-78167
Task-number: QTBUG-27776
Change-Id: I3e7956ea91f2177b8c2596402908351b4d99c510
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2020-05-06 13:57:14 +02:00
Qt Forward Merge Bot bd4600cdf4 Merge remote-tracking branch 'origin/5.15' into dev
Change-Id: I4e9dbc17f87a6b604b77ca9e0f9ac1810df870a1
2020-04-11 03:06:59 +02:00
Friedemann Kleint cdd58e2c15 Add a manual test for dumpcpp
Let it generate code for the WebBrowser and display the meta object.
Factor out useful code from axviewer.

Change-Id: Ib250c749459836e2145f83f4f68fa0caee2a2ad9
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2020-04-08 07:37:48 +02:00
Volker Hilsheimer 37d19e4b5e Update include for QAction after move from widgets to gui in qtbase
- Fix include for QAction after move from widgets to gui in qtbase
- Adapt to OpenGL split
- Skip dumpcpp test for the moment

Change-Id: I8fcec00c56158ee427a9f374b07bb814a99d3bce
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2020-04-01 13:06:21 +02:00
Friedemann Kleint f29b73d002 axviewer test: Add a metaobject dump
Task-number: QTBUG-82945
Change-Id: If9c84743779acdd199fd67ec2c2f4fc72f58129a
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2020-03-27 16:42:34 +01:00
Jani Heikkinen b0c50bc1e8 Fix licensing
- Remove unused license files
- Switch old LGPLv21 license headers with GPL-EXCEPT one

Task-number: QTBUG-57147
Change-Id: I4c97cdcff6dfe3ed17d85d391bc700daa4f267a2
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2017-04-27 09:41:46 +00:00
Friedemann Kleint 8a87fad083 Add a simple manual test for loading Active X controls.
Add a simple Ax Viewer console application that can be passed
a CLSID on the command line with options to dump the widget/
window hierarchies using diaglib.
Debugging it is easier than debugging testcon, which is also a server
that cannot be built as console application.

Task-number: QTBUG-50206
Change-Id: I0c267fad3421ed05764ce36fb2cc0b1bcca22b75
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
2016-01-12 13:22:33 +00:00