aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings on recent clangLars Knoll2015-08-251-1/+1
* Improve QQuickImageResponse::textureFactory documentationAlbert Astals Cid2015-08-191-2/+5
* Fix memory leak when using async image providersAlbert Astals Cid2015-08-191-0/+1
* Update copyright notice.Frank Meerkoetter2015-08-181-0/+1
* Remove QQmlVMEVariant specific workaroundFrank Meerkoetter2015-08-181-9/+1
* Remove unused codeFrank Meerkoetter2015-08-181-25/+2
* Mark methods as overridesFrank Meerkoetter2015-08-181-11/+11
* Also remove the QQmlValueTypeProvider::destroyValueType interfaceFrank Meerkoetter2015-08-181-41/+0
* Adapt the ValueTypeProvider interface and port its typesFrank Meerkoetter2015-08-181-92/+40
* Remove QQmlValueTypeProvider::copyValueTypeFrank Meerkoetter2015-08-181-43/+0
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-184-8/+14
|\
| * Consistently use the override keywordThiago Macieira2015-07-191-4/+4
| * Fix more casts that dropped the constness.Thiago Macieira2015-07-071-2/+2
| * Fix ICC warning about change of signThiago Macieira2015-07-071-2/+2
| * Improve support for HTML entities in StyledTextKai Uwe Broulik2015-07-031-0/+6
* | Font matching by font stylenameAllan Sandfeld Jensen2015-08-103-0/+19
* | Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-042-6/+4
* | Extract minimal abstract interfaces from debug services.Ulf Hermann2015-08-041-2/+2
* | Periodically flush profiling data to client.Ulf Hermann2015-08-041-8/+8
* | Do not leak the texture factory for cancelled jobsAlbert Astals Cid2015-07-141-0/+2
* | Fix segfault if QQuickImageResponse actually returns an error stringAlbert Astals Cid2015-06-301-1/+1
* | Improve QQuickImageResponse::textureFactory documentation a bitAlbert Astals Cid2015-06-301-2/+3
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-301-1/+4
|\|
| * Doc: resize tables with overflowNico Vertriest2015-06-251-1/+4
* | Port from Q_ENUMS to new macro Q_ENUM.Friedemann Kleint2015-06-197-10/+9
* | Export QQuickAbstractAnimationPrivateMichal Klocek2015-06-171-1/+1
* | Get rid of QQuickStateActionEvent::ReasonLars Knoll2015-06-106-14/+10
* | Make bindings refcountedLars Knoll2015-06-105-34/+25
* | Add 28 QList::reserve() callsSérgio Martins2015-06-081-0/+1
* | Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-06-051-2/+2
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-048-46/+96
|\|
| * Optionally apply orientation on imagesAllan Sandfeld Jensen2015-05-193-36/+82
| * QtQuick: Fix const correctness in old style castsThiago Macieira2015-05-134-5/+5
| * Add QtQuick::Text::font.weight enum valuesShawn Rutledge2015-05-111-5/+9
* | Fix build with QT_STRICT_ITERATORSSérgio Martins2015-05-151-1/+1
* | Simplify binding setup code furtherLars Knoll2015-04-273-39/+14
* | Make removal of bindings explicitLars Knoll2015-04-253-10/+10
* | Fix/suppress compiler warning about unused private field.Erik Verbruggen2015-04-231-0/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-2/+2
|\|
| * Speed up object creationSimon Hausmann2015-04-161-2/+2
* | Make sure we stop animators if they are yet to be started.Gunnar Sletta2015-04-151-3/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-134-0/+28
|\|
| * Do not stall loading of local images if network is slowAlbert Astals Cid2015-04-091-10/+29
| * Improve debug formatting of QAbstractAnimationJob and related classes.Friedemann Kleint2015-04-022-0/+17
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-011-3/+5
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-3/+5
| | |\
| | | * Always remove reply from replies when processing cancelledAlbert Astals Cid2015-03-301-3/+5
| * | | Add inheritance documentation markup to animator classes.Friedemann Kleint2015-03-311-0/+6
| |/ /
| * | Fixed a memory-leak when changing property bindings in states.Robert Griebl2015-03-251-0/+5
* | | Address uninitialized scalar fieldsHolger Hans Peter Freyther2015-04-031-1/+0