aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QtQuickTest::mouseEvent(): pass QPointF by referencev5.9.0-alpha1J-P Nurmi2017-02-211-1/+1
* Add a javascript push method binding to QQmlListPropertyIonut Alexandrescu2017-02-218-1/+77
* Fix smile qml exampleIonut Alexandrescu2017-02-211-6/+6
* Doc: added requirement for importing JavaScript resourcesNico Vertriest2017-02-211-4/+4
* QQuickWindowPrivate::deliverWheelEvent: fix global position of the eventOleg Yadrov2017-02-172-6/+22
* qmlimportscanner: allow "-" as value for qmlFilesMarco Benelli2017-02-171-1/+1
* qmlplugindump: reports qmlimportscanner's messageMarco Benelli2017-02-171-0/+2
* qmlplugindump: import paths clean-upMarco Benelli2017-02-171-1/+2
* Add missing qmlRegisterExtendedUncreatableType variantKevin Ottens2017-02-175-0/+158
* Fix assert on QT_POINTER_SIZE != 8BogDan Vatra2017-02-151-1/+1
* Directly load already known metaproperties in QV4QObjectWrapperUlf Hermann2017-02-154-8/+72
* Fix typo in documentationFrederik Schwarzer2017-02-151-1/+1
* Add Q_ALLOCA_VAR, Q_ALLOCA_DECLARE and Q_ALLOCA_ASSIGN macrosKimmo Ollila2017-02-159-10/+54
* QtQml/qv4mm.cpp: Fix type of debug helper lastAllocRequestedSlotsFriedemann Kleint2017-02-151-1/+1
* Remove unnecessary assignment of binop results to temporariesErik Verbruggen2017-02-152-18/+22
* Fix typo in documentationFrederik Schwarzer2017-02-141-1/+1
* Enable register allocator on Win64Erik Verbruggen2017-02-141-13/+18
* Replace usage of QSignalMapper by lambdaOlivier Goffart2017-02-147-29/+9
* Make better use of the remaining memory before calling GCLars Knoll2017-02-131-1/+19
* Fix a bug in Chunk::sortIntoBins()Lars Knoll2017-02-131-58/+122
* Fix a potential crash in pushWithScopeLars Knoll2017-02-131-2/+6
* Rename Window.targetScreen to screen, and pick up changes to the screenTor Arne Vestbø2017-02-117-40/+30
* Prospective fix for native ARMv7 and ARM64 buildsSimon Hausmann2017-02-104-0/+15
* Fix MSVC warning about imported symbols when linking qmlcachegenFriedemann Kleint2017-02-091-0/+7
* Fix crash when generating cache filesSimon Hausmann2017-02-082-2/+8
* Remove remaining ARM #ifdef in qv4assembler.cppSimon Hausmann2017-02-082-16/+38
* Add qmlcachegen to the default buildSimon Hausmann2017-02-081-2/+3
* Fix ARM64 buildSimon Hausmann2017-02-0811-42/+163
* Enable cross-compiling binops from 32-bit host 64-bit targetSimon Hausmann2017-02-081-58/+135
* Local storage: Improve error messageFriedemann Kleint2017-02-081-2/+5
* Fix compilation of qmldevtools on Windows when cross-compilingSimon Hausmann2017-02-081-4/+24
* Fix register argument passing in cross-compiled code when host == x86Simon Hausmann2017-02-073-13/+4
* Fix a crash in canvas2d when calling some methodsLars Knoll2017-02-071-6/+6
* Fix assembler cross-compilation on 32-bit hostsSimon Hausmann2017-02-076-15/+29
* Eliminate VALUE_FITS_IN_REGISTER #ifdefSimon Hausmann2017-02-063-39/+46
* QDoc: sync description with described code layoutFrederik Schwarzer2017-02-062-7/+8
* Fix a crash in setInternalClassRobin Burchell2017-02-032-1/+16
* Doc: added doc for parameter windowNico Vertriest2017-02-031-1/+1
* Add missing include to qmlengine.cppFriedemann Kleint2017-02-031-0/+1
* Allow to pass all the relevant info to QQuickPixmap::isCachedAlbert Astals Cid2017-02-033-4/+4
* Canvas Item: Prevent polish loop when calling requestAnimationFrameAndy Nichols2017-02-022-1/+21
* add QQmlEngine::offlineStorageDatabaseFilePath(db), use in LocalStorageShawn Rutledge2017-02-025-29/+60
* Merge dev into 5.9Oswald Buddenhagen2017-02-01192-6177/+9997
|\
| * Allow selecting armv7 as target architecture in qmlcachegenSimon Hausmann2017-02-015-10/+50
| * Added the ARMv7 cross-assembling JIT::ISel to the qmldevtools buildSimon Hausmann2017-02-011-0/+5
| * Include the ARMv7 assembler in the qmldevtools bootstrap buildSimon Hausmann2017-02-0113-28/+295
| * Remove platform ifdefs for ISE::convertTypeToDoubleSimon Hausmann2017-01-312-16/+28
| * Remove platform ifdefs for generateCJumpStrictUndefinedSimon Hausmann2017-01-313-42/+38
| * Remove platform ifdefs in JIT::ISel::visitRetSimon Hausmann2017-01-313-138/+132
| * Eliminate platform #ifdef for loading stringsSimon Hausmann2017-01-312-7/+13