aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Version scrollGestureEnabled as a new propertyAlan Alpert2015-06-143-2/+4
* Make argument to QQmlDebuggingEnabler::startTcpServer an enumUlf Hermann2015-06-102-8/+24
* 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
* 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-034-4/+66
* 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
* Makes it possible to extract all data from a QML DropAreaAleix Pol2015-05-233-0/+23
* 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-222-16/+17
* 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-122-4/+17
* Add QtQuick::Text::font.weight enum valuesShawn Rutledge2015-05-115-5/+33
* 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 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-061-32/+39
* Enhance QQuickFramebufferObject docs regarding the stateLaszlo Agocs2015-05-061-0/+11
* QQuickWindow: Replace assert() on unreleased touch points by warning.Friedemann Kleint2015-05-061-1/+6
* Fix implicitHeight for Text items bindings dependent on implicitWidth.Andrew den Exter2015-05-041-0/+35
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Simon Hausmann2015-05-042-19/+10
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-05-042-19/+10
| |\
| | * Fix passing of locals as function arguments with side-effectsSimon Hausmann2015-04-301-1/+1
| | * Avoid calling potentially pure virtual methodDavid Edmundson2015-04-271-18/+9
* | | Avoid QQuickItem in materials's compare() on the render threadGunnar Sletta2015-05-041-5/+21
|/ /
* | Fix default value for XMLHttpRequest.response propertySimon Hausmann2015-05-031-1/+1
* | Create QOpenGLContext with the correct screenv5.5.0-beta1Jan Arne Petersen2015-05-021-0/+1
* | Fix uninitialized variables/dataSimon Hausmann2015-04-293-2/+3
* | Doc: Fix linking issues in Item QML type documentationTopi Reinio2015-04-291-5/+5
* | Fix rendercontrol example for screens with different dprLaszlo Agocs2015-04-281-0/+5
* | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Simon Hausmann2015-04-273-3/+11
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-04-273-3/+11
| |\|
| | * Doc: corrected error on return value qmlRegisterTypeNico Vertriest2015-04-241-1/+1
| | * QML: do not check stack size if stack grows upRolf Eike Beer2015-04-211-1/+9
| | * fix model leak in QQmlInstantiatorAlexandr Rekunkov2015-04-181-1/+1
* | | Only heap allocate binding bits storage if needed.Aaron Kennedy2015-04-272-15/+43
|/ /