Syarif Fakhri
5ddb02cc8e
fix the border styling of the dock widget side tab when not focused
2022-09-08 11:45:30 +08:00
Syarif Fakhri
ecccba4536
Add overlay splitter object name
2022-09-08 11:31:54 +08:00
Syarif Fakhri
0087a1b360
Add left right styling to the dock widget side tab
2022-09-08 11:30:56 +08:00
Syarif Fakhri
8bfb98ea20
Remove auto hide feature being set by default. Add config for the default auto hide feature.
2022-09-08 11:23:45 +08:00
Syarif Fakhri
de4a59d45a
Re added back in CentralWidgetExample after mistakenly removing it
2022-09-08 11:18:38 +08:00
Uwe Kindler
068797dbb0
Fixed build issues of original pull request
2022-09-07 10:56:17 +02:00
Syarif Fakhri
302fcd1435
Fix bug where dragging an overlayed widget would cause it to be empty
...
Fix bug where pin and unpin doesn't work
2022-09-07 15:50:53 +08:00
Syarif Fakhri
1d9902b690
Make tabs menu hidden when overlayed
2022-09-07 13:31:44 +08:00
Syarif Fakhri
9735f41b1a
Fix toggle view through the actions menu not working correctly
2022-09-07 12:13:46 +08:00
Syarif Fakhri
4a77580b07
swap position of auto hide button and detach group button
2022-09-07 11:54:32 +08:00
Syarif Fakhri
1a903e74f2
add pin icon
2022-09-07 11:54:03 +08:00
Syarif Fakhri
e4565034fb
Merge branch 'master' into auto_hide_feature
2022-09-07 10:12:57 +08:00
Syarif Fakhri
052d3cecb9
Fix check state of the auto hide button
...
when dragging the container into a floating window
2022-09-06 17:59:56 +08:00
Syarif Fakhri
fde133c25e
Fix a bug where overlay widgets from another container widget
...
would not be correctly transferred into the container widget that it's
dragged into.
2022-09-06 17:42:26 +08:00
Syarif Fakhri
6e35a9e7a7
- Add an example folder for auto hide functionality
...
Note: this does not include the py file, To be added in a different
commit
- Added a better API to programatically add the overlay areas in the
CDockManager
2022-09-06 15:35:18 +08:00
Syarif Fakhri
bfab7e495a
Move logic for enabling auto hide into the public toggle method
2022-09-06 13:49:11 +08:00
Syarif Fakhri
3e9dc7f4d6
Add initial functionality for Auto hide
...
- Add left and right side tab widgets
- Add overlay dock and overlay dock widget behavior
2022-09-06 13:30:26 +08:00
Syarif Fakhri
da8f17cce2
Fix perspective for central widget demo
2022-09-05 17:04:41 +08:00
Uwe Kindler
3cd6d766f8
Added some documentation for Linux modal dialog fix
2022-09-05 09:06:29 +02:00
Uwe
82c98a3f91
Merge branch 'linux_modal_dialog_fix'
2022-09-05 09:02:02 +02:00
Uwe
c11a496278
Change to ensure that modal widgets are always on top of floating widgets
2022-09-05 09:01:40 +02:00
Uwe
d27783e2f1
Added check for model widget for Linux
...
Prevent painting of drop overlays when model widget is active
2022-09-02 14:54:48 +02:00
Uwe Kindler
efd88565a9
Small change to fix issue #445
2022-08-29 11:11:08 +02:00
Doug Smith
f3bb1b17d0
Add link to xcb on Linux ( #446 )
2022-08-29 08:20:47 +02:00
Sebastian Büttner
518cee9d0a
Remove version check for qt 5.x to fix conan qt6 compatibility ( #447 )
...
Qt6 compatibility is broken in some cases when building with conan. This is due to the find_package version check against 5.5 rejecting the Qt6 version (e.g. 6.3.1).
This patch removed the version check.
2022-08-29 08:20:30 +02:00
Sebastian Büttner
6302ab03d8
Set required C++ standard depending on Qt version ( #444 )
...
Qt6 requires C++17 for building. ADS however only requires C++14 so far. Now when building using Conon for example the packages are built independently and ADS is built using the C++-14 flag which in turn causes the included Qt6 headers to fail the compile process. This patch bumps the required C++ standard to C++17 for builds targeting Qt6 only.
2022-08-14 22:17:42 +02:00
Uwe Kindler
2afca346b0
Added some info about PyQtAds contribution
2022-08-08 08:55:04 +02:00
Uwe Kindler
89ff0ad311
Added PRE Workbench to Showcase section
2022-07-29 13:57:08 +02:00
Uwe Kindler
6caeac2cb4
Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System
2022-07-29 13:26:23 +02:00
Uwe Kindler
a0f0640c9f
Fixed CustomCloseHandling for floating widgets
2022-07-29 13:25:14 +02:00
Mira Weller
d3f5879119
upgrade PyQt build ( #404 )
...
* Add new flags from 3.7 and 3.8
* remove unnecessarily deep namespace for Python module
* Update PyQt5 bindings build to new build system
* fix opening tabbed dockWidgets
* fix RESOURCES configuration for sip build
* increment build version
* remove leftovers
* add file names explicitly
* Update pyproject.toml
2022-07-19 13:17:45 +02:00
bjb-work
df74686287
call CDockWidget::closeDockWidgetInternal when close attempt and CustomCloseHandling ( #438 )
...
Co-authored-by: bjb-work <N/A>
2022-07-15 14:47:20 +02:00
Uwe Kindler
75d58b3ea3
Fixed #433 - Link issue of debug library with MSVC19
2022-07-04 07:41:26 +02:00
Uwe Kindler
bedd25021c
Fixed issue #429 - Raise floating widget on toggleView() request
2022-06-17 08:31:24 +02:00
Uwe Kindler
0e566cb8a3
Fixed #420 - Floating docks title doesn't update
...
added tests for DockWidget->setWindowTitle() in demo application
2022-05-10 13:41:19 +02:00
Mira Weller
23f80334f6
Fix issue #415 ( #416 )
2022-05-03 08:47:31 +02:00
Uwe Kindler
7063909cee
Added MetGem to showcase section
2022-04-21 16:29:55 +02:00
Igor Sirotin
a284e3bd65
CMake bugfixes [target alias, license install] ( #412 )
...
* Added alias to cmake library target
* Fixed CMake license install
Co-authored-by: Igor Sirotin <i.sirotin@1440.space>
2022-04-18 23:07:48 +02:00
ARSanderson
823887daf8
Tidy/doc updates ( #410 )
...
* minor updates to clarify when the dock manager should be created
* fixed typos
2022-04-12 07:58:18 +02:00
Uwe Kindler
78a4166e42
Updated CFloatingDockContainer::closeEvent() function to delete all dock widgets with DockWidgetDeleteOnClose flag set
2022-03-25 13:31:40 +01:00
tytan652
3d3b694040
Avoid calling XCB functions under non-XCB Linux platform ( #405 )
2022-03-24 19:43:39 +01:00
ruffianhy
ad06241c9d
fix(issue-350): on RedHat/CentOS, sometimes there will be one more move event after user release their mouse which will cause the floating overlay can not be hide. Here we use the WindowActivate and WindowDeactivate event to check whether user release their mouse. ( #401 )
2022-03-13 21:22:07 +01:00
Uwe Kindler
6a1ea6c7de
Fixed examples/sidebar bug
2022-03-04 13:43:21 +01:00
Uwe Kindler
931719c474
Updated README.md
2022-03-04 08:04:21 +01:00
Uwe Kindler
70ef00932a
Updated marketplace description
2022-03-02 11:52:38 +01:00
Uwe Kindler
a1bc4a063b
Updated qt_markectplace files
2022-03-02 11:48:51 +01:00
Uwe Kindler
abf7224582
Updated ads logo and icon
2022-03-02 11:31:25 +01:00
Uwe Kindler
7ab4c9af2e
Handle StyleChange event in DockWidgetTab to update icon
2022-02-25 21:41:46 +01:00
kzl
d5fefaa35f
while dockManager.removeDockWidget , the dockManager() returns null ( #399 )
2022-02-18 19:33:55 +01:00
Ben Hetherington
3c4af9c6af
Add method to add dock widget to dock container ( #398 )
...
This adds a `addDockWidgetToContainer()` method to `CDockManager`, which allows a dock widget to be registered with the dock manager, and added to a specific container, even if that container doesn't currently have any `DockAreaWidget`s.
This is pretty much just a clone of `addDockWidget()`, but with the ability to specify a container widget instead of a dock area.
2022-02-06 08:21:43 +01:00