aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | Fix basic and windows render loops to use the correct screenLaszlo Agocs2015-05-212-0/+2
* | Fix null pointer dereference in QQmlImportNamespaceVishesh Handa2015-05-201-4/+6
* | Optionally apply orientation on imagesAllan Sandfeld Jensen2015-05-199-38/+131
* | WinRT: fix warningsMaurice Kalinowski2015-05-193-1/+6
* | Fix render loop warning about invalid geometry of exposed windows.Friedemann Kleint2015-05-191-2/+4
* | Fix MSVC warning about unused variableSimon Hausmann2015-05-191-0/+1
* | MSVC: Fix compiler warningKai Koehne2015-05-191-0/+1
* | QtQuick: Fix const correctness in old style castsThiago Macieira2015-05-1310-24/+29
* | Create contexts and pbuffers with the correct screen in QQuickWidgetLaszlo Agocs2015-05-121-2/+12
* | QML: fix mixed debug/release build on OSX.Erik Verbruggen2015-05-122-7/+1
* | Hide cursor when text fields becomes read onlySanttu Lakkala2015-05-123-4/+19
* | Add QtQuick::Text::font.weight enum valuesShawn Rutledge2015-05-115-5/+33
* | qmllint: Fix parsing js files with .import directivesSérgio Martins2015-05-091-5/+1
* | Add protection against "wrong" marking in debug buildsSimon Hausmann2015-05-082-0/+16
* | Fix memory corruption when sharing QObjects between different QML enginesSimon Hausmann2015-05-084-12/+34
* | Avoid namespacing QTEST_MAINRainer Keller2015-05-086-35/+95
* | Avoid uninitialized bytes in QV4::CompiledDataSimon Hausmann2015-05-081-0/+1
* | Fix memory corruption in array handlingSimon Hausmann2015-05-081-3/+2
* | Fix memory corruption when multiple QML engines have JavaScript wrappers for ...Simon Hausmann2015-05-084-21/+25
* | BorderImage support for @2x assetsAndy Nichols2015-05-066-32/+138
* | Enhance QQuickFramebufferObject docs regarding the stateLaszlo Agocs2015-05-061-0/+11