summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* QString usage cleanupsOswald Buddenhagen2010-09-013-5/+5
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-08-319-3/+182
|\
| * Add missing license headersJoona Petrell2010-08-313-0/+120
| * Fix application exiting in embedded qml examplesJoona Petrell2010-08-309-3/+62
* | Merge branch '4.7' of ../msculls-modelview-qdoc-enhancement into 4.7David Boddie2010-08-3039-552/+182
|\ \ | |/ |/|
| * fixed compilation problemRoland Wolf2010-07-302-7/+13
| * added missing filesRoland Wolf2010-07-304-0/+318
| * added missing filesRoland Wolf2010-07-302-0/+119
| * moving over work from 28b49e42f5bddec2d62e957f158cb848da134db8Roland Wolf2010-07-2939-941/+128
* | Make declarative examples a bit more qt-like.Yann Bodson2010-08-2612-9/+9
* | Document calling QObject methods from QML in Extending QML in C++ docs.Martin Jones2010-08-259-1/+431
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-242-5/+5
|\ \
| * | Use SpringAnimation in relevant examples again.Michael Brasser2010-08-242-5/+5
* | | Enable mouse text selection in searchbox exampleMartin Jones2010-08-221-0/+1
|/ /
* | Fix previous commitJoona Petrell2010-08-181-1/+1
* | Add visible background element to declarative examples that didn't have anyJoona Petrell2010-08-183-40/+51
* | diagramscene example: fix leak and crashes.Olivier Goffart2010-08-161-9/+20
* | Merge branch '4.7' of ../oslo-staging-2 into 4.7David Boddie2010-08-132-1/+5
|\ \
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-08-0920-0/+1603
| |\ \
| * | | Doc: Fixes to Qt Quick documentation.David Boddie2010-08-092-1/+5
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-08-1137-1169/+1172
|\ \ \ \
| * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-111-1/+4
| |\ \ \ \
| | * | | | Don't build bearercloud example if Qt was build w/o SVG supportAlex2010-08-111-1/+4
| | | |/ / | | |/| |
| * | | | Fix cppextension examples.Martin Jones2010-08-1110-20/+20
| |/ / /
| * | | Adding Getting Started files. Auto test passes.Jerome Pasion2010-08-0620-0/+1603
| * | | Revert "Doc: Adding GS QML example files"Alan Alpert2010-08-0621-1617/+0
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-0621-0/+1617
| |\ \ \ | | |/ / | |/| |
| * | | Rename example component file for clarityBea Lam2010-08-054-8/+22
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-08-0521-0/+1617
|\ \ \ \ | | |/ / | |/| |
| * | | Doc: Adding GS QML example filesMorten Engvoldsen2010-08-0521-0/+1617
| |/ /
* | | Doc: Fixed typo in a shortcut string.David Boddie2010-08-041-1/+1
|/ /
* | fix line endingsOswald Buddenhagen2010-08-043-82/+82
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-047-76/+496
|\ \
| * | new icons for cell and bt networks.Lorn Potter2010-08-037-76/+496
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-08-041-1/+1
|\ \ \ | |/ / |/| |
| * | Assigned valid UID3 for fortuneserver exampleMiikka Heikkinen2010-08-031-1/+1
* | | Fixed the addressbook tutorial and some spelling mistakes. Fix for QTBUG-7071...Jerome Pasion2010-08-0312-13/+18
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-032-15/+23
|\ \ \ | |/ / |/| |
| * | Use an enum to return the bearer type of a network configuration.Aaron McCarthy2010-08-021-10/+18
| * | Rename QNetworkConfiguration::bearerName() function.Aaron McCarthy2010-08-022-13/+13
* | | Make it possible to manually set the orientation of QML Viewer on SymbianJoona Petrell2010-08-035-0/+476
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-301-11/+13
|\ \
| * | Fix crash on Desktop platforms.Aaron McCarthy2010-07-291-11/+13
* | | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-07-291-1/+1
|\ \ \ | |/ / |/| |
| * | Merge remote branch 'origin/4.6' into 4.7-from-4.6Rohan McGovern2010-07-291-1/+1
| |\ \ | | |/ | |/|
| | * Fix Rhys' qmake warningsMarkus Goetz2010-07-221-1/+1
* | | Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-...Jerome Pasion2010-07-2917-27/+27
|/ /
* | Fix image sourceBea Lam2010-07-291-1/+1
* | Avoid binding loop warningsBea Lam2010-07-291-1/+2
* | Adding missing imageKevin Wright2010-07-271-0/+0