aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation on MSVC 2008Simon Hausmann2014-05-271-5/+16
* Fix crash (failing assertion) when declaring a non-string id propertySimon Hausmann2014-05-271-1/+1
* Fix QQmlScriptString::isEmpty for script strings without source codeSimon Hausmann2014-05-271-1/+3
* Fix crash when sharing data structures between 32-bit and 64-bitSimon Hausmann2014-05-262-24/+36
* Fix cached compilation units for file importsSimon Hausmann2014-05-261-0/+2
* V4 JIT: fix usage of d1 on ARM.Erik Verbruggen2014-05-261-1/+0
* Mark clip node dirty regardless of how its geometry was changed.Gunnar Sletta2014-05-221-1/+1
* 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
* Merge remote-tracking branch 'origin/release' into stableIikka Eklund2014-05-209-42/+317
|\
| * Fix QJSEngine::evaluate using the wrong execution contextv5.3.0Simon Hausmann2014-05-091-4/+9
| * Fix crash on host/target word size mismatchesSimon Hausmann2014-05-092-11/+6
| * Update qmltypes filesAlan Alpert2014-05-065-23/+295
| * Android: Fix crash in String.replace() in release buildsv5.3.0-rc1Eskil Abrahamsen Blomfeldt2014-05-051-4/+7
| * Always implement text input "canPaste" propertyBernd Weimer2014-05-022-6/+4
* | Fix improper antialiasing property behaviorOleg Shparber2014-05-191-3/+5
* | Fix crash with running animators on re-shown windows.Gunnar Sletta2014-05-195-9/+68
* | TextEdit: fix cursor rectangle positioningJ-P Nurmi2014-05-161-2/+5
* | 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-141-6/+3
* | Implement proper support for layoutChange in QQmlDelegateModelDaniel Vrátil2014-05-124-7/+69
* | Doc: Fix invalid cross-referenceKevin Funk2014-05-121-1/+1
* | Remove V8 profiler serviceUlf Hermann2014-05-096-431/+0
* | V4 IR: remove unused fields from BasicBlockErik Verbruggen2014-05-091-3/+4
* | Re-fix the warning from cached-powers.ccThiago Macieira2014-05-091-0/+6
* | Android: Add support for new input method query APIPaul Olav Tvete2014-05-082-3/+12
* | Item views: prevent negative cache bufferJ-P Nurmi2014-05-073-4/+9
* | nest quickwidgets into the opengl conditionalOswald Buddenhagen2014-05-071-2/+2
* | Fix typo in QQuickText documentation.Mitch Curtis2014-05-071-1/+1
* | QWindowsFontEnginge uses GetGlyphOutline which seems to failJørgen Lind2014-05-071-2/+9
* | Remove references of QML as a 'declarative' languageKai Koehne2014-05-073-12/+16
* | QQmlPlatform: use QStringLiteral instead of QLatin1StringJ-P Nurmi2014-05-061-9/+9
* | Return "winphone" and "winrt" for Qt.platform.os when appropriateAndrew Knight2014-05-061-0/+4
* | QQuickRenderControl: Fix compilation with MSVC compilerLouai Al-Khanji2014-05-051-1/+1
* | Invalidate text painting nodes when document text block is updatedSarunas Valaskevicius2014-05-052-0/+9
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-0163-253/+632
|\|
| * v4: ignore quiet bit for NaNs in 32 bit value encodingFawzi Mohamed2014-04-301-10/+11
| * Doc: Remove references to the unimplemented 'time' typeSze Howe Koh2014-04-301-3/+0
| * v4: assert when an unsupported double value is stored in a valueFawzi Mohamed2014-04-301-2/+2
| * Fix linking of qmlimportscanner in MSVC debug builds.Friedemann Kleint2014-04-281-1/+1
| * Fix translations in states causing failing assertionsSimon Hausmann2014-04-282-12/+29
| * Fix packaging buildsSimon Hausmann2014-04-281-2/+2