aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | StocQt demo: Fix text layout issuesTopi Reinio2015-07-162-65/+65
* | Fix trivial bug where ArrayBuffer.isView never returned falseNobuaki Sukegawa2015-07-152-1/+10
* | Doc: replace Mac OS X with OS XNico Vertriest2015-07-157-7/+7
* | Test if the state machine reacts to a QObject signal.BogDan Vatra2015-07-154-1/+201
* | Fix QML/JS debugging.Erik Verbruggen2015-07-121-5/+5
* | V4: track C++ heap usage for Strings in the MemoryManagerErik Verbruggen2015-07-107-19/+75
* | doc: fix copy/paste error in warningGunnar Sletta2015-07-091-1/+1
* | Flickable: drag-over-bounds is not velocity-sensitiveShawn Rutledge2015-07-092-16/+34
* | QtQml: Fix const correctness in old style castsThiago Macieira2015-07-0920-44/+45
* | Fix encoding of QV4::Value in host buildsSimon Hausmann2015-07-082-10/+18
* | Fix more casts that dropped the constness.Thiago Macieira2015-07-071-2/+2
* | Fix ICC warning about change of signThiago Macieira2015-07-072-3/+3
* | Delete QQuickWindow's animator driver at the right time.Gunnar Sletta2015-07-044-4/+11
* | QSGSimpleTextureNode: Fix ownership of QSGTextureTobias Koenig2015-07-032-2/+23
* | Improve support for HTML entities in StyledTextKai Uwe Broulik2015-07-032-0/+8
* | Add lancelot test for Emoji text rendering / color glyphsTor Arne Vestbø2015-06-291-0/+45
* | Bump versionOswald Buddenhagen2015-06-291-1/+1
* | Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-2620-105/+395
|\ \
| * | Version scrollGestureEnabled as a new propertyv5.5.0-rc1v5.5.0Alan Alpert2015-06-150-0/+0
| * | Version scrollGestureEnabled as a new propertyAlan Alpert2015-06-143-2/+4
| * | Make argument to QQmlDebuggingEnabler::startTcpServer an enumUlf Hermann2015-06-103-10/+26
| * | V4: Fix use of uninitialized field.Erik Verbruggen2015-06-081-4/+1
| * | Add a version of BitVector that uses QBitArray.Erik Verbruggen2015-06-081-0/+54
| * | Wrap std::vector<bool> in our own class.Erik Verbruggen2015-06-081-74/+112
| * | Added auto-generated change logSimon Hausmann2015-06-041-0/+105
| * | Redirect the default FBO correctly with QQuickWidgetLaszlo Agocs2015-06-032-3/+11
| * | Add left, right, top and bottom properties to basic QML rect type.Mitch Curtis2015-06-039-12/+82
* | | Fix documentation for ItemSelectionModelGabriel de Dietrich2015-06-261-7/+12
* | | Correctly initialize ListView section attached properties.Martin Jones2015-06-253-13/+82
* | | Fix missing images when alpha and shader effects are involvedLaszlo Agocs2015-06-251-0/+11
* | | Doc: resize tables with overflowNico Vertriest2015-06-2519-69/+130
* | | Support 32-bit color bitmap glyphs in native text rendering.Eli Fidler2015-06-234-6/+67
* | | Doc: document work-around for static builds using dynamic object creationRichard Moe Gustavsen2015-06-181-0/+9
* | | QSGDefaultRectangleNode: Fix gradient position calculationsSanttu Lakkala2015-06-173-4/+36
* | | Enable high-dpi mode for qml.app on OS X.Morten Johan Sørvig2015-06-161-0/+2
* | | qml: Output information about build and GL renderer in verbose mode.Friedemann Kleint2015-06-151-15/+57
* | | Android: Another work around bug of Vertex ShaderTakumi ASAKI2015-06-121-2/+5
* | | Improve qml error message "invalid alias location"Aleix Pol2015-06-106-8/+8
* | | Fix performance regression in Image construction.Gunnar Sletta2015-06-084-5/+9
* | | qml: Add options to control the GL renderer.Friedemann Kleint2015-06-041-0/+10
* | | qmlscene: Add option --verbose to obtain diagnostic output.Friedemann Kleint2015-06-041-2/+63
* | | qmlscene: Add options to control the GL renderer.Friedemann Kleint2015-06-041-18/+29
* | | tst_qquickwindow: Prospective fix for instability of cursor test.Friedemann Kleint2015-06-031-45/+95
|/ /
* | Fix flickering when QQuickWidget becomes visibleJoni Poikelin2015-06-011-1/+1
* | Document the render loops a bit moreLaszlo Agocs2015-05-281-6/+29
* | Purge use of VisualDataModel from docs where DelegateModel is requiredAlex Blasche2015-05-284-9/+12
* | Calqlatr Demo: Adjust ListView delegate height based on font sizeTopi Reinio2015-05-261-1/+1
* | Makes it possible to extract all data from a QML DropAreaAleix Pol2015-05-234-0/+52
* | Fix the implicitSize of SVG Images on retina displayJocelyn Turcotte2015-05-221-1/+1
* | qquickwindow: ensure we delete the correct delayed touch event after deliveryRichard Moe Gustavsen2015-05-223-19/+18