aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
* | Update the shader when devicePixelRatio changesPaul Olav Tvete2015-03-271-1/+9
* | Another fix to avoid detaching the m_windows list.Robert Griebl2015-03-251-3/+3
* | Fixed a memory-leak when changing property bindings in states.Robert Griebl2015-03-251-0/+5
* | Fix disappearing text in selectionsEskil Abrahamsen Blomfeldt2015-03-242-34/+29
* | Fix inconsistent overrides. [-Winconsistent-missing-override]Sérgio Martins2015-03-221-2/+2
* | QQuickWindow touch event compression: retain previous positionsShawn Rutledge2015-03-201-6/+9
* | Allow Flickable's grab to be stolen if dragging over bounds.Andrew den Exter2015-03-191-1/+15
* | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Frederik Gladhorn2015-03-171-3/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-171-3/+2
| |\|
| | * Make sure we deref an item from its window.Gunnar Sletta2015-03-061-3/+2
* | | Repeater: Don't rely on the createFrom variableJørgen Lind2015-03-172-51/+45
|/ /
* | Fix usage of QtQmlDevTools private headers on OSX with framework buildsSimon Hausmann2015-03-163-3/+3
* | PathView: use qt.quick.itemview.lifecycle logging categoryShawn Rutledge2015-03-131-3/+17
* | Handle context loss in the threaded render loopLaszlo Agocs2015-03-123-0/+21
* | Fix flickable stealing gestures when height >= contentHeight.Andrew den Exter2015-03-111-4/+4
* | Doc: Removed the release notes for Qt Quick and Qt QmlVenugopal Shivashankar2015-03-092-456/+2
* | Reduce number of allocations when constructing text nodesEskil Abrahamsen Blomfeldt2015-03-092-36/+90
* | Implement cache property for QQuickAnimatedImageDaiwei Li2015-03-062-2/+32
* | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Frederik Gladhorn2015-03-063-2/+8
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-033-2/+8
| |\|
| | * Fix crash in overdraw and change visualizersDaiwei Li2015-02-251-2/+2
| | * Fix memory leak of QSGContext object in QSGThreadedRenderLoopjian liang2015-02-242-0/+6
* | | TextEdit: Block's update should update paint nodeRuslan Nigmatullin2015-03-051-0/+7
* | | Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-0514-43/+44
|/ /
* | Use of fullsize distance field textures should be font-dependent.Michael Brasser2015-03-031-7/+1
* | Avoid assert in rich text when img width is invalidEskil Abrahamsen Blomfeldt2015-03-021-2/+2
* | QQuickWindow: rename deliverGestureEvent to deliverNativeGestureEventShawn Rutledge2015-02-272-4/+4
* | QQuickWindow: move deliverGestureEvent outside QT_NO_WHEELEVENT sectionShawn Rutledge2015-02-271-17/+16
* | QtQuick: Micro-optimize iterator loops.Friedemann Kleint2015-02-2611-35/+38
* | Optimize distance field construction.Michael Brasser2015-02-252-4/+13
* | Allow glyph cache textures to be created at full size.Michael Brasser2015-02-252-3/+20
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-2423-72/+104
|\|
| * docs: Add a link to Drag and DropArea in MouseArea's drag sectionSérgio Martins2015-02-171-0/+2
| * Doc: fix exampleJoerg Bornemann2015-02-161-1/+2
| * Fix width/height property assignment during animations.Aaron McCarthy2015-02-121-1/+1
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-101-1/+1
| |\
| | * QQuickTextItem: fix crash on polishingGiuseppe D'Angelo2015-01-291-1/+1
| * | Doc: fix a file name of an imageLiang Qi2015-02-061-0/+0
| * | Fix regression where QQuickScreenAttached overwrites QScreen valuesAlbert Astals Cid2015-02-062-2/+10
| * | Fix crash when QQuickWindow::updatePolish() deletes QQuickItems.Gunnar Sletta2015-02-061-14/+16
| * | Doc: link issues qtdeclarativeNico Vertriest2015-02-048-31/+29
| * | TextInput: update the baseline offset when vertical alignment changesJ-P Nurmi2015-02-031-0/+1
| * | Fix Text wrapping when growing from 0 width.Michael Brasser2015-02-031-1/+1
| * | Doc: Fixed a broken link about sprite sheet scriptLiang Qi2015-02-021-8/+6
| * | Fix vertical positioning of the first image in TextJoni Poikelin2015-02-021-1/+1
| * | Ensure that Canvas has the correct size with complex bindings.Mitch Curtis2015-01-281-1/+3
| * | Canvas: don't crash when getContext("2d") is called on destruction.Mitch Curtis2015-01-261-0/+3
| * | Avoid sRGB usage when targeting an incapable FBOLaszlo Agocs2015-01-261-1/+9
| * | Image: Fix that HiDPI image was not found with QRC aliasEike Ziller2015-01-231-1/+1
| * | Fix docs for QQuickWindow::RenderStageLaszlo Agocs2015-01-211-6/+6