aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix conditional breakpoints in QMLSimon Hausmann2014-12-032-1/+42
* | Fix expression evaluation in specific frames in the debuggerSimon Hausmann2014-12-032-13/+63
* | Remove dead codeSimon Hausmann2014-12-032-14/+0
* | QtQuick.Window: add missing documentation for Window methodsShawn Rutledge2014-12-031-19/+102
* | Merge "Merge remote-tracking branch 'origin/5.4.0' into 5.4" into refs/stagin...Simon Hausmann2014-12-028-19/+182
|\ \
| * | Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-028-19/+182
| |\|
| | * Added change log for 5.4.0Simon Hausmann2014-12-021-0/+144
| | * Regression: Fix array data corruptionSimon Hausmann2014-12-022-2/+4
| | * Skip tst_qquickwindow::headless() when using ANGLE/Windows.Friedemann Kleint2014-12-021-0/+5
| | * Fix loading of .ui.qml form files with cached compilation unitsSimon Hausmann2014-12-021-15/+21
| | * Make effectiveDevicePixelRatio() return a qreal.Morten Johan Sørvig2014-11-302-2/+2
| | * Document Qt.application.supportsMultipleWindows property.Mitch Curtis2014-11-251-0/+6
* | | Fix permissions of filesKai Koehne2014-12-025-0/+0
|/ /
* | Don't default to HighQualitySubPixelAntialiasing on WinRTAndrew Knight2014-12-021-1/+1
* | Add missing call to rendercontrolLaszlo Agocs2014-11-281-1/+3
* | Add since 5.4 markersAlbert Astals Cid2014-11-281-0/+4
* | Stabilize tst_qquickflickable.Friedemann Kleint2014-11-281-4/+20
* | Merge "Merge remote-tracking branch 'origin/5.4.0' into 5.4" into refs/stagin...Frederik Gladhorn2014-11-2119-466/+217
|\ \
| * | Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-2119-466/+217
| |\|
| | * Invalidate font caches when switching between threadsv5.4.0-rc1Eskil Abrahamsen Blomfeldt2014-11-137-3/+108
| | * Doc: Change the div classes for three-column layoutTopi Reinio2014-11-111-12/+12
| | * Don't embded qmldbg_tcp plugin to libQt5Qml in static buildPasi Petäjäjärvi2014-11-111-5/+0
| | * qml: obey QT_NO_REGULAREXPRESSION definePasi Petäjäjärvi2014-11-111-1/+4
| | * Revert "Fix pixel bleed in BorderImage"Eskil Abrahamsen Blomfeldt2014-11-107-439/+72
| | * Merge "Merge remote-tracking branch 'origin/5.4' into 5.4.0" into refs/stagin...Jani Heikkinen2014-11-1018-218/+296
| | |\
| | | * Merge remote-tracking branch 'origin/5.4' into 5.4.0Oswald Buddenhagen2014-11-1018-218/+296
| | | |\
| | * | | Fix not having a context when cleaning up on WindowsLaszlo Agocs2014-11-101-3/+18
| | |/ /
| | * | Documentation: Update QtQuick import value to 2.4Caroline Chao2014-11-051-3/+3
* | | | Fix multirow spritesheet rendering in paused stateJoni Poikelin2014-11-211-2/+19
|/ / /
* | | Do not send deferred deletes from QQuickRenderControl::invalidate()Laszlo Agocs2014-11-181-1/+4
* | | Doc: removed reference to sizeHintNico Vertriest2014-11-181-4/+0
* | | Fix render control docsLaszlo Agocs2014-11-171-1/+9
* | | example, touchinteraction: use forceActiveFocus to gain focusRichard Moe Gustavsen2014-11-131-1/+1
* | | Add padding to distance field glyph cacheEskil Abrahamsen Blomfeldt2014-11-112-9/+22
| |/ |/|
* | qmlscene: Simplify context sharing logic.Pierre Rossi2014-11-071-9/+3
* | QQuickWindow: let 'clearFocusObject' clear all the way to the rootRichard Moe Gustavsen2014-11-071-2/+4
* | QQuickWindow autotest: verify that onClosing can block close()Shawn Rutledge2014-11-071-0/+20
* | Debug: Make it possible to save distance field cache on WindowsEskil Abrahamsen Blomfeldt2014-11-071-75/+67
* | Inspector: Do not assert when trying to stream QModelIndexKai Koehne2014-11-072-3/+49
* | Avoid stack overflow when destroying InternalClassUlf Hermann2014-11-061-18/+17
* | Stabilize tst_QQuickAccessibleJan Arve Sæther2014-11-061-4/+0
* | Initialize member variable QSGAnimationDriver::m_lag.Friedemann Kleint2014-11-051-0/+1
* | qv4: assign split of edges to loop header to the correct groupFawzi Mohamed2014-11-051-1/+13
* | Add attached Window::contentItem propertyJ-P Nurmi2014-11-055-0/+21
* | Mark cleanup function as unused if compiled with QT_QML_NO_DEBUGGERUlf Hermann2014-11-051-0/+1
* | Add a debug function to save contents of distance field cacheEskil Abrahamsen Blomfeldt2014-11-054-173/+175
* | qv4: assign split edges to the correct loop groupFawzi Mohamed2014-11-041-9/+1
* | Fix memory leak in QQmlLocaleDataLiang Jian2014-11-041-1/+1
|/
* Fix disappearing nodes when adding in two levels of batch rootEskil Abrahamsen Blomfeldt2014-11-041-6/+12
* Fix memory leak in QV4::QQmlSequenceLiang Jian2014-11-041-1/+1