Sergio Martins
|
b36dcf1325
|
Fix macOS developer-build due to unused variable
|
2021-02-22 10:46:56 +00:00 |
|
Sergio Martins
|
f544ac58e6
|
Apply the logical DPI factor to the MainWindow contents margins
|
2021-02-21 23:42:11 +00:00 |
|
Sergio Martins
|
6047275cfa
|
Add a localDpiFactor helper
As we don't do everything via QStyle. layout margins for example
still need a manual factor
|
2021-02-21 23:02:49 +00:00 |
|
Sergio Martins
|
de068dc6ff
|
Use less relative includes, some of them were wrong
The example now includes them, so we can detect build failures
if they get wrong again
Fixes #140
|
2021-01-18 18:57:15 +00:00 |
|
Allen Winter
|
a2f4c972a6
|
update copyright year
|
2021-01-02 09:27:50 -05:00 |
|
Sergio Martins
|
8b97088c70
|
Fix QtQuick build
|
2020-12-18 17:39:24 +00:00 |
|
Sergio Martins
|
37590b44d7
|
qml: DragController now compiles with the QtQuick frontend
|
2020-08-06 23:31:44 +01:00 |
|
Sergio Martins
|
78dcb0f7f3
|
qml: Abstract some methods that QQuickItem doesn't have
geometry(), isMinimized(), etc.
|
2020-08-06 23:10:08 +01:00 |
|
Sergio Martins
|
c7afbf0803
|
qml: make qtTopLevelUnderCursor_impl() receive QWindow
QWindow works for both QtWidgets and QtQuick
|
2020-08-06 18:30:53 +01:00 |
|
Sergio Martins
|
769d34d746
|
qml: implement childAt
Added a namespace-level parentWidget() helper, so it works for
both widgets and quick
|
2020-08-06 17:51:49 +01:00 |
|
Allen Winter
|
b4f49895c2
|
clarify: licensing is GPL2 or GPL3 or commercial licensed
follow the REUSE specs
|
2020-07-24 18:16:13 -04:00 |
|
Allen Winter
|
df692686e7
|
various - update copyright year
|
2020-01-07 11:36:56 -05:00 |
|
Sergio Martins
|
787f7802be
|
Move the private code into a private/ folder
It's nice to have a similar include hierarchy at build time and install
time.
It also makes things more explicit
|
2019-10-20 19:24:54 +01:00 |
|