diff options
| author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-06-06 07:11:07 (GMT) |
|---|---|---|
| committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-06-06 07:11:07 (GMT) |
| commit | f6f2ab066b860c4791343483582b581c8a1ccad3 (patch) | |
| tree | 427664dbe437e5b828d6a163097de02ab53c57b3 /doc/src | |
| parent | 806d49e49be10ca7a478b1f0afc4fd0c98321480 (diff) | |
| parent | 278c2b360aba87db2d1e5a2d3e14de7260d8a16e (diff) | |
| download | Qt-f6f2ab066b860c4791343483582b581c8a1ccad3.zip Qt-f6f2ab066b860c4791343483582b581c8a1ccad3.tar.gz Qt-f6f2ab066b860c4791343483582b581c8a1ccad3.tar.bz2 | |
Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-fire-team
* 'master' of git://scm.dev.nokia.troll.no/qt/qt-fire-team: (50 commits)
Correct antialias disabling logic for Core Text
Correct QStaticText tests after recent changes
Add missing license header.
Add basic static text drawing capability to lance
Fix Windows build
Refactor glyph pretransform check
Add the new 'glhypnotizer' demo.
Fix problem with cosmetic stroking of cubic beziers
Fix autotest to not depend on rasterization details
Still use midpoint rendering of aliased ellipses
Symbian build failure for Armv5
Fix the wayland windowsurface so that we have stencil and depth buffer
We need to let the currentContext be in the same state after
Track Wayland changes
Fix deadlocks in wayland clipboard that can occur in special scenarios.
Prevent crash in wayland mimedata in case there is no offer.
Remove const from QPlatformClipboard::mimeData().
Retrieve the actual data in the Wayland clipboard only when requested.
Added Wayland selection support.
Keep line consistency with text baseline
...
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/demos/glhypnotizer.qdoc | 38 | ||||
| -rw-r--r-- | doc/src/images/glhypnotizer-demo.png | bin | 0 -> 46888 bytes |
2 files changed, 38 insertions, 0 deletions
diff --git a/doc/src/demos/glhypnotizer.qdoc b/doc/src/demos/glhypnotizer.qdoc new file mode 100644 index 0000000..97b3c3b --- /dev/null +++ b/doc/src/demos/glhypnotizer.qdoc @@ -0,0 +1,38 @@ +/**************************************************************************** +** +** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). +** All rights reserved. +** Contact: Nokia Corporation (qt-info@nokia.com) +** +** This file is part of the documentation of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:FDL$ +** No Commercial Usage +** This file contains pre-release code and may not be distributed. +** You may use this file in accordance with the terms and conditions +** contained in the Technology Preview License Agreement accompanying +** this package. +** +** GNU Free Documentation License +** Alternatively, this file may be used under the terms of the GNU Free +** Documentation License version 1.3 as published by the Free Software +** Foundation and appearing in the file included in the packaging of this +** file. +** +** If you have questions regarding the use of this file, please contact +** Nokia at qt-info@nokia.com. +** $QT_END_LICENSE$ +** +****************************************************************************/ + +/*! + \example demos/glhypnotizer + \title GL Hypnotizer + + This demo shows how to use OpenGL from a seperate thread. + + \image glhypnotizer-demo.png + + New MDI windows can be added by pressing Ctrl-N and each new child + window renders in it's own thread. +*/ diff --git a/doc/src/images/glhypnotizer-demo.png b/doc/src/images/glhypnotizer-demo.png Binary files differnew file mode 100644 index 0000000..5b7a1ae --- /dev/null +++ b/doc/src/images/glhypnotizer-demo.png |
