summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Fix compile issueThierry Bastian2009-05-221-0/+2
* Revert "update the padnavigator example and suppress the padnavigator-ng"Thierry Bastian2009-05-228-150/+207
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animat...Thierry Bastian2009-05-2284-139/+1210
|\
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-05-2014-28/+28
| |\
| | * Changing the addressbook tutorial so it doesn't leak.Daniel Molkentin2009-05-2014-28/+28
| * | Doc: Used QApplication::translate() instead of QObject::tr().David Boddie2009-05-204-8/+14
| |/
| * Doc: Compile fixes for tutorial examples.David Boddie2009-05-204-20/+21
| * Merge branch '4.5' of ../qt-45-documentationDavid Boddie2009-05-209-9/+9
| |\
| | * Fix incorrect copyright year in some license headers.Jason McDonald2009-05-209-9/+9
| * | Doc: First attempt at a simpler widgets tutorial.David Boddie2009-05-209-0/+314
| * | compile (rand())Warwick Allison2009-05-151-0/+1
| * | Merge branch 'master' of ../master into contiguouscacheIan Walters2009-05-1436-76/+93
| |\ \
| | * \ Merge commit 'origin/4.5'Olivier Goffart2009-05-132-2/+22
| | |\ \ | | | |/
| | | * Adding documentation to the fancy browser exampleMorten Engvoldsen2009-05-122-2/+22
| | * | Replace all instances of "Ctrl+Q" with QKeySequence::Quit.Norwegian Rock Cat2009-05-1234-74/+71
| * | | Merge branch 'master' into contiguouscacheIan Walters2009-05-1236-46/+1471
| |\ \ \ | | |/ /
| | * | Merge branch '4.5'Thiago Macieira2009-05-112-5/+13
| | |\ \ | | | |/
| | * | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-061-1/+1
| | |\ \
| | * \ \ Merge commit 'origin/4.5'Bjoern Erik Nilsen2009-04-294-6/+30
| | |\ \ \
| | * | | | fixed minor issue with the piechart demoPierre Rossi2009-04-241-1/+1
| | * | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-237-0/+498
| | |\ \ \ \
| | * \ \ \ \ Merge branch '4.5'Thiago Macieira2009-04-236-1/+512
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-237-1/+331
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-231-3/+6
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch '4.5'Rhys Weatherley2009-04-211-3/+8
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch '4.5'Thiago Macieira2009-04-201-1/+1
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-173-6/+6
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Fixed and improved the example codeJan-Arve Sæther2009-04-152-14/+58
| | * | | | | | | | | | | Changed codeeditor include to use double quotes, was failing to compile uncer...Kurt Korbatits2009-04-151-1/+1
| | * | | | | | | | | | | Merge commit 'origin/4.5'Bjoern Erik Nilsen2009-04-074-8/+10
| | |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Update licensing headers.Ian Walters2009-04-073-0/+121
| * | | | | | | | | | | | | Merge branch 'master' into contiguouscacheIan Walters2009-04-0619-15/+1233
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | Fix a small bugs in the example. +two small cleanups.Jan-Arve Sæther2009-04-063-5/+7
| | * | | | | | | | | | | | Add missing license headers.Jan-Arve Sæther2009-04-065-4/+209
| | * | | | | | | | | | | | Improve example so that we can demonstrate custom layout items.Jan-Arve Sæther2009-03-312-13/+49
| | * | | | | | | | | | | | Add an example of how to write a custom layout for QGraphicsLayouts.Jan-Arve Sæther2009-03-316-0/+258
| | * | | | | | | | | | | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-03-2610-1/+718
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-03-261-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Rename OffsetVector to ContiguousCacheIan Walters2009-04-036-12/+12
| * | | | | | | | | | | | | | | Squashed commit of the following:Rhys Weatherley2009-03-245-0/+107
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Long live Qt!Lars Knoll2009-03-231907-0/+142213
| / / / / / / / / / / / / /
* | | | | | | | | | | | | | Fix compile error caused by reference to non-existant example.Jason McDonald2009-05-211-1/+0
* | | | | | | | | | | | | | Fix missing/outdated license headers.Jason McDonald2009-05-2122-81/+920
* | | | | | | | | | | | | | update the padnavigator example and suppress the padnavigator-ngThierry Bastian2009-05-2027-1190/+154
* | | | | | | | | | | | | | fix compiler warningsKent Hansen2009-05-203-4/+4
* | | | | | | | | | | | | | fix two .pro file bugsKent Hansen2009-05-202-2/+1
* | | | | | | | | | | | | | compile with -qtnamespace, clean up the example .pro filesKent Hansen2009-05-2032-100/+131
* | | | | | | | | | | | | | add README file for examples/animationKent Hansen2009-05-201-0/+38
* | | | | | | | | | | | | | Merge branch 'kinetic-statemachine' into kinetic-animationsKent Hansen2009-05-2014-956/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | remove the citizenquartz exampleKent Hansen2009-05-2014-956/+0