Commit Graph

  • 3f09d5c6ea Fixed initial position for CFloatingDockContainer when dragging a tab outside of the tabbar Uwe Kindler 2020-02-19 18:36:57 +01:00
  • 3407945f19 Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System 3.2.0 Uwe Kindler 2020-02-17 10:42:02 +01:00
  • ce01e6b4a6 Fixed QT_VESION typo in DockOverlay.cpp Uwe Kindler 2020-02-17 10:41:13 +01:00
  • 3428a4b8b4 Added CDockManager::floatingWidgetCreated event (#121) Sanakan8472 2020-02-17 08:15:11 +01:00
  • 2b9377b5ee Fixed drag canceling via ESC key Uwe Kindler 2020-02-17 08:08:25 +01:00
  • d4a18003d9 Properly implemented handling of DockWidget flag DockWidgetIsMovable for NonOpaque undocking - creating the drag preview is allowed even if the DockWidget is not floatable Uwe Kindler 2020-02-16 14:37:14 +01:00
  • 2c15d5dacd Fixed regression caused by setDockArea() function removed from DockWidgetTab Uwe Kindler 2020-02-14 22:56:48 +01:00
  • f236de3277 Replaced all dynamic_casts with qobject_casts Uwe Kindler 2020-02-13 18:56:04 +01:00
  • 93394577d0 Merge branch 'master' into custom_titlebar Uwe Kindler 2020-02-13 13:53:56 +01:00
  • f387c6aebc Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2020-02-13 13:51:11 +01:00
  • 41173d067b Switched QScopedPointer to std::unique_ptr in DockComponentsFactory Uwe Kindler 2020-02-13 13:45:40 +01:00
  • 5b60e39ed3 Removed unneeded functions Uwe Kindler 2020-02-13 13:04:08 +01:00
  • 1916bd726d Fixed build issue for older Qt versions Uwe Kindler 2020-02-11 15:46:19 +01:00
  • 3efc5f2ada Added DockComponentsFactory.h documentation, changed DockComponentsFactory showcase in MainWindow after discussion on GitHub Uwe Kindler 2020-02-11 15:38:49 +01:00
  • 3eba02597c Added missing svg icon Uwe Kindler 2020-02-11 11:57:53 +01:00
  • 65eeffd5e1 Added showcase for DockComponentsFactory - a help button is injected into a title bar Uwe Kindler 2020-02-11 09:31:57 +01:00
  • ff1439c719 Added CDockComponentsFactory for creation of components for the docking framework Uwe Kindler 2020-02-11 08:32:49 +01:00
  • 7ba20f37b7 Icon of floating window (#116) mvidelgauz 2020-02-10 21:07:36 +02:00
  • a4ef161f4f Fix using escape button when dragging non-opaque preview to cancel drag operation (#114) 3.1.0 Rodrigo Oliva 2020-02-07 23:07:07 +01:00
  • 8a16230213 Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2020-02-07 22:54:02 +01:00
  • 8113bf63ba Added spacer widget to handle mouse events properly in CDockAreaTitleBar, added missing updateGeometry calls to CDockAreaTabBar Uwe Kindler 2020-02-07 22:49:10 +01:00
  • 2770837adc Added missing overrides. (#113) Rodrigo Oliva 2020-02-07 14:41:35 +01:00
  • c4872c6b10 Added showcase for custom title bar widget to demo application Uwe Kindler 2020-02-07 14:29:02 +01:00
  • efb9b879dd Added functions to insert custom dock area title bar widgets Uwe Kindler 2020-02-07 13:42:11 +01:00
  • d10d59a8e2 Porperly moved title bar context menu code from DockAreaTabBar into DockAreaTitleBar Uwe Kindler 2020-02-07 12:23:26 +01:00
  • b61f50982a Moved title bar dragging code from DockAreaTabBar into DockAreaTitleBar Uwe Kindler 2020-02-07 12:16:26 +01:00
  • ae72f5e47d Changed sizeHints(), sizePolicy() and used updateGeometry() to properly size the tabBar Uwe Kindler 2020-02-07 11:49:45 +01:00
  • 9d7c692398 Fixed stylesheet typo Uwe Kindler 2020-02-06 15:37:50 +01:00
  • 474dd13855 Disable tabs menu button when only single tab exists in a Dock area (#111) mvidelgauz 2020-02-06 16:21:19 +02:00
  • 72496ebd48 Comitted missing app.css file Uwe Kindler 2020-02-06 12:55:26 +01:00
  • b727274cd9 Implemented support for custom DockWidget actions for display in DockArea title bar Uwe Kindler 2020-02-06 09:15:13 +01:00
  • 094fa37135 Implemented supprt for customdock area title bar buttons Uwe Kindler 2020-02-06 00:31:57 +01:00
  • 6a8b26f415 Added function internal::setButtonIcon to unify code for setting DockAreaTitleBar and DockWidgetTab icons Uwe Kindler 2020-02-05 08:57:57 +01:00
  • acb423872a Helper function internal::setToolTip() to remove as many #ifndef QT_NO_TOOLTIP tests as possible to cleanup the code Uwe Kindler 2020-02-05 08:33:40 +01:00
  • 505f14a601 Improved code for generation of default configuration flags Uwe Kindler 2020-02-05 08:16:07 +01:00
  • 05c58a4ca9 Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2020-02-05 08:05:10 +01:00
  • b8ed70fa33 Added DockAreaHideDisabledButtons configuration flag (#110) mvidelgauz 2020-02-05 09:04:27 +02:00
  • b510686fe2 Added icon to ads_qt_marketplace_manifest.json Uwe Kindler 2020-02-04 11:29:18 +01:00
  • 50652b05b0 Fixed svg icon Uwe Kindler 2020-02-04 10:07:20 +01:00
  • 66795f2b12 Changes in donate section Uwe Kindler 2020-02-04 09:36:41 +01:00
  • bc5e0ba7d8 Fixed some README.md markdown issues and added donate button Uwe Kindler 2020-02-04 09:32:15 +01:00
  • d722482913 Added library icon Uwe Kindler 2020-02-04 08:49:34 +01:00
  • 1d68e27558 Added DockAreaHasTabsMenuButton and DockAreaHasUndockButton to CDockManager config (#108) mvidelgauz 2020-02-02 17:22:05 +02:00
  • 1dbd3f3f06 Blocked tabyfing via moving over DockArea titlebar if the CenterDockWidgetArea is not in the allowed areas for DockAreaWidget Uwe Kindler 2020-02-02 16:03:58 +01:00
  • 68b0958119 Removed unused code Uwe Kindler 2020-02-02 16:02:12 +01:00
  • 6c3f82547d setAllowedAreas for individual DockAreaWidget (#107) mvidelgauz 2020-02-02 16:56:31 +02:00
  • 9fe8f291fb Fixed CDockManager::DockAreaHasCloseButton == false issue Uwe Kindler 2020-02-02 11:16:38 +01:00
  • 102e65a548 Update CMakeLists.txt githubuser0xFFFF 2020-01-31 21:39:10 +01:00
  • 4f62794946 Added documentation for new AlwaysShowTabs flag Uwe Kindler 2020-01-31 14:36:05 +01:00
  • dd06d84206 Add option to always show all tabs (#102) Rodrigo Oliva 2020-01-31 14:27:01 +01:00
  • d4c179c48e Fix tabs not being active when restoring state (#101) Krzysztof Machura 2020-01-31 14:26:02 +01:00
  • ff68ad95a6 Updated LICENSE file for better GitHub integration Uwe Kindler 2020-01-31 13:40:39 +01:00
  • 8f696ea36a Fixed a regression in DockWidgetTab that caused wron positioning of FloatingDockContainer when moving the mouse 3.0.0 Uwe Kindler 2020-01-16 15:24:01 +01:00
  • ce1e8c8beb Fixed position calculation for tab dragging Uwe Kindler 2020-01-15 21:15:29 +01:00
  • 98ebdbea50 Added new DockWidget signals to DockWidget.sip Uwe Kindler 2020-01-15 10:08:13 +01:00
  • 418d0740d2 Switched from local event pos to global event pos in DockWidgetTab to fix jumping tabs when hiding / showing tabs close button Uwe Kindler 2020-01-15 10:03:50 +01:00
  • 50c3066eaa Removed std::cout debug output Uwe Kindler 2020-01-15 08:34:49 +01:00
  • 29ebc83b35 Some changes for debugging visibility changed stuff Uwe Kindler 2020-01-15 07:49:22 +01:00
  • 03bd4a4505 Added visibilityChanged code Uwe Kindler 2020-01-14 15:58:45 +01:00
  • 407af06a4a Fixed some issues with custom close handling Uwe Kindler 2020-01-14 12:43:42 +01:00
  • 9af9e43a5d Fixed MSVC build warning Uwe Kindler 2020-01-12 15:12:47 +01:00
  • 4c928071af Merge branch 'master' into closerequest Uwe Kindler 2020-01-12 15:07:51 +01:00
  • ea03b988e0 Fixed CMake Windows build Uwe Kindler 2020-01-11 23:44:46 +01:00
  • e1044c3e91 Fixed compiler warning for MSVC Uwe Kindler 2020-01-11 15:21:10 +01:00
  • 8057d25f35 Fixed broken cmake build for Windows because of missing Qt5AxContainer library Uwe Kindler 2020-01-11 15:16:33 +01:00
  • 592193fc91 Updated MainWindwow to center it properly on start Uwe Kindler 2020-01-11 13:53:58 +01:00
  • 5cf4aa77d8 Build QAxWidget specific stuff only on Windows Uwe Kindler 2020-01-11 12:05:44 +01:00
  • 616e50c3f5 Fixed FloatingDockContainer closeEvent to properly support QAxWidgets Uwe Kindler 2020-01-10 08:54:44 +01:00
  • 1de42a9766 Updated doc images Uwe Kindler 2020-01-06 15:08:38 +01:00
  • f07fcddd78 Added animated gif for grouped dragging Uwe Kindler 2020-01-06 13:06:17 +01:00
  • 225ab943bb Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2020-01-06 12:00:30 +01:00
  • 3fe31ca62d Updated perspectives.gif Uwe Kindler 2020-01-06 11:59:53 +01:00
  • d1f17e60f7 Update README.md githubuser0xFFFF 2020-01-06 11:52:24 +01:00
  • 8f78e608d1 Added perspectives gif for animated perspectives image Uwe Kindler 2020-01-06 11:50:59 +01:00
  • a5e8011222 Implemented custom close handling Uwe Kindler 2020-01-06 11:42:36 +01:00
  • 0305d8a221 Experimental implementation of close request Uwe Kindler 2020-01-03 18:13:34 +01:00
  • 25e8d8691f Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2019-12-22 13:17:54 +01:00
  • 084c5c5995 ENH: Version info using Versioneer (#97) 2.8.0 Hugo Slepicka 2019-12-19 15:08:49 -08:00
  • 65c080ae8e Merge pull request #92 from hhslepicka/fix_sip_bindings githubuser0xFFFF 2019-12-19 06:16:11 +01:00
  • f9927cef29 FIX: SIP Binding changes to reflect changes from 2.7.0 to master. Hugo Slepicka 2019-12-18 15:17:28 -08:00
  • 5778dfe929 WIP: Changes between 2.5.2 and 2.7.0. Hugo Slepicka 2019-12-18 14:21:34 -08:00
  • c33c09eab1 Fixed some typos in MainWindow.cpp Uwe Kindler 2019-12-17 14:52:17 +01:00
  • 2150ebf45e Update README.md githubuser0xFFFF 2019-12-17 14:44:57 +01:00
  • 6021ee8094 Added GIF animations for opaque and non opaque resizing Uwe Kindler 2019-12-17 14:41:58 +01:00
  • eebb2a6297 Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2019-12-17 14:11:28 +01:00
  • 0fb1363b1a Moved tab_menu.gif to the right location Uwe Kindler 2019-12-17 14:11:21 +01:00
  • 2ca03cc56d Update README.md githubuser0xFFFF 2019-12-17 14:10:55 +01:00
  • 4a2768015c Added tab_menu animated gif Uwe Kindler 2019-12-17 14:08:03 +01:00
  • 861ce67725 Fixed bug in DockContainerWidgetPrivate::moveIntoCenterOfSection If a dock widget has been dropped into the center of a dock area via non-opaque docking the dropped widget did not become the active tab - this has been fixed Uwe Kindler 2019-12-17 13:45:33 +01:00
  • c530a4a4ec Added documentation for dynamic creation of dock widgets githubuser0xFFFF 2019-12-16 15:05:44 +01:00
  • 2378f46067 Added documentation for tab menu githubuser0xFFFF 2019-12-16 14:54:29 +01:00
  • ea707369a0 Added documentation for non-opaque undocking githubuser0xFFFF 2019-12-16 14:47:01 +01:00
  • 7640e9bdcf Documented opaque resizing githubuser0xFFFF 2019-12-16 14:31:02 +01:00
  • 4a0266bc76 Update README.md githubuser0xFFFF 2019-12-16 14:14:49 +01:00
  • 6d1f97649e Update README.md githubuser0xFFFF 2019-12-16 14:12:08 +01:00
  • 2af4b1f75c Blocked display of context menu when dragging floating widget Uwe Kindler 2019-12-16 13:56:20 +01:00
  • c0cde1e31e Update README.md githubuser0xFFFF 2019-12-16 12:25:37 +01:00
  • ee809da7a7 Added images for Ubuntu 19.10 and macOS githubuser0xFFFF 2019-12-16 12:08:57 +01:00
  • a253e4a0b5 Added ned screenshots from ubuntu 1910 and macos Uwe Kindler 2019-12-16 12:05:06 +01:00
  • 779c4b928c Fixed build warning for FloatingDragPreview.cpp Uwe Kindler 2019-12-16 11:47:55 +01:00