aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QQuickTextInput: Don't move the cursor after internalInsert() has done soAndy Shaw2017-07-262-3/+47
* Fix loading of QML plugins with old IID in static buildsSimon Hausmann2017-07-262-2/+5
* Fix compilation with namespaceEskil Abrahamsen Blomfeldt2017-07-261-3/+2
* Fix memory leak in QSGAtlasTexture::Manager::create()Mitch Curtis2017-07-262-4/+5
* Fix QQuickFramebufferObject::Renderer::invalidateFramebufferObject()Wieland Hagen2017-07-251-8/+6
* Do not (dis)connectNotify on dynamically created model item objectsErik Verbruggen2017-07-255-17/+18
* Use __builtin_trap in GCC tooThiago Macieira2017-07-221-1/+1
* Export QQuickWindowAttachedJ-P Nurmi2017-07-181-1/+2
* QQuickWindowQmlImpl: declare attached properties in the headerJ-P Nurmi2017-07-172-3/+4
* Software Adaptation: Fix nested clipping logicAndy Nichols2017-07-171-2/+2
* Add a unit-test for QQuickWidget::grab()Sérgio Martins2017-07-141-0/+10
* Rebuild QQmlData::propertyCache if deleted by another engineDavid Edmundson2017-07-131-1/+6
* Doc: link to Qt::WindowFlags in Window's flag docMitch Curtis2017-07-131-0/+2
* QDoc: Fix syntax error on the definition of the Q_GADGETHolger Hans Peter Freyther2017-07-131-1/+1
* Doc: finish incomplete sentence in Loader’s detailed descriptionMitch Curtis2017-07-111-0/+1
* Fix test for highdpi systemsErik Verbruggen2017-07-101-2/+2
* Doc: explain ListView default Z values in detailMitch Curtis2017-07-061-7/+55
* QQuickFBO: Keep devicePixelRatio qreal as long as possibleLaszlo Agocs2017-07-061-1/+1
* Doc: Add \keyword for "Grouped" and "Attached" property topicsVenugopal Shivashankar2017-07-034-5/+5
* doc: Add font.hintingPreference to font type documentationEskil Abrahamsen Blomfeldt2017-06-301-0/+14
* Merge remote-tracking branch 'origin/5.9.1' into 5.9Liang Qi2017-06-304-9/+94
|\
| * Add changes file for 5.9.1v5.9.1Antti Kokko2017-06-221-0/+83
| * Merge 5.9 into 5.9.1Oswald Buddenhagen2017-06-1938-42/+370
| |\
| * | Fix QML compiler crashes on big endian systemsDmitry Shachnev2017-06-183-9/+11
* | | Bump versionOswald Buddenhagen2017-06-301-1/+1
* | | Update binary compatibility files for Qt 5.9.0 for QtDeclarativeMilla Pohjanheimo2017-06-304-0/+56607
* | | Fix ObjectModel::move() to mark the changes as movesJ-P Nurmi2017-06-292-1/+45
* | | QtQml: restore models definitions in qmltypesMarco Benelli2017-06-291-2/+466
* | | Yarr: Add Q_FALLTHROUGH to fallthroughs detected by GCC 7Friedemann Kleint2017-06-231-4/+5
* | | YarrOp: Initialize membersFriedemann Kleint2017-06-231-4/+4
* | | tst_qquicktext::width(): Fix GCC 7 warning about enum constant in boolean con...Friedemann Kleint2017-06-231-1/+1
* | | Support non-integer pixel-ratio in QQuickWidgetAllan Sandfeld Jensen2017-06-221-6/+8
* | | Fix typo in QQuickWindow::setRenderTarget warningGunnar Sletta2017-06-221-1/+1
* | | Fix alignment issue on ARMv7Simon Hausmann2017-06-221-0/+2
* | | Fix GCC 7 warnings in examplesFriedemann Kleint2017-06-212-2/+2
* | | Doc: Fix link to Window.screenTopi Reinio2017-06-201-1/+1
* | | Silence -Wuninitialized warningAllan Sandfeld Jensen2017-06-201-0/+3
* | | Fix excessive recursion in rendererGunnar Sletta2017-06-191-3/+4
| |/ |/|
* | Don't leak QQmlJavaScriptExpression errorsColin Ogilvie2017-06-162-1/+1
* | Doc: Enclose regular expressions with \badcodeTopi Reinio2017-06-161-1/+7
* | testlib: print out milliseconds for datetimeLiang Qi2017-06-161-0/+6
* | Doc: Avoid copyright text in the codeblock by using \snippetVenugopal Shivashankar2017-06-165-9/+12
* | Delay the deletion of QSGTextures until all windows are synchronizedDominik Holland2017-06-1610-2/+33
* | Prospective build fix for qml compiler on WindowsSimon Hausmann2017-06-141-1/+1
* | qmltest: fix compare() for urlsLiang Qi2017-06-143-0/+72
* | Fix loading QML caches for qrc:/// urlsAlexander Volkov2017-06-134-0/+70
* | Doc: add doc and snippet to model/view documentationNico Vertriest2017-06-132-16/+46
* | Doc: correct link issuesNico Vertriest2017-06-131-1/+1
* | Doc: add doc and examples to RegExpValidator QML typeNico Vertriest2017-06-132-0/+59
* | QQuickItemView: fix releaseItem() loopsJ-P Nurmi2017-06-128-12/+63
|/