Uwe Kindler
|
835a20f03f
|
Merge branch 'master' into focused_dockwidget
|
2020-05-11 15:50:47 +02:00 |
|
Uwe Kindler
|
aa7976dac6
|
Fixed issue #164 - Single DockArea cannot be split
|
2020-05-11 09:03:28 +02:00 |
|
Uwe Kindler
|
067338ef23
|
Enable styling of focused dockwidget
|
2020-05-10 19:30:34 +02:00 |
|
Uwe Kindler
|
b7e7c0ccc3
|
Added new test action for adding docked editor widget to test fix for issue #148
|
2020-05-07 16:14:59 +02:00 |
|
Uwe Kindler
|
cb18bc0d91
|
Fixed visibility issue when adding dock widget after all other dock widgets have ben closed in the GUI - fix for GitHub issue #148
|
2020-05-07 16:13:59 +02:00 |
|
Uwe Kindler
|
07464ce05c
|
Added new SidebarExample
|
2020-05-07 14:39:02 +02:00 |
|
Uwe Kindler
|
62ce9dca5d
|
Fixed small bug in FloatingDragPreview that caused flashing of hidden overlay when dragging the last visible dock widget in non opaque docking mode
|
2020-05-07 14:20:31 +02:00 |
|
Uwe Kindler
|
985d164cd1
|
Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System
|
2020-05-04 15:14:50 +02:00 |
|
Uwe Kindler
|
0c9a1ee3f2
|
Fixed a bug in FloatingDragPreview that prevents dock widget from floating when dragging over another dock widget
|
2020-05-04 15:14:35 +02:00 |
|
githubuser0xFFFF
|
0bd20883df
|
Update user-guide.md
|
2020-04-30 19:51:35 +02:00 |
|
githubuser0xFFFF
|
1d8a1e9bb8
|
Update user-guide.md
|
2020-04-29 07:15:06 +02:00 |
|
Uwe Kindler
|
3adabaec81
|
Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System
|
2020-04-29 07:13:57 +02:00 |
|
Uwe Kindler
|
5695d0d305
|
Added documentation for HideSingleCentralWidgetTitleBar configuration flag
|
2020-04-29 07:13:42 +02:00 |
|
farmovit
|
f1792820e1
|
Fix memory leak (#152)
|
2020-04-28 15:17:02 +02:00 |
|
Uwe Kindler
|
e091be0b76
|
Restored default demo application settings
|
2020-04-28 07:19:06 +02:00 |
|
Uwe Kindler
|
e4c5eac146
|
Added FloatingContainerHasWidgetIcon documentation to user-guide.md
|
2020-04-28 06:51:34 +02:00 |
|
Uwe Kindler
|
cbd2fcb0d3
|
Fixed CDockWidget::setWidget function to test for QAbstractScrollArea instead of QScrollArea
Now setWidget properly supports ItemViews like QTreeView or QTableView
|
2020-04-27 16:51:46 +02:00 |
|
Uwe Kindler
|
47029190dc
|
Fixed wrong display of center drop area when dragging over invisible dock area title bar
|
2020-04-27 15:27:34 +02:00 |
|
Uwe Kindler
|
80aee638c9
|
Fixed bug that drop overlay sometimes was not visible when moving the drag preview over a floating window
This bug was caused by accidentally using hide() instead of hideOverlay()
|
2020-04-27 15:20:27 +02:00 |
|
Uwe Kindler
|
cdc863e962
|
Fixed dropping of FloatingDragPreview into center of dock container with only one single visible dock area
If this happens the dropped dock widget needs to get tabified
|
2020-04-27 14:00:37 +02:00 |
|
Uwe Kindler
|
ef855e3843
|
Added documentation for FloatingContainerHasWidgetTitle flag
|
2020-04-27 08:58:50 +02:00 |
|
Uwe Kindler
|
842d417e8d
|
Fixed crash when trying to make a CDockWidget floating in non-opaque mode if the CDockWidget is not floatable
|
2020-04-27 07:54:43 +02:00 |
|
Uwe Kindler
|
52a64350e6
|
Fixed DockWidgetTab to provide the right size when starting floating
|
2020-04-27 07:48:15 +02:00 |
|
Uwe Kindler
|
79831d482b
|
Added QtCreator IDE to showcases
|
2020-04-24 10:08:18 +02:00 |
|
Uwe Kindler
|
a4fbaf413b
|
Fixed source documentation of DockAreaDynamicTabsMenuButtonVisibility flag
|
2020-04-24 09:31:13 +02:00 |
|
Uwe Kindler
|
b982947cf4
|
Added documentation for DockAreaDynamicTabsMenuButtonVisibility to user-guide.md
|
2020-04-24 09:30:06 +02:00 |
|
Uwe Kindler
|
bc2ac48eab
|
Fixed default elide mode in DockWidgetTab.cpp
|
2020-04-24 09:29:33 +02:00 |
|
Uwe Kindler
|
ddbdb83821
|
Added documentation for DockAreaHideDisabledButtons flag
|
2020-04-22 12:03:58 +02:00 |
|
Uwe Kindler
|
85626c9a21
|
Added Q_INIT_RESOURCE(ads) for static builds
|
2020-04-22 06:25:01 +02:00 |
|
Uwe Kindler
|
8bf8309949
|
Added configuration flags DockAreaHasTabsMenuButton and DockAreaHasUndockButton to user-guide.md
|
2020-04-20 16:25:30 +02:00 |
|
Uwe Kindler
|
528f48e6d1
|
Added documentation for AlwaysShowTabs configuration flag
|
2020-04-19 12:08:01 +02:00 |
|
Uwe Kindler
|
28dfcc2a62
|
Updated user-guide images
|
2020-04-17 10:43:28 +02:00 |
|
Uwe Kindler
|
0bfa2eb88e
|
Updated documentation picture cfg_flag_DragPreviewHasWindowFrame_true.png
|
2020-04-17 10:28:46 +02:00 |
|
Uwe Kindler
|
27bbe9f7f5
|
Added additional configuration flags to user-guide.md
|
2020-04-17 10:25:32 +02:00 |
|
Uwe Kindler
|
92dbcec7c0
|
Added missing image to user-guide.md
|
2020-04-15 20:19:54 +02:00 |
|
Uwe Kindler
|
2be2f2bc6f
|
Added DragPreviewIsDynamic section to user-guide.md
|
2020-04-15 20:18:20 +02:00 |
|
Uwe Kindler
|
a083d778bd
|
Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System
|
2020-04-15 13:13:39 +02:00 |
|
Uwe Kindler
|
d4770a7d41
|
Continued writing of user-guide.md - added further configuration flags documentation
|
2020-04-15 13:10:03 +02:00 |
|
githubuser0xFFFF
|
37365caf8e
|
Update user-guide.md
|
2020-04-14 22:55:47 +02:00 |
|
Uwe Kindler
|
3f5bfc3139
|
Added new sections to user-guide.md
|
2020-04-14 20:00:59 +02:00 |
|
Uwe Kindler
|
4ac7291831
|
Merge branch 'documentation'
|
2020-04-14 17:24:44 +02:00 |
|
Uwe Kindler
|
b5e9096387
|
Fixed cmake build
|
2020-04-14 17:24:34 +02:00 |
|
Uwe Kindler
|
19c8e9ffcc
|
Started creation of user-guide.md
|
2020-04-14 17:23:01 +02:00 |
|
Uwe Kindler
|
6a815a836c
|
Implemented status dialog in demo application to test several CDockWidget functions
|
2020-04-14 16:07:00 +02:00 |
|
Uwe Kindler
|
277d3fffe4
|
Removed unused slot
|
2020-04-13 22:40:14 +02:00 |
|
Uwe Kindler
|
9502e7bf6c
|
Added new features to sip/DockManager.sip and DockWidget.sip for Python integration
|
2020-04-13 22:35:35 +02:00 |
|
Uwe Kindler
|
8aae6bf70b
|
Added DockWidget functions setAsCurrentTab, raise, isCurrentTab, isTabbed
|
2020-04-13 22:16:47 +02:00 |
|
Uwe Kindler
|
a668fe2f73
|
Added new config flag HideSingleCentralWidgetTitleBar to enble a central single dock widget in the main dock container (dock manager) without titlebar
Added a test case for the new flag to MainWindow.cpp
|
2020-04-12 01:05:20 +02:00 |
|
Uwe Kindler
|
12bb7b73e9
|
Fixed CDockContainerWidget::hasTopLevelDockWidget() and CDockContainerWidget::topLevelDockArea() to work properly also for the main non floating dock container
|
2020-04-12 00:56:41 +02:00 |
|
Uwe Kindler
|
dbf90a4233
|
Fixed ElidingLabel to properly support Qt::ElideNone
added setElideMode function to CDockWidgetTab
|
2020-04-10 21:06:43 +02:00 |
|