githubuser0xFFFF
fd09a681c4
Merge pull request #19 from VSRonin/master
...
Various fixes to the project files to uniform names and correctly compile static libraries.
Added configuration files for Appveyor and Travis CI, adding the project to those services should work out of the box.
2019-01-26 13:45:21 +01:00
Luca Beldi
e113790bbe
Various fixes after code review
...
Minimum required Qt lowered to 5.5.0
Added CI for Qt 5.5.1 build
Increased C++ standard to C++14
Fixed use of spaces instead of tabs
Removed duplicate constructors
2019-01-25 16:28:36 +00:00
githubuser0xFFFF
e352ce559b
Merge pull request #20 from yozka/feature_2
...
set tooltip for titlebar and menu
2019-01-25 09:21:46 +01:00
Yozka
0c3ef64d3e
Fixed? remove space in tabs
2019-01-25 09:05:30 +05:00
Yozka
f72e2ce058
Added demo example tooltip for calendar dockWidget #20
2019-01-25 08:56:30 +05:00
yozka
befdcce343
set tooltip for titlebar and menu #20
2019-01-23 22:04:37 +05:00
Yozka
6fc8964ffc
set tooltip for titlebar and menu #20
2019-01-23 22:01:30 +05:00
Yozka
6cb1f33451
ToolTip from titlebar and menu
2019-01-23 11:43:07 +05:00
Luca Beldi
ee616c2541
fixed travis script
2019-01-18 08:33:11 +00:00
Luca Beldi
7dd2a3c83c
added travis configuration
2019-01-17 09:00:41 +00:00
Luca Beldi
9db502e652
Fixed appveyor project
2019-01-17 08:31:04 +00:00
Andreev Alexander
1ad6caeb8a
Merge pull request #1 from githubuser0xFFFF/master
...
merge base
2019-01-17 10:54:30 +05:00
githubuser0xFFFF
4dde545c8f
Merge pull request #18 from yozka/feature
...
set title bar and title toggle view action
2019-01-16 21:54:43 +01:00
Luca Beldi
b7a5918974
Fixed project files
...
Fixed compilation on compilers that do not support C++14
Only 2 minor places required C++14, no need to impose it
2019-01-16 17:52:53 +00:00
Luca Beldi
ddfa6c2a43
added appveyor project
2019-01-16 16:52:45 +00:00
Luca Beldi
275520ae29
Fixes to project files
...
Fixed naming of projects using CMake
Added working static compile using qmake
Added conventional naming of debug libraries
Added install target to qmake
2019-01-16 16:49:59 +00:00
Andreev Alexander
1078387f5d
Merge branch 'master' into feature
2019-01-16 18:28:09 +05:00
Yozka
c33dddbd47
set title bar and title toggle view action
2019-01-16 16:23:07 +05:00
githubuser0xFFFF
2570a880af
Merge pull request #17 from VSRonin/master
...
Added CMake project file
2019-01-16 12:22:43 +01:00
Luca Beldi
40a8d9e6b4
Added CMake project file
...
CMake has been announced as the build system of choice for Qt in the
future so it's useful to provide a project file for it
Also added the possibility to compile as a static library
2019-01-16 09:44:34 +00:00
Uwe Kindler
9af6622466
Removed non existing resources from main.qrc
2019-01-15 19:45:14 +01:00
githubuser0xFFFF
4fa89374c4
Merge pull request #16 from sgaist/various_fixes
...
Various fixes
2019-01-15 19:29:32 +01:00
Samuel Gaist
1aaa56ef29
Removed non existing header in include
2019-01-15 17:24:29 +01:00
Samuel Gaist
d298a47bda
Removed unused constants
2019-01-15 17:24:11 +01:00
Samuel Gaist
146b65206a
Fix missing override warning
2019-01-15 17:23:47 +01:00
Samuel Gaist
616ad9f86e
Add more generated files to gitignore
2019-01-15 17:20:29 +01:00
Samuel Gaist
aa9762718c
Fix subdirs handling
...
It's considered bad practice to use the ordered CONFIG option. This
patch properly setups the subdirs dependencies.
2019-01-15 17:17:45 +01:00
githubuser0xFFFF
f26bee6677
Update README.md
...
Added video
2019-01-15 13:05:21 +01:00
Uwe Kindler
fb18de4868
Added new image for faking embedded youtube video
2019-01-15 13:01:47 +01:00
Uwe Kindler
e204e10113
Removed unused function
2019-01-15 11:47:57 +01:00
githubuser0xFFFF
a06a14d6cd
Merge pull request #15 from skartashev/master
...
Qt 5.5.1 (ubuntu 16.04) compatibility buildfixes
2019-01-15 11:41:37 +01:00
Sergey Kartashev
88d4bea2c1
Qt 5.5.1 (ubuntu 16.04) compatibility buildfixes
2019-01-15 10:12:34 +03:00
Uwe Kindler
b8ad2f7577
Removed superfluous windows.h include from main.cpp and removed unused local variable FloatingContainer from dropIntoSection() function
2019-01-14 14:18:44 +01:00
Uwe Kindler
32e5d599f7
Improved handling of sizes when dropping or removing content
2019-01-14 13:58:40 +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
c9a97534a8
Fixed indentationin README.md example
2018-12-20 09:20:17 +01:00
Uwe Kindler
8f54dd2a82
Added example project and updated documentation
2018-12-20 09:15:02 +01:00
githubuser0xFFFF
c0d6f959ec
Merge pull request #12 from skartashev/master
...
fix forward declarations (class/struct)
2018-12-17 16:21:30 +01:00
Sergey Kartashev
8570139cd1
fix forward declarations (class/struct)
2018-12-17 14:41:43 +03:00
githubuser0xFFFF
b38919e909
Update README.md
2018-12-14 23:18:15 +01:00
githubuser0xFFFF
b19cc98c84
Update README.md
2018-12-14 23:16:49 +01:00
githubuser0xFFFF
f3f5b668e5
Update README.md
2018-12-12 11:59:29 +01:00
Uwe Kindler
82d15fbe29
Added new images for documentation
2018-12-12 11:46:16 +01:00
Uwe Kindler
01533a9f85
Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System
2018-12-11 16:15:16 +01:00
Uwe Kindler
fb9f1d851b
Updated doc images
2018-12-11 16:14:34 +01:00
githubuser0xFFFF
6fb80fdeb7
Update README.md
2018-12-11 15:26:38 +01:00
githubuser0xFFFF
e94cf9bcb7
Update README.md
2018-12-11 15:25:42 +01:00
Uwe Kindler
da0ec6dd4b
Moved images into doc folder
2018-12-11 15:24:08 +01:00
Uwe Kindler
80efed693e
Removed unused DockStateSerialization files, added support for opaque splitter resizing
2018-12-11 15:19:59 +01:00