Sergio Martins
d4ec2eec88
Windows: Added support for drop shadow for floating windows
2020-10-01 18:31:46 +01:00
Sergio Martins
c7955dce1e
Update ChangeLog and README
...
1.1 is due out soon, won't have QtQuick yetx
2020-09-29 21:10:47 +01:00
Sergio Martins
0e35c93ae5
Update ChangeLog
2020-09-27 18:02:56 +01:00
Sergio Martins
6a46744073
Make Flag_AutoHideSupport public
...
Ready to be tested by the public
2020-09-21 00:19:20 +01:00
Sergio Martins
b0acf8d1ae
Disable floating button when using auto-hide
...
TitleBar is a bit crowded otherwise. User can still pass
& ~Flag_TitleBarNoFloatButton if he really wants both buttons.
2020-09-20 22:54:51 +01:00
Sergio Martins
72785cf869
Updated ChangeLog and README with new features and bugfixes
2020-09-17 21:54:36 +01:00
Sergio Martins
2d2c8524ee
Introduce Config::Flag_DontUseUtilityWindowsForFloating
...
Controls whether windows get Qt::Tool or not
2020-09-13 12:24:26 +01:00
Sergio Martins
03e58c7443
update change log regarding issue #68
2020-09-04 17:17:23 +01:00
Allen Winter
933a535494
Merge branch '1.0'
2020-09-03 08:08:55 -04:00
Allen Winter
518a7cb398
Changelog - fix typo
2020-09-03 08:08:14 -04:00
Allen Winter
eac2cff09c
Merge branch '1.0'
2020-09-03 08:07:47 -04:00
Allen Winter
9a601a5172
CMakeLists.txt, Changelog - bump to 1.0.1
2020-09-03 08:06:12 -04:00
Allen Winter
cf8f25988c
Merge branch '1.0'
2020-09-03 07:58:52 -04:00
Allen Winter
a613e401e2
ready for 1.0.0 release
2020-09-02 12:29:58 -04:00
Sergio Martins
23e27ee953
Add 1.0 release date to the ChangeLog
2020-09-02 17:27:51 +01:00
Allen Winter
633dc06e6f
Merge branch '1.0'
2020-09-02 11:54:06 -04:00
Allen Winter
5ddf0ada76
Changelog - reorder versions
2020-09-02 11:50:53 -04:00
Sergio Martins
8bb15f5447
Updated ChangeLog
2020-08-27 15:30:17 +01:00
Sergio Martins
b1333b2c4c
ChangeLog: Update the changelog for 1.1
2020-08-23 13:52:16 +01:00
Sergio Martins
90da74b211
ChangeLog: Fill in the changes for 1.0
2020-08-23 13:46:29 +01:00
Sergio Martins
fbe88f7b99
ChangeLog: Remove the mention to 1.1
...
Since we're on 1.0 branch
2020-08-23 13:34:29 +01:00
Sergio Martins
05276999ad
ChangeLog: Fix dates and versions
...
1.0 wasn't released yet
2020-08-23 13:34:11 +01:00
Sergio Martins
10621f3b4a
Allow tabs to have a close button
...
Can be tested with kddockwidgets_example -c
Disabled by default, as I'm not 100% happy with it:
A dock widget with the "non closable" attribute will still show
the x button on the tab bar. Clicking on it won't do anything but
doesn't look so nice. Qt doesn't allow to have the close buttons only
in some tabs.
Fixes #26
2020-02-17 20:45:54 +00:00
Sergio Martins
9c6fd9ba0e
Add support for lazy resize
...
In this mode the resize is only done when mouse is released.
Fixes #21
2019-12-29 17:55:19 +00:00
Sergio Martins
927510dfff
Support re-ordering tabs with mouse
...
Just set KDDockWidgets::Config::Flag_AllowReorderTabs before creating
the dock widgets.
Fixes #20
2019-12-26 15:19:27 +00:00