summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-266-13/+150
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-10-256-13/+150
| |\ | | | | | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: tools/qdoc3/cppcodemarker.cpp
| | * Doc: Reviewed and revised QGraphicsAnchorLayout documentation.David Boddie2009-10-233-8/+145
| | | | | | | | | | | | Reviewed-by: Trust Me
| | * Compile fix.Denis Dzyubenko2009-10-221-3/+3
| | | | | | | | | | | | | | | | | | | | | QPanGesture was changed to use QPointF instead of QSizeF, also need to change all usages of the pan gesture. Reviewed-by: trustme
| | * Fixed clock() function return values in audio class's.Kurt Korbatits2009-10-222-2/+2
| | | | | | | | | | | | | | | | | | | | | clock() function should return microseconds, fixed example, alsa backend and win32 backend. Reviewed-by:Justin McPherson
* | | Avoid unnecessary trademark.Warwick Allison2009-10-261-0/+0
|/ /
* | pong improvementsYann Bodson2009-10-233-17/+22
| |
* | Start updating state and animation docs.Michael Brasser2009-10-223-18/+109
| |
* | Incorporate latest cosmological theory.Warwick Allison2009-10-221-10/+11
| |
* | Remove folderlistmodel's use of QObject private dataMartin Jones2009-10-222-43/+8
| |
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-10-2115-165/+784
|\ \ | | | | | | | | | into kinetic-declarativeui
| * | small fixes to color-animation exampleYann Bodson2009-10-211-6/+6
| | |
| * | add color-animation exampleYann Bodson2009-10-214-0/+72
| | |
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-10-215-9/+549
| |\ \ | | | | | | | | | | | | into kinetic-declarativeui
| | * \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-213-86/+90
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-211-78/+84
| | | |\ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | | doc now in globalobject.qdoc, not READMEWarwick Allison2009-10-202-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | QT-2335
| | * | | | Move QmlFolderListModel to the loader example.Martin Jones2009-10-213-1/+543
| | |/ / /
| * | | | fix easing exampleYann Bodson2009-10-211-4/+4
| | | | |
| * | | | delete unused fileYann Bodson2009-10-211-0/+0
| | | | |
| * | | | better property-animation exampleYann Bodson2009-10-216-63/+64
| | |/ / | |/| |
| * | | better easing exampleYann Bodson2009-10-211-78/+84
| |/ /
* | | Fix loader on Symbian.Martin Jones2009-10-211-1/+1
|/ /
* | asynchronousWarwick Allison2009-10-201-19/+27
| |
* | modifications to searchbox exampleYann Bodson2009-10-192-11/+24
| |
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-10-1980-2041/+363
|\ \ | |/ | | | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: configure.exe src/corelib/animation/qabstractanimation.cpp src/s60installs/qt.iby util/qlalr/cppgenerator.cpp
| * Doc: Documentation for gesture features. Still a moving target.David Boddie2009-10-163-12/+13
| | | | | | | | Reviewed-by: Trust Me
| * Doc: Moving the Image Gestures example.David Boddie2009-10-167-1/+1
| | | | | | | | Reviewed-by: Trust Me
| * Doc: Gesture API documentation review and improvements.David Boddie2009-10-165-37/+133
| | | | | | | | Reviewed-by: Trust Me
| * Move audio and video examples into the common multimedia directory.Andrew den Exter2009-10-1631-28/+27
| | | | | | | | | | | | | | | | | | Brings the video examples into multimedia directory, and removes the audio sub-directory so the directory structure is in line with the other example categories. Task-number: QT-667 Reviewed-by: Kurt Korbatits
| * compile fix with namepaceshjk2009-10-153-0/+6
| |
| * customshader won't work on OpenGL/ES 1.1 so disable for those platformsRhys Weatherley2009-10-151-1/+5
| | | | | | | | Reviewed-by: trustme
| * Mac: implement gestures conforming to the new APIRichard Moe Gustavsen2009-10-131-4/+4
| |
| * Remove the ahigl example screen driver.Rhys Weatherley2009-10-126-1608/+0
| | | | | | | | | | | | | | | | This example is very old, doesn't work, and confuses anyone who reads about it into thinking that OpenGL compositing is possible with Qt/Embedded, which is not accurate. Reviewed-by: trustme
| * Doc: Added an example to the list of Graphics View examples to build.David Boddie2009-10-121-0/+1
| | | | | | | | Reviewed-by: Trust Me
| * Doc: Gesture API documentation review.David Boddie2009-10-121-0/+2
| | | | | | | | Reviewed-by: Trust Me
| * Enable mouse cursor in drilldown exampleShane Kearns2009-10-121-0/+3
| | | | | | | | | | | | | | This example is unusable with keypad navigation, virtual cursor makes it possible to use without touch screen Reviewed-by: TrustMe
| * A new implementation of the Gesture API.Denis Dzyubenko2009-10-095-273/+64
| | | | | | | | | | | | | | Implemented gestures using gesture events and separate QGesture/QGestureRecognizer classes. Reviewed-by: trustme
| * Fix build on Symbian: make sure sym_iap_util.h can be found.Frans Englich2009-10-093-3/+3
| | | | | | | | | | | | | | | | Amend commit faef2f5101287ad8ce94cf8e7a4d574a7d6267fd, with this build fix. Task-number: QTBUG-4743 Reviewed-by: Shane Kearns
| * Symbian fix: rename examples ftp and musicplayer to start with q.Frans Englich2009-10-0915-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Symbian already has the executables musicplayer.exe, mediaplayer.exe and ftp.exe, with the result that we overwrite them with Qt. We solve this by renaming the examples, and do it not only on Symbian, such that Qt remains consistent across platforms. This was previously partly done for mediaplayer. The folder name needs to be consistent with the executable, for qtdemo to work. Done jointly with Alessandro. Task-number: QTBUG-4743 Reviewed-by: Alessandro Portale Reviewed-by: Frans Englich
| * hellogl now runs on QT_OPENGL_ES_1 (ie N95).Sarah Smith2009-10-097-6/+38
| | | | | | | | | | | | | | effort to have examples show portable GL code continues. One #ifdef in whole example and it now runs on N95 and desktop. Reviewed-by: Rhys Weatherley
| * Fixing some GCC warningsJoão Abecasis2009-10-071-2/+2
| | | | | | | | Reviewed-by: Markus Goetz
| * Integrate the GuiPlatformPlugin interfaceOlivier Goffart2009-10-071-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an internal interface for plugins that can be provided by the platform to give platform-specific features by platforms built on top of Qt. We can easlily integrate Qt on Windows, Mac, Gnome, ... without any plugin because we can link to their respective library (dynamically if we don't want to depend on it). On Gnome, we can dynamically resolve Gtk+ symbols. This is however not possible for KDE or other platform built on top of Qt: we can't link against their library because they depend on us and we can't dynamically resolve the symbols because they are mangled (C++) So this plugin provides hooks inside Qt to be able to do things like native File or Color dialog, native icons, accurate reading of the config file, and so on. This is currently private API. Task-number: QT-406 Reviewed-by: Jens Bache-Wiig Reviewed-by: Oswald Buddenhagen
| * Fix build error introduced in change ffeb6900.Jason McDonald2009-10-072-2/+2
| | | | | | | | | | | | Change ffeb6900 renamed a function but didn't rename all the calls. Reviewed-by: Trust Me
* | Make loader dummydata loading work on Symbian too.Martin Jones2009-10-161-1/+1
| |
* | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-168-0/+119
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Remove unused filesYann Bodson2009-10-162-0/+0
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-10-1610-49/+268
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Add simple examplesYann Bodson2009-10-1610-0/+119
| | | |
* | | | Make sure loader loads all dummydataMartin Jones2009-10-162-3/+3
| |/ / |/| |