Remove the ASM language where no assembler files are used.
Pick-to: 6.8 6.9
Change-Id: I461058a754991599d566cb9e63b43510b505f794
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Make it possible to run manual tests directly, also with Qt / creator
configured to not build tests.
Pick-to: 6.8
Change-Id: I630339a8287bdda8d6b5f2c0ee3510b63cc05f85
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
According to QUIP-18 [1], all build system
files should be BSD-3-Clause
[1]: https://contribute.qt-project.org/quips/18
Pick-to: 6.7
Task-number: QTBUG-121787
Change-Id: Ie1b4144b758f37c4c95b23d24818f59373ef5464
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
The previoud input handlers have complicated architecture
to handle various types of inputs and also due to the previous
graphs' architecture.
This introduces a new approach which uses the quick handlers
for any types of input and also uses signal-slot based event
handling instead of setting custom input handlers.
Fixes: QTBUG-114451
Change-Id: I981ac8042fa43d20581605f4c42b25e9d0aa465d
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
After renaming it matches "import QtQuick3D". This "3D" in the end
informs users that this module is using Qt Quick 3D.
This change is done in anticipation of the addition of 2D graphs
in the QtCharts re-implementation into QtGraphs module. 2D graphs
will then be imported into QML with "import QtGraphs". This matches
other 2D modules in QtQuick, which also do not state implicitly
being 2D.
Fixes: QTBUG-118235
Change-Id: Ib712776a04b1a61c8e266c7084868bfe43d9b9df
Reviewed-by: Kwanghyo Park <kwanghyo.park@qt.io>
Reviewed-by: Sakaria Pouke <sakaria.pouke@qt.io>
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Reviewed-by: Sami Varanka <sami.varanka@qt.io>
Reviewed-by: Kaj Grönholm <kaj.gronholm@qt.io>
Reviewed-by: Dilek Akcay <dilek.akcay@qt.io>
Cleaning up the redundant Q3DCamera class
Task-number: QTBUG-114196
Change-Id: Ic996ad101c5dddec919de9f56b99b39e54516045
Reviewed-by: Kwanghyo Park <kwanghyo.park@qt.io>
mouseX and mouseY are now final properties of MouseArea.
Also make sure the reselectTimer does a new selection, even
when mouse has not been moved between timer triggers. Drop timer
interval to 30 FPS.
Change-Id: I0b36bbc370dabcedc82cbaf4684a88fa17ea7a10
Reviewed-by: Jere Tuliniemi <jere.tuliniemi@qt.io>
Reviewed-by: Sami Varanka <sami.varanka@qt.io>
Remove ThemeDigia at the same time, as that is a remnant
from old times we were still a part of Digia.
Task-number: QTBUG-114103
Change-Id: I37380274b349831134aacfdb295aa7eadd85880d
Reviewed-by: Jere Tuliniemi <jere.tuliniemi@qt.io>
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Reviewed-by: Sami Varanka <sami.varanka@qt.io>
- Auto test targets start with `tst_qg*`
- Manual tests start with `tst_*`
- `q3d`s were replaced by `qg` in folder names, as well as targets
Fixes: QTBUG-113284
Change-Id: I9e2e16f9493fd2e0e9e79d83f697831b48a6cdd8
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>