1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-04-01 02:42:39 +08:00

Commit Graph

  • 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
  • e782b4813b
    Update actions_test.yml githubuser0xFFFF 2019-11-29 23:12:12 +0100
  • b27a24b3c4
    Update actions_test.yml githubuser0xFFFF 2019-11-29 23:10:39 +0100
  • 18c65cdf34
    Update actions_test.yml githubuser0xFFFF 2019-11-29 23:04:35 +0100
  • e049cb0353
    Update actions_test.yml githubuser0xFFFF 2019-11-29 23:02:02 +0100
  • 8d42e7777d
    Update actions_test.yml githubuser0xFFFF 2019-11-29 22:59:24 +0100
  • e682ab8ea5
    Update actions_test.yml githubuser0xFFFF 2019-11-29 22:52:47 +0100
  • c6ff7f5230
    Update actions_test.yml githubuser0xFFFF 2019-11-29 22:44:07 +0100
  • 309fe1a14a
    Update actions_test.yml githubuser0xFFFF 2019-11-29 22:39:07 +0100
  • 6b45274686
    Create actions_test.yml githubuser0xFFFF 2019-11-29 22:29:49 +0100
  • 0f72fabe67 Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2019-11-29 15:57:39 +0100
  • 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 +0100
  • a8e0f1904f
    Update README.md githubuser0xFFFF 2019-11-28 16:11:21 +0100
  • 2ee7deb6d5 Fixed handling on spontaneous hide events in CFloatingDockContainer for Linux Uwe Kindler 2019-11-28 14:08:42 +0100
  • 2e88d8651e Added missing source files to CMakeLists.txt Uwe Kindler 2019-11-28 14:12:50 +0100
  • 232b6b9a61 Fixed demo configuration Uwe Kindler 2019-11-28 13:49:58 +0100
  • 5978aaaedc Set attribute Qt::WA_X11NetWmWindowTypeDock permanently for floating widgets Uwe Kindler 2019-11-28 13:45:15 +0100
  • 3332f6050e Changed initial position of floating widgets Uwe Kindler 2019-11-28 13:35:58 +0100
  • a1de28c969 Fixed demo application to properly use default settings Uwe Kindler 2019-11-28 13:22:59 +0100
  • 8af53b4199 Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2019-11-28 13:05:42 +0100
  • bddf4c417d Added Qt::WindowStaysOnTopHint | Qt::X11BypassWindowManagerHint for dock overlay for linux Uwe Kindler 2019-11-28 13:05:09 +0100
  • e345773cfc
    Update README.md githubuser0xFFFF 2019-11-28 10:57:25 +0100
  • c1816bf507
    Update README.md githubuser0xFFFF 2019-11-28 10:51:07 +0100
  • 4f97e07eb6 Removed debug output, properly restored dragged tab position when floating starts Uwe Kindler 2019-11-28 10:32:39 +0100
  • 2fe542c3ef Improved transparent docking Uwe Kindler 2019-11-28 09:09:36 +0100
  • 07f9c6d016 Fixed setting of splitter sizes for transparent docking Uwe Kindler 2019-11-27 21:43:36 +0100
  • 8ea7c265a7 Fixed emission of top level changed signal to properly support transparent docking Uwe Kindler 2019-11-27 15:50:18 +0100
  • 3cd12ce1d3 Fixed creation a FloatingDockContainer Uwe Kindler 2019-11-27 14:44:17 +0100
  • 1be8f2861d Continued implementation of transparent docking Uwe Kindler 2019-11-27 12:00:04 +0100
  • c69357a2c7
    Merge pull request #5 from XenotriX/feature/close_other Joel Bodenmann 2019-11-27 11:50:18 +0100
  • 806545eed5 Account for removed widgets when closing other tabs Tibo Clausen 2019-11-27 11:35:51 +0000
  • e15af4101a Added initial support for transparent undocking Uwe Kindler 2019-11-26 14:40:56 +0100
  • 4504457da2 Removed debug code Uwe Kindler 2019-11-25 16:06:44 +0100
  • f497944d2c Added setFloating function to CDockWidget to support making a dock widget floating with from code Uwe Kindler 2019-11-25 15:59:08 +0100
  • aee9fb1c95 Added dock manager function addDockWidgetFloating to add initial floating dock widgets Uwe Kindler 2019-11-25 15:28:15 +0100
  • 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 +0100
  • 32a64fa1f8 Merge remote-tracking branch 'upstream/master' Nick D'Ademo 2019-11-25 09:14:13 +0800
  • 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 +0100
  • 490e853435 Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2019-11-22 21:42:05 +0100
  • 7393addf64 Fixed setting of CloseButton icon in DockWidgetTab.cpp Uwe Kindler 2019-11-22 21:38:47 +0100
  • a2b9650469 Merge branch 'master' into IconProvider Uwe Kindler 2019-11-22 21:36:15 +0100
  • ca39ab0b44 Fixed comment in DockWidget.h Uwe Kindler 2019-11-22 21:35:49 +0100
  • 55b432a78e Convert spaces to tabs for consistency with other source files. #84 Nick D'Ademo 2019-11-22 19:19:12 +0800
  • fdecb78ddf Use spaces in CMakeLists.txt Nick D'Ademo 2019-11-22 19:17:13 +0800
  • ea7721e7e2 Revert "Change tabs to spaces." Nick D'Ademo 2019-11-22 19:16:25 +0800
  • 58e50169c4 Fix setting of CloseButton icon. Nick D'Ademo 2019-11-22 19:13:26 +0800
  • b44790d102 Change tabs to spaces. Nick D'Ademo 2019-11-22 19:10:43 +0800