aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * 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
* | | Number: Improve ES6 compatibilityRobin Burchell2017-02-142-3/+55
* | | dynamic_cast -> qobject_cast for QObjectDerived*Robin Burchell2017-02-142-6/+6
|/ /
* | As crazy as it is, redefinition of global properties should workRobin Burchell2017-02-091-1/+1
* | Object: Introduce set and setIndexedRobin Burchell2017-02-093-1/+40
* | Object: Allow put and putIndexed to return success or failureRobin Burchell2017-02-0920-87/+101
* | QV4Object: Remove helper put() methodRobin Burchell2017-02-095-15/+11
* | ObjectPrototype: Implement Object.assign from ES6Robin Burchell2017-02-092-1/+48
* | Add String.prototype.repeat from ECMAScript 6Robin Burchell2017-02-093-0/+18
* | ObjectPrototype: Improve ES6 complianceRobin Burchell2017-02-071-32/+35
* | DatePrototype: In ES6, this is an Object, not a DateObjectRobin Burchell2017-02-071-1/+1
* | DateObject: Add a bunch of exception checksRobin Burchell2017-02-071-0/+28
* | Date.prototype: Fixes for ES6 complianceRobin Burchell2017-02-071-4/+19
* | Privately expose QQuickImagePrivateMitch Curtis2017-02-061-1/+1
* | ObjectPrototype: Object.freeze() no longer sets TypeError for a non-ObjectRobin Burchell2017-02-031-2/+5
* | FunctionObject: Mark name/length property configurableRobin Burchell2017-02-034-8/+26
* | NumberObject: Copy parseInt and parseFloat from the global objectRobin Burchell2017-02-031-3/+22
* | parser: Add "let" keyword (& T_LET)Robin Burchell2017-02-038-1086/+1153
* | compiler: Rename _env to _variableEnvironmentRobin Burchell2017-02-033-71/+71
* | Codegen: Disallow duplicate declarations of const propertiesRobin Burchell2017-02-032-5/+28
* | Codegen: Disallow const declaration without an initializer expressionRobin Burchell2017-02-022-1/+5
|/