Uwe Kindler
|
b1309da89a
|
Some changes to fix build for windows
|
2019-07-12 10:37:14 +02:00 |
|
Uwe Kindler
|
d2f751ef87
|
Moved linux specific code into linux sub folder
|
2019-07-11 16:12:15 +02:00 |
|
Uwe Kindler
|
e98fd5bcb3
|
Improved icons for all button, adjusted size of dock marker
|
2019-05-14 15:32:50 +02:00 |
|
Uwe Kindler
|
9b56ca08e1
|
Changes to work around new QT issues in non client area code that comes with the new Qt version 5.12.2
|
2019-03-22 13:57:17 +01:00 |
|
Uwe Kindler
|
e25bf2eac2
|
Disabled minimize button for floating widgets because user cannot restore minimized windows because they do not have a taskbar entry
|
2019-03-06 14:36:20 +01:00 |
|
Uwe Kindler
|
b44a7e75ca
|
Implemented workarund for NonClientArea mouse event bug in Qt versions > 5.9.2.
|
2019-01-26 14:44:14 +01:00 |
|
Uwe Kindler
|
48382ccd82
|
Merged the two draging state enumerations into a single one and reused it in FloatingDockContainer
|
2018-12-20 16:25:30 +01:00 |
|
Uwe Kindler
|
e37e4fdf57
|
Added context menu for dock area title bar to enable closing of area and other areas via context menu and to enable detaching of dock area via context menu
|
2018-12-20 15:29:38 +01:00 |
|
Uwe Kindler
|
653f475e72
|
Removed wrong visibility initialisation of titlebar close button, added hideEmptyParentSplitters() function to properly hide tree of empty parent splitters if DockArea or DockWidget is removed,
|
2018-12-03 12:52:57 +01:00 |
|
Uwe Kindler
|
316e5324ad
|
Fixed showing of unassigned dock widgets
|
2018-11-07 14:34:49 +01:00 |
|
Uwe Kindler
|
a4838a41ac
|
Added ElidingLabel to support text eliding for dock area tabs, removed debug output
|
2018-11-05 12:00:56 +01:00 |
|
Uwe Kindler
|
c973482b2b
|
Properly implemented showing and hiding of TitleBarUndockButton
|
2018-11-05 09:07:18 +01:00 |
|
Uwe Kindler
|
72ec61a043
|
Added access functions for the titlebar buttons
|
2018-11-03 20:51:02 +01:00 |
|
Uwe Kindler
|
bc6ffcc02c
|
Fixed update of floating widget window title, make disabled close button look nicer, fixed restoring of floating dock container, change save and restore functionality of dock area to save the current dock widget name instead of the current index to ensure that the right dock widget is active in an area if the number of dock widgets changes for some reasons (i.e. in plugin based applications)
|
2018-11-02 09:19:53 +01:00 |
|
Uwe Kindler
|
5e6c82b68d
|
Started implementing VisibleDockAreaCount cache
|
2018-11-01 07:53:54 +01:00 |
|
Uwe Kindler
|
268f8655a1
|
Some smal improvements in FloatingDockContainer
|
2018-10-31 22:13:34 +01:00 |
|
Uwe Kindler
|
1dfabb3bef
|
Fixed handling of dock area removal in floating dock container, added close-button.svg icon to enable display of disabled close button
|
2018-10-31 00:50:18 +01:00 |
|
Uwe Kindler
|
6617cf6f19
|
Implemented proper updating of floating widget title
|
2018-10-30 23:45:59 +01:00 |
|
Uwe Kindler
|
81523b0346
|
Removed code for disabling close button because this caused trouble, fixed updating of window title if dock area is removed
|
2018-10-30 14:30:02 +01:00 |
|
Uwe Kindler
|
8637c89a6b
|
Added proper support for closable feature, now the close button is disabled for floating widgets
|
2018-10-12 15:18:05 +02:00 |
|
Uwe Kindler
|
b3b6d20d96
|
Added dockWidgets() function to DockContainerWidget.h because invisible dock widgets are no children of a dock area and therefore FindChildrenRecursively() does not work
|
2018-10-11 08:54:32 +02:00 |
|
Uwe Kindler
|
b9b72df9d4
|
Fixed some bugs that caused problems when calling toggleView() with the same state, some refactorings to improve code
|
2018-09-26 09:57:36 +02:00 |
|
Uwe Kindler
|
fcb1846bf5
|
Fixed resizing of dropped widget to the size of the dock overlay, small improve to improve performance when dropping into a container with many widgets
|
2018-09-14 15:02:47 +02:00 |
|
Uwe Kindler
|
6ec38b48ef
|
Fixed proper hiding of dock areas without any visible content when dragging out singkle widgets, prevente single dock widget from dragging if it is the last dock widget in a floating widget
|
2018-09-14 08:46:10 +02:00 |
|
Uwe Kindler
|
b93e723a83
|
Fixed problem in FloatingDockContainer.cpp that caused problem when dragging a maximized window, added support for sorted insertion of toggleView actions into vieMenu
|
2018-09-13 22:19:13 +02:00 |
|
Uwe Kindler
|
1a47918bdb
|
Changed FloatingDockContainer to use an internal state machine to improve code clarity and to handle some corner cases on Windows where resizing and moving the floating window to the screen edges caused trouble
|
2018-09-12 15:37:07 +02:00 |
|
Uwe Kindler
|
ff9d965726
|
Fixed FloatingDockContainer dragging states
|
2018-09-12 15:00:16 +02:00 |
|
Uwe Kindler
|
aa7b36dbd1
|
Removed debug output
|
2018-09-07 12:56:20 +02:00 |
|
Uwe Kindler
|
67199a81f4
|
Fixed docking into empty main dock container, fixed tab handling to properly show the right dock widget tab when removing a dock widget, fixed tab menu to only show visible tabs, tab menu is now dynamically created just befor menu is shown
|
2018-09-07 11:10:14 +02:00 |
|
Uwe Kindler
|
0b963d1540
|
Added support for stylesheet styling of overlay cross icons, fixed problem when dragging a floating widget that was maximized, removed som std::cout debug output
|
2018-08-28 13:25:44 +02:00 |
|
Uwe Kindler
|
6b93ae9c39
|
Some refactoring to improve code clarity, renamed DockWidgetTitleBar into DockWidgetTab because in the GUI it is a tab, created new class CDockAreaTabBar for the tabbar of a dock area
|
2018-08-24 13:41:58 +02:00 |
|
Opostol
|
5b3841a038
|
DockWidgetClosable now prevents Floating Dock Windows from closing
Also std::cout were replaced with common used qDebug()
|
2018-08-10 18:02:29 +03:00 |
|
Uwe Kindler
|
805e97946e
|
Fixed some issues with restoreState function
|
2018-02-13 07:28:38 +01:00 |
|
Uwe Kindler
|
dae852d9f9
|
Implemented XML serialization and loading of docking state
|
2017-12-29 18:18:16 +01:00 |
|
Uwe Kindler
|
412f13e1c4
|
Implemented fix to prevent display of drop overlays and overlay icons when resizing a floating widget
|
2017-09-05 14:03:43 +02:00 |
|
Uwe Kindler
|
b9257bbe93
|
Some small fixes to ignore title bar docking if we are over a container drop indicator - this caused come confusion during docking
|
2017-09-01 16:14:43 +02:00 |
|
Uwe Kindler
|
52c23dafd5
|
Changed license to LGPL v2.1
|
2017-06-09 22:04:02 +02:00 |
|
Uwe Kindler
|
bc37a2788e
|
Fixed placing of drop overlay cross, resizing of floating widget to drop
area rectangle size prior to insertion
|
2017-04-11 23:26:33 +02:00 |
|
Uwe Kindler
|
844c853768
|
Fixed a bug with shoing and hiding empty splitters, added some pictures to main page
|
2017-03-29 15:45:36 +02:00 |
|
Uwe Kindler
|
990d3235c5
|
Removed external dependencies for build, fixed build system, updated preview images to reflect the current state of the library
|
2017-03-29 12:18:49 +02:00 |
|
Uwe Kindler
|
9af86c4136
|
Replaced std:cout based debug output with qDebug()
|
2017-03-28 12:01:27 +02:00 |
|
Uwe Kindler
|
aa8a52b845
|
Fixed bug with FloatingWidget deletion, fixed handling of unassigned DockWidgets after restoreState() call
|
2017-03-28 10:57:03 +02:00 |
|
Uwe Kindler
|
c5ea5c80b1
|
Fixed display of drop overlay
|
2017-03-27 13:18:16 +02:00 |
|
Uwe Kindler
|
16bd1a3bd2
|
Implemented proper hiding and showing of dock widgets
|
2017-03-23 10:23:53 +01:00 |
|
Uwe Kindler
|
b6ee26adc2
|
Improved hide / show functionality of dock widgets
|
2017-03-22 16:08:44 +01:00 |
|
Uwe Kindler
|
239bd4781b
|
Added signals for dock area added and removed
|
2017-03-13 15:34:40 +01:00 |
|
Uwe Kindler
|
97571e4be8
|
Refactoring of project structure
|
2017-03-12 21:41:50 +01:00 |
|