Uwe Kindler
4a0c176327
Implemented support for adding dock widgets to DockContainerWidget
2017-02-26 18:13:56 +01:00
Uwe Kindler
842cef2675
Remove macro usage for ads namespace
2017-02-23 22:26:13 +01:00
Uwe Kindler
ad49745b18
Refactorings to improve code, started to refactor secion content
2017-02-22 22:33:48 +01:00
Uwe Kindler
938afb7357
Implemented support for dropping mutiple sections into sections
2017-02-20 23:57:32 +01:00
Uwe Kindler
d0fc4ace07
Switched license to GPLv3
2017-02-20 10:06:55 +01:00
Uwe Kindler
70a7a7b352
Started implementing support for docking multiple sections into section
2017-02-20 07:36:27 +01:00
Uwe Kindler
b93d2fbd48
Some cleanup and support for dropping floating window with multiple setcion into section
2017-02-17 07:40:12 +01:00
Uwe Kindler
635b96a2ae
Fixed some issues with mouse double clicks, remove unused and supefluous code
2017-02-15 21:54:26 +01:00
Uwe Kindler
72fc9cd79a
Implemented initial support for dropping multiple sections at the same time
2017-02-14 23:55:38 +01:00
Uwe Kindler
025bedfb65
Preparing dropping of section widgets with multiple sections
2017-02-12 19:59:29 +01:00
Uwe Kindler
df97d17844
Fixed movement of witget on start of floating
2017-02-11 22:05:23 +01:00
Uwe Kindler
2bf1a51627
Fixed container removal from MainCOntainerWidget
2017-02-10 21:23:14 +01:00
Uwe Kindler
0716020ab4
Created CFloatingTitleWidget
2017-02-07 23:51:29 +01:00
Uwe Kindler
7f5e393cfb
Startet refactoring common container stuff into CContainerWidget
2017-02-03 22:56:08 +01:00
Uwe Kindler
f4c0d38ba4
Continued refactoring to prepare split of functionality of ContainerWidget
2017-01-30 22:44:27 +01:00
Uwe Kindler
411e4002f1
Improved handling and display of border drop overlays. Now border drop overlay items are visible as soon as a floating widget enters container widget area, some refactoring to improve code quality
2017-01-28 12:18:16 +01:00
Uwe Kindler
3fd20fad16
Continued refactoring, created private ContainerWidget class
2017-01-21 22:22:20 +01:00
Uwe Kindler
889d9bff5b
Some refactorings to cleanup code, moved ContainerWidget private data into private data class
2017-01-20 22:43:18 +01:00
Uwe Kindler
68b93f6fa9
Started refactoring to improve code quality, overall designa nd to gain knowledge of the impolemented functionality
2017-01-17 07:57:24 +01:00
mfreiholz
70e614b561
#18 adds flags to disable close functionality
2016-08-04 13:36:55 +02:00
mfreiholz
6420381354
fix: adding a new SC without target SW to CenterDropArea causes invalid state
2016-07-15 08:43:49 +02:00
mfreiholz
0317c3ebeb
fixes #20 crash on-show.
...
checks for _sections.count() > 0 in dropContent() and creates first
SectionWidget, if needed.
2016-06-08 06:50:08 +02:00
mfreiholz
f983a6ff85
Adds usage of ADS_Expects precondition check.
2016-04-21 09:16:45 +02:00
mfreiholz
3a5cd2118a
Adds API method ContainerWidget::isSectionContentVisible.
...
Updates demo project with example.
2016-04-21 07:51:26 +02:00
mfreiholz
e04b5c7900
fix : #13 custom drop area widgets
...
- adds public function to set widgets
- some cleanup changes
2016-04-18 09:40:51 +02:00
mfreiholz
180ed31fc4
Updates API for #13 - Custom drop indicators.
...
DropOverlayCross is better reusable now and area widgets can be changed.
2016-04-18 08:27:28 +02:00
mfreiholz
9c530dcc58
refactor: Renames member _splitAreas to _cross.
...
mod: removes ContainerWiget::set/Orientation() members. Obsolete since
everything is managed over drop areas.
2016-04-18 07:18:50 +02:00
mfreiholz
5041f5076a
fix #17 - get rid of static drop overlay
...
- holds one instance of DropOverlay for each ContainerWidget.
2016-04-15 08:21:23 +02:00
mfreiholz
fffc84374a
Use QT_VERSION_CHECK macro for better compatibility.
2016-04-11 07:27:02 +02:00
mfreiholz
932ec71ad8
Issue #15
...
- adds sectionContentVisibilityChanged(...) signal
2016-04-11 07:08:40 +02:00
mfreiholz
f2a352c305
fixes position mapping of sections inside container. all positions are now relative to it's container.
2016-04-06 07:52:17 +02:00
mfreiholz
0eea083f07
removes no longer required debug prints
2016-04-06 06:55:27 +02:00
mfreiholz
f110ad8ec7
fix: position (not yet tested)
2016-04-05 15:00:05 +02:00
mfreiholz
40727028d6
Fix version check for QLayout::replaceWidget()
2016-04-05 07:54:12 +02:00
mfreiholz
195b34c0ca
Serialize SectionIndexData on storeSate().
2016-04-04 08:51:38 +02:00
mfreiholz
ac80242545
Fixes version check for serialized data.
...
Use new ::serialization package for save- and restore state.
2016-04-01 13:06:12 +02:00
tanaxiusi
f2f5de707c
Fix bug after saving-restoring a empty container with no SectionWidget.
...
SectionTitleWidget::mousePressEvent call 'grabMouse' to ensure the floaing widget can always follow the mouse after floated.
SectionTitleWidget::mouseMoveEvent check Qt::LeftButton.
2016-03-16 20:12:39 +08:00
mfreiholz
d2d2467101
Adds possibility to remove section contents.
2016-03-14 15:12:34 +01:00
mfreiholz
21f316577f
Again... Fixes invisible FloatingWidget's title-widget after restoring state.
2016-03-09 08:37:20 +01:00
mfreiholz
afb5abd635
Fixes invisible FloatingWidget's title-widget after restoring state.
2016-03-09 08:07:16 +01:00
mfreiholz
9bbc5e41a3
Better implementation of empty QSplitter deletion (no longer crashes).
...
Call it after restore, because sometimes one splitter was left ?-/
2016-03-08 10:58:56 +01:00
mfreiholz
c5e39068b2
Replaces a qFatal with qWarning to skip a bug, which i couldn't find yet...
2016-03-03 13:44:14 +01:00
mfreiholz
a47073cdf8
raise* now works on hidden contents, too.
2016-03-03 07:12:26 +01:00
mfreiholz
9f952c38f0
takeContents now also searches for SC in hidden items. Otherwise we sometimes get a crash during restoreState.
2016-03-01 07:41:13 +01:00
mfreiholz
06304b9818
Optimizes includes and forward declarations.
...
Fixes a bug where SectionWidget removes itself from _sections list during a qDeleteAll call on _sections.. that was stupid..
2016-02-26 12:43:14 +01:00
mfreiholz
74f6ba333f
Adds activeTabChanged() signal to let API users know about this state
...
change. It might be use to re-polish style sheets.
2016-02-26 09:07:19 +01:00
mfreiholz
0e831ee55f
Adds optional "title" attribute to SectionContent and show it in visible
...
areas e.g. context-menu.
Build as shared library by default.
2016-02-24 12:12:09 +01:00
mfreiholz
7e41d18a6d
Adds function to raise a section-content.
2016-02-24 11:45:19 +01:00
mfreiholz
0238828afa
Uses static lazy loaded QHash objects instead of static linker initialized
...
class members. This should fix multi initialization when linking static
into DLL and EXE at the same time. Hopefully..
2016-02-23 20:51:19 +01:00
mfreiholz
846535c085
Fixes crash, if only a single SectionContent elemet has been added to
...
ContainerWidget, make it floating and drop it back into ContainerWidget.
2016-02-23 09:30:17 +01:00