summaryrefslogtreecommitdiffstats
path: root/examples/animation
Commit message (Expand)AuthorAgeFilesLines
* Rename QState::polished() signal to "propertiesAssigned"Eskil Abrahamsen Blomfeldt2009-11-031-2/+2
* Simplify code of states exampleThierry Bastian2009-09-301-42/+40
* Avoid warnings in the states exampleThierry Bastian2009-09-301-72/+63
* Animations: updateCurrentTime now receives the currentTime as paramaterThierry Bastian2009-09-281-3/+3
* Make QSignalEvent and QWrappedEvent inner classes of QStateMachineKent Hansen2009-09-281-1/+1
* Reuse animation in animatedTiles exampleLeonardo Sobral Cunha2009-09-251-30/+4
* Small change in the API of animationsThierry Bastian2009-09-231-2/+2
* QCursor support for Symbian OSShane Kearns2009-09-151-0/+3
* Update license headers again.Jason McDonald2009-09-0919-76/+76
* fix warnings in stickman demo on mingwThierry Bastian2009-09-036-37/+32
* Stickman: increases the view size for making room for jumping & dyingLeonardo Sobral Cunha2009-09-021-1/+5
* Don't show example fullscreen on desktopOlivier Goffart2009-09-021-4/+4
* Fix repainting artifacts in Stickman exampleEskil Abrahamsen Blomfeldt2009-09-021-0/+1
* make the animations file in stickman demo be resourcesThierry Bastian2009-09-023-5/+14
* Fixes examples/animation/states, supposedly hidden element was appearingLeonardo Sobral Cunha2009-09-011-2/+2
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-3118-234/+234
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
* Runtime warning about non existing "zRotation" property in examples/states.Gabriel de Dietrich2009-08-281-30/+30
* Update contact URL in license headers.Jason McDonald2009-08-1219-19/+19
* remove constructors that are not usefulKent Hansen2009-08-031-2/+4
* Move sub-attaq from examples to demos because sub-attaq is a bitAlexis Menard2009-07-2872-6521/+0
* Make QStateMachine inherit QStateKent Hansen2009-07-2210-32/+29
* Remove Stickman editorEskil Abrahamsen Blomfeldt2009-07-217-437/+0
* Animation: fixed a NOTIFY signal name that was wrongThierry Bastian2009-07-011-6/+6
* Doc: Documented the Move Blocks example.Geir Vattekar2009-06-291-4/+32
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-1750-100/+100
* Make sure we draw the complete curve.Jan-Arve Sæther2009-06-081-1/+1
* Use a QPainterPath instead to draw the graph.Jan-Arve Sæther2009-06-081-5/+5
* Remove trailing whitespace.Jan-Arve Sæther2009-06-081-7/+7
* Make the easing curve icons more beautiful.Ariya Hidayat2009-06-081-3/+17
* Fixed compile error with Sun CC 5.5.jasplin2009-06-051-1/+1
* Fixed sub-attaq example buildThiago Marcos P. Santos2009-05-291-0/+2
* Fix build when compiling Qt using -no-opengl configuration.Brad Hards2009-05-281-3/+6
* small cleanup on the sub-attaq demoThierry Bastian2009-05-286-9/+6
* Fixes sub-attaq in shadow build.Olivier Goffart2009-05-272-1/+2
* Compile without OpenGLOlivier Goffart2009-05-271-3/+3
* Removed some export to symbols that don't need itThierry Bastian2009-05-252-35/+14
* Make sure M_PI is definedKent Hansen2009-05-221-0/+4
* Don't use the time() function; use QTime insteadKent Hansen2009-05-221-2/+1
* Fix compile issueThierry Bastian2009-05-221-0/+2
* Fix compile error caused by reference to non-existant example.Jason McDonald2009-05-211-1/+0
* Fix missing/outdated license headers.Jason McDonald2009-05-212-2/+24
* update the padnavigator example and suppress the padnavigator-ngThierry Bastian2009-05-2019-982/+0
* fix compiler warningsKent Hansen2009-05-202-3/+3
* fix two .pro file bugsKent Hansen2009-05-201-1/+0
* compile with -qtnamespace, clean up the example .pro filesKent Hansen2009-05-2023-59/+78
* add README file for examples/animationKent Hansen2009-05-201-0/+38
* Remove old examples and demos for animationsThierry Bastian2009-05-2032-3078/+0
* Removing QT_EXPERIMENTAL_SOLUTION from the animation apiLeonardo Sobral Cunha2009-05-1927-174/+14
* Remove the connectByAnimation() function and add some documentation for the S...Eskil Abrahamsen Blomfeldt2009-05-142-28/+22