aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* QQuickTextItem: fix crash on polishingGiuseppe D'Angelo2015-01-291-1/+1
* Make opengl context current in context2d's toImage if necessaryUlf Hermann2015-01-121-4/+26
* Fix grammatical error in Text and TextEdit documentation.Mitch Curtis2015-01-092-2/+2
* TextEdit: fix construction time text cacheJ-P Nurmi2015-01-081-1/+1
* Fix QQuickText alignment when lineHeight is setDaiwei Li2014-12-162-3/+15
* Add hiDPI @2x retina image support to AnimatedImageMarko Kangas2014-12-101-1/+8
* Merge "Merge remote-tracking branch 'origin/5.4.0' into 5.4" into refs/stagin...Simon Hausmann2014-12-092-2/+2
|\
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-052-2/+2
| |\
| | * Update plugins.qmltypesKai Koehne2014-12-052-2/+2
* | | Avoid string-based connect in QQuickImageBase.Michael Brasser2014-12-082-6/+6
|/ /
* | Error out when trying to set an item as its own parentFrederik Gladhorn2014-12-031-1/+1
* | QtQuick.Window: add missing documentation for Window methodsShawn Rutledge2014-12-031-19/+102
* | Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-022-2/+2
|\|
| * Make effectiveDevicePixelRatio() return a qreal.Morten Johan Sørvig2014-11-302-2/+2
* | Add missing call to rendercontrolLaszlo Agocs2014-11-281-1/+3
* | Merge "Merge remote-tracking branch 'origin/5.4.0' into 5.4" into refs/stagin...Frederik Gladhorn2014-11-2111-380/+170
|\ \
| * | Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-2111-380/+170
| |\|
| | * Invalidate font caches when switching between threadsv5.4.0-rc1Eskil Abrahamsen Blomfeldt2014-11-137-3/+108
| | * Revert "Fix pixel bleed in BorderImage"Eskil Abrahamsen Blomfeldt2014-11-104-377/+62
* | | Fix multirow spritesheet rendering in paused stateJoni Poikelin2014-11-211-2/+19
|/ /
* | Do not send deferred deletes from QQuickRenderControl::invalidate()Laszlo Agocs2014-11-181-1/+4
* | Doc: removed reference to sizeHintNico Vertriest2014-11-181-4/+0
* | Fix render control docsLaszlo Agocs2014-11-171-1/+9
|/
* QQuickWindow: let 'clearFocusObject' clear all the way to the rootRichard Moe Gustavsen2014-11-071-2/+4
* Add attached Window::contentItem propertyJ-P Nurmi2014-11-053-0/+17
* Get rid of !this and similar constructsLars Knoll2014-10-311-7/+5
* BorderImage: Fix white area when size changes after first paintEskil Abrahamsen Blomfeldt2014-10-312-1/+8
* Fix Canvas documentation.Mitch Curtis2014-10-301-6/+6
* text input: always let cursor rect have a width == 1Richard Moe Gustavsen2014-10-302-27/+3
* Repeater & itemviews: fix setModel() JS array handlingJ-P Nurmi2014-10-293-3/+15
* Remove mouse grabber if touch used for mouse emulation has been grabbedDaniel d'Andrada2014-10-291-0/+7
* Do not crash QML apps on startupJan Arve Saether2014-10-282-9/+16
* Don't document Context2D's TextMetrics as its own QML type.Mitch Curtis2014-10-281-21/+3
* Move action handlers to the Accessible attached objectJan Arve Saether2014-10-272-9/+84
* Expose searchEdit accessible property to Qt QuickFrederik Gladhorn2014-10-272-0/+7
* Fix crash in SpriteSequenceAlex Blasche2014-10-241-3/+7
* Android: Keyboard doesn't hide from done buttonSamuel Nevala2014-10-241-0/+7
* Relayout rich text when width increasesEskil Abrahamsen Blomfeldt2014-10-231-1/+0
* Screen attached property: expose devicePixelRatio propertyShawn Rutledge2014-10-232-0/+21
* Add high dpi support to QQuickFramebufferObjectLaszlo Agocs2014-10-221-0/+23
* Add note to QQuickItem docs about directly setting properties in C++.Mitch Curtis2014-10-221-0/+13
* Fix disfunctional QQuickRenderControl with multiple screensLaszlo Agocs2014-10-225-7/+26
* Support Accessible.ignored on non-leaf itemsJan Arve Saether2014-10-213-15/+4
* Fix a bug in implementation of Accessible.ignoredJan Arve Saether2014-10-212-2/+1
* QQuickSpriteEngine do not use OpenGL without checking for GLContextAndy Nichols2014-10-211-0/+4
* Correct KeyEvent::key documentation.Mitch Curtis2014-10-131-2/+1
* Improve performance of animators.v5.4.0-beta1Gunnar Sletta2014-10-101-2/+1
* 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