Sergio Martins
|
cf44110033
|
Rename DockWidget::show() to DockWidget::open()
Since non-current tabs are open but not visible.
|
2022-09-10 12:26:30 +01:00 |
|
Sergio Martins
|
764385de9f
|
refactor: DockWidget::isOpen() now keeps its state in the controller
No longer tied to QtWidget visibility. This will make it easier to
make new frontends.
|
2022-09-09 19:51:25 +01:00 |
|
Sergio Martins
|
ad8457490b
|
Add an xfailing test for issue #312
|
2022-09-07 12:07:03 +01:00 |
|
Sergio Martins
|
c0ef4ae0d2
|
tests: Add a test for DockWidget:setAsCurrentTab()
CC issue #312
|
2022-09-07 11:52:19 +01:00 |
|
Sergio Martins
|
f0c008fae3
|
tests: Add a unit-test for Adding dock widget hidden
|
2022-08-21 12:57:53 +01:00 |
|
Sergio Martins
|
61e93a1970
|
tests: Add a unit-test for DockWidget::isOpen()
|
2022-08-21 00:54:24 +01:00 |
|
Sergio Martins
|
763ad1ae6b
|
Wrapper views now also get a dummy controller
Now we can finally make all setVisible/isVisible calls go
through the controller
|
2022-08-20 19:24:21 +01:00 |
|
Sergio Martins
|
d8189e3e03
|
.clang-format: wrap at column 100
|
2022-08-05 16:49:00 +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
|
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 |
|