aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-1330-145/+251
|\
| * 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-135-3/+56
| * Fix memory leak with ListModel.getSimon Hausmann2018-02-122-3/+35
| * Windows: Fix tst_QQmlDebugProcess failureFriedemann Kleint2018-02-121-0/+1
| * 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-093-11/+23
* | 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-0815-64/+110
|\|
| * QmlDebug: Clear profiler client's trackedEngines on clear()Ulf Hermann2018-02-081-0/+1
| * Fix misleading doc for kerningRobert Loehning2018-02-083-9/+9
| * QQmlProfilerService: Don't crash test if client is never createdUlf Hermann2018-02-081-0/+3
| * Stabilize testLars Knoll2018-02-081-2/+2
| * Fix CONFIG+=qtquickcompiler with multiple resource filesSimon Hausmann2018-02-083-21/+28
| * Stabilize the flickableinterop autotestLars Knoll2018-02-081-2/+2
| * 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-084-17/+29
| * QmlDebug: Don't lie about blocked engines in EngineControlUlf Hermann2018-02-082-13/+25
* | 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-084-123/+140
* | 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-086-12/+18
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-086-12/+18
| |\|
| | * Use qmlcachegen path from qtPrepareToolSamuli Piippo2018-02-081-4/+2
| | * 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