aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-1325-469/+283
|\
| * Doc: add docs for Photo Surface demoLeena Miettinen2014-05-131-4/+126
| * Implement proper support for layoutChange in QQmlDelegateModelDaniel Vrátil2014-05-124-7/+69
| * Doc: Fix invalid cross-referenceKevin Funk2014-05-121-1/+1
| * Fix some typos in usage string.Jeff Tranter2014-05-091-2/+2
| * Fix tst_textedit.qmlBernd Weimer2014-05-091-9/+38
| * 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-074-4/+13
| * 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
* | Minor: Remove unneeded include from qquickitem.hKevin Funk2014-05-133-1/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-10403-4333/+8918
|\|
| * Doc: add docs for Calqlatr exampleLeena Miettinen2014-05-071-4/+112
| * Remove references of QML as a 'declarative' languageKai Koehne2014-05-076-20/+24
| * QQmlPlatform: use QStringLiteral instead of QLatin1StringJ-P Nurmi2014-05-061-9/+9
| * Be more verbose about actual results in tst_qqmlprofilerserviceUlf Hermann2014-05-061-27/+38
| * Return "winphone" and "winrt" for Qt.platform.os when appropriateAndrew Knight2014-05-061-0/+4
| * qmlplugindump: Fix platform plugin specification.Friedemann Kleint2014-05-051-1/+3
| * fix copying of qmldir file to build dirOswald Buddenhagen2014-05-051-10/+2
| * 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-0173-282/+771
| |\
| | * 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-285-12/+111
| | * Fix packaging buildsSimon Hausmann2014-04-281-2/+2
| | * Fix marking of prototype objects in internal class poolSimon Hausmann2014-04-286-17/+74
| | * Follow QOpenGLContext API renamingLaszlo Agocs2014-04-2515-24/+24
| | * 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-244-1/+8
| | * Fix parsing of JS imports from JS filesSimon Hausmann2014-04-241-28/+30
| | * Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-2338-176/+448
| * | QQuickStyledText: do not insert an extra blank line in the beginningJ-P Nurmi2014-05-012-21/+21
| * | Fix qmltest/animators/tst_on.qmlBernd Weimer2014-04-301-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-292-3/+3
| * | 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