summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | modifiers --> modifiersMaskKent Hansen2009-04-291-9/+0
| | * | | | make history state constructibleKent Hansen2009-04-292-2/+2
| | * | | | say hello (again) to QAbstract{State,Transition}::machine()Kent Hansen2009-04-292-37/+18
| | * | | | Work around an oddity in parallel states that causes all regions to exitEskil Abrahamsen Blomfeldt2009-04-281-4/+4
| | * | | | Some updates to the errorstate example.Eskil Abrahamsen Blomfeldt2009-04-2812-126/+270
| | * | | | compile after api changesKent Hansen2009-04-283-8/+8
| | * | | | Really broken plugin for errorState. Don't try to use this yet, it doesn'tEskil Abrahamsen Blomfeldt2009-04-243-0/+115
| | * | | | Unfinished tank AI game. The idea is that you plug in AIs for the tanks, andEskil Abrahamsen Blomfeldt2009-04-248-0/+619
| | |/ / /
| | * | | Merge branch 'kinetic-statemachine' into kinetic-animationsKent Hansen2009-04-248-27/+12
| | |\ \ \
| | | * | | Remove API for setting specific restore policies on states. We have no clearEskil Abrahamsen Blomfeldt2009-04-231-1/+1
| | | * | | Compile.Eskil Abrahamsen Blomfeldt2009-04-231-2/+0
| | | * | | Remove specific RestorePolicy per state from example. The semantics for thisEskil Abrahamsen Blomfeldt2009-04-233-15/+0
| | | * | | kill the stateactions apiKent Hansen2009-04-225-11/+11
| | * | | | Moved the animation examples piemenu and photobrowser to examples/researchLeonardo Sobral Cunha2009-04-2316-0/+0
| | * | | | Update copyright headers of animation examplesLeonardo Sobral Cunha2009-04-2354-110/+1937
| | * | | | Fixes for solution package.Jan-Arve Sæther2009-04-225-6/+10
| | |/ / /
| | * | | include the right headerKent Hansen2009-04-212-2/+2
| | * | | compile fixThierry Bastian2009-04-201-1/+1
| | * | | cleanup in demoThierry Bastian2009-04-204-95/+30
| | * | | iterationCount becomes loopCount againThierry Bastian2009-04-203-6/+5
| | * | | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-04-1740-38/+2096
| | |\ \ \
| | | * \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animationsAlexis Menard2009-04-1740-38/+2096
| | | |\ \ \
| | | * | | | Initial import of kinetic-animations branch from the old kineticAlexis Menard2009-04-172095-0/+154496
| | | / / /
| * | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-statemachineAlexis Menard2009-05-1267-56/+3493
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-172102-0/+155387
| / / / /
* | | | | Merge commit 'qt/master'Samuel Rødal2009-05-2037-37/+587
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | 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 branch 'master' into contiguouscacheIan Walters2009-05-1236-46/+1471
| |\ \ \ \ \
| * | | | | | Update licensing headers.Ian Walters2009-04-073-0/+121
| * | | | | | Merge branch 'master' into contiguouscacheIan Walters2009-04-0619-15/+1233
| |\ \ \ \ \ \
| * | | | | | | Rename OffsetVector to ContiguousCacheIan Walters2009-04-036-12/+12
| * | | | | | | Squashed commit of the following:Rhys Weatherley2009-03-245-0/+107
* | | | | | | | Merge commit 'qt/master'Samuel Rødal2009-05-1339-82/+107
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | 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 '4.5'Thiago Macieira2009-05-112-5/+13
| |\ \ \ \ \ | | |/ / / /
| | * | | | Only link against opengles .LIB files if on WinCETom Cooksey2009-05-111-5/+7
| | * | | | Fixing hellogl_es2 for Windows CEThomas Hartmann2009-05-081-0/+6
| * | | | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-061-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixed typo in README fileNils Christian Roscher-Nielsen2009-05-061-1/+1
* | | | | | Merge branch 'shader-api' into gl2engine-new-shadersRhys Weatherley2009-05-0128-20/+1391
|\ \ \ \ \ \