aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | QML Engine: Share data for ArrayBuffer created from QByteArray.Valery Kotov2015-04-153-12/+32
* | V4 JIT: cosmetic changeJulien Brianceau2015-04-141-4/+4
* | Simple speed-up for binding setup during object instantiationSimon Hausmann2015-04-141-2/+1
* | Cleanup: Fix const'ness of the property binding validator codeSimon Hausmann2015-04-143-15/+16
* | CleanupSimon Hausmann2015-04-141-3/+2
* | Match the offscreen windows position to the QQuickWidget position.Christian Strømme2015-04-132-1/+26
* | Fix a few typosFrederik Gladhorn2015-04-131-3/+3
* | Avoid running anims at 3x speed on WindowsLaszlo Agocs2015-04-131-0/+8
* | 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
* | 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
* | Doc: Added info. about the singleton type declarationVenugopal Shivashankar2015-03-191-4/+28
* | Allow Flickable's grab to be stolen if dragging over bounds.Andrew den Exter2015-03-191-1/+15
* | Remove forward declaration of QScriptContextLars Knoll2015-03-181-1/+0
* | qmltest: Make sure we inherit all of testlib's MODULE_CONFIGTor Arne Vestbø2015-03-181-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Frederik Gladhorn2015-03-173-5/+7
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-173-5/+7
| |\|
| | * Make sure we deref an item from its window.Gunnar Sletta2015-03-061-3/+2
| | * Fix thread-safety: _POSIX_THREAD_SAFE_FUNCTIONS is in <unistd.h>Thiago Macieira2015-03-051-0/+1
| | * Disable JIT on x32 ABIDmitry Shachnev2015-03-041-2/+4
* | | Repeater: Don't rely on the createFrom variableJørgen Lind2015-03-172-51/+45
|/ /