aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* QmlEngine: Use separate mutex for network access managerKai Koehne2014-10-232-2/+3
* 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
* Remove unnecessary doneCurrent in QQuickWidgetLaszlo Agocs2014-10-231-2/+0
* Doc: Fixed an error in the QML snippetVenu2014-10-231-6/+6
* Fix assignment to QObject pointer propertiesSimon Hausmann2014-10-231-5/+4
* Screen attached property: expose devicePixelRatio propertyShawn Rutledge2014-10-232-0/+21
* Fix non-compiling QtQml code snippetAlex Blasche2014-10-231-1/+1
* Add high dpi support to QQuickFramebufferObjectLaszlo Agocs2014-10-221-0/+23
* Reduce memory pressure on the JS stack during garbage collectionSimon Hausmann2014-10-221-6/+16
* Add note to QQuickItem docs about directly setting properties in C++.Mitch Curtis2014-10-221-0/+13
* Fix a PIDLIST_ABSOLUTE leak in QQmlEngine on WindowsJocelyn Turcotte2014-10-221-1/+5
* Fix disfunctional QQuickRenderControl with multiple screensLaszlo Agocs2014-10-2210-13/+41
* 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
* Check list property before component when validating bindingsUlf Hermann2014-10-211-2/+2
* Fix a bug in implementation of Accessible.ignoredJan Arve Saether2014-10-212-2/+1
* QQuickCustomParticle: Check for current OpenGL Context before useAndy Nichols2014-10-211-0/+3
* 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
* qmlstatemachine: Rename StateBase to StateKevin Funk2014-10-2120-109/+140
* Tweak new animation driver.Gunnar Sletta2014-10-201-18/+18
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-143-14/+29
|\
| * Move syncTimer measurment to the correct place.5.3Josh Arenson2014-09-121-4/+4
| * Fix crash with foreach on arguments objectSimon Hausmann2014-09-112-14/+37
* | 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
* | Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-0923-87/+55
* | 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-097-125/+111
* | 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
* | use the new form of QTranslator::load() for more flexibilityShawn Rutledge2014-10-011-2/+4
* | documentation for qmldir "depends" declarationShawn Rutledge2014-10-011-0/+19
* | qmldir parser: add support for "depends component version" syntaxShawn Rutledge2014-10-012-0/+30
* | Partially revert d9c531781e6c95f80681b3c82700833e1de88794Gunnar Sletta2014-10-015-48/+22
* | Make Canvas use texture atlas for smallish Image based canvases.Gunnar Sletta2014-09-303-17/+10
* | Document that QQmlApplicationEngine's root item must be a window.Mitch Curtis2014-09-301-1/+5
* | Fix compiler warningLars Knoll2014-09-301-0/+1
* | Doc: Combine the extending QML tutorial chapters into a single exampleTopi Reinio2014-09-301-113/+75
* | Fix build when using -WerrorSérgio Martins2014-09-301-1/+1