aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move QQmlDebugClient into separate static libraryUlf Hermann2015-10-3033-1202/+883
* Move V4 debugger and its test into better placesUlf Hermann2015-10-3016-558/+658
* QmlProfiler: Remove binding typesUlf Hermann2015-10-283-20/+3
* QmlProfiler: Fix lookup of type stringsUlf Hermann2015-10-281-2/+2
* 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-2265-344/+2002
|\
| * 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
| * qmlscene: Split argument parsing.Friedemann Kleint2015-10-191-31/+38
| * Skip designer-related directories while scanning imports.Marco Benelli2015-10-191-4/+31
| * QmlDebug: Add a debug service for use with native debuggershjk2015-10-1610-2/+1051
| * 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-165-10/+31
| * Make obj2's text consistent between qtBinding.[23].qmlEdward Welbourne2015-10-161-1/+1
| * Only set V4 debugger when service is enabledUlf Hermann2015-10-154-10/+34
| * Don't delete singletons objects owned by C++.BogDan Vatra2015-10-154-1/+42
| * 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-152-2/+11
| * 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-1411-136/+156
* | Use QStringRef in a bunch of places.wip/dbusSérgio Martins2015-10-187-20/+20
* | qmlprofiler: Clear trace client when trace is finishedUlf Hermann2015-10-151-0/+4
* | qmlprofiler: Simplify QmlProfilerClientUlf Hermann2015-10-154-84/+32
* | Put QPacketProtocol into its own static libraryUlf Hermann2015-10-1529-1429/+624
* | Test enabling/disabling of combinations of debug services.Ulf Hermann2015-10-154-11/+102
* | Properly test services arguments for QQmlDebugServerUlf Hermann2015-10-158-1/+60
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-14452-646/+3962
|\|
| * QQuickItem: correct focus reason for key navigationLiang Qi2015-10-142-5/+9
| * QmlTooling: Rearrange qmltooling.prohjk2015-10-141-4/+8
| * Provide a threaded TestHTTPServerUlf Hermann2015-10-149-59/+127
| * 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
| * Tests: Fix single-character string literals.Friedemann Kleint2015-10-1319-38/+44