Commit Graph

  • 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) ruffianhy 2022-03-14 04:22:07 +08:00
  • 6a1ea6c7de Fixed examples/sidebar bug Uwe Kindler 2022-03-04 13:43:21 +01:00
  • 931719c474 Updated README.md Uwe Kindler 2022-03-04 08:04:21 +01:00
  • 70ef00932a Updated marketplace description Uwe Kindler 2022-03-02 11:52:38 +01:00
  • a1bc4a063b Updated qt_markectplace files Uwe Kindler 2022-03-02 11:48:51 +01:00
  • abf7224582 Updated ads logo and icon Uwe Kindler 2022-03-02 11:31:25 +01:00
  • 7ab4c9af2e Handle StyleChange event in DockWidgetTab to update icon Uwe Kindler 2022-02-25 21:41:46 +01:00
  • d5fefaa35f while dockManager.removeDockWidget , the dockManager() returns null (#399) 3.8.2 kzl 2022-02-19 02:33:55 +08:00
  • 3c4af9c6af Add method to add dock widget to dock container (#398) Ben Hetherington 2022-02-06 07:21:43 +00:00
  • 12ec819aeb Update README.md githubuser0xFFFF 2022-01-02 21:55:00 +01:00
  • e6fc1c14bd Added NotepadNext to the showcase section Uwe Kindler 2021-12-22 07:47:24 +01:00
  • 6fb45c055c Removed ContentMargin in DockContainer (#387) SleepProgger 2021-12-20 07:46:26 +01:00
  • 535b926095 CMake: Allow version to be explicitly set without requiring git (#384) Ralph Minderhoud 2021-12-13 01:36:53 -06:00
  • b15bc26a63 Some small coding style fixes Uwe Kindler 2021-12-12 17:28:11 +01:00
  • 1d90e8e823 Merge branch 'fix_issue_380' of https://github.com/jporcher/Qt-Advanced-Docking-System into jporcher-fix_issue_380 Uwe Kindler 2021-12-12 17:19:27 +01:00
  • 6b3027401d Fix issue #380 and add example Jean Porcherot 2021-12-09 10:11:05 +01:00
  • e35bd65a91 Update README.md githubuser0xFFFF 2021-12-07 11:01:26 +01:00
  • 8888f6800b Update README.md githubuser0xFFFF 2021-12-07 11:00:52 +01:00
  • 2afe62ec77 Fixed issue #378 - Don't show empty floating containers on startup 3.8.1 Uwe Kindler 2021-12-06 09:42:12 +01:00
  • 4b27af959b Merge branch 'githubuser0xFFFF:master' into master jporcher 2021-12-06 07:57:29 +01:00
  • 0df1a41a1d Fix potential crash when restoring container state (#381) Ben Hetherington 2021-12-03 16:01:16 +00:00
  • 21badd592e add QFlag operators (#376) anoy 2021-11-26 19:09:09 +01:00
  • a110d53a53 Fixed crash in DockFocusController DockWidget pointers are now wrapped into QPointer to detect deleted DockWidgets Uwe Kindler 2021-11-18 22:10:11 +01:00
  • 0270993782 Fixed error caused by broken merge request Uwe Kindler 2021-11-17 07:51:14 +01:00
  • 2c0d899b2a Fixed pixmap warning in ElidingLabel Uwe Kindler 2021-11-17 07:50:46 +01:00
  • 1abe101ef7 Prevent middle-click from closing unclosable tabs (#372) Ben Hetherington 2021-11-16 05:24:39 +00:00
  • 0ebc170cfa Fixed doc link to issue 365 Uwe Kindler 2021-10-29 10:36:09 +02:00
  • ee6ddfadc3 Documented DockWidget feature flags Uwe Kindler 2021-10-29 10:32:58 +02:00
  • 720b5f0c72 Added Plot Juggler to the showcase section Uwe Kindler 2021-10-29 10:02:09 +02:00
  • aceabd8455 Added new and noteworthy for 3.8 release Uwe Kindler 2021-10-28 10:30:49 +02:00
  • ab4869a0e1 Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System 3.8.0 Uwe Kindler 2021-10-22 11:47:44 +02:00
  • adf5793ccd Fixed Windows Qt 5.15 build Uwe Kindler 2021-10-22 11:47:27 +02:00
  • 31e26c2c1c Fix crash when adding closed dock widgets to the manager. (#366) Rodrigo Oliva 2021-10-20 16:54:47 +02:00
  • de05ddd203 Renamed RecreateContentsWidgetOnCloseAndOpen into DeleteContentOnClose Uwe Kindler 2021-10-14 13:57:06 +02:00
  • 03a8eaa44f Merge branch 'ff/editor/dev/widget_factory' of https://github.com/rolivav/Qt-Advanced-Docking-System into rolivav-ff/editor/dev/widget_factory Uwe Kindler 2021-10-14 13:18:54 +02:00
  • 48e79f12a7 Fixed Linux bug in DockFocusController.cpp Uwe Kindler 2021-10-11 22:05:37 +02:00
  • 89aa3d5251 Fixed null pointer bug in DockFocusController.cpp Uwe Kindler 2021-10-11 21:20:21 +02:00
  • 87b0596ebc Add feature to close tabs with the middle mouse button. (#360) Rodrigo Oliva 2021-10-11 20:33:56 +02:00
  • a08857804a Add new flag that will delete the contained widget and recreate it from a factory when closing and opening the dock widget. Rodrigo Oliva 2021-10-10 21:31:16 +02:00
  • dbca6d79cf Update DockWidget.h (#364) nmiglio 2021-10-08 19:40:57 +02:00
  • a24221c002 Fix MSVC compiler warning C4275 (#361) Francis Hart 2021-10-08 20:40:30 +03:00
  • 5f89dd0465 Update linux-builds.yml githubuser0xFFFF 2021-10-05 06:56:51 +02:00
  • 0b82ff30fe Fix issue #351: https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/issues/351 (#357) Lucas 2021-10-01 15:30:33 +02:00
  • 130b0de646 Python Bindings: Fix findParent that was not working as expected (#349) Nicolas Elie 2021-09-06 20:48:17 +02:00
  • b5b251dffb Update Python Bindings (#348) Nicolas Elie 2021-08-26 13:51:09 +02:00
  • 0c44accb44 Remove deprecation warning while building with Qt 5.15. (#344) Rodrigo Oliva 2021-08-23 19:47:15 +02:00
  • bbdf0ef29d Added test for resizing of DockAera Uwe Kindler 2021-08-03 14:59:28 +02:00
  • 401e8cf492 Improved initial size of floating dock widget Uwe Kindler 2021-07-30 13:50:17 +02:00
  • 83cdc69fc8 Merge branch 'improve_focus_highlighting' Uwe Kindler 2021-07-28 14:14:25 +02:00
  • 1e3af06bb0 Fixed notifyFloatingWidgetDrop() function Uwe Kindler 2021-07-28 13:44:34 +02:00
  • 2c8abee668 Added some build instructions for Linux about required private header files Uwe Kindler 2021-07-28 12:14:37 +02:00
  • 5af7492b67 Changed DockFocusController to properly handle window activation Uwe Kindler 2021-07-27 12:22:31 +02:00
  • 8d1465a81f Added initial support for setting focus highlighting without uisng setFocus Uwe Kindler 2021-07-25 18:12:27 +02:00
  • 5ead4684f5 Update linux-builds.yml githubuser0xFFFF 2021-07-17 14:52:09 +02:00
  • fc91502162 Removes dependency on QtX11Extras for Qt6.2-beta (#331) Charles Cross 2021-07-17 05:49:20 -07:00
  • 3a99bdcfb4 Added showcase for Ramses Composer Uwe Kindler 2021-07-14 11:05:04 +02:00
  • 487e23e190 Fixed MSVC build 3.7.2 Uwe Kindler 2021-06-19 14:47:17 +02:00
  • 511132ee4f Fixxed issue #294 - Tab refresh problem with a QGLWidget Uwe Kindler 2021-06-17 20:32:45 +02:00
  • edc89555bc Removed eclipse specific file Uwe Kindler 2021-06-17 20:32:12 +02:00
  • ad30211dae Update icon label tooltip when the tab tooltip changes (#322) Rodrigo Oliva 2021-05-26 06:59:36 +02:00
  • 48406da6ea fix building. (#323) Nick D'Ademo 2021-05-26 00:12:24 +08:00
  • aff0bd6e25 Add Qt6 support on CMake (#319) Rui Oliveira 2021-04-28 21:52:45 +01:00
  • 3969d28d92 Fix crash in dockindock (#317) jporcher 2021-04-27 11:16:09 +02:00
  • d0c100995e Fix crash when dockindock example is closed. Due to code in dockindock supposed to fix memory leaks: now leaks were fixed in CDockManager (https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/issues/307), the code from dockindock ends up deleting objects already deleted by parent. Jean Porcherot 2021-04-27 10:05:07 +02:00
  • f54e4c8ac2 Merge remote-tracking branch 'upstream/master' Jean Porcherot 2021-04-27 09:12:56 +02:00
  • b39cd2d81b Fixed emptydockarea example Uwe Kindler 2021-04-27 07:47:03 +02:00
  • 0e8e563654 Add dockindock example (#308) jporcher 2021-04-21 06:37:19 +02:00
  • 2f041a0eed Fix memory leaks (#314) jporcher 2021-04-20 14:25:30 +02:00
  • 2c7b5982b5 Replace dockdepth1 by dockindock Jean Porcherot 2021-04-14 15:36:00 +02:00
  • ffa0105d3e Fixed emission perspectiveListChanged signal after loading of perspective list and added perspectiveListLoaded signal Uwe Kindler 2021-04-13 07:05:17 +02:00
  • bac0698581 Fix compilation (include assert.h) Jean Porcherot 2021-04-09 13:36:51 +02:00
  • be3180df6f Add dockdepth1 example Jean Porcherot 2021-04-07 16:51:46 +02:00
  • 6179832a2b Updated Qt DesignStudio showcase image and video link Uwe Kindler 2021-03-03 22:51:58 +01:00
  • 13853573ea Additional Qt keyword conversion. (#299) 3.7.1 Walter Bormans 2021-01-22 06:18:34 +01:00
  • b6b4c626e8 Fixed user-guide.md emptydockarea code to match the real example Uwe Kindler 2021-01-16 15:06:32 +01:00
  • bd41ec1627 Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2021-01-16 15:01:02 +01:00
  • b54dab7df2 Fixed the empty dock area example to test procramatic docking with empty dock area Uwe Kindler 2021-01-16 15:00:44 +01:00
  • e66ef604a7 Removes reliance on special Qt keywords. (#295) Walter Bormans 2021-01-15 09:08:27 +01:00
  • e03674fd4b Fixed a typo in user-guide.md Uwe Kindler 2021-01-11 13:50:47 +01:00
  • 3f69fedd1f Added documentation for emptx dock area feature Uwe Kindler 2021-01-11 13:46:26 +01:00
  • a614e3cc3d Fixed CDockAreaWidget::nextOpenDockWidget() function to properly return a DockWidget with tab if this is possible Added new emptydockarea example Uwe Kindler 2021-01-11 11:07:03 +01:00
  • ebde50b492 Fixed FloatingDockContainer Linux build for Qt6 Uwe Kindler 2021-01-10 10:22:54 +01:00
  • 2a6bd306cb Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2021-01-09 19:03:14 +01:00
  • 8a27a5596b Added new CDockWidget flag CDockWidget::NoTab to hide the tab from the dock area title bar Uwe Kindler 2021-01-09 19:02:25 +01:00
  • f835ffd978 Update Python bindings (#289) Nicolas Elie 2021-01-04 14:01:28 +01:00
  • 97215705f5 Improved documentation for Linux support Uwe Kindler 2021-01-03 17:15:39 +01:00
  • cbdf3211d6 Improved documentation for Linux support 3.7.0 Uwe Kindler 2021-01-03 17:15:39 +01:00
  • 6ee97e64d7 Disabled Qt6 build in appveyor - it does not work properly yet Uwe Kindler 2021-01-03 17:14:39 +01:00
  • a1c4812619 Try to fix Qt6 build Uwe Kindler 2021-01-03 16:38:56 +01:00
  • b0c8edbd82 Added Qt6 MinGW build to .appveyor.yml Uwe Kindler 2021-01-03 15:50:16 +01:00
  • a4190ecbf0 Added missing ads.pri fle Uwe Kindler 2021-01-02 23:17:44 +01:00
  • d8c6efaada Fixed signal connection of perspective combobox Uwe Kindler 2021-01-02 21:05:05 +01:00
  • 0312682e07 Fixed wrong pixmap is null test in ElidingLabel Uwe Kindler 2021-01-02 20:50:26 +01:00
  • 8d14068df7 Fixed QMouseEvent::globalPos() warning Uwe Kindler 2021-01-02 20:29:59 +01:00
  • fe1d9a493f Fixed warning in centralwidget example because of missing svg file Uwe Kindler 2021-01-02 19:51:50 +01:00
  • e55ad49db8 Created ads.pri to ease linking of ads library Uwe Kindler 2021-01-02 19:48:34 +01:00
  • 018ce2001e Fixed all Qt6 build issues Uwe Kindler 2021-01-02 18:06:45 +01:00
  • c8fe4c46dd Fixed DockAreaWidget minimumSizeHint Uwe Kindler 2020-12-23 16:16:13 +01:00
  • 1781fa671d Updated build settings Uwe Kindler 2020-12-23 15:56:36 +01:00
  • 75910e910e Fixed centralwidget example to properly close all floating widgets on main window close Uwe Kindler 2020-11-26 08:07:31 +01:00