aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix a couple of container detachmentsSérgio Martins2016-01-052-2/+2
* | Doc: Added brief statements for Qt examples overview pageNico Vertriest2016-01-055-0/+7
* | don't rely on transitive dependenciesOswald Buddenhagen2016-01-052-0/+4
* | QQmlXmlHttpRequest: Fix a memory leak on use of XMLHttpRequest's responseXML.Robin Burchell2016-01-051-0/+1
* | QQuickRepeater: Use qmlobject_(dis)connect instead of regular (dis)connect.Robin Burchell2016-01-051-10/+12
* | Fix value changed logic for ValueTypeProvider typesFrank Meerkoetter2016-01-043-1/+109
* | Make QQuickPaintedItem support Item::layerGunnar Sletta2016-01-041-0/+7
* | Fix typos in ParticleSystem documentationMitch Curtis2016-01-041-2/+2
* | QQuickFlipable: Set enabled property on whichever side is considered active.Robin Burchell2015-12-311-4/+13
* | Fix crash in a non-debug build with assertions enabledThiago Macieira2015-12-291-12/+4
* | QQuickDropArea include cleanupSamuel Gaist2015-12-242-5/+0
* | Fix ListView.OverlayHeaderJ-P Nurmi2015-12-233-2/+146
* | Revert "Fix QtSharedPointer::ExternalRefCountData object leaks"J-P Nurmi2015-12-236-27/+2
* | V4: Shrink IR::Temp by removing unnecessary padding.Erik Verbruggen2015-12-231-5/+5
* | Fix inconsistent use of 'override'.Erik Verbruggen2015-12-231-2/+2
* | Improve Scene Graph and Rendering documentationMitch Curtis2015-12-211-2/+2
* | Fix QtSharedPointer::ExternalRefCountData object leaksJian Liang2015-12-186-2/+27
* | qml: preserve composite singleton types.Marco Benelli2015-12-176-8/+40
* | Link to drag and drop examples in relevant placesMitch Curtis2015-12-162-0/+3
* | Fix crash when grabbing a QQuickWidget before it is shown.Friedemann Kleint2015-12-152-6/+16
* | Fix QQuickPaintedItem::renderTarget docsJ-P Nurmi2015-12-151-1/+1
* | Don't warn about non-existent default properties when one was foundMitch Curtis2015-12-154-5/+64
* | Fix containsMouse with touch and hoverEnabledPaul Olav Tvete2015-12-153-0/+137
* | Fix shader compiler error (uniform and out variables with same name)Sean Harmer2015-12-151-2/+2
* | QQuickWidget: Update position of offscreen window in show().Friedemann Kleint2015-12-151-0/+1
* | qmlplugindump: Don't try to import Qt.test.qtestrootAlbert Astals Cid2015-12-151-0/+8
* | qDelete(hash/map.values()) -> qDelete(hash/map)Albert Astals Cid2015-12-152-2/+2
* | Fix styled text core profile shaderSean Harmer2015-12-151-3/+3
* | QQuickTextEdit: Fully qualify enumerations in changed() signals.Friedemann Kleint2015-12-152-6/+9
* | qmlplugindump: add manual tests.v5.6.0-beta1Marco Benelli2015-12-1028-0/+1190
* | Clean up correctly in rendercontrol to avoid crashesLaszlo Agocs2015-12-092-7/+13
* | Particle Turbulence image now reads correctly from QRC or local filesAriel Molina2015-12-081-1/+2
* | Turbulence was accidentally deactivated on geometry changedAriel Molina2015-12-081-1/+0
* | Make QQuickWidget update inside a proxy widgetLaszlo Agocs2015-12-081-1/+8
* | Correct heightmap values for TurbulenceAriel Molina2015-12-071-3/+3
* | QQuickImageBase: Add support for @3x imagesOlivier Goffart2015-12-071-28/+12
* | ListView: Sanitize visibleItems list after model insertionsGabriel de Dietrich2015-12-073-17/+62
* | Flickable: avoid perturbing the timeline further while in overshootShawn Rutledge2015-12-071-4/+6
* | Auto-tests for fast model updates while flickingGabriel de Dietrich2015-12-074-2/+160
* | QQuickAnimatorJob: store the target with a QPointerPaul Lemire2015-12-074-1/+84
* | Add .qmltypes files for built-in QML APIOswald Buddenhagen2015-12-075-0/+1876
* | tst_qquicktextedit::hAlignVisual(): Fix failure on Windows.Friedemann Kleint2015-12-071-0/+1
* | MultiPointTouchArea: Fixed released() duplication on mouse release.Alexandr Akulich2015-12-021-6/+2
* | QQuickListView: Refactor FxViewItem releasing codeGabriel de Dietrich2015-12-011-14/+16
* | Initialize _startX and _startYAlbert Astals Cid2015-12-011-0/+1
* | Properly check the arguments of mapFrom/ToItemLars Knoll2015-12-013-21/+69
* | Fix test casesLars Knoll2015-12-013-4/+4
* | Update examples to deal correctly with fine-grained wheel eventsAllan Sandfeld Jensen2015-11-302-8/+4
* | qquickwindow: handle QEvent::ShortcutOverrideRichard Moe Gustavsen2015-11-301-0/+7
* | Fix autotests for change in QtNetworkDaniel Molkentin2015-11-295-6/+6