summaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Add local highscores to SameGameAlan Alpert2009-10-293-7/+47
|
* Remove QML SQL classesAaron Kennedy2009-10-2815-857/+0
| | | | | Sadly, these are not being maintained. There's still SQL offline storage for all your SQL needs.
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-10-281-1/+1
|\ | | | | | | into kinetic-declarativeui
| * "Compile"Aaron Kennedy2009-10-281-1/+1
| |
* | cleanupYann Bodson2009-10-2817-33/+33
|/
* SameGame cleans up blocks now.Alan Alpert2009-10-271-0/+1
| | | | Blocks now delete themselves on their death.
* make remotableWarwick Allison2009-10-262-4/+4
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-261-0/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Flip around perspective originAaron Kennedy2009-10-261-0/+1
| |
* | Allow flickr demo to be remote.Warwick Allison2009-10-261-0/+10
|/
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-10-257-11/+22
|\ | | | | | | | | | | | | kinetic-declarativeui Conflicts: tools/qdoc3/cppcodemarker.cpp
| * windowsmobilelify embedded demosJoerg Bornemann2009-10-214-9/+11
| | | | | | | | Reviewed-by: aportale
| * Listen on hasVideoChanged() instead of only checking hasVideo().Frans Englich2009-10-212-2/+7
| | | | | | | | | | | | | | | | | | | | This means that when the backend's knowledge about the content's video capability changes outside the LoadingState, it still work. This apparently matters for the Helix backend. Patch supplied by Adookkattil Saleem (Nokia-D/Dallas). Reviewed-by: Gareth Stockwell Reviewed-by: Frans Englich
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Alexis Menard2009-10-201-0/+1
| |\
| | * Spreadsheet demo: fix the footer color.Olivier Goffart2009-10-151-0/+1
| | | | | | | | | | | | | | | | | | | | | One of the footer cell lost his gray color in commit 7c12258485db8d Task-number: QTBUG-4821 Reviewed-by: Jan-Arve
| * | Merge branch 'mmfphonon' into 4.6Frans Englich2009-10-201-0/+3
| |\ \
| | * | Does not disable full screen when end of video playlist is reached.Frans Englich2009-10-191-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on Symbian and Windows(DS9). Task-number: QTBUG-4869 Reviewed-by: Gareth Stockwell
* | | | Update ScriptAction and StateChangeScript to use QmlScriptString.Michael Brasser2009-10-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Now you can assign the script you want to run to the property directly, rather than assigning a string. Task-number: QT-734
* | | | Start updating state and animation docs.Michael Brasser2009-10-221-1/+1
| | | |
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-10-191-0/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: tools/qdoc3/cppcodemarker.cpp
| * | | Fluidlauncher now comes to foreground when child application dies.Miikka Heikkinen2009-10-191-0/+4
| |/ / | | | | | | | | | | | | Task-number: QT-2162 Reviewed-by: axis
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-10-1924-208/+217
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: configure.exe src/corelib/animation/qabstractanimation.cpp src/s60installs/qt.iby util/qlalr/cppgenerator.cpp
| * | Move audio and video examples into the common multimedia directory.Andrew den Exter2009-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Sub-attaq : Don't let user move the boat with the mouse.Alexis Menard2009-10-151-1/+1
| | | | | | | | | | | | Reviewed-by:TrustMe
| * | Removed Symbian exemption from adding QtUiTools to browser demo.Miikka Heikkinen2009-10-151-1/+1
| |/ | | | | | | | | | | | | | | The exemption was originally added to make the demo compile when QtUiTools was not yet compiled for Symbian. Task-number: QT-1018 Reviewed-by: Janne Anttila
| * Fix the install targets on the new embedded demosTom Cooksey2009-10-148-4/+48
| |
| * Build the embedded demos on X11 so they can be used by MaemoTom Cooksey2009-10-141-1/+1
| |
| * Fix build on Symbian: make sure sym_iap_util.h can be found.Frans Englich2009-10-094-4/+4
| | | | | | | | | | | | | | | | 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-0911-9/+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
| * Fix .ui of Styledemo (Layout tweaks)Alessandro Portale2009-10-081-184/+149
| | | | | | | | | | | | | | | | | | | | | | Let's make sure to have enough layout spacings around the widgets in order to see the focusrect. Also, the issue with the growing dialog is fixed. It was the spinbox and it's label which with the stylesheets set did not have enough horizontal space, and thus made the dialog grow on the following CSS change Reviewed-By: TrustMe
| * Compiler warning given for missing audio file (sax.mp3)Sami Merilä2009-10-071-2/+1
| | | | | | | | | | | | | | | | | | Use desktopservices sax.mp3 instead of one in autotests when deploying mediaplayer for symbian. This avoids getting a warning for missing file in install packages. Task-number: QTBUG-4719 Reviewed-by: Alessandro Portale
| * Fixing some GCC warningsJoão Abecasis2009-10-072-1/+3
| | | | | | | | Reviewed-by: Markus Goetz
* | DocAaron Kennedy2009-10-131-0/+0
| |
* | Incorrect use of Script {}Aaron Kennedy2009-10-083-34/+31
| |
* | Rename label to labeltextAaron Kennedy2009-10-081-5/+5
| | | | | | | | Resolves scope collision between label property and label id
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-0768-1393/+876
|\ \ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into test Conflicts: demos/declarative/samegame/content/samegame.js tests/auto/declarative/qmlecmascript/tst_qmlecmascript.cpp
| * \ Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-10-0725-703/+193
| |\ \ | | | | | | | | | | | | 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-0625-703/+193
| | |\ \ | | | |/ | | | | | | | | kinetic-declarativeui
| | | * Removed ICON for apps and demos except fluidlauncher and desktopservicesEspen Riskedal2009-10-062-29/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mifconv can't always handle absolute paths to the .svg specified, so for now we don't use absolute paths, and fix it later. Task-number: QTBUG-4693 Reviewed-by: Shane Kearns
| | | * Only build demo-browser 32-bit if Qt was actually built 32-bitTor Arne Vestbø2009-10-061-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | Also, add same trick for PPC Reviewed-by: MortenS
| | | * Build the demo-browser 32-bit on Mac since there's no 64-bit FlashTor Arne Vestbø2009-10-061-0/+4
| | | | | | | | | | | | | | | | Reviewed-by: Simon Hausmann
| | | * Simplification and use of QGraphicsObject in sub-attas demoThierry Bastian2009-10-0522-674/+181
| | | | | | | | | | | | | | | | Reviewed-by: alexis
| * | | Refactor tileSize to the gameCanvas itemAlan Alpert2009-10-072-13/+13
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-10-0632-623/+613
| |\ \ \ | | |/ / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | lowercase idsYann Bodson2009-10-0611-201/+202
| | | |
| | * | Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-10-061-2/+2
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | Fix following API changes.Bea Lam2009-10-061-2/+2
| | | | |
| | * | | lowercase idsYann Bodson2009-10-0620-420/+409
| | |/ /
| * | | Consistent Commenting in SamegameAlan Alpert2009-10-051-0/+1
| |/ /
| * | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-10-0510-50/+50
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui