summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | Kill warning in removeDefaultAnimation() testEskil Abrahamsen Blomfeldt2009-05-121-2/+5
| | | | * | | | Fixes crash when calling QState::setErrorState() with null pointerEskil Abrahamsen Blomfeldt2009-05-121-1/+1
| | | | * | | | Avoid warnings in assignPropertyWithAnimation testEskil Abrahamsen Blomfeldt2009-05-121-0/+8
| | | | * | | | Make selecting plugins more user friendly and platform independentEskil Abrahamsen Blomfeldt2009-05-115-18/+66
| | | | | |/ / | | | | |/| |
| | | | * | | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-05-084-44/+114
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Doc: Work on QAnimationGroup class description.Geir Vattekar2009-05-081-12/+40
| | | | * | | gracefully handle deletion of transition's target stateKent Hansen2009-05-084-4/+30
| | | | * | | get rid of warningsKent Hansen2009-05-081-2/+0
| | | | * | | Test what happens when target state doesn't have a parentKent Hansen2009-05-081-0/+25
| | | | * | | make sure connections and event filters are removed when state machine haltsKent Hansen2009-05-083-0/+21
| | | | * | | don't create transition to null stateKent Hansen2009-05-082-4/+28
| | | | * | | don't add signal transition if target is null or signal doesn't existKent Hansen2009-05-072-2/+30
| | | | * | | Make it impossible to have root state as source or target of transition or as...Eskil Abrahamsen Blomfeldt2009-05-074-6/+31
| | | * | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-statemachineAlexis Menard2009-05-121374-60036/+39956
| | | |\ \ \ \
| | * | \ \ \ \ Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...David Boddie2009-04-2910-145/+358
| | |\ \ \ \ \ \
| | * | | | | | | Merged local changes.David Boddie2009-04-295-9/+13
| * | | | | | | | Merge branch 'shader-api' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team i...Michael Brasser2009-05-181-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Mac OSX compile errors in shader usageRhys Weatherley2009-05-102-10/+10
| * | | | | | | | | Support loading a translation in qmlviewer.Michael Brasser2009-05-181-0/+15
| * | | | | | | | | Better looking scale grid painting at small sizes.Michael Brasser2009-05-182-34/+54
| * | | | | | | | | Start work on translation support in Qml.Michael Brasser2009-05-188-4/+233
* | | | | | | | | | Simplify (hopefully) anchors, and make them less reliant on signalsAaron Kennedy2009-05-188-537/+344
* | | | | | | | | | GraphicsView preserves stacking orderAaron Kennedy2009-05-181-4/+1
|/ / / / / / / / /
* | | | | | | | | More aggressively skip calculationsAaron Kennedy2009-05-185-51/+84
* | | | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-183-50/+60
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-05-18223-2171/+5998
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Don't traverse clipped canvas trees.Michael Brasser2009-05-183-50/+60
* | | | | | | | | | | Remove moc lineAaron Kennedy2009-05-181-1/+0
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-184-99/+241
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-05-155-10/+38
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Resizing options (scale skin to fit view or reverse)Warwick Allison2009-05-152-91/+162
| * | | | | | | | | | | Control resizing of content like QScrollArea::widgetResizableWarwick Allison2009-05-152-6/+61
| * | | | | | | | | | | Fix opening new XML when skinned.Warwick Allison2009-05-152-7/+23
* | | | | | | | | | | | Remove Assign*Binding VME instructionsAaron Kennedy2009-05-155-58/+21
* | | | | | | | | | | | Remove AssignConstant VME instructionAaron Kennedy2009-05-154-84/+3
* | | | | | | | | | | | Implement SetProperties as a custom parserAaron Kennedy2009-05-156-133/+228
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Move inside the guardsAaron Kennedy2009-05-151-3/+2
* | | | | | | | | | | Clip text drawing to bounding rectAaron Kennedy2009-05-151-0/+9
* | | | | | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-15202-1812/+5451
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-05-153-0/+41
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Skins in UIWarwick Allison2009-05-153-23/+82
| * | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Warwick Allison2009-05-151-0/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | compile (rand())Warwick Allison2009-05-151-0/+1
| * | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Warwick Allison2009-05-15199-1789/+5368
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
| | * | | | | | | | | | | Merge branch '4.5'Thiago Macieira2009-05-1431-111/+269
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | QColor::toCmyk() does not convert the color if it is already in CMYKBenjamin Poulain2009-05-142-2/+23
| | | * | | | | | | | | | | Fixed an issue with text drawing under Windows.Trond Kjernaasen2009-05-142-10/+7
| | | * | | | | | | | | | | Compile.Norwegian Rock Cat2009-05-141-1/+1
| | | * | | | | | | | | | | Use isNull() for strings instead of comparing against QString().Jesper Thomschütz2009-05-145-7/+7
| | | * | | | | | | | | | | Fixed regression that prevented any widget from having focus when graphics vi...jasplin2009-05-141-4/+2