aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* More cleanupsLars Knoll2015-04-2169-356/+344
* Get rid of asManaged()Lars Knoll2015-04-2113-56/+42
* Get rid of asNumberObjectLars Knoll2015-04-215-12/+5
* Privately export QQuickPaintedItemPrivate.Mitch Curtis2015-04-211-1/+1
* TestCase: add equals() function to QuickTestImageObject.Mitch Curtis2015-04-212-0/+15
* Add CONSTANT to Q_PROPERTY textDocumentKari Hautamäki2015-04-211-1/+1
* Get rid of asStringObject()Lars Knoll2015-04-176-16/+9
* qquickitemviewtransition_p.h: eliminate a "_p_p.h" includeJ-P Nurmi2015-04-172-1/+6
* Get rid of Value::asDateObject()Lars Knoll2015-04-1615-46/+48
* QML Engine: JSON XHR response type supportValery Kotov2015-04-163-28/+53
* Further cleanupsLars Knoll2015-04-1636-121/+106
* Added a new render job stage: NoStageMiikka Heikkinen2015-04-156-8/+81
* Make sure we stop animators if they are yet to be started.Gunnar Sletta2015-04-151-3/+2
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-1326-134/+268
|\
| * Do not stall loading of local images if network is slowAlbert Astals Cid2015-04-091-10/+29
| * Fix TextEdit when vertical alignment != AlignTopEskil Abrahamsen Blomfeldt2015-04-091-4/+7
| * [mips] Handle properly unaligned halfword load.Julien Brianceau2015-04-081-1/+47
| * Return the correct type from Item::mapToItem/Item::mapFromItem.Mitch Curtis2015-04-081-77/+62
| * Improve debug formatting of QAbstractAnimationJob and related classes.Friedemann Kleint2015-04-024-3/+21
| * Improve debug operator for QQuickItem.Friedemann Kleint2015-04-021-6/+15
| * Fix Text item linkColor updateMarko Kangas2015-04-011-1/+4
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-014-16/+22
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-314-16/+22
| | |\
| | | * Don't send deferred delete events from windowDestroyed()Andy Shaw2015-03-302-7/+1
| | | * Improved QML test robustness and logging.Jason Erb2015-03-301-6/+16
| | | * Always remove reply from replies when processing cancelledAlbert Astals Cid2015-03-301-3/+5
| * | | Android: Work around bug on Samsung Galaxy Tab 3 10.1Eskil Abrahamsen Blomfeldt2015-03-311-1/+4
| * | | Add inheritance documentation markup to animator classes.Friedemann Kleint2015-03-311-0/+6
| |/ /
| * | Fix some qdoc warnings.Friedemann Kleint2015-03-314-6/+6
| * | Honor setFocusOnTouchRelease in QQuickTextInputKai Uwe Broulik2015-03-302-9/+20
| * | add qt.quick.touch.target logging categoryShawn Rutledge2015-03-301-6/+19
| * | Update the shader when devicePixelRatio changesPaul Olav Tvete2015-03-271-1/+9
| * | QQuickWidget: expose the underlying QQuickWindowGiuseppe D'Angelo2015-03-272-0/+21
| * | Fix flushing QQuickWidgetLaszlo Agocs2015-03-261-1/+1
| * | Fixing yet another memory leakRobert Griebl2015-03-251-2/+1
| * | 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
* | | Specifically mark Repeater as transparent for positioners.Jan Arve Saether2015-04-071-0/+1
* | | Address uninitialized scalar fieldsHolger Hans Peter Freyther2015-04-033-3/+16
* | | Add QQuickAsyncImageProviderAlbert Astals Cid2015-03-265-98/+337
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-2416-176/+218
|\| |
| * | Fix profiler adapter documentationUlf Hermann2015-03-241-18/+34
| * | Doc: Removed a col from the table of qmldir statementsVenugopal Shivashankar2015-03-241-14/+2
| * | Fix disappearing text in selectionsEskil Abrahamsen Blomfeldt2015-03-242-34/+29
| * | Fix inconsistent overrides. [-Winconsistent-missing-override]Sérgio Martins2015-03-221-2/+2
| * | Remove QItemSelection value-type, use Array insteadGabriel de Dietrich2015-03-224-68/+29
| * | Remove QModelIndexList value type, use Array insteadGabriel de Dietrich2015-03-224-25/+46
| * | Remove unused variable in InstructionSelection::run()Maks Naumov2015-03-211-1/+0
| * | Fix conversion between char and string.Christian Strømme2015-03-212-5/+27
| * | QQuickWindow touch event compression: retain previous positionsShawn Rutledge2015-03-201-6/+9