aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move V4 debugger and its test into better placesUlf Hermann2015-10-3011-516/+614
* QmlProfiler: Remove binding typesUlf Hermann2015-10-282-6/+1
* qDelete([multi]hash.values()) -> qDelete([multi]hash)Albert Astals Cid2015-10-232-2/+2
* Merge remote-tracking branch 'origin/5.6' into origin/devUlf Hermann2015-10-2254-262/+1683
|\
| * QQmlNativeDebugConnector: Do not translate warning.Friedemann Kleint2015-10-221-2/+2
| * Several cases of s/decelerating from/decelerating to/.Edward Welbourne2015-10-211-8/+8
| * Missing early n in co[n]version.Edward Welbourne2015-10-211-1/+1
| * Revert "Doc: corrected not working snippet"Topi Reinio2015-10-212-2/+1
| * Doc: Corrected qdoc errors \generatelist{related}Nico Vertriest2015-10-214-11/+4
| * QQuickItemPrivate: added a accessibleRole()Liang Qi2015-10-213-4/+22
| * Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-212-2/+2
| * QQuickItem: fully document stackBefore() and stackAfter()Mitch Curtis2015-10-201-2/+18
| * JS: Math.random(): fix range to not include 1.0.Erik Verbruggen2015-10-201-2/+7
| * Doc: solved various qdoc errors qtdeclarativeNico Vertriest2015-10-202-25/+7
| * Doc: corrected qdoc error missing topic commandNico Vertriest2015-10-202-29/+2
| * Properly resolve the context to create mutable bindings onLars Knoll2015-10-201-4/+13
| * Fix a crash when copying array dataLars Knoll2015-10-201-1/+1
| * QmlDebug: Add a debug service for use with native debuggershjk2015-10-167-1/+917
| * QmlDebug: Don't duplicate Qt namespace when importing debug pluginsUlf Hermann2015-10-161-1/+3
| * QmlDebug: Add a debug connector for use with native debuggershjk2015-10-165-3/+411
| * Support alpha in QQuickWindow::grabWindow().Gunnar Sletta2015-10-164-4/+8
| * Make obj2's text consistent between qtBinding.[23].qmlEdward Welbourne2015-10-161-1/+1
| * Only set V4 debugger when service is enabledUlf Hermann2015-10-153-10/+31
| * Don't delete singletons objects owned by C++.BogDan Vatra2015-10-151-1/+6
| * Doc: fixed compilation and link errors qqmlitemmodels.qdocNico Vertriest2015-10-151-20/+20
| * Doc: corrected syntax errors \qmlmethodNico Vertriest2015-10-153-5/+4
| * Align QQmlVMEMetaData to int.BogDan Vatra2015-10-151-2/+1
| * Doc: corrected not working snippetNico Vertriest2015-10-152-1/+2
| * Fix compile error.Milian Wolff2015-10-151-1/+1
| * Remove line numbers for statements without side-effects.Erik Verbruggen2015-10-151-46/+95
| * QmlDebug: Split QV4::Debugging::Debuggerhjk2015-10-1410-96/+112
* | Use QStringRef in a bunch of places.wip/dbusSérgio Martins2015-10-186-19/+19
* | Put QPacketProtocol into its own static libraryUlf Hermann2015-10-1522-720/+635
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-14318-483/+3406
|\|
| * QQuickItem: correct focus reason for key navigationLiang Qi2015-10-141-4/+4
| * QmlTooling: Rearrange qmltooling.prohjk2015-10-141-4/+8
| * Handle QSG_NO_DEPTH_BUFFER correctlyLaszlo Agocs2015-10-141-3/+6
| * qquickitemchangelistener_p.h: add comments for the sake of clarityJ-P Nurmi2015-10-131-3/+3
| * qquickitemchangelistener_p.h: remove an extra semi-colonJ-P Nurmi2015-10-131-1/+1
| * Libraries: Fix single-character string literals.Friedemann Kleint2015-10-1310-15/+16
| * Initialize member variable.Erik Verbruggen2015-10-131-0/+1
| * Remove special handling of popup windows on OS XTor Arne Vestbø2015-10-131-14/+0
| * Privately export QQuickTransitionManagerGabriel de Dietrich2015-10-121-1/+1
| * Don't send delayed mouse presses to ancestors of the replaying Flickable.Andrew den Exter2015-10-125-8/+7
| * Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-099-41/+107
| * Remove special handling of shortcut eventsTor Arne Vestbø2015-10-071-7/+0
| * Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-06251-0/+2761
| * qqmlvmemetaobject.cpp: Fix conversion warning by MSVC2015/64.Friedemann Kleint2015-10-051-1/+1
| * QQuickTextEdit/Input: revise implicit resizing - take twoJ-P Nurmi2015-10-044-16/+34
| * QQuickTextEdit/Input: revise implicit resizingJ-P Nurmi2015-10-034-8/+22