aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix some bugs related to child mouse filteringwip/pointerhandlerJan Arve Saether2017-08-082-5/+9
* Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-08-08133-2339/+3763
|\
| * Add very basic compressed texture supportMichael Brasser2017-08-076-7/+510
| * Normalize dashOffset behavior between renderer backendsBerthold Krevert2017-08-051-3/+3
| * Add tabStopDistance property to QQuickTextEditPaolo Angelelli2017-08-032-0/+31
| * shapes: Rip out more JS API leftoversLaszlo Agocs2017-07-318-291/+49
| * Move shapes-related shaders to under the shapes pluginLaszlo Agocs2017-07-2914-10/+69
| * Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-2829-59/+138
| |\
| | * Add QDebugStateSaver to operator<<(QDebug, const QSGRootNode)Jesus Fernandez2017-07-271-0/+1
| | * QJSEngine: document limitation of dynamic QObject propertiesMitch Curtis2017-07-272-1/+19
| | * QQuickTextInput: Don't move the cursor after internalInsert() has done soAndy Shaw2017-07-261-2/+2
| | * 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
| | * 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
| | * 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
| * | Rename property to rendererTypeBerthold Krevert2017-07-282-2/+2
| * | Check for GL_NV_path_rendering extensionBerthold Krevert2017-07-251-2/+6
| * | Ensure same glyph cache is used for same font at different sizesEskil Abrahamsen Blomfeldt2017-07-243-3/+26
| * | Fix linking if apps using QQmlPropertyMap when using version scriptsSimon Hausmann2017-07-182-13/+5
| * | Add support for QEvent::LanguageChangeSimon Hausmann2017-07-149-14/+97
| * | Add support for enum declarations in QMLMichael Brasser2017-07-1326-1505/+1916
| * | Add QQuickItem::ItemEnabledHasChangedJ-P Nurmi2017-07-114-2/+21
| * | QQuickText: don't clear the text formats on every layoutJ-P Nurmi2017-07-062-4/+12
| * | shapes: Add example linksLaszlo Agocs2017-07-061-1/+3
| * | shape: Revise performance notes in the docsLaszlo Agocs2017-07-061-22/+37
| * | Refactor le integer types from qjson_p.h to qendian_p.hAllan Sandfeld Jensen2017-07-068-160/+153
| * | shape: Call base impl for componentCompleteLaszlo Agocs2017-07-061-3/+3
| * | shapes: Remove componentComplete from QQuickShapePrivateThomas Hartmann2017-07-062-3/+1
| * | Update plugins.qmltypes for ShapesMarco Benelli2017-07-061-192/+25
| * | Update QtQuick 2 plugins.qmltypesThomas Hartmann2017-07-061-2/+12
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-0430-44/+576
| |\|
| | * 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-303-9/+11
| | |\
| | | * Merge 5.9 into 5.9.1Oswald Buddenhagen2017-06-1930-42/+194
| | | |\
| | | * | Fix QML compiler crashes on big endian systemsDmitry Shachnev2017-06-183-9/+11
| | * | | Fix ObjectModel::move() to mark the changes as movesJ-P Nurmi2017-06-291-1/+1
| | * | | 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