aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-29121-1931/+2258
|\
| * Revert: use the new form of QTranslator::load() for more flexibilityShawn Rutledge2014-10-281-4/+2
| * 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
| * Reduce memory pressure on system malloc when allocating large items on the GC...Simon Hausmann2014-10-271-0/+7
| * Don't check the this pointer for 0 in member functionsLars Knoll2014-10-279-27/+27
| * Reduce size of ArrayData by one pointerLars Knoll2014-10-274-33/+42
| * Rework our simple array implementationLars Knoll2014-10-279-184/+199
| * Fix QQmlTypeData object leakJian Liang2014-10-271-0/+1
| * Move action handlers to the Accessible attached objectJan Arve Saether2014-10-273-12/+94
| * Fix leaks in QQuickImageParticleJocelyn Turcotte2014-10-274-18/+37
| * QML State Machine plugin: correct URL in Q_PLUGIN_METADATAShawn Rutledge2014-10-271-1/+1
| * 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
| * Properly handle negative years when printing JS Dates to strings.Ulf Hermann2014-10-241-1/+7
| * Fix syntax error when trying to declare read-only object propertiesSimon Hausmann2014-10-245-1030/+1063
| * Fix license headers in Qml grammar specificationSimon Hausmann2014-10-241-48/+42
| * Fix crash in SpriteSequenceAlex Blasche2014-10-241-3/+7
| * Doc: Updated the code snippets for the toLocalexxx functionsVenu2014-10-241-3/+3
| * Android: Keyboard doesn't hide from done buttonSamuel Nevala2014-10-241-0/+7
| * Stop waiting in QTcpServerConnection if waitForBytesWritten failsUlf Hermann2014-10-241-2/+7
| * Fix build with QT_NO_DEBUG_OUTPUT definedSamuel Gaist2014-10-241-5/+13
| * 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