aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Don't post deleteLater on invalid canvas contextsUlf Hermann2014-09-101-1/+2
* Fix pixel bleed in BorderImageEskil Abrahamsen Blomfeldt2014-09-103-62/+331
* 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
* Fix selection of text with negative right bearingEskil Abrahamsen Blomfeldt2014-09-022-63/+150
* 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
* | Added QSGPainterNode abstraction to QSGAdaptationLayerAndy Nichols2014-08-271-2/+2
* | 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-261-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-261-1/+1
| |\|
| | * Fix typo in Context2D documentation.Mitch Curtis2014-08-141-1/+1
* | | 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-263-1/+82
* | 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-25156-2954/+1706
* | Add const & to argumentsAlbert Astals Cid2014-08-242-8/+8
* | Mark QQuickFBO's node dirty after rendering the texture.Gunnar Sletta2014-08-241-0/+2
* | Introduce QQuickWindowQObjectCleanupJob.Gunnar Sletta2014-08-241-0/+14
* | Cleanup: Separate the sub-tree layering out of QtQuick into the scene graphSimon Hausmann2014-08-235-507/+11
* | Cleanup: Remove ShaderEffectSourceNodeSimon Hausmann2014-08-222-30/+34
* | Fix memory corruption in shader materials.Gunnar Sletta2014-08-191-2/+4
* | Fix cursorShape with QQuickWidgetLaszlo Agocs2014-08-152-6/+12
* | 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-136-19/+32
* | Avoid qmake warnings about wrong includesLaszlo Agocs2014-08-131-1/+1
* | ItemView: use categorized logging for delegate lifecycleShawn Rutledge2014-08-134-40/+17
* | Remove QQuickWindow::glslVersion & glslIsCoreProfileJ-P Nurmi2014-08-132-86/+0
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-08-125-13/+22
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-125-13/+22
| |\|
| | * Invalidate the scenegraph properly in the rendercontrolLaszlo Agocs2014-08-082-12/+6
| | * Don't try to reload QQuick images when changing to null screenTaylor Braun-Jones2014-08-062-3/+3
| | * Synchronize PathView gesture grabbing with other items.Martin Jones2014-08-062-5/+13
| | * Fix FBO recreated every time the QSG node is updated under some conditionsTaylor Braun-Jones2014-08-051-5/+6
* | | Doc: Remove duplicated wordsTopi Reinio2014-08-124-5/+5
* | | Remove Item.windowAlan Alpert2014-08-122-8/+0
|/ /
* | Add more complete comparison function to QQuickShaderEffectMaterial.Michael Brasser2014-08-122-1/+11
* | Add OpenGLInfo attached typeJ-P Nurmi2014-08-115-2/+330
* | Remove setDefaultFormat() from QQuickWindowLaszlo Agocs2014-08-113-64/+15
* | Protect against crashes with invalid openglContext()Simon Hausmann2014-08-081-1/+1
* | Make the QtQuick window surface type configurableSimon Hausmann2014-08-081-1/+1
* | Add Window attached property on ItemShawn Rutledge2014-08-086-0/+253