Allen Winter
bfc45bb0e9
tst_multisplitter.cpp - add braces to make msvc2013 happy
...
Change-Id: I562a8b14c9c6713fc15116397b5c215138a0c9cb
2020-09-30 12:50:03 -04:00
Allen Winter
8bd429db4c
buildsystem - do not build docs by default
2020-09-16 16:03:31 -04:00
Allen Winter
cf7311682e
images - add svg version of logo. update other png's
2020-09-15 08:44:37 -04:00
Allen Winter
0e3fcc7749
update home page URL
2020-09-13 09:29:36 -04:00
Allen Winter
5755e5ff65
Doxygen - add product logo to page header and footer
2020-09-13 09:16:23 -04:00
Allen Winter
d9db3d0b29
images - add logo and banner images
2020-09-13 09:14:04 -04:00
Sergio Martins
4f6b9e3dff
update change log regarding issue #68
2020-09-04 17:16:00 +01:00
Sergio Martins
5e83ddf7bd
Update .gitignore
2020-09-04 17:13:58 +01:00
Allen Winter
63f8468f48
cmake/Python - don't require pkg-config, only use if available.
...
Issue#68
2020-09-03 18:14:14 -04:00
Allen Winter
518a7cb398
Changelog - fix typo
2020-09-03 08:08:14 -04:00
Allen Winter
9a601a5172
CMakeLists.txt, Changelog - bump to 1.0.1
2020-09-03 08:06:12 -04:00
Allen Winter
a613e401e2
ready for 1.0.0 release
v1.0.0
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
5ddf0ada76
Changelog - reorder versions
2020-09-02 11:50:53 -04:00
Allen Winter
c8664c4d44
cmake/Python/* - sync with the KDAB toolbox
2020-09-02 11:11:29 -04:00
Allen Winter
d6d28b3f7b
src/DockWidgetBase.h - minor spelling fixes
2020-09-02 11:11:06 -04:00
Allen Winter
737d63eede
CMakeLists.txt - document PYTHON_BINDINGS_INSTALL_PREFIX
2020-08-31 18:19:20 -04:00
Allen Winter
9e8353f50f
cmake/Python/PySide2ModuleBuild.cmake - another fix for Mac
2020-08-31 12:11:33 -04:00
Renato Araujo Oliveira Filho
2db4398637
Python/PySide2ModuleBuild.cmake - fix for Windows build
2020-08-31 11:19:04 -04:00
Allen Winter
1348434b50
docs/api/Doxyfile.cmake - remove CLANG options
...
to quiet the doxygen warnings:
"belongs to an option that was not enabled at compile time."
2020-08-31 11:15:47 -04:00
Renato Araujo Oliveira Filho
4ebf60a9c8
Python/PySide2ModuleBuild.cmake - fix for Mac frameworks
2020-08-31 10:53:03 -04:00
Sergio Martins
d738f6f43f
Fix Config::Flag enumerators with the same value
2020-08-30 17:52:01 +01:00
Sergio Martins
ae000e75bc
Allow DockWidget::setWidget() to be called multiple times
...
Fixes #66
2020-08-30 14:43:12 +01:00
Allen Winter
e017438605
FindShiboken2.cmake - fix finding the library on MacOS
2020-08-28 18:40:19 -04:00
Allen Winter
bcd29f1dcc
README.md - improve python bindings instructions
2020-08-28 12:14:32 -04:00
Allen Winter
9903780792
kddockwidgets.spec - improve description text
2020-08-27 12:17:15 -04:00
Sergio Martins
5a66d09266
example: Decouple Flag_HideTitleBarWhenTabsVisible from Flag_AlwaysShowTabs
...
New swtich -z will trigger Flag_AlwaysShowTabs.
use -zt for what was -t before.
This is more granular now, as they are mix and match
2020-08-27 14:52:48 +01:00
Sergio Martins
e3f89b6c17
Remove unneeded include
2020-08-25 21:57:55 +01:00
Sergio Martins
9d8587aa40
Remove empty file
2020-08-25 21:56:23 +01:00
Sergio Martins
4b4d839074
Expose more private API so users can use the full power
...
Installed more private headers.
TabWidget_p.h was moved into widgets/ as the QtQuick impl won't
use that abstraction. Could even be folded into TabWidgetWidget.
Fixes #65
2020-08-25 21:46:46 +01:00
Sergio Martins
1c65b3e453
Remove examples/qtquick from the 1.0 branch
...
Should be in master only
2020-08-24 14:36:30 +01:00
Sergio Martins
70a4ca6533
Updated README with the new features
2020-08-24 14:35:07 +01:00
Sergio Martins
073647cf79
Add a minimal example
...
The other example is getting too big. Minimal is best to get
started
2020-08-24 13:49:56 +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
a1c473fb0e
Override QMainWindow::setCentralWindow() to make it private
...
The central widget is used internally by KDDW to make all of this
possible. It shouldn't be used by users
2020-08-22 17:03:55 +01:00
Allen Winter
721b4de55e
.krazy - add checks
2020-08-15 10:14:53 -04:00
Sergio Martins
f1b9ce714b
Fix building user apps out of repo
...
Our example was being built as part of KDDW, so that worked fine.
Now it can also be built with an installed KDDW.
Problem was the folder hiearchy in the installed include dir
didn't match the folder hiearchy in the source repo
Fixes #62
Cherry-picked from master's 037fa76fff
1.0 makes more sense
2020-08-14 18:47:03 +01:00
Sergio Martins
2b0a426135
Fix crash if a FloatingWindow gets a native event too late
...
If delete is already scheduled and the multisplitter is already gone
we shouldn't handle the native event anymore
Fixes #63
2020-08-14 18:29:38 +01:00
Sergio Martins
369a020d81
readability: Rename m_beingDeleted to m_deleteScheduled
2020-08-14 18:29:38 +01:00
Allen Winter
b1b5cd169a
various fixes for the OBS config
2020-08-12 18:06:07 -04:00
Allen Winter
5061620f46
kddockwidgets.spec - build requires qt5-qtx11extras-devel
2020-08-12 12:55:22 -04:00
Allen Winter
23ee5d538c
buildsystem - install versioned .so libraries (non-Windows)
2020-08-12 12:49:42 -04:00
Sergio Martins
fa0576362d
Don't install the BSD license
...
The ECM modules aren't installed nor redistributed with the binaries,
they're just used while developing. Also don't want to create licensing
confusion
2020-08-12 11:07:32 +01:00
Allen Winter
40d868581b
.krazy - add another checker
2020-08-11 12:10:34 -04:00
Allen Winter
f8a6bd7ad4
cmake/QtInstallPaths.cmake - update SPDX info in header
2020-08-10 17:00:30 -04:00
Allen Winter
635a63deba
add license+copyright header to some CMake files.
2020-08-10 16:54:04 -04:00
Allen Winter
8731450cda
fwd_headers - add copyright+license header
...
makes reuse happy
2020-08-10 16:38:29 -04:00
Allen Winter
1eb5392aef
cmake/.../ECMEnableSanitizers.cmake - update from upstream
2020-08-10 16:27:55 -04:00