aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
* Use QStringRef in a bunch of places.wip/dbusSérgio Martins2015-10-181-5/+5
* Put QPacketProtocol into its own static libraryUlf Hermann2015-10-151-4/+3
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1429-9/+348
|\
| * Privately export QQuickTransitionManagerGabriel de Dietrich2015-10-121-1/+1
| * Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-0627-0/+297
| * Cleanup fontloader cache when QGuiApplication is destroyedJørgen Lind2015-09-251-8/+50
* | QQuickAnimatorJob: Convert a regular connect to qmlobject_connect.Robin Burchell2015-09-271-1/+2
|/
* Improve QQuickTextureFactory::textureFactoryForImage docuAlbert Astals Cid2015-09-211-1/+3
* Move createQmlCallableForFunction out of the binding wrapperLars Knoll2015-09-081-1/+1
* Shortcut: add sequenceString propertyShawn Rutledge2015-09-033-0/+19
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-281-0/+7
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-211-0/+7
| |\
| | * Fix memory leak when QQuickPixmapReply::Event is delete before being usedAlbert Astals Cid2015-08-191-0/+7
* | | 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