aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix performance regression caused by SG signals in QQuickItem.Gunnar Sletta2014-09-0313-92/+30
* Append scenegraph in MODULE_PLUGIN_TYPES of quick moduleAndy Nichols2014-09-021-1/+2
* Fix selection of text with negative right bearingEskil Abrahamsen Blomfeldt2014-09-022-63/+150
* Remove Q_ASSERT when getting the OpenGL Context ProfileAndy Nichols2014-09-011-2/+2
* Fix the dynamic build by not calling glGet directlyLaszlo Agocs2014-08-291-1/+1
* Abort the application if the render thread fails to startGunnar Sletta2014-08-291-0/+2
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-282-2/+2
|\
| * Use QtQuick.Window 2.2v5.3.2Kai Koehne2014-08-272-2/+2
* | Make minimum FBO size 1x1 on newer OSX.Gunnar Sletta2014-08-271-3/+3
* | Added QSGPainterNode abstraction to QSGAdaptationLayerAndy Nichols2014-08-277-32/+69
* | Fix cursor blinking for TextInput and TextEditSimon Hausmann2014-08-265-44/+25
* | Make QQuickFramebufferObject a texture provider.Gunnar Sletta2014-08-262-4/+60
* | Do not send deferred deletes from the QQuickWindow dtorLaszlo Agocs2014-08-261-2/+0
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-08-263-2/+14
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-263-2/+14
| |\|
| | * Fix typo in StateChangeScript documentation.Mitch Curtis2014-08-191-1/+1
| | * Fix potential deadlook in threaded renderloop.Gunnar Sletta2014-08-141-0/+12
| | * Fix typo in Context2D documentation.Mitch Curtis2014-08-141-1/+1
* | | Added an example that shows how to consume texture providers from C++.Gunnar Sletta2014-08-261-0/+2
* | | Clamp QQuickItem::opacity to [0,1].Gunnar Sletta2014-08-261-1/+4
* | | Remove references transforms have to items in QQuickItem's destructor.Mitch Curtis2014-08-251-0/+11
|/ /
* | Make QQuickPaintedItem a texture provider.Gunnar Sletta2014-08-264-1/+84
* | Make use of QQuickWindowQObjectCleanup in QQuickImage.Gunnar Sletta2014-08-261-14/+5
* | Make Canvas a texture provider.Gunnar Sletta2014-08-262-10/+76
* | Update license headers and add new licensesJani Heikkinen2014-08-25330-6243/+3603
* | Add const & to argumentsAlbert Astals Cid2014-08-243-10/+10
* | Mark QQuickFBO's node dirty after rendering the texture.Gunnar Sletta2014-08-241-0/+2
* | Introduce QQuickWindowQObjectCleanupJob.Gunnar Sletta2014-08-241-0/+14
* | Improve the internal NodeVisitorEx APISimon Hausmann2014-08-232-21/+33
* | Downscale textures which exceed the GL texture limitGunnar Sletta2014-08-233-8/+29
* | Cleanup: Separate the sub-tree layering out of QtQuick into the scene graphSimon Hausmann2014-08-2315-516/+663
* | Cleanup: Remove ShaderEffectSourceNodeSimon Hausmann2014-08-222-30/+34
* | Fix memory corruption in shader materials.Gunnar Sletta2014-08-191-2/+4
* | Doc: Removing url variable from qdocconf file.Topi Reinio2014-08-161-1/+0
* | Fix cursorShape with QQuickWidgetLaszlo Agocs2014-08-152-6/+12
* | CleanupSimon Hausmann2014-08-152-10/+10
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-141-1/+11
|\|
| * Disable threaded FBO canvas drawing when not supported.Gunnar Sletta2014-08-141-0/+10
| * Correct strokeRect documentation.Mitch Curtis2014-08-121-1/+1
* | Ignore extra arguments passed to Context2D functions.Mitch Curtis2014-08-141-47/+47
* | Create rectangle nodes in the text editing through the contextLars Knoll2014-08-138-19/+46
* | Avoid qmake warnings about wrong includesLaszlo Agocs2014-08-132-2/+2
* | ItemView: use categorized logging for delegate lifecycleShawn Rutledge2014-08-134-40/+17
* | Remove QQuickWindow::glslVersion & glslIsCoreProfileJ-P Nurmi2014-08-132-86/+0
* | Fix the nine patch node factory function (part 2)Simon Hausmann2014-08-121-1/+0