aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix some bugs related to child mouse filteringwip/pointerhandlerJan Arve Saether2017-08-083-5/+89
* Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-08-08199-2441/+61008
|\
| * Add very basic compressed texture supportMichael Brasser2017-08-079-7/+523
| * Normalize dashOffset behavior between renderer backendsBerthold Krevert2017-08-051-3/+3
| * qmlplugindump: fix "useQApplication set but not used" build errorMitch Curtis2017-08-041-0/+1
| * Add tabStopDistance property to QQuickTextEditPaolo Angelelli2017-08-032-0/+31
| * Ignore qqmldebugjs/profilerservice failures in win/gccSimon Hausmann2017-08-023-3/+64
| * 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-2843-65/+248
| |\
| | * Ignore debugger failures with GCC on WindowsSimon Hausmann2017-07-2811-3/+53
| | * 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-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
| * | Blacklist tst_QQuickWindow::attachedProperty on Windows and macOSSimon Hausmann2017-07-281-0/+4
| * | Adjust QMAKE_TARGET_PRODUCT, QMAKE_TARGET_DESCRIPTIONKai Koehne2017-07-2812-22/+13
| * | Remove custom setting of qmake VERSION field in toolsKai Koehne2017-07-2811-67/+0
| * | Rename property to rendererTypeBerthold Krevert2017-07-283-3/+3
| * | 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-1412-14/+158
| * | Add support for enum declarations in QMLMichael Brasser2017-07-1339-1505/+2014
| * | Add QQuickItem::ItemEnabledHasChangedJ-P Nurmi2017-07-114-2/+21
| * | Add shapes example doc pageLaszlo Agocs2017-07-062-0/+39
| * | QQuickText: don't clear the text formats on every layoutJ-P Nurmi2017-07-063-4/+67
| * | shapes: Add example linksLaszlo Agocs2017-07-061-1/+3
| * | shape: Revise performance notes in the docsLaszlo Agocs2017-07-061-22/+37
| * | qmlscene: add an option to request core profile contextsLaszlo Agocs2017-07-061-0/+9
| * | 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