3.3.5
·
918 commits
to master
since this release
- added
setFullScreen(),setNormal()andisFullScreen()function toCDockWidgetto be more compatible toQDockWidgetinterface (#145 - this only works for Linux - see documentation) - added
setElideMode()function toCDockWidgetTab(#142) - added new config flag
HideSingleCentralWidgetTitleBarto enable a central single dock widget in the main dock container (dock manager) without titlebar - added
CDockWidgetfunctionssetAsCurrentTab(),raise(),isCurrentTab()andisTabbed() - implemented status dialog in demo application to test several
CDockWidgetfunctions - started to add documentation in
user-guide.mdfile - fixed
takeWidget()function andsetWidget()function to handle case if there is already a content widget (#146) - fixed
CElidingLabelto properly supportQt::ElideNone( #142) - fixed
CDockContainerWidget::hasTopLevelDockWidget()andCDockContainerWidget::topLevelDockArea()to work properly also for the main non floating dock container - fixed too large height of floating drag preview and floating widget when dragging single dock widget out of a dock area with multiple tabs (#150)
- fixed crash when dragging a non-floatable dock widget in non-opaque mode out of a dock widget with multiple tabs to make it floating (#151)
- fixed spurious display of center drop area when dragging over hidden dock area title bar
- fixed spurious hidden drop overlay icons when dragging the floating drag preview over a floating window with only one single visible dock area
- fixed regression that prevents dock widget from floating when mouse is release over another dock widget