aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rework custom parser integrationSimon Hausmann2014-06-0418-497/+288
* V4 IR: lower the number of memory allocations.Erik Verbruggen2014-06-031-24/+51
* TextInput: implement the new input method APIJ-P Nurmi2014-06-022-0/+16
* V4: teach the disassembler about VMUL, VCVT, and VCMP on ARM.Erik Verbruggen2014-06-022-0/+130
* V4: support calling constants.Erik Verbruggen2014-06-023-6/+22
* V4 IR: make the local-with-temp substitution into a separate pass.Erik Verbruggen2014-06-021-0/+81
* V4 IR: clean up DefUses(Calculator)Erik Verbruggen2014-06-021-375/+377
* V4 IR: make statement numbering fixed and clean up statement worklists.Erik Verbruggen2014-05-285-196/+257
* V4 IR: replace QHash in DefUses with a vector.Erik Verbruggen2014-05-271-41/+65
* V4 IR: removed a couple of hashes and sets.Erik Verbruggen2014-05-262-58/+92
* V4: add back HAVE_ALU_OPS_WITH_MEM_OPERAND.Erik Verbruggen2014-05-261-0/+4
* V4: Fix compilation failure on BB10 x86 and QNX6 x86Sergio Ahumada2014-05-261-2/+2
* V4: clean-up target specific register definitions and stack usageErik Verbruggen2014-05-246-305/+517
* V4: Split arguments/locals from temps.Erik Verbruggen2014-05-2319-815/+946
* Avoid direct GL calls in QuickLaszlo Agocs2014-05-2318-218/+234
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-05-2276-1023/+1899
|\
| * Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-2276-1023/+1899
| |\
| | * Re-enable qquicktextinput test on Mac OS XSimon Hausmann2014-05-211-2/+0
| | * Fix failing assertion inside MSVC STL in debug buildsSimon Hausmann2014-05-211-2/+2
| | * Fix Number.toExponential with parameterSimon Hausmann2014-05-211-1/+1
| | * Don't crash on AndroidPaul Olav Tvete2014-05-211-1/+7
| | * Fix copy and paste errorFrederik Gladhorn2014-05-211-1/+3
| | * Fix copy and paste errorFrederik Gladhorn2014-05-211-1/+1
| | * Focus event fix for QQuickWidgetPaul Olav Tvete2014-05-213-1/+25
| | * Make a pro file based project out of the photoviewer exampleNiels Weber2014-05-2112-67/+175
| | * Merge remote-tracking branch 'origin/release' into stableIikka Eklund2014-05-2033-796/+1261
| | |\
| | | * Fix QJSEngine::evaluate using the wrong execution contextv5.3.0Simon Hausmann2014-05-092-4/+48
| | | * Fix crash on host/target word size mismatchesSimon Hausmann2014-05-092-11/+6
| | | * Update qmltypes filesAlan Alpert2014-05-066-24/+296
| | | * Android: Fix crash in String.replace() in release buildsv5.3.0-rc1Eskil Abrahamsen Blomfeldt2014-05-051-4/+7
| | | * StocQt demo improvementMika Salmela2014-05-0221-719/+850
| | | * Always implement text input "canPaste" propertyBernd Weimer2014-05-022-6/+4
| | | * Add [ChangeLog] tags to qtdeclarative changelog.Alan Alpert2014-05-021-34/+54
| | * | Fix improper antialiasing property behaviorOleg Shparber2014-05-192-3/+12
| | * | Fix tst_qquicktextedit::cursorRectangle_QTBUG_38947()J-P Nurmi2014-05-192-9/+14
| | * | Fix crash with running animators on re-shown windows.Gunnar Sletta2014-05-196-9/+171
| | * | TextEdit: fix cursor rectangle positioningJ-P Nurmi2014-05-163-2/+44
| | * | Accessibility: add focus actionFrederik Gladhorn2014-05-162-0/+27
| | * | Doc: Polish property binding explanationsSze Howe Koh2014-05-163-54/+39
| | * | Doc: Describe property bindings in terms of relationshipsSze Howe Koh2014-05-166-56/+83
| | * | Fix typo in Image documentation.Mitch Curtis2014-05-151-1/+1
| | * | V4 IR: change BasicBlockSet::const_iterator to use std::find.Erik Verbruggen2014-05-151-20/+12
| | * | Fix regression in QJSValueIterator::next() since Qt 5.1.1Gunnar Sletta2014-05-142-6/+30
* | | | V4: fix disassembler address printing for 64bit.Erik Verbruggen2014-05-221-1/+1
* | | | Be conservative with atlas allocation for Cover windows.Gunnar Sletta2014-05-221-0/+10
* | | | V4 IR: change datastructure of the worklist used by type inference.Erik Verbruggen2014-05-221-48/+119
|/ / /
* | | V4: replace debug macro by compile time constant.Erik Verbruggen2014-05-213-83/+84
* | | V4 IR: change IR printing to use a visitor.Erik Verbruggen2014-05-214-452/+438
* | | Introduce TextInput::ensureVisible(int position)J-P Nurmi2014-05-214-21/+94
* | | Fix tst_qquicktextinput::copyAndPaste() for asynchronous clipboard notification.Friedemann Kleint2014-05-211-3/+3