aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: added requirement for importing JavaScript resourcesNico Vertriest2017-02-211-4/+4
* QQuickWindowPrivate::deliverWheelEvent: fix global position of the eventOleg Yadrov2017-02-171-1/+1
* Add missing qmlRegisterExtendedUncreatableType variantKevin Ottens2017-02-172-0/+41
* Fix assert on QT_POINTER_SIZE != 8BogDan Vatra2017-02-151-1/+1
* Directly load already known metaproperties in QV4QObjectWrapperUlf Hermann2017-02-151-8/+18
* 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-116-39/+29
* 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-081-1/+6
* Remove remaining ARM #ifdef in qv4assembler.cppSimon Hausmann2017-02-082-16/+38
* 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-031-1/+2
* 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-024-29/+31
* Allow selecting armv7 as target architecture in qmlcachegenSimon Hausmann2017-02-012-5/+28
* 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
* Make the JIT ISelFactory a templateSimon Hausmann2017-01-313-3/+12
* Bootstrap build fixSimon Hausmann2017-01-311-2/+5
* Re-do QML type compilation of ahead-of-time generated QML cache filesSimon Hausmann2017-01-316-3/+269
* Remove branch compaction #ifdefSimon Hausmann2017-01-3110-68/+155
* QQmlImportDatabase: Fix static build with clangRobert Loehning2017-01-311-0/+2
* Fix intermixed 32-bit/64-bit buildSimon Hausmann2017-01-311-4/+23
* Correctly specialize TargetPlatform as templateSimon Hausmann2017-01-316-40/+105
* Remove 64-/32-bit platform ifdef in assembler instruction selectionSimon Hausmann2017-01-312-71/+81