aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Eliminate a static global QString in qquickpath.cppJ-P Nurmi2014-04-301-2/+2
* | V4 IR: replace QSets with QBitArray and QVector.Erik Verbruggen2014-04-293-23/+27
* | Add dependency check for quickwidgetsZhang Xingtao2014-04-291-1/+1
* | Ensure RGB32 images are not converted on upload to atlas.Michael Brasser2014-04-281-1/+1
* | Don't forcibly accept touch events if mouse event synthesis is disabledGiuseppe D'Angelo2014-04-251-3/+5
* | Remove unneeded ;Albert Astals Cid2014-04-253-4/+4
* | Append the start time of the current loop to the animation time.Gunnar Sletta2014-04-241-1/+1
* | Reset loop counters when animations are started.Gunnar Sletta2014-04-242-1/+4
* | Fix sequential animations with uncontrolled looped children.Gunnar Sletta2014-04-241-2/+6
* | Fix nested parallel/sequential animations combined with animators.Gunnar Sletta2014-04-241-5/+10
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Tony Sarajärvi2014-04-2416-20/+82
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-2316-20/+82
| |\|
| | * Implement the new inputmethod query API for Qt QuickPaul Olav Tvete2014-04-222-0/+47
| | * If a popup window is opened, do not change the focusShawn Rutledge2014-04-221-4/+6
| | * QQuickItemView/QQuickPathView: Fix creation of delegatesAlbert Astals Cid2014-04-182-0/+4
| | * Make sure the clipPath is retained as state of Context2DUlf Hermann2014-04-181-0/+2
| | * Prevent a crash when the item is deleted but not removed from cacheAndy Shaw2014-04-181-1/+1
| | * Refine fix for dynamic properties on QObjects wrapped in JavaScriptSimon Hausmann2014-04-171-1/+1
| | * V4: fix register usage on ARM.Erik Verbruggen2014-04-173-7/+7
| | * Regenerate mipmaps after changing the imagedata of a texture.Gunnar Sletta2014-04-151-0/+1
| | * Disable mipmap filtering by default in texture materials.Gunnar Sletta2014-04-151-1/+1
| | * Fix assignments of null strings in QML and JavaScriptSimon Hausmann2014-04-122-0/+8
| | * V4 IR: only mark blocks after iterator calculation as loop blocks.Erik Verbruggen2014-04-121-4/+2