aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-052-11/+11
* V4: fix regalloc for loops with many life&changing vars.Erik Verbruggen2015-03-031-5/+10
* V4: fix phi node use position calculation.Erik Verbruggen2015-03-032-18/+19
* QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-2611-27/+31
* Include <limits> in qqmlprofilerservice_p.hUlf Hermann2015-02-251-0/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-2416-29/+39
|\
| * Fix QML Timer running not being updated together with triggered signalTroels Nilsson2015-02-111-3/+5
| * Fix crash when invalidating qqmltypeloaderDaiwei Li2015-02-061-4/+7
| * Doc: link issues qtdeclarativeNico Vertriest2015-02-044-8/+2
| * Fix possible crash when removing items from QQmlDelegateModelDaniel Vrátil2015-02-021-0/+5
| * Doc: add missing "winrt" & "winphone" to Qt.platform.osJ-P Nurmi2015-02-021-0/+2
| * Doc: fix Qt.platform.os since -tagJ-P Nurmi2015-02-021-1/+1
| * Don't crash on FreeBSD when computing stack limitsAlex Richardson2015-01-281-1/+2
| * V4: include alloca private header as alloca is used unconditionally.Pasi Petäjäjärvi2015-01-262-0/+2
| * Fix usage of pow to C99 standard compliancePasi Petäjäjärvi2015-01-211-1/+1
| * Doc: link issues qtdeclarativeNico Vertriest2015-01-201-1/+1
| * Fix and improve links to Component::completedAlejandro Exojo2015-01-202-8/+10
| * Fix failing assertion in debug builds for JS that calls constantsSimon Hausmann2015-01-152-2/+2
* | Fix deprecation warnings about constructing QString from const char*.Friedemann Kleint2015-02-231-1/+1
* | Fix MSVC 64 bit warnings about loss of data when converting from 'size_t' to ...Friedemann Kleint2015-02-232-2/+2
* | Fix some qdoc-warnings.Friedemann Kleint2015-02-231-3/+3
* | Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-1911-66/+49
* | Add Qt.hsva() functionSean Harmer2015-02-184-0/+31
* | NamedNodeMap: Remove logically dead codeHolger Hans Peter Freyther2015-02-181-6/+2
* | Fixed license headersJani Heikkinen2015-02-17105-315/+315
* | Doc: Bump QtQuick import version to 2.5Shawn Rutledge2015-02-121-1/+1
* | QML Models: Register ItemSelectionModelGabriel de Dietrich2015-02-122-0/+141
* | Add Q_GADGET wrappers for QModelIndex & Co.Gabriel de Dietrich2015-02-125-0/+412
* | Update copyright headersJani Heikkinen2015-02-12546-3552/+3552
* | Exposed TypedArray private APIs for Canvas3D use.Pasi Keranen2015-02-114-6/+20
* | Initial shot at native Qml-and-C++ debugginghjk2015-02-041-0/+234
* | QQmlEngineDebugService: Avoid assert when debugging QModelIndexGabriel de Dietrich2015-02-041-1/+15
* | Keep PersistentValueStorage page size in sync with system page sizeTor Arne Vestbø2015-02-021-14/+12
* | Properly mark all arguments in the call contextLars Knoll2015-01-261-5/+3
* | Properly mark all members in QObjectMethodLars Knoll2015-01-231-0/+2
* | Move Stmt::d to Phi::dRobin Burchell2015-01-233-20/+34
* | V4: change regalloc hints to be a QVarLengthArray.Erik Verbruggen2015-01-231-7/+13
* | Typeloader cleanupSimon Hausmann2015-01-233-31/+26
* | Better align data members in ExecutionContextLars Knoll2015-01-232-7/+5
* | Remove the realArgumentsCount member in CallContextLars Knoll2015-01-234-17/+10
* | Store a double in NumberObjectLars Knoll2015-01-236-17/+16
* | CleanupsLars Knoll2015-01-2338-725/+735
* | CleanupsLars Knoll2015-01-2323-104/+69
* | Move the definition of Object vtables into qv4object_p.hLars Knoll2015-01-232-59/+60
* | Remove all remaining usages of ValueRefLars Knoll2015-01-2322-124/+43
* | Get rid of most uses of ValueRefLars Knoll2015-01-2380-1031/+1020
* | QML: Fix MSVC 2013/64bit warnings.Friedemann Kleint2015-01-225-23/+29
* | Rework QJSValue internalsLars Knoll2015-01-2110-273/+353
* | Add C++11 move operators, and a simpler internal constructorLars Knoll2015-01-217-24/+37
* | Move the internalClass pointer into Heap::ObjectLars Knoll2015-01-2116-51/+25