aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Remove references of QML as a 'declarative' languageKai Koehne2014-05-071-2/+2
* QQuickRenderControl: Fix compilation with MSVC compilerLouai Al-Khanji2014-05-051-1/+1
* Invalidate text painting nodes when document text block is updatedSarunas Valaskevicius2014-05-052-0/+9
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-0114-26/+71
|\
| * Fix translations in states causing failing assertionsSimon Hausmann2014-04-281-12/+25
| * Follow QOpenGLContext API renamingLaszlo Agocs2014-04-2511-14/+14
| * Getting the render window of an offscreen windowPaul Olav Tvete2014-04-242-0/+32
* | QQuickStyledText: do not insert an extra blank line in the beginningJ-P Nurmi2014-05-011-1/+1
* | Mark material as dirty after changing color's opacity in Rectangle.Gunnar Sletta2014-04-301-5/+15
* | Eliminate a static global QString in qquickpath.cppJ-P Nurmi2014-04-301-2/+2
* | Ensure RGB32 images are not converted on upload to atlas.Michael Brasser2014-04-281-1/+1
* | Don't forcibly accept touch events if mouse event synthesis is disabledGiuseppe D'Angelo2014-04-251-3/+5
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Tony Sarajärvi2014-04-248-7/+63
|\|
| * Implement the new inputmethod query API for Qt QuickPaul Olav Tvete2014-04-222-0/+47
| * If a popup window is opened, do not change the focusShawn Rutledge2014-04-221-4/+6
| * QQuickItemView/QQuickPathView: Fix creation of delegatesAlbert Astals Cid2014-04-182-0/+4
| * Make sure the clipPath is retained as state of Context2DUlf Hermann2014-04-181-0/+2
| * Regenerate mipmaps after changing the imagedata of a texture.Gunnar Sletta2014-04-151-0/+1
| * Disable mipmap filtering by default in texture materials.Gunnar Sletta2014-04-151-1/+1
| * Avoid event propagation with Keys.forwardToJ-P Nurmi2014-04-121-2/+2
* | Always implement text input "canPaste" propertyBernd Weimer2014-04-242-6/+4
|/
* Fix unreliable behavior of array methods on qml list propertiesSimon Hausmann2014-04-091-1/+4
* ListView: fix rounding errorsJ-P Nurmi2014-04-092-7/+7
* Support dumping of animation jobs via QML_ANIMATION_TICK_DUMP.Michael Brasser2014-04-087-3/+95
* Doc: Fix apidoc for QQuickLoader::sourceComponentKevin Funk2014-04-071-2/+1
* Don't mipmap by default in QSGSimpleTextureNodeGunnar Sletta2014-04-071-0/+2
* Use global context sharing from QtGui instead of QSGContextJocelyn Turcotte2014-04-046-28/+7
* Doc: Fix some code snippet warningsSergio Ahumada2014-04-032-6/+6
* On Mac only editable text input should receive tab focusLiang Qi2014-04-021-5/+6
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-022-17/+6
* Fix performance regression for bindings from QtQuick state changesSimon Hausmann2014-04-021-1/+3
* PinchArea docs: elaborate on confusing aspectsShawn Rutledge2014-04-011-11/+22
* Document the QSG_VISUALIZE environment variable.Mitch Curtis2014-03-316-0/+117
* Don't crash when render node doesn't have a batchrootGunnar Sletta2014-03-311-1/+3
* Remove object index parameter from QQmlCustomParser::compileSimon Hausmann2014-03-292-3/+2
* Remove dead codeSimon Hausmann2014-03-291-8/+0
* Destroy render loop when QCoreApplication is cleaned up.Gunnar Sletta2014-03-292-8/+9
* Fix visual parent ownership with scenes that create windowsSimon Hausmann2014-03-283-8/+17
* Remove custom code for converting from QString to QColorSimon Hausmann2014-03-281-47/+5
* Fix a link in QQuickDragAttached::dragType documentationJędrzej Nowacki2014-03-281-1/+1
* Doc: Document signals (not handlers) under \qmlattachedsignalSze Howe Koh2014-03-283-18/+30
* Let render loop be more tolerant wrt when markDirty is called.Gunnar Sletta2014-03-272-0/+6
* Document limitations of QQuickWindow::createTextureXxx functions.Gunnar Sletta2014-03-271-2/+10
* Use an offscreen surface in CanvasLaszlo Agocs2014-03-272-3/+6
* Pass the actual window format to the offscreen surface during cleanupLaszlo Agocs2014-03-272-1/+3
* Fix warnings about deprecated construction of QStrings from ASCII.Friedemann Kleint2014-03-271-2/+2
* Fix some documentation errors.Friedemann Kleint2014-03-243-14/+12
* Fix QQuickView::grabWindow() on retina displaysMorten Johan Sørvig2014-03-205-5/+5
* Implement high-dpi "@2x" image handling.Morten Johan Sørvig2014-03-204-8/+85
* Clearly point out the distinction between GUI and Render threads.Gunnar Sletta2014-03-208-12/+49