aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/advanceddockingsystem
Commit message (Expand)AuthorAgeFilesLines
* Add some additional shortcuts for actionsEike Ziller2020-03-171-1/+1
* ADS: Fix workspace dialog on removalHenning Gruendl2020-03-132-7/+9
* ADS: Fix repeatedly dropping in same area crashHenning Gruendl2020-03-137-37/+67
* ADS: Fix Preset sync failure if directory missingHenning Gruendl2020-03-091-2/+11
* ADS: Integrate newest base repository commitsHenning Gruendl2020-03-092-7/+17
* ADS: Fix QHash unite warning for 5.15Henning Gruendl2020-03-091-0/+7
* ADS: Hide detached window if not in design modeHenning Gruendl2020-03-092-0/+17
* ADS: Cleanup workspace manager workflowHenning Gruendl2020-03-058-140/+286
* ADS: Properly initialize FloatingWidgetTitleBarTobias Hunger2020-03-031-1/+1
* ADS: Remove struct from FloatingWidgetTitleBarTobias Hunger2020-03-032-2/+3
* ADS: Initialize all members of DockAreaTitleBarTobias Hunger2020-03-031-4/+3
* ADS: Remove struct from DockAreaTitleBarTobias Hunger2020-03-034-8/+8
* ADS: Properly initialize DockWidgetTabTobias Hunger2020-03-031-3/+2
* ADS: Remove struct from DockWidgetTabTobias Hunger2020-03-035-10/+10
* ADS: Properly initialize DropAreaTabBarTobias Hunger2020-03-031-3/+3
* ADS: Remove struct from DockAreaTabBarTobias Hunger2020-03-032-5/+5
* ADS: Properly initialize DockManagerTobias Hunger2020-03-031-3/+3
* ADS: Remove struct from DockManagerTobias Hunger2020-03-036-11/+11
* ADS: Properly initialize DockOverlayTobias Hunger2020-03-031-3/+3
* ADS: Remove struct from DockOverlayTobias Hunger2020-03-032-7/+9
* ADS: Add initialization and remove dead code from FloatingDragPreviewTobias Hunger2020-03-031-3/+2
* ADS: Remove struct from FloatingDragPreviewTim Jenssen2020-03-034-8/+8
* ADS: DockManager: Handle potential read errors for XML dataTim Jenssen2020-03-031-0/+2
* ADS: Initialize all members in FloatingDockContainerTobias Hunger2020-03-031-1/+1
* ADS: Remove struct from FloatingDockContainerTobias Hunger2020-03-034-9/+9
* ADS: Do not re-use variablesTobias Hunger2020-03-031-4/+4
* ADS: Prevent nullptr access in DockWidgetTobias Hunger2020-03-031-1/+3
* ADS: No more structs in DockWidgetTobias Hunger2020-03-033-6/+6
* QmlDesigner: Integrate upstream commitsHenning Gruendl2020-02-264-99/+68
* AdvandedDockingSystem: Fix deprecation warningsChristian Kandeler2020-02-211-2/+3
* ADS: Do not enable debug log by defaultChristian Stenger2020-02-2110-10/+10
* ADS: Fix compile for Qt < 5.12.2 and namespaced QtChristian Stenger2020-02-219-7/+20
* Add Advanced Docking System libraryHenning Gruendl2020-02-2051-0/+13149