aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Fix issues with Keyboard Focus documentation.Mitch Curtis2014-10-101-3/+3
* PathView: Fix QML engine thinking currentItem is null when it's notSérgio Martins2014-10-101-0/+5
* Return the content position rounded on the right sideGiulio Camuffo2014-10-091-9/+9
* Export QQuickKeyNavigationAttached as a part of the private APIOleg Shparber2014-10-091-1/+1
* Make QQuickKeyNavigationAttached respect user set valuesOleg Shparber2014-10-091-6/+6
* Doc: Updated the QML State Machine docsVenu2014-10-091-1/+2
* Fix memory leak and crash with transform animators.Gunnar Sletta2014-10-093-7/+18
* Remove alpha channel from images that doesn't actually have alpha.Gunnar Sletta2014-10-091-0/+25
* Relax ShaderEffectSource's sourceItem vs window handling.Gunnar Sletta2014-10-091-1/+5
* Fix missing glyphs in selectionEskil Abrahamsen Blomfeldt2014-10-092-27/+60
* Prevent removeFirst call on empty list.Zeno Endemann2014-10-011-2/+2
* Partially revert d9c531781e6c95f80681b3c82700833e1de88794Gunnar Sletta2014-10-015-48/+22
* Make Canvas use texture atlas for smallish Image based canvases.Gunnar Sletta2014-09-303-17/+10
* Fix build when using -WerrorSérgio Martins2014-09-301-1/+1
* Add orientationUpdateMask to QQuickScreenAlex Blasche2014-09-302-1/+43
* Give Item::layer documentation some much needed love.Gunnar Sletta2014-09-2910-2/+460
* Doc: Replace VisualDataModel with DelegateModelNico Vertriest2014-09-252-21/+21
* Reset 'invalidatePending' after the FBO has been recreated.Gunnar Sletta2014-09-251-0/+1
* move QQuickWindowAttached to QQuickWindowQmlImplShawn Rutledge2014-09-243-12/+7
* Fix cleanup of non-threaded render loops.Gunnar Sletta2014-09-242-50/+23
* Doc: apply title case to all section1 titlesNico Vertriest2014-09-245-8/+8
* Fix clip state tracking in Context2DMatt Fischer2014-09-223-6/+10
* Don't do qgetenv on library loadThiago Macieira2014-09-221-35/+39
* Cleanup remaining QtQuick.Dialogs leftoversJ-P Nurmi2014-09-191-3/+1
* Doc: add documentation for Photo Viewer exampleLeena Miettinen2014-09-191-0/+2
* Finally: A default animation driver which doesn't use walltime.Gunnar Sletta2014-09-184-22/+134
* Sync QQuickWindow::update() up with polishAndSync().Gunnar Sletta2014-09-172-3/+18
* QQuickWindow::setColor() should use update() rather than dirtyItem()Gunnar Sletta2014-09-171-1/+1
* Don't assume a QSGRenderContext is valid just because it's not 0Ulf Hermann2014-09-171-1/+4
* Protect QQuickWindow::openglContext against not having a context.Gunnar Sletta2014-09-171-1/+1
* Fix crash when borders exceed item width/height in border imageEskil Abrahamsen Blomfeldt2014-09-162-87/+126
* QQuickTextControl: update cursor rect when cursor changes positionRichard Moe Gustavsen2014-09-163-5/+5
* Let QSGPlainTexture support shutting down without a GL context.Gunnar Sletta2014-09-121-1/+1
* Link to Key Handling Priorities section more in Keys documentation.Mitch Curtis2014-09-121-0/+5
* prevent crash when set ShaderEffectSource::sourceItem nullTasuku Suzuki2014-09-121-16/+16
* Check for valid QSGRenderContext instead of QOpenGLContextAndy Nichols2014-09-111-1/+1
* Select specific features to be recorded when profiling QMLUlf Hermann2014-09-1112-45/+62
* Fix debug output from renderer.Gunnar Sletta2014-09-111-3/+6
* Snap native glyphs to pixel grid in vertex shader.Gunnar Sletta2014-09-115-28/+8
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-09-114-6/+24
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-09-084-6/+24
| |\
| | * Support padding in images stored in atlas textureEskil Abrahamsen Blomfeldt2014-08-301-1/+10
| | * Fix crash with cleanup of animators.Gunnar Sletta2014-08-303-5/+14
* | | Improve KeyNavigation documentation.Mitch Curtis2014-09-111-2/+2
* | | Improve Drag documentation.Mitch Curtis2014-09-111-6/+7
* | | QQuickTextInput: calculate height of cursor rect using QTextLine::height()Richard Moe Gustavsen2014-09-101-4/+2
* | | Don't post deleteLater on invalid canvas contextsUlf Hermann2014-09-101-1/+2
* | | Fix pixel bleed in BorderImageEskil Abrahamsen Blomfeldt2014-09-106-72/+393
|/ /
* | QQuickTextInput: keep floating point precition when calculating offsetRichard Moe Gustavsen2014-09-041-2/+2
* | MouseArea: Fix cancelling the double click when the windows loses focusOlivier Goffart2014-09-031-0/+1