aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Move action handlers to the Accessible attached objectJan Arve Saether2014-10-273-12/+94
* Remove logic that some accessible objects cannot have childrenFrederik Gladhorn2014-10-271-10/+0
* 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
* Fix build with QT_NO_DEBUG_OUTPUT definedSamuel Gaist2014-10-241-5/+13
* Fix pixelgrid snapping of native text on retina displays.Gunnar Sletta2014-10-235-14/+26
* 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-229-12/+40
* Add \since 5.4 to FontMetrics and TextMetrics.Mitch Curtis2014-10-222-0/+2
* Support Accessible.ignored on non-leaf itemsJan Arve Saether2014-10-215-22/+19
* 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
* Don't assume there is only one toplevel item.Jan Arve Saether2014-10-212-15/+18
* Improve hit testing so that it works better with ignored itemsJan Arve Saether2014-10-215-85/+57
* Fix failing makeCurrent in basic renderloop when closing windowsLaszlo Agocs2014-10-211-3/+19
* Tweak new animation driver.Gunnar Sletta2014-10-201-18/+18
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-3/+4
|\
| * Move syncTimer measurment to the correct place.5.3Josh Arenson2014-09-121-4/+4
* | Correct KeyEvent::key documentation.Mitch Curtis2014-10-131-2/+1
* | Improve performance of animators.v5.4.0-beta1Gunnar Sletta2014-10-105-18/+63
* | 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