aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-043-5/+5
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-5/+5
* Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-042-2/+2
* Use an allocator for QSGBatchRenderer::Node and Element instances.Gunnar Sletta2014-11-022-22/+140
* QQuickTextEdit: don't ifdef out propertiesJ-P Nurmi2014-11-012-16/+12
* QQuickTextInput: don't ifdef out propertiesJ-P Nurmi2014-11-012-19/+24
* Fix typo in Q_ASSERT_X warning.Gunnar Sletta2014-11-011-1/+1
* Fix beforePaint node calculation further.Gunnar Sletta2014-11-011-3/+3
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-10-3110-44/+44
|\
| * 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
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devLars Knoll2014-10-3044-247/+474
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-2944-247/+474
| |\|
| | * 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-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
* | | | Move from a count of cursors, to storing whether or not a subtree has a cursor.Robin Burchell2014-10-293-19/+33