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 |
|
Uwe Kindler
|
19331ebe2b
|
Added comment to showFullScreen that this only works for Windows
|
2020-04-10 12:54:37 +02:00 |
|
Uwe Kindler
|
16a149b436
|
Fixed wrong call to base class function in DockWidget::showNormal
|
2020-04-10 12:35:47 +02:00 |
|
Uwe Kindler
|
1f995299f0
|
Added setFullScreen(), setNormal() and isFullScreen() function to CDockWidget to be more compatible to QDockWidget
|
2020-04-09 23:16:50 +02:00 |
|
Uwe Kindler
|
7a17aba42d
|
Fixed takeWidget() function and fixed setWidget() function to handle case if there is already a content widget
|
2020-04-09 21:44:21 +02:00 |
|
Uwe Kindler
|
9fe1dd6a88
|
Updated README.md toc
|
2020-04-09 21:16:04 +02:00 |
|
Uwe Kindler
|
7c2d1891a2
|
Added showcase section to README.md
|
2020-04-01 12:31:37 +02:00 |
|
Uwe Kindler
|
998fe9fa11
|
Added Q_OS_WIN around the installation of the eventFilter in FloatingDockContainer because it is only required for Windows
|
2020-04-01 08:36:33 +02:00 |
|
Uwe Kindler
|
28dc374fc2
|
Added support for proper handling on non client escape key presses on Windows
|
2020-04-01 08:12:45 +02:00 |
|
Uwe Kindler
|
1b6e449b4a
|
Merge branch 'dev'
|
2020-03-28 19:32:59 +01:00 |
|
Uwe Kindler
|
0e88467f94
|
DockAreaWidget now properly considers minimumSizeHint() of contained DockWidgets
Added setMinimumSizeHintMode() test in demo MainWindow
|
2020-03-28 19:32:07 +01:00 |
|
Uwe Kindler
|
d0f4ce3248
|
Added support to adhere the minimumSizeHint() of the content widget of a dock widget
|
2020-03-26 07:09:01 +01:00 |
|
Uwe Kindler
|
542618fd4e
|
Removed unneeded includes from DockManager.h and fixed includes to use "" instead of <> to prvent conflicts with external libraries
|
2020-03-26 06:53:13 +01:00 |
|
Uwe Kindler
|
661d0c4356
|
Removed dead code in comment of DockAreaWidget
|
2020-03-25 14:38:10 +01:00 |
|
Uwe Kindler
|
dceaa155c4
|
Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System
|
2020-03-25 14:35:26 +01:00 |
|
Uwe Kindler
|
c541f2c69b
|
DockWidget now also emits closed() signal if DockWidgetDeleteOnClose flag is set
|
2020-03-25 14:34:42 +01:00 |
|
Uwe Kindler
|
37d305e50d
|
Fixed documentation of toolBarIconSize() function of DockWidget
|
2020-03-25 14:23:27 +01:00 |
|
K Lauer
|
4adef2b774
|
FIX: DockContainerWidget::dropWidget API change not reflected in Python bindings (#133)
* FIX: dropWidget API change not reflected in Python bindings
* Add missing methods to Python bindings (3.2.4)
|
2020-03-17 09:12:00 +01:00 |
|
Uwe Kindler
|
1c2383f8eb
|
Fixed regression #132 - Inner drop areas don't work with multi tab DockWidgets
|
2020-03-12 20:29:03 +01:00 |
|
Uwe Kindler
|
6c687d28de
|
Fixxed isse #131 - Crash on dropping in same area multiple times
|
2020-03-12 10:23:41 +01:00 |
|
Uwe Kindler
|
708add3ff5
|
Fixed two linter warnings in CDockManager
|
2020-03-12 08:01:57 +01:00 |
|
Uwe Kindler
|
e85b4167bd
|
Changed CDockManager::addToggleViewActionToMenu to support later setting of group icon
|
2020-03-10 09:11:36 +01:00 |
|
Uwe Kindler
|
59c783831a
|
Fixed wrong test for VisibleDockAreas
|
2020-03-07 16:18:19 +01:00 |
|
Uwe Kindler
|
4cb1931ace
|
Fixed display of container dock overlay if only one single visible dock area is in a container
|
2020-03-02 11:21:44 +01:00 |
|
Uwe Kindler
|
fe10b570d3
|
Fixed reception of escape key press events
|
2020-02-26 20:51:29 +01:00 |
|
Uwe Kindler
|
f3c5d51380
|
Improved documentation for setting dock manager flags
|
2020-02-26 13:25:17 +01:00 |
|
Uwe Kindler
|
34cb2ae917
|
Fixed escape key press detection
|
2020-02-25 09:16:21 +01:00 |
|