aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickcanvas.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickCanvas renamesAlan Alpert2012-07-171-2657/+0
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-161-2/+2
* pressed and pressedButtons don't work when multiple buttons are pressedMartin Jones2012-07-111-7/+7
* Fix various QtQuick.* submodule docsBea Lam2012-07-051-1/+15
* Improve wheel event handling.Michael Brasser2012-07-041-1/+8
* Allow mouse interaction with 0 opacity items.Andrew den Exter2012-07-041-10/+1
* Fix some commented issues from the refactor merge.Michael Brasser2012-07-031-5/+2
* Propagate synthesized mouse events in parallel with touch.Shawn Rutledge2012-06-281-214/+381
* Make qtdeclarative compile with QT_NO_DRAGANDDROPTasuku Suzuki2012-06-241-0/+6
* Create new documentation structureChris Adams2012-06-211-1/+1
* Cleanup SG properly in QQuickCanvasAlan Alpert2012-06-201-0/+2
* Improve on scenegraph documentation.Gunnar Sletta2012-06-081-2/+5
* Utilize StartDragVelocity style hint in FlickableLaszlo Agocs2012-06-061-0/+16
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-061-0/+1
* Remove unused performance flags.Michael Brasser2012-06-061-5/+0
* Do not lose timestamps in mouse press eventsLaszlo Agocs2012-06-051-0/+1
* doc: Fix typoGirish Ramakrishnan2012-06-011-1/+1
* Uses new batching API to potentially speed up glyph cacheEskil Abrahamsen Blomfeldt2012-05-301-0/+8
* Improve QQuickCanvas::createTextureFromImage() docs a bitGunnar Sletta2012-05-291-1/+12
* Doc: Sanitized QML typesNico Vertriest2012-05-241-1/+1
* Add QQuickCanvas::update()Gunnar Sletta2012-05-221-0/+13
* Add hooks for declarative memory profiler.Glenn Watson2012-05-151-0/+3
* Do not send double click when neither mouse nor touch was acceptedLaszlo Agocs2012-05-101-1/+1
* Do not send double click when press was not acceptedLaszlo Agocs2012-05-091-1/+1
* Keep polishing until there is nothing left to polish.Gunnar Sletta2012-05-031-6/+14
* Remove QSGEngineGunnar Sletta2012-05-031-25/+0
* Transform the velocity taken from touch eventLaszlo Agocs2012-05-021-1/+3
* Improved scene graph docsGunnar Sletta2012-04-301-13/+40
* Make touch event delivery in the canvas reentrantLaszlo Agocs2012-04-251-3/+8
* Doc FixAlan Alpert2012-04-231-0/+7
* Avoid losing mouse events when the event loop gets spinnedLaszlo Agocs2012-04-201-9/+13
* Add contains method to QQuickItem public APIAdriano Rezende2012-04-191-12/+11
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-171-2/+2
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-111-4/+13
| |\
| * \ Merge master into api_changesKent Hansen2012-03-271-11/+16
| |\ \
| * \ \ Merge master into api_changesKent Hansen2012-03-231-34/+132
| |\ \ \
| * \ \ \ Merge master into api_changesKent Hansen2012-03-191-2/+6
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git://gitorious.org/qt/qtdeclarative into merge-masterMatthew Vogt2012-03-131-9/+15
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git://gitorious.org/qt/qtdeclarative into api_changesMatthew Vogt2012-03-121-1/+10
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-071-2/+15
| |\ \ \ \ \ \ \
| * | | | | | | | Added QQuickItem::clipRect().Kim Motoyoshi Kalland2012-03-051-2/+2
* | | | | | | | | Set rootItem'ownership as CppOwnerShipCharles Yin2012-04-171-0/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Properly copy all event parameters in deliverMouseEvent()Laszlo Agocs2012-04-051-2/+6
* | | | | | | | Fix crash when changing the grandparent of an item with focus.Andrew den Exter2012-04-021-0/+4
* | | | | | | | Fix compiling qtdeclarative without accessibilityJerome Leclanche2012-03-291-0/+2
* | | | | | | | Replace usage of QCursor, and update hoverVisible test.Michael Brasser2012-03-281-2/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Remove tentative commit from editorsPekka Vuorela2012-03-261-2/+6
* | | | | | | Correct double, triple click handling in canvas when in touch modeLaszlo Agocs2012-03-261-9/+10
| |_|_|_|_|/ |/| | | | |
* | | | | | Check for null pointer dereferenceAlan Alpert2012-03-221-2/+2
* | | | | | Free ShaderEffectSource FBOs when no longer needed.Kim Motoyoshi Kalland2012-03-211-5/+1