File: README.md

package info (click to toggle)
renderdoc 1.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 79,584 kB
  • sloc: cpp: 491,671; ansic: 285,823; python: 12,617; java: 11,345; cs: 7,181; makefile: 6,703; yacc: 5,682; ruby: 4,648; perl: 3,461; php: 2,119; sh: 2,068; lisp: 1,835; tcl: 1,068; ml: 747; xml: 137
file content (36 lines) | stat: -rw-r--r-- 1,583 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
ToolWindowManager
=================

ToolWindowManager is a Qt based tool window manager. This allows Qt projects to use docking functionality similar to QDockWidget, but since it's a separate component it's easier to customise and extend and so has a number of improvements over the built-in docking system.

This is a fork from https://github.com/riateche/toolwindowmanager, specifically from [5244be3f9ac680ac568a6eff8156a520ce08ecf1](https://github.com/baldurk/toolwindowmanager/tree/original_impl) where the license is clearly MIT. After that point there was a re-implementation that may have relicensed under LGPL and the author has not clarified.

Also this fork contains a number of changes and improvements to make it useful for RenderDoc and perhaps other projects. Notable highlights:

* Additional customisability like arbitrary data tagged with saved states, callbacks to check before closing, and allowing/disallowing tab reorder or float windows
* Fixes for having multiple nested TWMs
* Render a preview overlay for drop locations
* Use hotspots icons and specific locations to determine drop sites, not the old 'cycle through suggestions' method
* Allow dragging/dropping whole floating windows together

The original README.md [can be found here](https://github.com/baldurk/toolwindowmanager/blob/original_impl/README.md)

Screenshots
===========

Windows:

![Windows](docs/windows.png)


Linux (Ubuntu 17.04 Unity);

![Ubuntu 17.04 Unity](docs/unity.png)

Linux (Ubuntu 17.04 KDE Plasma):

![Ubuntu 17.04 KDE Plasma](docs/plasma.png)

OS X:

![OS X](docs/osx.png)