Uwe Kindler
|
3cd12ce1d3
|
Fixed creation a FloatingDockContainer
|
2019-11-27 14:44:17 +01:00 |
|
Uwe Kindler
|
1be8f2861d
|
Continued implementation of transparent docking
|
2019-11-27 12:00:04 +01:00 |
|
Uwe Kindler
|
e15af4101a
|
Added initial support for transparent undocking
|
2019-11-26 14:40:56 +01:00 |
|
Uwe Kindler
|
f497944d2c
|
Added setFloating function to CDockWidget to support making a dock widget floating with from code
|
2019-11-25 15:59:08 +01:00 |
|
Uwe Kindler
|
aee9fb1c95
|
Added dock manager function addDockWidgetFloating to add initial floating dock widgets
|
2019-11-25 15:28:15 +01:00 |
|
Uwe Kindler
|
316d9a00b5
|
Fixed serialization and deserialization of splitter orientation: | means Horizontal and - means vertical - ATTENTION: this breaks backward compatibility with old saved states
|
2019-11-25 15:24:44 +01:00 |
|
Uwe Kindler
|
b353c210ee
|
Added dockAreaCreated signal that is emitted whenever a new dock area is created - this allows an application to set custom icons and tooltips for the title bar buttons
|
2019-11-22 21:53:17 +01:00 |
|
Uwe Kindler
|
490e853435
|
Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System
|
2019-11-22 21:42:05 +01:00 |
|
Uwe Kindler
|
7393addf64
|
Fixed setting of CloseButton icon in DockWidgetTab.cpp
|
2019-11-22 21:38:47 +01:00 |
|
Uwe Kindler
|
a2b9650469
|
Merge branch 'master' into IconProvider
|
2019-11-22 21:36:15 +01:00 |
|
Uwe Kindler
|
ca39ab0b44
|
Fixed comment in DockWidget.h
|
2019-11-22 21:35:49 +01:00 |
|
githubuser0xFFFF
|
ae997d3d75
|
Merge pull request #80 from simulton/master
Hide tab before emitting event
|
2019-11-18 20:16:42 +01:00 |
|
Tibo Clausen
|
2a51359159
|
Hide tab before emitting event
|
2019-11-14 14:07:19 +00:00 |
|
Uwe Kindler
|
3ff154aff1
|
Added global static icon provider to enable registration of custom icons
|
2019-10-18 08:31:26 +02:00 |
|
Uwe Kindler
|
de645b3cca
|
Fixed DLL export of DockAreaTabBar, DockAreaTitleBar and ElidingLabel
|
2019-10-18 07:41:28 +02:00 |
|
githubuser0xFFFF
|
53fed8b765
|
Merge pull request #72 from yozka/change_include_files
Change include files
|
2019-10-09 22:05:08 +02:00 |
|
Yozka
|
ae96bbc0a0
|
include file path change
|
2019-10-06 23:47:36 +02:00 |
|
githubuser0xFFFF
|
d2fb1579a5
|
Merge pull request #68 from nairaner/bugfix/floating-window-add-dock
Update floating widget titlebar visibility after adding new tab
|
2019-10-01 11:54:38 +02:00 |
|
Uwe Kindler
|
156cc71040
|
Fix emission of viewToggled() signal for dock widgets that are not part of the state that is restored
|
2019-10-01 11:48:53 +02:00 |
|
Krzysztof Machura
|
50c529b77f
|
Update floating widget titlebar visibility after adding new tab
|
2019-09-30 17:33:40 +02:00 |
|
Uwe Kindler
|
664a1674ab
|
Fixed a bug in the new internal setFlag function
|
2019-09-13 14:26:18 +02:00 |
|
Uwe Kindler
|
0c5ef5e158
|
Added support for new configuration flag RetainTabSizeWhenCloseButtonHidden
|
2019-09-13 14:19:43 +02:00 |
|
Uwe Kindler
|
b776fc24a6
|
Fixed sizeHints and sizePolicies to properly support different font sizes i.e. set via QApplication::setFont
|
2019-09-13 10:25:33 +02:00 |
|
Uwe Kindler
|
c5e7104413
|
Set autoRaise property to true for QToolButton of DockWidgetTab
|
2019-09-13 08:27:02 +02:00 |
|
Uwe Kindler
|
2c7764ecf7
|
Properly implemented flag DockAreaHasCloseButton
|
2019-09-12 21:24:48 +02:00 |
|
Uwe Kindler
|
bed99eacc2
|
DockManager configFlags functions are now static because the configuration flags are global, added support for QToolButton as tab close button
|
2019-09-12 21:15:35 +02:00 |
|
Uwe Kindler
|
dae677e479
|
Added support for QToolButton tab close buttons
|
2019-09-10 09:23:12 +02:00 |
|
Uwe Kindler
|
a05078c947
|
Added information about resetting the styleheet of the dock manager
|
2019-09-09 16:01:51 +02:00 |
|
Tibo Clausen
|
53ec8b896a
|
Replace deprecated function call
|
2019-09-09 14:05:37 +01:00 |
|
githubuser0xFFFF
|
6e6c1512a6
|
Merge pull request #55 from duerr-ndt/use_qt_style_icon_size
Use small icon size from QStyle for dock widget tab icon.
|
2019-09-09 08:25:45 +02:00 |
|
Uwe Kindler
|
c8d4487a95
|
Improved source code documentation, removed empty main.qrc to silence qmake warning
|
2019-08-26 07:58:56 +02:00 |
|
Nick D'Ademo
|
12b0182337
|
Use small icon size from QStyle for dock widget tab icon.
|
2019-08-22 21:04:02 +08:00 |
|
Uwe Kindler
|
a2b07fd97f
|
Reverted change of last pull request because it broke ElidingLabel on Windows
|
2019-08-13 20:13:19 +02:00 |
|
Joel Bodenmann
|
2b7232c9b3
|
Replace deprecated function call
QFontMetrics::width() has been deprecated. Using QFontMetrics::horizontalAdvance() is the proper way to go (introduce in Qt 5.11).
|
2019-08-06 22:43:30 +02:00 |
|
Jak Erdy - SBI
|
10fbb6f302
|
Make debug messages conditional.
You can swich it on/off via defining ADS_DEBUG_PRINT
By default massages wouldn't be printed.
|
2019-07-21 14:53:24 +07:00 |
|
JakErdy
|
97f02d39e6
|
Fix of action leak in CDockWidget, that apears when deleting DockWidget after tab closing
|
2019-07-14 01:35:20 +07:00 |
|
Uwe Kindler
|
64231d037d
|
Fixed build for Qt5.5.1
|
2019-07-12 14:45:35 +02:00 |
|
Uwe Kindler
|
538e690c22
|
Fixed warning for unused parameter in DockOverlay.cpp
|
2019-07-12 10:39:59 +02:00 |
|
Uwe Kindler
|
b1309da89a
|
Some changes to fix build for windows
|
2019-07-12 10:37:14 +02:00 |
|
Uwe Kindler
|
d2f751ef87
|
Moved linux specific code into linux sub folder
|
2019-07-11 16:12:15 +02:00 |
|
Uwe Kindler
|
35c1b04c58
|
Merge branch 'refs/heads/master' into linux_experimental
|
2019-07-11 15:50:24 +02:00 |
|
Uwe Kindler
|
0de1a9ccae
|
Properly implemented support for DockWidgetFloatable feature - now detaching a DockWidget or a DockAre that is not floatable is not possible (support for DockWidgetMovable feature is not implemented yet)
|
2019-07-11 15:12:39 +02:00 |
|
Uwe Kindler
|
c45327aafd
|
Removed enum eXmlMode and added XmlAutoFormatting flag anc XmlCompressionEnabled flag to eConfigFlags. Added support for XML compression for the XML generated by the store function. If enabled then XML the generated XML is not human readable anymore but it needs less space when storing into settings file
|
2019-06-26 14:57:14 +02:00 |
|
Uwe Kindler
|
8853c751d6
|
Merge branch 'master' into linux_experimental
|
2019-06-04 13:40:20 +02:00 |
|
Tibo Clausen
|
c630a59afe
|
Replace CDockWidget::releaseWidget() with CDockWidget::takeWidget()
|
2019-05-16 13:08:48 +01:00 |
|
Tibo Clausen
|
b9b8ff9c76
|
Add CDockWidget::releaseWidget()
|
2019-05-16 11:53:31 +01:00 |
|
Tibo Clausen
|
e2c5204d00
|
Clear LastAddedAreaCache when restoring
|
2019-05-15 16:13:55 +01:00 |
|
Tibo Clausen
|
5ee94d7602
|
Improve CDockManager::addDockWidgetTab() for dynamically added widgets
|
2019-05-15 14:30:32 +01:00 |
|
Tibo Clausen
|
69894f3f88
|
Remove area from LastAddedAreaCache
|
2019-05-15 14:20:08 +01:00 |
|
Tibo Clausen
|
641946bff5
|
Add CDockManager::removeDockWidget()
|
2019-05-15 13:47:58 +01:00 |
|