Uwe Kindler
8d30fc9c3c
Fix various clazy warnings
2022-11-18 21:36:31 +01:00
Uwe Kindler
ca1d3fcd38
normalize SIGNAL(),SLOT() signatures
2022-11-18 21:22:44 +01:00
Uwe Kindler
b82d23e59c
Guard against null pointer access
2022-11-18 21:15:06 +01:00
Uwe Kindler
6d8e396e92
Prevent null pointer access
2022-11-18 21:12:17 +01:00
Uwe Kindler
e4a71982d9
Added support for inserting a dock widget with a given tab index and added test case
2022-11-14 19:54:12 +01:00
Uwe Kindler
3b8775fd86
Added tab icon
2022-11-14 14:56:18 +01:00
Uwe Kindler
d5ffd8f6a7
Removed debug output
2022-11-14 14:56:06 +01:00
Uwe Kindler
296c7edbd0
Added support for tab index when inserting dockwidgets into area
2022-11-14 14:49:58 +01:00
Uwe Kindler
4600af712b
Moved Alternative Dock System implementation to the end of README.md
2022-11-08 22:17:59 +01:00
Uwe Kindler
21d8a3dcdb
Removed developers section in README.md
2022-11-08 22:10:24 +01:00
Uwe Kindler
0c9773ab54
Added dockingpanes docking library to alternative docking systems
2022-11-08 22:06:49 +01:00
Uwe Kindler
65a645b2cc
Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System
2022-11-08 21:41:20 +01:00
Uwe Kindler
a61d5bd8c0
Updated Python binding documentation with new PySide6 bindings
2022-11-08 21:40:39 +01:00
githubuser0xFFFF
22f609cfa6
Fixed README.md
2022-11-01 19:40:49 +01:00
Uwe Kindler
225b1ff2bb
Fixed original repository link in README.md
2022-11-01 16:12:42 +01:00
Uwe Kindler
00e4dc14ba
fixed some documentation typos
2022-10-25 19:57:40 +02:00
Uwe Kindler
8ef696f6f2
Updated README.md
2022-10-25 19:49:36 +02:00
Uwe Kindler
b6d7f868ac
Improved showcase section in README.md
2022-10-23 20:18:01 +02:00
tytan652
537828ef3d
Allow to set a custom title for all FloatingContainer ( #454 )
2022-10-20 21:35:31 +02:00
Chnossos
6444e7424f
fix: DockFocusController doesn't pick up on previous dock deletion outside of view ( #453 )
...
Co-authored-by: Pierre Caissial <pierre.caissial@vivoka.com>
2022-10-19 20:39:19 +02: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