aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
* Add \since 5.4 to FontMetrics and TextMetrics.Mitch Curtis2014-10-222-0/+2
* Improve performance of animators.v5.4.0-beta1Gunnar Sletta2014-10-104-16/+62
* Fix memory leak and crash with transform animators.Gunnar Sletta2014-10-093-7/+18
* Remove alpha channel from images that doesn't actually have alpha.Gunnar Sletta2014-10-091-0/+25
* Select specific features to be recorded when profiling QMLUlf Hermann2014-09-113-29/+38
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-09-083-5/+14
|\
| * Fix crash with cleanup of animators.Gunnar Sletta2014-08-303-5/+14
* | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-261-1/+1
|\|
| * Fix typo in StateChangeScript documentation.Mitch Curtis2014-08-191-1/+1
* | Update license headers and add new licensesJani Heikkinen2014-08-2564-1209/+697
* | Add const & to argumentsAlbert Astals Cid2014-08-241-2/+2
* | CleanupSimon Hausmann2014-08-152-10/+10
* | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-121-2/+4
|\|
| * Fix crash when animators are deleted just after being started.Gunnar Sletta2014-08-081-2/+4
* | Protect against crashes with invalid openglContext()Simon Hausmann2014-08-081-6/+6
* | Add declarative QQuickTextMetrics API from QQuickFontMetrics invokablesMitch Curtis2014-08-085-5/+404
* | Get rid of StringRefLars Knoll2014-07-221-11/+11
* | Add QQuickFontMetrics.Mitch Curtis2014-07-174-2/+455
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-107-11/+9
|\|
| * Doc: correct link/compilation errors in Qt DeclarativeNico Vertriest2014-07-027-11/+9
* | Properly collect polish timings from all render loopsUlf Hermann2014-07-022-8/+6
* | Use the same length for all scene graph numeric dataUlf Hermann2014-07-021-1/+1
* | QQuickSystemPalette: use QGuiApplication::paletteChanged()J-P Nurmi2014-07-022-44/+15
* | QQuickApplication: do not filter LayoutDirectionChange eventsJ-P Nurmi2014-06-252-35/+4
* | QQuickApplication: do not filter ApplicationActive/Inactive eventsJ-P Nurmi2014-06-231-19/+5
* | Optimize the way AnimatedImage display its contentLouis du Verdier2014-06-052-0/+21
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-042-2/+2
|\|
| * 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
* | Rework custom parser integrationSimon Hausmann2014-06-042-108/+91
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-224-9/+67
|\|
| * Fix crash with running animators on re-shown windows.Gunnar Sletta2014-05-194-9/+67
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-1/+1
|\|
| * Doc: Fix invalid cross-referenceKevin Funk2014-05-121-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-1014-99/+173
|\|
| * 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
* | Say hello to QQuickItem::grabToImage().Gunnar Sletta2014-05-012-0/+7
* | Make profiling of pixmap cache events more consistentUlf Hermann2014-04-221-6/+14
|/