Commit Graph

  • 5ee062aea6 CDockManager::setConfigFlag(CDockManager::RetainTabSizeWhenCloseButtonHidden, true) is commented mvidelgauz 2020-01-31 18:21:33 +0200
  • c4ce445404 Fixing DockAreaHasCloseButton == false issue mvidelgauz 2020-01-31 18:11:34 +0200
  • c2017d6419 Fix of the issue "setConfigFlag(CDockManager::DockAreaHasCloseButton, false) is not properly handled #105 mvidelgauz 2020-01-31 17:14:27 +0200
  • 3e603c7fae
    Merge branch 'master' into master #103 mvidelgauz 2020-01-31 15:50:19 +0200
  • 4f62794946 Added documentation for new AlwaysShowTabs flag Uwe Kindler 2020-01-31 14:36:05 +0100
  • dd06d84206
    Add option to always show all tabs (#102) Rodrigo Oliva 2020-01-31 14:27:01 +0100
  • d4c179c48e
    Fix tabs not being active when restoring state (#101) Krzysztof Machura 2020-01-31 14:26:02 +0100
  • ff68ad95a6 Updated LICENSE file for better GitHub integration Uwe Kindler 2020-01-31 13:40:39 +0100
  • abb51c0f80 allowedAreas per CDockAreaWidget mvidelgauz 2020-01-30 20:03:53 +0200
  • 35e6a385f2 setConfigFlag(CDockManager::DockAreaHasCloseButton, false) is not properly handled mvidelgauz 2020-01-30 18:06:37 +0200
  • 9e94de1537 Disable "Detach" context menu option in tab if there is only one tab in the floating container. #102 Rodrigo Oliva 2020-01-30 15:57:33 +0100
  • 2a6b02b405 Add option to always show tabs. Rodrigo Oliva 2020-01-30 15:56:06 +0100
  • b82f680bcf Fix tabs not being active when restoring state #101 Krzysztof Machura 2020-01-29 11:48:10 +0100
  • 8313cb8d43
    Merge pull request #1 from githubuser0xFFFF/master mvidelgauz 2020-01-29 12:17:50 +0200
  • 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 +0100
  • ce1e8c8beb Fixed position calculation for tab dragging Uwe Kindler 2020-01-15 21:15:29 +0100
  • 98ebdbea50 Added new DockWidget signals to DockWidget.sip Uwe Kindler 2020-01-15 10:08:13 +0100
  • 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 +0100
  • 50c3066eaa Removed std::cout debug output Uwe Kindler 2020-01-15 08:34:49 +0100
  • 29ebc83b35 Some changes for debugging visibility changed stuff Uwe Kindler 2020-01-15 07:49:22 +0100
  • 03bd4a4505 Added visibilityChanged code Uwe Kindler 2020-01-14 15:58:45 +0100
  • 407af06a4a Fixed some issues with custom close handling Uwe Kindler 2020-01-14 12:43:42 +0100
  • 9af9e43a5d Fixed MSVC build warning Uwe Kindler 2020-01-12 15:12:47 +0100
  • 4c928071af Merge branch 'master' into closerequest Uwe Kindler 2020-01-12 15:07:51 +0100
  • ea03b988e0 Fixed CMake Windows build Uwe Kindler 2020-01-11 23:44:46 +0100
  • e1044c3e91 Fixed compiler warning for MSVC Uwe Kindler 2020-01-11 15:21:10 +0100
  • 8057d25f35 Fixed broken cmake build for Windows because of missing Qt5AxContainer library Uwe Kindler 2020-01-11 15:16:33 +0100
  • 592193fc91 Updated MainWindwow to center it properly on start Uwe Kindler 2020-01-11 13:53:58 +0100
  • 5cf4aa77d8 Build QAxWidget specific stuff only on Windows Uwe Kindler 2020-01-11 12:05:44 +0100
  • 616e50c3f5 Fixed FloatingDockContainer closeEvent to properly support QAxWidgets Uwe Kindler 2020-01-10 08:54:44 +0100
  • 1de42a9766 Updated doc images Uwe Kindler 2020-01-06 15:08:38 +0100
  • f07fcddd78 Added animated gif for grouped dragging Uwe Kindler 2020-01-06 13:06:17 +0100
  • 225ab943bb Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2020-01-06 12:00:30 +0100
  • 3fe31ca62d Updated perspectives.gif Uwe Kindler 2020-01-06 11:59:53 +0100
  • d1f17e60f7
    Update README.md githubuser0xFFFF 2020-01-06 11:52:24 +0100
  • 8f78e608d1 Added perspectives gif for animated perspectives image Uwe Kindler 2020-01-06 11:50:59 +0100
  • a5e8011222 Implemented custom close handling Uwe Kindler 2020-01-06 11:42:36 +0100
  • 0305d8a221 Experimental implementation of close request Uwe Kindler 2020-01-03 18:13:34 +0100
  • 25e8d8691f Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2019-12-22 13:17:54 +0100
  • 6d0fabb452 Merge branch 'master' of github.com:metgem/Qt-Advanced-Docking-System #94 Nicolas ELIE 2019-12-20 15:14:35 +0100
  • 643dcce88f Fix visibilityChanged and featuresChanged signals Nicolas ELIE 2019-12-20 15:10:27 +0100
  • 1b427a9f98 Add visibilityChanged and featuresChanged signals to DockWidget Nicolas ELIE 2019-12-19 10:44:34 +0100
  • 084c5c5995 ENH: Version info using Versioneer (#97) 2.8.0 Hugo Slepicka 2019-12-19 15:08:49 -0800
  • 5587c62bd4 FIX: Move processResourceFile to its own command. #97 Hugo Slepicka 2019-12-19 10:01:30 -0800
  • 528468c236 FIX: rc.py is a build artifact and should not be version controlled. Hugo Slepicka 2019-12-19 09:46:01 -0800
  • 44624c3a89 ENH: Use versioneer for version information. Hugo Slepicka 2019-12-19 09:15:48 -0800
  • 95a833a662 Add visibilityChanged and featuresChanged signals to DockWidget Nicolas ELIE 2019-12-19 10:44:34 +0100
  • 65c080ae8e
    Merge pull request #92 from hhslepicka/fix_sip_bindings githubuser0xFFFF 2019-12-19 06:16:11 +0100
  • f9927cef29 FIX: SIP Binding changes to reflect changes from 2.7.0 to master. #92 Hugo Slepicka 2019-12-18 15:17:28 -0800
  • 5778dfe929 WIP: Changes between 2.5.2 and 2.7.0. Hugo Slepicka 2019-12-18 14:21:34 -0800
  • c33c09eab1 Fixed some typos in MainWindow.cpp Uwe Kindler 2019-12-17 14:52:17 +0100
  • 2150ebf45e
    Update README.md githubuser0xFFFF 2019-12-17 14:44:57 +0100
  • 6021ee8094 Added GIF animations for opaque and non opaque resizing Uwe Kindler 2019-12-17 14:41:58 +0100
  • eebb2a6297 Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2019-12-17 14:11:28 +0100
  • 0fb1363b1a Moved tab_menu.gif to the right location Uwe Kindler 2019-12-17 14:11:21 +0100
  • 2ca03cc56d
    Update README.md githubuser0xFFFF 2019-12-17 14:10:55 +0100
  • 4a2768015c Added tab_menu animated gif Uwe Kindler 2019-12-17 14:08:03 +0100
  • a909b2c009 Merge remote-tracking branch 'upstream/master' Nick D'Ademo 2019-12-17 21:04:49 +0800
  • 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 +0100
  • fb6b42c26c Merge remote-tracking branch 'upstream/master' Nick D'Ademo 2019-12-17 10:24:08 +0800
  • c530a4a4ec
    Added documentation for dynamic creation of dock widgets githubuser0xFFFF 2019-12-16 15:05:44 +0100
  • 2378f46067
    Added documentation for tab menu githubuser0xFFFF 2019-12-16 14:54:29 +0100
  • ea707369a0
    Added documentation for non-opaque undocking githubuser0xFFFF 2019-12-16 14:47:01 +0100
  • 7640e9bdcf
    Documented opaque resizing githubuser0xFFFF 2019-12-16 14:31:02 +0100
  • 4a0266bc76
    Update README.md githubuser0xFFFF 2019-12-16 14:14:49 +0100
  • 6d1f97649e
    Update README.md githubuser0xFFFF 2019-12-16 14:12:08 +0100
  • 2af4b1f75c Blocked display of context menu when dragging floating widget Uwe Kindler 2019-12-16 13:56:20 +0100
  • c0cde1e31e
    Update README.md githubuser0xFFFF 2019-12-16 12:25:37 +0100
  • 131bd14ac5 Merge remote-tracking branch 'upstream/master' Nick D'Ademo 2019-12-16 19:18:42 +0800
  • ee809da7a7
    Added images for Ubuntu 19.10 and macOS githubuser0xFFFF 2019-12-16 12:08:57 +0100
  • a253e4a0b5 Added ned screenshots from ubuntu 1910 and macos Uwe Kindler 2019-12-16 12:05:06 +0100
  • 779c4b928c Fixed build warning for FloatingDragPreview.cpp Uwe Kindler 2019-12-16 11:47:55 +0100
  • 056f04d408 Properly implemented support for canceling non-opaque undocking on Linux Uwe Kindler 2019-12-16 11:45:18 +0100
  • e085a29484 Renamed FloatingOverlay into FloatingDragPreview to match naming of global DockManager flags (like DragPreviewHasWindowFrame..) Uwe Kindler 2019-12-16 11:18:22 +0100
  • 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 +0100
  • 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 +0100
  • 5af6b4e324 Improved source documentation and images Uwe Kindler 2019-12-16 08:06:38 +0100
  • 16db466de2 Merge remote-tracking branch 'upstream/master' Nick D'Ademo 2019-12-16 12:09:08 +0800
  • b47a777f5c Fixed issue #88 - floating widgets going to the background on OSX when moving them Uwe Kindler 2019-12-13 20:56:50 +0100
  • 87a04d3daa In OSX when hiding the DockAreaOverlay the application would set the main window as the active window for some reason. This fixes that by resetting the active window to the floating widget after updating the overlays. #89 midasplayer\rodrigo.oliva 2019-12-13 17:03:56 +0100
  • 5b3a0a28df Fixed vertical alignment of label in FloatingWidgetTitleBar Uwe Kindler 2019-12-13 13:19:24 +0100
  • 02143eac71 Added finishDragging() function to IFloatingWidget to prevent installing event filters Uwe Kindler 2019-12-13 11:52:50 +0100
  • 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 +0100
  • 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 +0100
  • 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 +0100
  • 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 +0100
  • 46223bc02a Merge remote-tracking branch 'refs/remotes/upstream/master' #85 Joel Bodenmann 2019-12-04 23:46:40 +0100
  • 8e522ce311
    Update README.md githubuser0xFFFF 2019-12-02 12:07:43 +0100
  • 178603e3ba
    Update linux-builds.yml githubuser0xFFFF 2019-12-02 08:19:11 +0100
  • 552cee514d
    Update README.md githubuser0xFFFF 2019-12-02 08:14:32 +0100
  • 4105f70089
    Update linux-builds.yml githubuser0xFFFF 2019-12-02 08:11:49 +0100
  • 0bd34a5a6e
    Update linux-builds.yml githubuser0xFFFF 2019-12-02 08:10:58 +0100
  • a5dd566b37
    Update linux-builds.yml githubuser0xFFFF 2019-12-02 08:10:42 +0100
  • 1724f7f5ec
    Update linux-builds.yml githubuser0xFFFF 2019-12-02 08:10:23 +0100
  • 6cd09addae Fixed linux build workflow Uwe Kindler 2019-12-02 08:04:25 +0100
  • 93382350db Updated acitons file for linux builds Uwe Kindler 2019-12-02 07:45:03 +0100
  • db90e5415f
    Update README.md githubuser0xFFFF 2019-11-29 23:39:04 +0100
  • 9679fd67cc
    Update actions_test.yml githubuser0xFFFF 2019-11-29 23:34:11 +0100
  • c84c98f49a
    Update README.md githubuser0xFFFF 2019-11-29 23:24:45 +0100
  • 716acd5f68
    Update README.md githubuser0xFFFF 2019-11-29 23:17:17 +0100