1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-03-31 10:22:39 +08:00

Commit Graph

  • d5eaabd2a7 Updates todo list. mfreiholz 2016-02-17 14:58:47 +0100
  • 45bb77e7d7 Updates todo list. mfreiholz 2016-02-17 14:52:22 +0100
  • eaff4f3d4e Refactors: Move save/restore impl into separate methods. Updates SectionContent API: Its only possible to use it as shared pointer (RefPtr), Copies not possible. Handle missing or too many content references in restore procecure. mfreiholz 2016-02-17 14:42:46 +0100
  • 1b91fe241b Use takeContents() for strict ownership switch. mfreiholz 2016-02-17 11:09:24 +0100
  • 8914904dba Adds previews. mfreiholz 2016-02-17 10:57:28 +0100
  • d67a7e65e9 Save/restore visiblity state of FloatingWidget. mfreiholz 2016-02-17 10:10:36 +0100
  • f0b1ea4735 Serializes and deserializes FloatingWidgets. mfreiholz 2016-02-17 09:59:11 +0100
  • 5a17a88146 Updates stylesheet margins and more... mfreiholz 2016-02-15 15:18:52 +0100
  • 91e0f62f3e Move style sheets into resource *.css files. Even keep vendor style sheets there. mfreiholz 2016-02-15 14:25:12 +0100
  • 3ec2d9d8f6 Fixes compiler warning C4482 (enum usage with type name). mfreiholz 2016-02-15 13:56:42 +0100
  • 34d7bf6aeb Fixes qt4 compatibility.. Pass all WindowFlags at once (bug). mfreiholz 2016-02-15 13:00:09 +0100
  • 2513ab1f2b Better compatible with qt4. * Q_PROPERTY MEMBER wasn't available, use READ and WRITE instead * Disables namespace with qt4 * Updates default stylesheet to work with qt4 (no namespaces) mfreiholz 2016-02-15 12:27:23 +0100
  • 2d1a3b8665 Do some refactoring for public api logic mfreiholz 2016-02-15 11:32:35 +0100
  • 9b09ae2fa6 Do some refactoring for public api logic mfreiholz 2016-02-15 11:13:58 +0100
  • 77d05431c6 Updates high level api usage of ContainerWidget. mfreiholz 2016-02-15 10:28:42 +0100
  • 1befbace4b Updates readme todos mfreiholz 2016-02-12 11:58:12 +0100
  • 893d9f4e43 Refactoring: Renames saveGeometry to saveState.. same for restore. mfreiholz 2016-02-12 11:43:34 +0100
  • 93ddfb6413 Updates compatibility for Qt 4.5.3 and MSVC2008 mfreiholz 2016-02-12 11:07:45 +0100
  • 8f13dbd77c Makes project mostly compatible with Qt 4.5 mfreiholz 2016-02-12 08:00:31 +0100
  • 08f1968b31 C++98 compatibility. mfreiholz 2016-02-12 07:15:10 +0100
  • c74204d5b7 Removes some auto keywords. mfreiholz 2016-02-11 15:02:42 +0100
  • 861d5187e3 Serialize current index of SectionWidget mfreiholz 2016-02-11 14:51:38 +0100
  • cb3324284a Serialize QSplitter sizes, too. mfreiholz 2016-02-11 14:42:55 +0100
  • 9050d1910c Implements storeGeometry() and restoreGeometry() for ContainerWidget. It correctly aligns all widgets... wohooo. mfreiholz 2016-02-11 14:33:02 +0100
  • 7123410bb1 Available drop areas for DropOverlay can be configured via constructor now. Better visualization for edge-drops, always shown entire rect as active drop area and only show a single drop icon. mfreiholz 2016-02-03 10:50:34 +0100
  • 2a5849a266 Toggles visible of FloatingWidget by context-menu actions mfreiholz 2016-02-03 09:15:07 +0100
  • 4f394ddf5e - Fixes empty QSplitter bug - Removes obsolete code mfreiholz 2016-02-03 08:01:26 +0100
  • cb5781cfdc Refactors directory structure and file naming. mfreiholz 2016-02-02 15:01:48 +0100
  • 5a5e4c7c78 Updates README file with requirements, build-instructions and more. mfreiholz 2016-02-02 14:35:51 +0100
  • 19b5f57610 Adds function to generate context menu with available contents. Refactors some auto-keywords to its real class names. Paints drop location based on cursors drop area indicator. Waits a few pixel before moving tab from SectionWidget. mfreiholz 2016-02-02 13:49:10 +0100
  • 1336118e09 Updates some spacings and removes unused code. Updates demo app style. mfreiholz 2016-02-02 10:13:11 +0100
  • bc14d9255f Implements tab-movement, changing the order of tabs by dragging with mouse. mfreiholz 2016-02-02 08:24:12 +0100
  • 863d3233ad Adds drop functionality for outer areas mfreiholz 2016-02-01 10:55:45 +0100
  • acd549d6a6 Updates README file mfreiholz 2016-01-19 12:21:06 +0100
  • 8029069335 Deletes empty QSplitter objects mfreiholz 2016-01-19 12:08:19 +0100
  • b52436aac7 Adds c++11 flags for compiler. mfreiholz 2015-12-09 17:22:43 +0100
  • 343c5cc727 Init commit for GitHub. mfreiholz 2015-12-09 12:21:38 +0100