Allen Winter
|
73ca6e6671
|
buildsystem - install the Python bindings into standard "site-packages"
Follow Python standards and install the bindings into
<prefix>/lib/pythonX.Y/site-packages
sync the Python cmake files with KDAB repository
|
2021-07-23 12:05:02 -04:00 |
|
Allen Winter
|
990fac9a0a
|
open for 1.5 - new features
|
2021-07-16 13:02:05 -04:00 |
|
Allen Winter
|
31ec4cdecb
|
Merge branch '1.4'
|
2021-07-16 12:59:32 -04:00 |
|
Allen Winter
|
1d968bd902
|
CMakeLists.txt, Changelog - open for 1.4.1
|
2021-07-16 12:59:12 -04:00 |
|
Allen Winter
|
69a632cfc2
|
conan/conanfile.py - Qt5.12 is required since 1.4.0
|
2021-07-16 12:53:21 -04:00 |
|
Allen Winter
|
9a784f1222
|
ready for 1.4.0 release
v1.4.0
|
2021-07-16 11:13:13 -04:00 |
|
Allen Winter
|
4a390696d5
|
CMakeLists.txt - Set default CMAKE_BUILD_TYPE to Release for non-dev
In non-developer situations default CMAKE_BUILD_TYPE=Release
|
2021-07-16 09:42:43 -04:00 |
|
Allen Winter
|
68aaccadab
|
CMakeLists.txt - move the python bindings buildtype check
|
2021-07-16 09:38:56 -04:00 |
|
Allen Winter
|
3940228b59
|
various cmake files - minor coding style
|
2021-07-16 09:18:03 -04:00 |
|
Allen Winter
|
f8abe48c82
|
CMakeLists.txt - add more doc
|
2021-07-16 09:11:00 -04:00 |
|
Sergio Martins
|
86db81e5b7
|
README-QtQuick: Remove sentence about failing Qt6 tests
It was a false-positive, everything passes
|
2021-07-15 23:53:01 +01:00 |
|
Sergio Martins
|
34676f016f
|
qtquick: Blacklist a Qt6 test
Works fine manually.
Qt6 refactored input event handling, which broke our Tests::doubleClickOn(QWindow).
|
2021-07-15 23:50:06 +01:00 |
|
Sergio Martins
|
4448891315
|
tests: Increase timeout when trying to active dock widgets
When running with ASAN everything is slower.
Added a warning to tests fail sooner if this happens.
|
2021-07-15 20:50:58 +01:00 |
|
Sergio Martins
|
fc1f12b77c
|
cmake: Qt6 QtQuick clangcl preset needs help finding Qt6 plugins
The same was already done to the regular msvc one
|
2021-07-15 20:18:55 +01:00 |
|
Sergio Martins
|
a50057f5d2
|
cmake: Fix running the clangcl Qt6 presets on Windows
They need to set PATH
|
2021-07-15 20:14:48 +01:00 |
|
Sergio Martins
|
d7b32e475e
|
cmake: Normalize preset build dir of my clangcl preset
|
2021-07-15 20:11:30 +01:00 |
|
Allen Winter
|
e32aaccaac
|
Merge branch '1.4'
|
2021-07-15 13:30:58 -04:00 |
|
Allen Winter
|
8b695eec79
|
.codespellrc - codespell config
|
2021-07-15 10:26:20 -04:00 |
|
Allen Winter
|
c85904c67e
|
2 more misspelling fixes for contractions.
|
2021-07-15 10:25:53 -04:00 |
|
Allen Winter
|
22a709a39e
|
fix more misspellings
|
2021-07-15 10:14:04 -04:00 |
|
Allen Winter
|
4f4a5de700
|
fix misspellings found by codespell
|
2021-07-15 09:46:53 -04:00 |
|
Sergio Martins
|
08ecbb2ca6
|
qtquick: Mention Qt6+qtquick has failing tests
|
2021-07-15 10:59:23 +01:00 |
|
Sergio Martins
|
048b494874
|
cmake: Fix dev-qtquick6 preset
When running it, we need to set the correct qml import path,
otherwise it picks up Qt 5.
|
2021-07-14 23:31:57 +01:00 |
|
Allen Winter
|
1539d7233b
|
make/ECMGenerateHeaders.cmake - avoid uninit value
see upstream MR at:
https://invent.kde.org/frameworks/extra-cmake-modules/-/merge_requests/161
|
2021-07-14 16:00:32 -04:00 |
|
Sergio Martins
|
214dbdf359
|
qtquick: Fix clazy-connect-not-normalized
|
2021-07-14 16:10:07 +01:00 |
|
Allen Winter
|
473ce60340
|
cmake/ECM/modules/ECMGenerateHeaders.cmake - add missing
|
2021-07-13 18:39:58 -04:00 |
|
Allen Winter
|
74ba8c6bd2
|
src/CMakeLists.txt - coding style
consistent indentation, etc.
|
2021-07-13 16:59:53 -04:00 |
|
Allen Winter
|
11a1023e79
|
src/CMakeLists.txt - generate and install camelcase headers
for public headers and exported classes only
|
2021-07-13 16:58:25 -04:00 |
|
Sergio Martins
|
3302401a36
|
Merge branch '1.4'
|
2021-07-13 17:34:58 +01:00 |
|
Sergio Martins
|
3c5f07ac79
|
Update ChangeLog
|
2021-07-13 17:34:00 +01:00 |
|
Renato Araujo Oliveira Filho
|
c0c1383254
|
Python: Create bindings for InitialOption
Added bindings for missing enums
Added InitialOption as value type
Task-Id: #198
|
2021-07-13 17:33:50 +01:00 |
|
Renato Araujo Oliveira Filho
|
ec4a4d1c86
|
Python: Create bindings for InitialOption
Added bindings for missing enums
Added InitialOption as value type
Task-Id: #198
|
2021-07-13 17:33:09 +01:00 |
|
Sergio Martins
|
5ef330f479
|
vscode: Fix the build dir paths
They changed in the cmake preset
|
2021-07-13 17:32:54 +01:00 |
|
Allen Winter
|
bbdbadd630
|
CMakeLists.txt - add missing option() and feature_summary()
also some minor coding style and some more comments
|
2021-07-13 08:20:50 -04:00 |
|
Allen Winter
|
80a1483617
|
QtQuick support is no longer expermental
|
2021-07-13 08:06:30 -04:00 |
|
Sergio Martins
|
13a7d27046
|
vscode: Fix the build dir paths
They changed in the cmake preset
|
2021-07-13 08:27:21 +01:00 |
|
Sergio Martins
|
8800c02403
|
Fix persistent central frame becoming invisible
Wouldn't affect functionality but would have a different color.
Fixes #220
|
2021-07-13 08:19:05 +01:00 |
|
Allen Winter
|
dd9ec48979
|
DragController.cpp - fix multi-line comment [-Werror=comment]
caused by clang-format
|
2021-07-12 17:37:59 -04:00 |
|
Allen Winter
|
262d703608
|
cmake/ECM - sync with upstream
except for ECMEnableSanitizers.cmake which has local
changes we intend to upstream, if accepted.
|
2021-07-12 17:21:15 -04:00 |
|
Allen Winter
|
5629e1dfc2
|
.clang-format - set ColumnLimit to 0
else clang-format grows lines for you
|
2021-07-12 17:07:55 -04:00 |
|
Allen Winter
|
7001aa58ce
|
clang-format on code base
|
2021-07-12 17:05:37 -04:00 |
|
Allen Winter
|
d87898b59e
|
private/DragController.cpp - don't include QWindow more than once
|
2021-07-12 17:04:15 -04:00 |
|
Allen Winter
|
d1078adad2
|
.clang-format - SortIncludes: false
|
2021-07-12 16:41:32 -04:00 |
|
Allen Winter
|
e4f0fae7e5
|
.clang-format - ColumnLimit: 150
because SPDX tag lines are longer than 100 already
|
2021-07-12 16:38:08 -04:00 |
|
Sergio Martins
|
4b06706d61
|
Port away from deprecated QWidget::isTopLevel()
Fixes Qt6 warnings about it
|
2021-07-10 07:18:27 -07:00 |
|
Sergio Martins
|
7e1331bd76
|
cmake|Qt6: Add presets for clang-cl
|
2021-07-10 06:56:36 -07:00 |
|
Sergio Martins
|
f735f25fb0
|
cmake|qtquick: Add a preset for building with clang-cl
|
2021-07-10 06:52:35 -07:00 |
|
Sergio Martins
|
750c089ab0
|
windows: Use -Werror for clang-cl too
|
2021-07-10 06:49:14 -07:00 |
|
Sergio Martins
|
3088f33837
|
Fix non-windows build
|
2021-07-10 06:44:48 -07:00 |
|
Sergio Martins
|
1d598d2585
|
windows: Fix all clang-cl warnings
Mostly int vs uint conversions.
In preparation to add -Werror
|
2021-07-10 06:43:04 -07:00 |
|