summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* compileKent Hansen2009-04-291-0/+1
* kill unnecessary qmake variable modsKent Hansen2009-04-291-3/+0
* make history state constructibleKent Hansen2009-04-296-55/+74
* say hello (again) to QAbstract{State,Transition}::machine()Kent Hansen2009-04-294-2/+29
* add animationsEnabled propertyKent Hansen2009-04-293-8/+47
* move assignProperty() to QStateKent Hansen2009-04-298-51/+54
* kill StateFinished from docsKent Hansen2009-04-291-1/+0
* kill StateFinished event type since it doesn't exist anymoreKent Hansen2009-04-281-2/+1
* replace QStateFinished{Event,Transition} by QState::finished() signalKent Hansen2009-04-279-421/+21
* make the entry/exit order well-defined for all combinations of statesKent Hansen2009-04-271-4/+18
* Merge branch 'kinetic-statemachine' into kinetic-animationsKent Hansen2009-04-2429-1633/+292
|\
| * Remove API for setting specific restore policies on states. We have no clearEskil Abrahamsen Blomfeldt2009-04-236-94/+44
| * kill the stateactions apiKent Hansen2009-04-2229-1533/+112
| * Add API for adding default animations to the state machine. This is especiallyEskil Abrahamsen Blomfeldt2009-04-213-4/+132
| * doc: Document return value of QState::addTransition(QAbstractTransition*)Eskil Abrahamsen Blomfeldt2009-04-211-1/+2
| * Have QState::addTransition(QAbstractTransition*) return the transition objectEskil Abrahamsen Blomfeldt2009-04-212-5/+6
* | Fix a bug in the ease{In,Out}Bounce easing functions + small cleanup.Jan-Arve Sæther2009-04-231-17/+17
* | Remove trailing whitespaceJan-Arve Sæther2009-04-231-32/+32
* | Fixes QPropertyAnimation's default start value update conditionLeonardo Sobral Cunha2009-04-222-20/+16
* | Fixes for solution package.Jan-Arve Sæther2009-04-221-2/+3
* | Expose QVariantAnimationPrivate::getInterpolator in the private headerLeonardo Sobral Cunha2009-04-212-2/+4
* | QPropertyAnimation reevaluates the default start value after each runLeonardo Sobral Cunha2009-04-211-2/+4
|/
* Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-04-211-1/+2
|\
| * Fixes bug when adding the same child animation twice to the same groupLeonardo Sobral Cunha2009-04-211-1/+2
* | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-04-2115-600/+117
|\ \ | |/
| * don't assert if the signal is not validKent Hansen2009-04-211-1/+2
| * remove QItemAnimation and add the interpolator for QColorThierry Bastian2009-04-206-511/+28
| * iterationCount becomes loopCount againThierry Bastian2009-04-209-89/+89
* | rename QTransition -> QActionTransitionKent Hansen2009-04-2113-87/+88
* | don't assert if the signal is not validKent Hansen2009-04-211-1/+2
* | initialize "for-future-expansion"-pointerKent Hansen2009-04-201-1/+1
|/
* Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-04-201-3/+4
|\
| * Fix compilation after a merge errorAlexis Menard2009-04-171-3/+4
* | docKent Hansen2009-04-2013-6/+25
* | more docKent Hansen2009-04-172-2/+6
* | docKent Hansen2009-04-174-4/+5
* | compileKent Hansen2009-04-171-0/+2
* | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-04-17297-5356/+9003
|\ \ | |/
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animationsAlexis Menard2009-04-17297-5356/+9003
| |\
| | * Line edit displays garbage when pressing up or down arrow keys (Cocoa).Prasanth Ullattil2009-04-171-1/+4
| | * Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ...Simon Hausmann2009-04-175-4/+24
| | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Jarek Kobus2009-04-1761-1122/+2189
| | |\
| | | * Fixes long strings getting truncated by the ODBC Driver.Bill King2009-04-161-1/+1
| | | * CompileOlivier Goffart2009-04-161-1/+1
| | | * QSortFilterProxyModel: In dynamic filter model, childs of temporarlyOlivier Goffart2009-04-161-1/+13
| | | * BT:Stop widgets disappearing in unified when clicking the toolbar buttonNorwegian Rock Cat2009-04-161-1/+12
| | | * Remove some warningsNorwegian Rock Cat2009-04-161-2/+2
| | | * Doc - Some minor cleanups in the documentation of QInputDialog. AlsoKavindra Devi Palaraja2009-04-161-85/+96
| | | * Fix QPrinter::setPrinterName()/QPrinter::printerName() on the Mac.Trond Kjernåsen2009-04-162-28/+39
| | | * fix reading problem on 64-bit machines in QProcess and socket enginePeter Hartmann2009-04-163-22/+7