summaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-272-9/+8
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-242-9/+8
| |\
| | * Replace usage of print() with console.log().Michael Brasser2010-04-232-9/+8
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-04-2643-139/+204
|\ \ \ | |/ /
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-04-235-19/+30
| |\ \ | | |/ | |/|
| | * Merge branch '4.7' of ../../qt/4.7 into 4.7Justin McPherson2010-04-223-4/+11
| | |\
| | * | Player demo: load not only local files but playlists and urls passed asDmytro Poplavskiy2010-04-211-5/+16
| | * | Fixed Qt build with mediaservices disabled.Dmytro Poplavskiy2010-04-201-2/+1
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-04-164-9/+9
| | |\ \
| | | * | QtMediaservices -> QtMediaServices.Justin McPherson2010-04-163-8/+8
| | | * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-staging int...Justin McPherson2010-04-1513-279/+302
| | | |\ \
| | | * | | Create Mediaservices lib, separate from Multimedia.Justin McPherson2010-04-154-9/+9
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-2138-120/+174
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-2126-101/+152
| | |\ \ \ \
| | | * | | | Balance grid items for larger displays.Warwick Allison2010-04-211-1/+2
| | | * | | | CleanupYann Bodson2010-04-2016-99/+0
| | | * | | | Fix API call for multiple tags.Warwick Allison2010-04-201-1/+6
| | | * | | | Add .qmlproject files for declarative demos.Yann Bodson2010-04-209-0/+144
| | * | | | | Make the dynamic creation functions on the Qt objectAlan Alpert2010-04-212-3/+3
| | |/ / / /
| | * | | | Indentation and whitespace fixes in qml's samegame tutorialLeonardo Sobral Cunha2010-04-194-8/+10
| | * | | | QML_DECLARE_TYPE is no longer necessary - fix docs and examplesBea Lam2010-04-191-2/+0
| | * | | | Ensure existing image is gone before next photo selection.Warwick Allison2010-04-161-0/+1
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-163-4/+6
| | |\ \ \ \
| | | * | | | Cleanup photoviewer demo.Yann Bodson2010-04-163-4/+6
| | | |/ / /
| | * | | | Don't use zoomfactor.Warwick Allison2010-04-161-2/+2
| | |/ / /
* | | | | Doc: Fixed typos.David Boddie2010-04-231-1/+1
|/ / / /
* | | | Add (correct) .pro files to INSTALLs.Frans Englich2010-04-212-2/+2
* | | | Assign UID3, install example files, remove redundant code.Frans Englich2010-04-212-6/+11
* | | | Fixed vendor info in fluidlauncher sis package.Miikka Heikkinen2010-04-201-1/+2
|/ / /
* | | Small calculator fix.Yann Bodson2010-04-152-10/+10
* | | Improve declarative calculator example.Yann Bodson2010-04-1513-227/+238
| |/ |/|
* | Fix GridView.onRemove animation in photoviewer.Yann Bodson2010-04-141-2/+2
* | Reduce QML runtime capabilities to NetworkServices and ReadUserDataJoona Petrell2010-04-141-1/+1
* | Minehunt cleanup/optimization.Michael Brasser2010-04-147-134/+125
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-135-142/+174
|\ \ | |/ |/|
| * Make demo code more consistent with example code in terms of variableBea Lam2010-04-135-142/+174
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-04-131-1/+0
|\ \
| * | Remove not needed permissionsThomas Zander2010-04-121-1/+0
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-131-0/+3
|\ \ \ | |_|/ |/| |
| * | Allow building Qt without the QtGui moduleBernhard Rosenkraenzer2010-04-071-0/+3
| |/
* | Enable other wrapping modes.Martin Jones2010-04-091-1/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-094-46/+39
|\ \
| * | Remove use of obsolete "Script" element.Warwick Allison2010-04-094-46/+39
* | | TextEdit::wrap changed to TextEdit::wrapMode enumerationMartin Jones2010-04-092-2/+2
|/ /
* | Text.wrap is deprecatedYann Bodson2010-04-092-17/+18
* | Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-097-8/+8
* | Warn if the minehunt C++ plugin is not compiled.Yann Bodson2010-04-081-0/+7
* | Add tab navigation to twitter example authentication screen.Yann Bodson2010-04-081-5/+8
* | Renamed 'source' property from SpringFollow to 'to'Leonardo Sobral Cunha2010-04-081-2/+2
* | Add running of examples to quality gate.Warwick Allison2010-04-082-2/+2