Sergio Martins
|
36931e7c45
|
Allow DragController views to have access to its controller
For consistency
|
2022-07-20 13:12:52 +01:00 |
|
Sergio Martins
|
ae5cf1d723
|
More renaming of "frame" to "group"
|
2022-06-23 16:01:43 +01:00 |
|
Sergio Martins
|
9469273c7a
|
Rename "frame" variables to "group"
|
2022-06-21 17:12:11 +01:00 |
|
Sergio Martins
|
fe7a8d450c
|
Rename Frame class to Group
|
2022-06-21 16:34:20 +01:00 |
|
Sergio Martins
|
73d627554a
|
Remove Frame.h/cpp to Group.h/cpp
It's a better name.
Files only for now. Contents will come in a followup.
|
2022-06-21 08:51:52 +01:00 |
|
Sergio Martins
|
755bc6ac14
|
cmake: Don't add src/ to include path
Fully qualify includes instead
|
2022-06-14 16:57:22 +01:00 |
|
Sergio Martins
|
a4d337e891
|
Fully qualify header paths when including controllers
so this still works when private headers are installed
|
2022-06-13 23:24:43 +01:00 |
|
Sergio Martins
|
ab2b481a80
|
cmake: QtQuick frontend no longer needs to link against QtWidgets
|
2022-06-12 14:43:17 +01:00 |
|
Sergio Martins
|
118fe3d32e
|
qtquick: Fix guest view not getting parented when getting added
To be improved on milestone 3
|
2022-06-08 12:22:57 +01:00 |
|
Sergio Martins
|
2421e607a9
|
Users now instantiate DockWidget view instead of controller
The controllers are private and not intentend for the public.
|
2022-05-30 11:45:43 +01:00 |
|
Sergio Martins
|
1c0c594abe
|
cmake: Add qtwidgets/qtquick ifdefs
Code now builds without QtQuick if needed
|
2022-05-28 16:02:14 +01:00 |
|
Sergio Martins
|
da8539820e
|
qtquick: Find the correct controller when using ViewWrapper
|
2022-05-27 14:00:19 +01:00 |
|
Sergio Martins
|
267bc4ec79
|
tests: Test that a floating window is created
|
2022-05-27 13:35:52 +01:00 |
|
Sergio Martins
|
c554bdc68c
|
Fix DropArea only looking for QtWidget children
Instead of using findChildren(), just ask the layout for the
items.
tst_floatingWindow now doesn't crash anymore when looking for
the layout items.
|
2022-05-26 09:58:23 +01:00 |
|
Sergio Martins
|
a85c56a25a
|
Implement ViewWrapper::is()
|
2022-05-23 23:37:25 +01:00 |
|
Sergio Martins
|
ac51ffc7d4
|
tests: Add tests for DockWidget and FloatingWindow ctor
To catch potential QML errors in the .qml files.
|
2022-05-23 23:06:32 +01:00 |
|
Sergio Martins
|
bab0c99d13
|
tests: Added tst_separator
Helps finding problems in the respective qml file
|
2022-05-23 19:12:32 +01:00 |
|
Sergio Martins
|
79ef648a27
|
tests: Added tst_stack and tst_tabbar
Finds errors in the respective qml files
|
2022-05-23 19:00:21 +01:00 |
|
Sergio Martins
|
0f55a2f87a
|
tests: Add tst_titlebar
At least for the ctor, which already helps to find bugs in
the .qml file
|
2022-05-23 18:07:56 +01:00 |
|
Sergio Martins
|
87e9cbc388
|
tests: Add tst_frame
|
2022-05-23 17:15:43 +01:00 |
|