aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix warningAleix Pol2015-03-161-1/+1
* Fix usage of QtQmlDevTools private headers on OSX with framework buildsSimon Hausmann2015-03-1610-11/+16
* Remove QQmlDirParser from QtQmlDevToolsSimon Hausmann2015-03-163-28/+4
* Acknowledge QPersistentModelIndex is a built-in meta-typeGabriel de Dietrich2015-03-121-30/+3
* Don't evaluate the expression in switch() multiple timesLars Knoll2015-03-111-3/+4
* Fix clang warningAndrew Knight2015-03-101-0/+4
* QML Engine: ArrayBuffer XHR response type supportValery Kotov2015-03-093-0/+88
* Doc: Removed the release notes for Qt Quick and Qt QmlVenugopal Shivashankar2015-03-091-130/+0
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Frederik Gladhorn2015-03-061-3/+9
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-031-3/+9
| |\
| | * V4: fix ToFixed rounding for 0 fraction digits.Erik Verbruggen2015-03-031-3/+9
* | | QV4::Primitive: Help clang disambiguate symbolsGabriel de Dietrich2015-03-061-0/+3
* | | Fix build: QString needs to be fully-defined for QString()Thiago Macieira2015-03-051-0/+1
* | | Work around QPersistentModelIndex being a built-in meta-typeGabriel de Dietrich2015-03-051-3/+27
* | | 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