aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
* Doc: correct link/compilation errors in Qt DeclarativeNico Vertriest2014-07-027-11/+9
* Fix potential null pointer dereferencingFrederik Gladhorn2014-05-301-1/+1
* Fix type of AnimationController::animation in documentation.Mitch Curtis2014-05-271-1/+1
* Fix crash when sharing data structures between 32-bit and 64-bitSimon Hausmann2014-05-261-1/+5
* Fix crash with running animators on re-shown windows.Gunnar Sletta2014-05-194-9/+67
* Doc: Fix invalid cross-referenceKevin Funk2014-05-121-1/+1
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-12/+25
|\
| * Fix translations in states causing failing assertionsSimon Hausmann2014-04-281-12/+25
* | QQuickStyledText: do not insert an extra blank line in the beginningJ-P Nurmi2014-05-011-1/+1
* | Eliminate a static global QString in qquickpath.cppJ-P Nurmi2014-04-301-2/+2
|/
* Support dumping of animation jobs via QML_ANIMATION_TICK_DUMP.Michael Brasser2014-04-087-3/+95
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-022-17/+6
* Fix performance regression for bindings from QtQuick state changesSimon Hausmann2014-04-021-1/+3
* Remove object index parameter from QQmlCustomParser::compileSimon Hausmann2014-03-292-3/+2
* Remove custom code for converting from QString to QColorSimon Hausmann2014-03-281-47/+5
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-191-1/+0
* Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-181-5/+9
* Register animation profiler callback also from render threadUlf Hermann2014-03-182-8/+26
* Remove redundant QQmlBinding members.Michael Brasser2014-03-111-1/+1
* Add support for resolving translation bindings at compile timeSimon Hausmann2014-03-111-0/+3
* Remove old compiler and VMESimon Hausmann2014-03-072-74/+0
* [new compiler] Add the correct object index to the custom parserSimon Hausmann2014-03-022-2/+3
* Register the QML profiler's animation callback from the GUI threadUlf Hermann2014-02-251-1/+16
* QQuickTimeLine: add missing time checksJ-P Nurmi2014-02-211-0/+3
* Ensure Behavior stops animating when a new value is set while disabled.Michael Brasser2014-02-201-0/+2
* Make SmoothedAnimation and SpringAnimation smoothly transition again.Michael Brasser2014-02-203-22/+24
* Properly export QQuickProfilerUlf Hermann2014-02-171-3/+4
* Move QtQuick profiling to own profiler adapterUlf Hermann2014-02-154-13/+447
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-111-0/+5
|\
| * Doc: note about visible and enabled in PropertyChangesFrederik Gladhorn2014-02-101-0/+5
* | Normalize signal & slot signatures in connectionThiago Macieira2014-02-031-1/+1
* | fix whitespaceOswald Buddenhagen2014-01-226-51/+51
* | Further pack messages for QQmlProfilerServiceUlf Hermann2014-01-221-12/+10
* | Unify calls to profiler service event methods.Ulf Hermann2014-01-221-16/+16
* | [new compiler] Initial support for QQuick state changesSimon Hausmann2014-01-172-0/+63
* | Rework array handling for JS objectsLars Knoll2014-01-091-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-061-1/+1
|\|
| * Doc: Fix broken linksSze Howe Koh2013-12-301-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-241-0/+1
|\|
| * QtQuick docs: add missing \qmlpropertygroup commandsJ-P Nurmi2013-12-201-0/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-162-18/+6
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-121-11/+0
| |\
| | * Revert "Load "@2x" images on high-dpi "retina" systems."Morten Johan Sørvig2013-12-031-11/+0
| * | Fix up listening for layout direction changes.Robin Burchell2013-12-101-1/+1
| * | Correctly profile the size of loaded pixmapsUlf Hermann2013-12-091-6/+2
| * | Profile a pixmap start event also when loading is asynchronous.Ulf Hermann2013-12-061-0/+3
* | | Fix SpringAnimation in Behavior when current value is set.Michael Brasser2013-12-121-2/+6
* | | Behavior should not trigger when the tracked value has not changed.Michael Brasser2013-12-041-0/+5
|/ /
* | Slightly accelerate access to value type propertiesSimon Hausmann2013-11-281-41/+41
* | QSmoothedAnimation: Don't set property if animation isn't runningRobin Burchell2013-11-251-0/+3
|/