aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add a feature for qml-animationUlf Hermann2018-02-1514-7/+30
* Add a feature for QML locale supportUlf Hermann2018-02-158-3/+42
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-1326-145/+214
|\
| * ScenGraph: Prefer printf style loggingKai Koehne2018-02-139-109/+116
| * Use only cache path to cache .qmlc files on AndroidBogDan Vatra2018-02-131-0/+2
| * Fix: Make Image element support detection of suitable file extensionEirik Aavitsland2018-02-133-3/+48
| * Fix memory leak with ListModel.getSimon Hausmann2018-02-121-3/+7
| * doc: Fix qdoc warnings for templates and staticsMartin Smith2018-02-097-16/+17
| * doc: Add template parameters to \fn commandsMartin Smith2018-02-091-8/+8
| * Fix crashes on WinRT when allocation of executable memory is disabledSimon Hausmann2018-02-094-6/+16
* | Add a feature for xmlhttprequestUlf Hermann2018-02-126-9/+32
* | Add a feature for ListModelUlf Hermann2018-02-129-6/+46
* | QML: Make mapping of sequence object in JS optionalUlf Hermann2018-02-119-6/+63
* | Don't crash if v8Engine is a nullptrLars Knoll2018-02-101-1/+1
* | QQmlProfilerService: Drop support for non-location-tracking clientsUlf Hermann2018-02-0915-61/+41
* | Add a feature for qmldevtoolsUlf Hermann2018-02-092-3/+10
* | QQmlDMAbstractItemModelData: add support for row and columnRichard Moe Gustavsen2018-02-092-5/+36
* | QQmlDelegateModel: add support for row and column (revision 2.12)Richard Moe Gustavsen2018-02-094-0/+135
* | QQmlAdaptorModel::Accessors: remove unused function 'count()'Richard Moe Gustavsen2018-02-092-16/+0
* | VDMAbstractItemModelDataType: use column instead of 0 when accessing modelRichard Moe Gustavsen2018-02-091-3/+3
* | QQmlAdaptorModel: add support for row and columnRichard Moe Gustavsen2018-02-092-2/+40
* | QQmlAdaptorModel::Accessors: add support for row and columnRichard Moe Gustavsen2018-02-092-0/+32
* | QQmlDelegateModel: check incubationTask before accessing itRichard Moe Gustavsen2018-02-091-2/+8
* | CleanupsLars Knoll2018-02-091-35/+41
* | Change creation of new internal classesLars Knoll2018-02-094-145/+218
* | Remove InternalClass forward declarationsLars Knoll2018-02-092-3/+0
* | Properly parse identifiers containing chars outside the BMPLars Knoll2018-02-092-42/+77
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-087-26/+64
|\|
| * QmlDebug: Clear profiler client's trackedEngines on clear()Ulf Hermann2018-02-081-0/+1
| * Fix misleading doc for kerningRobert Loehning2018-02-083-9/+9
| * Add a plugins.qmltypes for sharedimageUlf Hermann2018-02-081-0/+11
| * QmlDebug: Use EngineControl to hold engines until we're done with themUlf Hermann2018-02-082-4/+25
| * QmlDebug: Don't lie about blocked engines in EngineControlUlf Hermann2018-02-081-13/+18
* | QmlDebug: Use types with fixed length for QDataStreamUlf Hermann2018-02-081-3/+3
* | Implement parsing of ECMAScript 6 Unicode escape sequencesLars Knoll2018-02-082-21/+36
* | Unify error handling in decodeUnicodeEscapeSequenceLars Knoll2018-02-081-14/+7
* | Add support for parsing of binary and octal numbersLars Knoll2018-02-083-123/+105
* | Simplify line and column number handling in the lexerLars Knoll2018-02-082-26/+13
* | Add a feature to mark mmap-allocated pages on Linux tooThiago Macieira2018-02-083-2/+91
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Lars Knoll2018-02-085-8/+16
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-085-8/+16
| |\|
| | * QQuickPointerHandler: implement QQmlParserStatusShawn Rutledge2018-02-081-1/+6
| | * FolderListModel docs: import 2.11 (Qt minor version) (QUIP 99)Shawn Rutledge2018-02-081-4/+4
| | * Fix debug builds using musl libcJan Murawski2018-02-071-1/+1
| | * Fix clang 5 warningsAllan Sandfeld Jensen2018-02-072-2/+5
* | | Make XmlListModel work without qml-networkUlf Hermann2018-02-083-2/+35
|/ /
* | Further simplify relation between different enginesUlf Hermann2018-02-076-17/+15
* | Define ~QQmlProfilerClient out of lineUlf Hermann2018-02-072-2/+5
|/
* Remove unnecesary checksJesus Fernandez2018-02-071-2/+0
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-0678-665/+943
|\