Rodrigo Oliva
|
0c44accb44
|
Remove deprecation warning while building with Qt 5.15. (#344)
Co-authored-by: Rodrigo Oliva <Rodrigo.Oliva@king.com>
|
2021-08-23 19:47:15 +02:00 |
|
Uwe Kindler
|
018ce2001e
|
Fixed all Qt6 build issues
|
2021-01-02 18:06:45 +01:00 |
|
Uwe Kindler
|
47029190dc
|
Fixed wrong display of center drop area when dragging over invisible dock area title bar
|
2020-04-27 15:27:34 +02:00 |
|
Uwe Kindler
|
6c687d28de
|
Fixxed isse #131 - Crash on dropping in same area multiple times
|
2020-03-12 10:23:41 +01:00 |
|
Uwe Kindler
|
ce01e6b4a6
|
Fixed QT_VESION typo in DockOverlay.cpp
|
2020-02-17 10:41:13 +01:00 |
|
Uwe Kindler
|
f236de3277
|
Replaced all dynamic_casts with qobject_casts
|
2020-02-13 18:56:04 +01:00 |
|
Uwe Kindler
|
1dbd3f3f06
|
Blocked tabyfing via moving over DockArea titlebar if the CenterDockWidgetArea is not in the allowed areas for DockAreaWidget
|
2020-02-02 16:03:58 +01:00 |
|
Uwe Kindler
|
bddf4c417d
|
Added Qt::WindowStaysOnTopHint | Qt::X11BypassWindowManagerHint for dock overlay for linux
|
2019-11-28 13:05:09 +01:00 |
|
Uwe Kindler
|
e15af4101a
|
Added initial support for transparent undocking
|
2019-11-26 14:40:56 +01:00 |
|
Uwe Kindler
|
538e690c22
|
Fixed warning for unused parameter in DockOverlay.cpp
|
2019-07-12 10:39:59 +02:00 |
|
Uwe Kindler
|
b1309da89a
|
Some changes to fix build for windows
|
2019-07-12 10:37:14 +02:00 |
|
Uwe Kindler
|
e98fd5bcb3
|
Improved icons for all button, adjusted size of dock marker
|
2019-05-14 15:32:50 +02:00 |
|
Sergey Kartashev
|
88d4bea2c1
|
Qt 5.5.1 (ubuntu 16.04) compatibility buildfixes
|
2019-01-15 10:12:34 +03:00 |
|
Uwe Kindler
|
115a9a5b3d
|
Added High DPI support for the creation of drop indicator pixmaps
|
2018-11-05 14:12:34 +01:00 |
|
Uwe Kindler
|
11e5f9c95a
|
Properly implemented DockAreaTitle bar to encapsulate title bar functionality
|
2018-10-12 14:51:57 +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
|
aa7b36dbd1
|
Removed debug output
|
2018-09-07 12:56:20 +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
|
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
|
051c379e4a
|
Fixed startFloating() for FloatingDockContainer if only one DockArea is visble
|
2017-04-01 22:31:24 +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
|
9adc524a42
|
Fixed creation of superfluous splitter when docking into container
|
2017-03-28 08:48:44 +02:00 |
|
Uwe Kindler
|
549646d113
|
Fixed some small bugs in drop indicator painting
|
2017-03-27 16:16:22 +02:00 |
|
Uwe Kindler
|
7ba3c1f244
|
Improved painting of drop indicators
|
2017-03-27 15:56:15 +02:00 |
|
Uwe Kindler
|
c532c24f79
|
Improved indicator pixmaps
|
2017-03-27 13:56:14 +02:00 |
|
Uwe Kindler
|
c5ea5c80b1
|
Fixed display of drop overlay
|
2017-03-27 13:18:16 +02:00 |
|
Uwe Kindler
|
97571e4be8
|
Refactoring of project structure
|
2017-03-12 21:41:50 +01:00 |
|