Commit Graph

  • 899e06be1c Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2020-11-23 12:57:23 +01:00
  • 66687dc8b6 Add utf-8 support for msvc within cmake. (#280) spking11 2020-11-23 19:55:19 +08:00
  • b8fe620276 Merge branch 'master' into adddockwidget_fix Uwe Kindler 2020-11-23 08:04:11 +01:00
  • 1a50ea9892 Add utf-8 support for msvc to resolve building error in some windows systems. (#277) spking11 2020-11-22 00:29:36 +08:00
  • 0a096869fe Fixed adding of dock widgets to floating widget Uwe Kindler 2020-11-21 15:08:30 +01:00
  • 44dc76bd19 Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System 3.6.3 Uwe Kindler 2020-10-31 13:56:30 +01:00
  • aedbaec497 Addes support for setting DockWidgetTab icon size via stylesheet Uwe Kindler 2020-10-31 13:56:16 +01:00
  • 04aa622111 Fixed static qmake build Uwe 2020-10-30 21:49:28 +01:00
  • 3564229482 Fixed CMake static build Uwe 2020-10-30 21:13:19 +01:00
  • 637db7f4f9 Update CMakeLists.txt githubuser0xFFFF 2020-10-27 18:50:54 +01:00
  • f6d3d6d34a Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2020-10-27 15:07:37 +01:00
  • 92369bdb26 Fixed static CMake build for Linux Uwe Kindler 2020-10-27 15:04:54 +01:00
  • 8f95447108 Fix. (#264) Nick D'Ademo 2020-10-24 03:00:33 +08:00
  • 0e3c3bab45 DockManager: add the ability to programmatically update splitter sizes (#266) Christian Seiler 2020-10-23 20:59:50 +02:00
  • 3a5c965306 Ensure that the stylesheet doesn't affect all QSplitter instances (#265) Christian Seiler 2020-10-21 22:07:41 +02:00
  • 0c88457037 Fix CMake build on macOS (don't try to link against Qt's X11Extras) (#267) Christian Seiler 2020-10-21 22:05:36 +02:00
  • 46fa22dc6a Documented custom close handling Uwe Kindler 2020-10-13 21:24:04 +02:00
  • f3d32399e5 Added ads::CDockWidget::DockWidgetForceCloseWithArea test to demo/MainWindow.cpp Uwe Kindler 2020-10-13 20:55:09 +02:00
  • b320bb17d1 Merge remote-tracking branch 'upstream/master' into forceclose Nicolas ELIE 2020-10-02 11:04:18 +02:00
  • 81afe2d3cb Update Python Bindings again (#262) Nicolas Elie 2020-10-01 19:14:48 +02:00
  • 5fad43377b Fixed a bug in restoreStateFromXml function The function accessed the objectName from the CentralWidget even if there is no cental widget Uwe Kindler 2020-09-25 14:40:28 +02:00
  • f543318232 Updated user-guide.md Uwe Kindler 2020-09-21 11:07:00 +02:00
  • ab385a782a Updated user-guid Uwe Kindler 2020-09-21 11:02:38 +02:00
  • c370875128 Properly implemented save and restore with central widget Uwe Kindler 2020-09-21 10:51:02 +02:00
  • 1c261515db Improved debug output in DockContainerWidget Uwe Kindler 2020-09-21 09:39:42 +02:00
  • 37cbae84ca Fixed debug output in FloatingDockContainer.cpp Uwe Kindler 2020-09-21 09:39:03 +02:00
  • f5759716b4 Added support for perspectives to centralwidget example to test save and restore state functionality with central widget Uwe Kindler 2020-09-21 08:39:39 +02:00
  • f645fe725a Added dockWidgetAdded signal to CDockManager Uwe Kindler 2020-09-18 08:25:47 +02:00
  • fdedd7d92a Added focusedDockWidget() function to DockManager Uwe Kindler 2020-09-07 08:17:07 +02:00
  • 044a43d793 Updated user-guide.md Uwe Kindler 2020-09-07 08:16:30 +02:00
  • 6846c96146 Fixed some documentation typos Uwe Kindler 2020-09-03 15:31:11 +02:00
  • 8fe9461872 Removed stylesheet code from centralwidget/mainwindow.cpp Uwe Kindler 2020-09-03 15:25:44 +02:00
  • fbde4edcd2 Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2020-09-03 15:24:27 +02:00
  • 68742681f7 Added missing documentation images Uwe Kindler 2020-09-03 15:24:12 +02:00
  • bbb3f99bc3 Added documentation for new features (central widget and native floating widgets on linux) to user-guide.md Uwe Kindler 2020-09-03 15:23:39 +02:00
  • e0f6f3013f Updated centralwidget example Uwe Kindler 2020-09-03 15:23:05 +02:00
  • 6eb497fb64 Added test for dock manager flag EqualSplitOnInsertion to demo aplication Uwe Kindler 2020-09-03 15:22:43 +02:00
  • ae15757765 Update .travis.yml githubuser0xFFFF 2020-09-02 22:02:21 +02:00
  • be294b4867 Update .travis.yml githubuser0xFFFF 2020-09-02 21:25:54 +02:00
  • 70738f7549 Fixed Linux CMake build Uwe Kindler 2020-09-02 11:48:12 +02:00
  • 42dc529ce1 Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2020-09-02 09:05:13 +02:00
  • 65058d3a48 Fixed issue #251 - Window momentarily flashes as floating widget Uwe Kindler 2020-09-02 09:04:59 +02:00
  • 48c4106b7f Update Python Bindings (#249) Nicolas Elie 2020-09-01 16:06:43 +02:00
  • 175b48569f Removed Linux stuff from Mac build Uwe Kindler 2020-08-31 23:46:42 +02:00
  • 89c6abb5ce Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2020-08-31 23:29:52 +02:00
  • 55f23799bc Fixed CMake Windows build Uwe Kindler 2020-08-31 23:29:33 +02:00
  • 646211cc4c Merge branch 'master' into forceclose Nicolas Elie 2020-08-31 16:38:16 +02:00
  • 423bab9954 Update README.md githubuser0xFFFF 2020-08-31 16:30:29 +02:00
  • 831d90ebf5 Added X11Etras package to CMakeLists.txt Uwe Kindler 2020-08-31 16:20:36 +02:00
  • abdc0dc0dd Update .travis.yml githubuser0xFFFF 2020-08-31 16:10:53 +02:00
  • 175c836c93 Added Qt5x11extras to CMake build 3.6.0 Uwe Kindler 2020-08-31 13:04:15 +02:00
  • 76304172ab Update linux-builds.yml githubuser0xFFFF 2020-08-31 13:00:27 +02:00
  • 0eb3978aee Update .travis.yml githubuser0xFFFF 2020-08-31 12:51:42 +02:00
  • 73f42d55ca Updated linux stylesheets to fix titlebar issue on KDE Uwe Kindler 2020-08-31 11:57:30 +02:00
  • 059a055483 Renamed FloatingContainerForceCustomTitleBar to FloatingWidgetForceQWidgetTitleBar Uwe Kindler 2020-08-31 09:48:32 +02:00
  • dcf1ee393e Added support for CSS styling of custom widget titlebar close button Uwe Kindler 2020-08-31 09:38:18 +02:00
  • 04aecb3693 Some code cleanup, adjustments to match ADS coding style Uwe Kindler 2020-08-31 08:32:56 +02:00
  • 533d174abc Finished implementing maximize for linux. Added FloatingContainerForc*TitleBar to switch between native and custom titlebar. helywin 2019-09-12 10:44:12 +08:00
  • 48fb999bd0 Fix static build of centralwidget example Uwe Kindler 2020-08-24 15:46:51 +02:00
  • 5443e5f998 Merge branch 'centralwidget' Uwe Kindler 2020-08-24 13:44:19 +02:00
  • 543d226ba3 Fixed memory leak Uwe Kindler 2020-08-24 13:32:50 +02:00
  • 03b1848b43 Reverted changed Uwe Kindler 2020-08-24 13:25:20 +02:00
  • 05ab8d2067 Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2020-08-24 13:23:40 +02:00
  • c28a27c81c Reverted changes that cause application crash Uwe Kindler 2020-08-24 13:22:34 +02:00
  • 1b42048135 Fixed pure virtual function call Uwe Kindler 2020-08-24 11:33:40 +02:00
  • bfe6b9bd26 Merge branch 'FixesPack_Parenting_Memory_leaks_etc' of https://github.com/ymiroshnyk/Qt-Advanced-Docking-System into ymiroshnyk-FixesPack_Parenting_Memory_leaks_etc Uwe Kindler 2020-08-24 11:22:50 +02:00
  • 08a8cee1c6 Updated centralwidget test Uwe Kindler 2020-08-24 11:14:58 +02:00
  • 835a532e75 Corrected constness of some functions, changed signatur of setCentralWidget function Uwe Kindler 2020-08-24 10:22:12 +02:00
  • d383ade03c Merge branch 'Central-Widget' of https://github.com/hulswit/Qt-Advanced-Docking-System into hulswit-Central-Widget Uwe Kindler 2020-08-24 09:50:12 +02:00
  • 6d9c4cee02 Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2020-08-24 09:47:34 +02:00
  • a565239c4a Fixes pack. Parenting, memory leaks, floating widgets deleting. Yurii Miroshnyk 2020-08-21 19:20:54 +03:00
  • ba69f3e6b9 CMake Fix hulswit 2020-08-21 13:42:52 +02:00
  • 14c29f695c Central widget update hulswit 2020-08-21 13:30:59 +02:00
  • 703a9b3e12 Update the state of close button on titlebar and tabbar when CDockWidget::DockWidgetClosable changed. (#240) shelomentsev 2020-08-21 11:09:13 +05:00
  • 0eca1b0433 Memory leak (#242) shelomentsev 2020-08-21 11:08:33 +05:00
  • 691c9683ce Merge branch 'master' into Central-Widget hulswit 2020-08-20 16:37:05 +02:00
  • 1a11e5ddcd Central Widget concept added hulswit 2020-08-20 16:36:02 +02:00
  • a4d281dbb6 Floating window fixes. (#239) shelomentsev 2020-08-20 15:58:15 +05:00
  • 8361f90dce Delete widgets without parents in CDockAreaLayout. (#241) shelomentsev 2020-08-20 15:56:37 +05:00
  • 04b4ff8b4b Fixed typo in DockWidget documentation Uwe Kindler 2020-08-19 15:16:13 +02:00
  • 121248c3c5 Improved documentation Uwe Kindler 2020-08-19 13:49:20 +02:00
  • c44d0c87e3 Fixed broken SimpleExample application Uwe Kindler 2020-08-19 13:38:53 +02:00
  • c6cf9487ba Added maximize button svg icon Uwe Kindler 2020-08-18 20:36:02 +02:00
  • c78cc17730 Properly persist dock area HideSingleWidgetTitleBar flag (and all other dock area flags) Uwe Kindler 2020-08-18 10:48:35 +02:00
  • 81a0234b05 Added HiveWE editor to showcase applications Uwe Kindler 2020-08-18 08:01:45 +02:00
  • f72a8568c5 Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System Uwe Kindler 2020-08-17 23:51:14 +02:00
  • 11aec65967 Properly persist the AllowedAreas state of CDockAreaWidget Uwe Kindler 2020-08-17 23:50:37 +02:00
  • 40636d1e05 Add flag to DockWidget to force dw to be closed with the area that contains it Nicolas ELIE 2020-08-04 11:41:20 +02:00
  • 75841415a3 Update Python bindings (#231) Nicolas Elie 2020-07-30 13:44:05 +02:00
  • edc799bc54 Added D-Tect X software to showcase Uwe Kindler 2020-07-29 08:09:00 +02:00
  • 1d0b20337f Update README.md githubuser0xFFFF 2020-07-23 18:06:57 +02:00
  • 4a6d2d3514 Changed demos to delete the dock manager when the main window is closes to ensure that all floating widgets als "closed" (destroyed) Uwe Kindler 2020-07-22 11:28:41 +02:00
  • 8443414ae3 Added setHideSingleWidgetTitleBar to DockWidgetArea Some Guy 2020-07-18 22:15:10 +02:00
  • 81c99745d4 Fixed a bug when dragging a FloatingDragPreview from another floating widget over an empty MainWindow 3.5.2 Uwe Kindler 2020-07-13 09:08:39 +02:00
  • d6831caea4 Some refatoring in DockFocusController to improve code Uwe Kindler 2020-07-13 08:43:51 +02:00
  • aa25e1fd56 Improved emission of focusedDockWidgetChanged signal to ensure, that the application can restore the focus of the focused application dock widget content Uwe Kindler 2020-07-13 08:41:30 +02:00
  • 0459aff34f Cleanup of debug messages in DockFocusController Uwe Kindler 2020-07-10 22:08:28 +02:00
  • aeb0a27401 Improved code documentation Uwe Kindler 2020-07-08 08:10:27 +02:00
  • 50e3ef3dd8 Fixed stealing of focus by tab close button Uwe Kindler 2020-07-08 08:08:50 +02:00
  • 9974256d71 Fixed double emission of focusedDockWidgetChanged() signal Uwe Kindler 2020-07-07 14:38:03 +02:00