aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add a PathItem autotest for the declarative APILaszlo Agocs2017-03-302-1/+21
* PathItem docs for the declarative APILaszlo Agocs2017-03-305-17/+447
* Fix async PathItem results not always showing upLaszlo Agocs2017-03-281-0/+6
* Fix for disappearing VisualPath entries in generic PathItemLaszlo Agocs2017-03-171-5/+9
* Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-03-01216-3935/+7643
|\
| * Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-2834-92/+223
| |\
| | * QQuickLayout: ensure that all change listeners are removedMitch Curtis2017-02-221-4/+11
| | * 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-215-0/+40
| | * 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
| * | QQuickImage: take DPI into account for implicit and painted sizesMitch Curtis2017-02-241-14/+18
| * | QQuickImageBase: allow derived classes to affect devicePixelRatio usageMitch Curtis2017-02-242-20/+31
| * | sources: Add missing override and remove redundant virtualAlexander Volkov2017-02-2324-152/+152
| * | Positioners: allow distinguishing between implicit/explicit child sizeMitch Curtis2017-02-233-41/+133
| * | Positioners: remove unused header includesMitch Curtis2017-02-233-7/+0
| * | Add samples property for Item.layer and ShaderEffectSourceLaszlo Agocs2017-02-2310-5/+119
| * | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLars Knoll2017-02-1537-336/+719
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-02-1437-336/+719
| | |\|
| | | * 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