aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * Fix marking of prototype objects in internal class poolSimon Hausmann2014-04-285-17/+58
| * Follow QOpenGLContext API renamingLaszlo Agocs2014-04-2514-23/+23
| * Getting the render window of an offscreen windowPaul Olav Tvete2014-04-243-5/+51
| * V4 regalloc: fix register spill choice under high pressure.Erik Verbruggen2014-04-241-1/+9
| * Fix crash when loading QML that tries to set non-existent group propertiesSimon Hausmann2014-04-241-1/+2
| * Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-2337-176/+444
* | QQuickStyledText: do not insert an extra blank line in the beginningJ-P Nurmi2014-05-011-1/+1
* | V4 regalloc: optimize fixed interval creation.Erik Verbruggen2014-04-302-33/+42
* | V4 IR: more copy removal.Erik Verbruggen2014-04-303-37/+55
* | Mark material as dirty after changing color's opacity in Rectangle.Gunnar Sletta2014-04-301-5/+15