Commit Graph

  • 056f04d408 Properly implemented support for canceling non-opaque undocking on Linux Uwe Kindler 2019-12-16 11:45:18 +01:00
  • e085a29484 Renamed FloatingOverlay into FloatingDragPreview to match naming of global DockManager flags (like DragPreviewHasWindowFrame..) Uwe Kindler 2019-12-16 11:18:22 +01:00
  • ffd35cbce3 Added support for canceling non opaque docking with escape key, fixed state of non opaque docking when switching applications (if application becomes inactive) Uwe Kindler 2019-12-16 11:10:59 +01:00
  • 8c1f065f3f CHanged DockAreaTabBar to handle the dragging state via DragState member variable instead of testing for FloatingWidget nullptr Uwe Kindler 2019-12-16 08:41:15 +01:00
  • 5af6b4e324 Improved source documentation and images Uwe Kindler 2019-12-16 08:06:38 +01:00
  • b47a777f5c Fixed issue #88 - floating widgets going to the background on OSX when moving them Uwe Kindler 2019-12-13 20:56:50 +01:00
  • 5b3a0a28df Fixed vertical alignment of label in FloatingWidgetTitleBar Uwe Kindler 2019-12-13 13:19:24 +01:00
  • 02143eac71 Added finishDragging() function to IFloatingWidget to prevent installing event filters Uwe Kindler 2019-12-13 11:52:50 +01:00
  • 5e230d8874 Closing a dock area with only one single dock widget that has the DockWidgetDeleteOnCloseFeature will delete the dock widget and the area now Uwe Kindler 2019-12-11 16:06:07 +01:00
  • a45a035bb3 Fixed problem with CDockAreaTabBar::onCloseOtherTabsRequested() if DockWidgets support the DockwidgetDeleteOnClose flag, enhanced demo to enabled creation of dynamic tables Uwe Kindler 2019-12-11 15:50:13 +01:00
  • 05f8ce15a2 Added support for dock widget feature DockWidgetDeleteOnClose, added toolbar action for creation of dynamic editors to demo appication, added new material design icons to improve demo gui Uwe Kindler 2019-12-10 14:44:44 +01:00
  • 45af8867b2 Fixed debug output, moved all calls to FloatingWidget->deleteLater() to a centra place in CDockContainerWidget::dropFloatingWidget Uwe Kindler 2019-12-10 12:47:55 +01:00
  • 8e522ce311 Update README.md githubuser0xFFFF 2019-12-02 12:07:43 +01:00
  • 178603e3ba Update linux-builds.yml githubuser0xFFFF 2019-12-02 08:19:11 +01:00
  • 552cee514d Update README.md githubuser0xFFFF 2019-12-02 08:14:32 +01:00
  • 4105f70089 Update linux-builds.yml githubuser0xFFFF 2019-12-02 08:11:49 +01:00
  • 0bd34a5a6e Update linux-builds.yml githubuser0xFFFF 2019-12-02 08:10:58 +01:00
  • a5dd566b37 Update linux-builds.yml githubuser0xFFFF 2019-12-02 08:10:42 +01:00
  • 1724f7f5ec Update linux-builds.yml githubuser0xFFFF 2019-12-02 08:10:23 +01:00
  • 6cd09addae Fixed linux build workflow Uwe Kindler 2019-12-02 08:04:25 +01:00
  • 93382350db Updated acitons file for linux builds Uwe Kindler 2019-12-02 07:45:03 +01:00
  • db90e5415f Update README.md githubuser0xFFFF 2019-11-29 23:39:04 +01:00
  • 9679fd67cc Update actions_test.yml githubuser0xFFFF 2019-11-29 23:34:11 +01:00
  • c84c98f49a Update README.md githubuser0xFFFF 2019-11-29 23:24:45 +01:00
  • 716acd5f68 Update README.md githubuser0xFFFF 2019-11-29 23:17:17 +01:00
  • e782b4813b Update actions_test.yml githubuser0xFFFF 2019-11-29 23:12:12 +01:00
  • b27a24b3c4 Update actions_test.yml githubuser0xFFFF 2019-11-29 23:10:39 +01:00
  • 18c65cdf34 Update actions_test.yml githubuser0xFFFF 2019-11-29 23:04:35 +01:00
  • e049cb0353 Update actions_test.yml githubuser0xFFFF 2019-11-29 23:02:02 +01:00
  • 8d42e7777d Update actions_test.yml githubuser0xFFFF 2019-11-29 22:59:24 +01:00
  • e682ab8ea5 Update actions_test.yml githubuser0xFFFF 2019-11-29 22:52:47 +01:00
  • c6ff7f5230 Update actions_test.yml githubuser0xFFFF 2019-11-29 22:44:07 +01:00
  • 309fe1a14a Update actions_test.yml githubuser0xFFFF 2019-11-29 22:39:07 +01:00
  • 6b45274686 Create actions_test.yml githubuser0xFFFF 2019-11-29 22:29:49 +01:00
  • 0f72fabe67 Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2019-11-29 15:57:39 +01:00
  • d3ad17d2c6 Added support for file version handling for dock state files, added support for reading version 0 state file with wrong orientation character Uwe Kindler 2019-11-29 15:56:57 +01:00
  • a8e0f1904f Update README.md githubuser0xFFFF 2019-11-28 16:11:21 +01:00
  • 2ee7deb6d5 Fixed handling on spontaneous hide events in CFloatingDockContainer for Linux Uwe Kindler 2019-11-28 14:08:42 +01:00
  • 2e88d8651e Added missing source files to CMakeLists.txt Uwe Kindler 2019-11-28 14:12:50 +01:00
  • 232b6b9a61 Fixed demo configuration Uwe Kindler 2019-11-28 13:49:58 +01:00
  • 5978aaaedc Set attribute Qt::WA_X11NetWmWindowTypeDock permanently for floating widgets Uwe Kindler 2019-11-28 13:45:15 +01:00
  • 3332f6050e Changed initial position of floating widgets Uwe Kindler 2019-11-28 13:35:58 +01:00
  • a1de28c969 Fixed demo application to properly use default settings Uwe Kindler 2019-11-28 13:22:59 +01:00
  • 8af53b4199 Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2019-11-28 13:05:42 +01:00
  • bddf4c417d Added Qt::WindowStaysOnTopHint | Qt::X11BypassWindowManagerHint for dock overlay for linux Uwe Kindler 2019-11-28 13:05:09 +01:00
  • e345773cfc Update README.md githubuser0xFFFF 2019-11-28 10:57:25 +01:00
  • c1816bf507 Update README.md githubuser0xFFFF 2019-11-28 10:51:07 +01:00
  • 4f97e07eb6 Removed debug output, properly restored dragged tab position when floating starts Uwe Kindler 2019-11-28 10:32:39 +01:00
  • 2fe542c3ef Improved transparent docking Uwe Kindler 2019-11-28 09:09:36 +01:00
  • 07f9c6d016 Fixed setting of splitter sizes for transparent docking Uwe Kindler 2019-11-27 21:43:36 +01:00
  • 8ea7c265a7 Fixed emission of top level changed signal to properly support transparent docking Uwe Kindler 2019-11-27 15:50:18 +01:00
  • 3cd12ce1d3 Fixed creation a FloatingDockContainer Uwe Kindler 2019-11-27 14:44:17 +01:00
  • 1be8f2861d Continued implementation of transparent docking Uwe Kindler 2019-11-27 12:00:04 +01:00
  • e15af4101a Added initial support for transparent undocking Uwe Kindler 2019-11-26 14:40:56 +01:00
  • 4504457da2 Removed debug code Uwe Kindler 2019-11-25 16:06:44 +01:00
  • f497944d2c Added setFloating function to CDockWidget to support making a dock widget floating with from code Uwe Kindler 2019-11-25 15:59:08 +01:00
  • aee9fb1c95 Added dock manager function addDockWidgetFloating to add initial floating dock widgets Uwe Kindler 2019-11-25 15:28:15 +01:00
  • 316d9a00b5 Fixed serialization and deserialization of splitter orientation: | means Horizontal and - means vertical - ATTENTION: this breaks backward compatibility with old saved states Uwe Kindler 2019-11-25 15:24:44 +01:00
  • 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 Uwe Kindler 2019-11-22 21:53:17 +01:00
  • 490e853435 Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2019-11-22 21:42:05 +01:00
  • 7393addf64 Fixed setting of CloseButton icon in DockWidgetTab.cpp Uwe Kindler 2019-11-22 21:38:47 +01:00
  • a2b9650469 Merge branch 'master' into IconProvider Uwe Kindler 2019-11-22 21:36:15 +01:00
  • ca39ab0b44 Fixed comment in DockWidget.h Uwe Kindler 2019-11-22 21:35:49 +01:00
  • ae997d3d75 Merge pull request #80 from simulton/master 2.5.2 githubuser0xFFFF 2019-11-18 20:16:42 +01:00
  • c48cf3875d Merge pull request #82 from ddemidov/master githubuser0xFFFF 2019-11-18 20:15:32 +01:00
  • 46fb18fc58 Fix import in QtAds.__init__.py Denis Demidov 2019-11-18 12:54:28 +03:00
  • 8da6904dcd Merge pull request #4 from XenotriX/feature/hide_tab_after_event Joel Bodenmann 2019-11-14 14:54:56 +01:00
  • 2a51359159 Hide tab before emitting event Tibo Clausen 2019-11-14 13:59:03 +00:00
  • ec48140309 Merge pull request #75 from simulton/master githubuser0xFFFF 2019-10-24 14:15:23 +02:00
  • fe64f407c0 Merge pull request #3 from XenotriX/bugfix/cmake_static_lib Joel Bodenmann 2019-10-22 13:57:56 +02:00
  • 136d6d966c Partially reverse previous change Tibo Clausen 2019-10-22 13:40:52 +01:00
  • 05ff005613 Added new IconProvider source files to CMakeLists.txt Uwe Kindler 2019-10-18 14:22:06 +02:00
  • 3ff154aff1 Added global static icon provider to enable registration of custom icons Uwe Kindler 2019-10-18 08:31:26 +02:00
  • de645b3cca Fixed DLL export of DockAreaTabBar, DockAreaTitleBar and ElidingLabel Uwe Kindler 2019-10-18 07:41:28 +02:00
  • f6174faebb Merge pull request #71 from metgem/master githubuser0xFFFF 2019-10-18 07:31:04 +02:00
  • 0d3ec46095 Merge pull request #2 from XenotriX/bugfix/cmake_static_lib Joel Bodenmann 2019-10-17 16:31:53 +02:00
  • 53fed8b765 Merge pull request #72 from yozka/change_include_files githubuser0xFFFF 2019-10-09 22:05:08 +02:00
  • 5752bfb58b Add PyQt5 bindings Nicolas ELIE 2019-10-09 14:15:53 +02:00
  • 5378d90ba7 Fix cmake when compiling to a static lib Tibo Clausen 2019-10-09 11:39:32 +01:00
  • ae96bbc0a0 include file path change Yozka 2019-10-06 23:47:36 +02:00
  • c10ff7c688 Merge pull request #69 from nairaner/feature/cmake-find githubuser0xFFFF 2019-10-01 11:58:37 +02:00
  • d2fb1579a5 Merge pull request #68 from nairaner/bugfix/floating-window-add-dock githubuser0xFFFF 2019-10-01 11:54:38 +02:00
  • 156cc71040 Fix emission of viewToggled() signal for dock widgets that are not part of the state that is restored Uwe Kindler 2019-10-01 11:48:53 +02:00
  • 909c189d7f Add support for CMake Find config module Krzysztof Machura 2019-10-01 10:25:24 +02:00
  • 50c529b77f Update floating widget titlebar visibility after adding new tab Krzysztof Machura 2019-09-30 17:33:40 +02:00
  • 84b501205a Merge pull request #4 from githubuser0xFFFF/master Andreev Alexander 2019-09-14 20:18:35 +02:00
  • 664a1674ab Fixed a bug in the new internal setFlag function Uwe Kindler 2019-09-13 14:26:18 +02:00
  • 0c5ef5e158 Added support for new configuration flag RetainTabSizeWhenCloseButtonHidden Uwe Kindler 2019-09-13 14:19:43 +02:00
  • b776fc24a6 Fixed sizeHints and sizePolicies to properly support different font sizes i.e. set via QApplication::setFont Uwe Kindler 2019-09-13 10:25:33 +02:00
  • c5e7104413 Set autoRaise property to true for QToolButton of DockWidgetTab Uwe Kindler 2019-09-13 08:27:02 +02:00
  • 2c7764ecf7 Properly implemented flag DockAreaHasCloseButton Uwe Kindler 2019-09-12 21:24:48 +02:00
  • bed99eacc2 DockManager configFlags functions are now static because the configuration flags are global, added support for QToolButton as tab close button Uwe Kindler 2019-09-12 21:15:35 +02:00
  • dae677e479 Added support for QToolButton tab close buttons Uwe Kindler 2019-09-10 09:23:12 +02:00
  • a05078c947 Added information about resetting the styleheet of the dock manager Uwe Kindler 2019-09-09 16:01:51 +02:00
  • 3fcf05fb29 Merge pull request #57 from simulton/master githubuser0xFFFF 2019-09-09 15:16:19 +02:00
  • cdca8c2ac0 Merge pull request #1 from XenotriX1337/deprecated_function Joel Bodenmann 2019-09-09 14:31:19 +02:00
  • 53ec8b896a Replace deprecated function call Tibo Clausen 2019-09-09 14:05:37 +01:00
  • 6e6c1512a6 Merge pull request #55 from duerr-ndt/use_qt_style_icon_size githubuser0xFFFF 2019-09-09 08:25:45 +02:00
  • 8e0ea57319 Update README.md githubuser0xFFFF 2019-08-30 21:15:39 +02:00
  • 9bd55cc15a Fixed broken CMake build Uwe Kindler 2019-08-29 08:16:19 +02:00