aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* With -no-qml-debug, don't compile debug plugins and testsUlf Hermann2015-07-182-1/+3
* Use by-ref in foreach when T is large or non-trivialSérgio Martins2015-07-184-6/+6
* QML Engine: Support for "PROPFIND" method for XMLHTTPRequestValery Kotov2015-07-181-10/+36
* Adding more DesignerSupport functionsThomas Hartmann2015-07-1720-63/+2139
* Use the to/from Hex functions from QtCoreThiago Macieira2015-07-171-37/+21
* Do not leak the texture factory for cancelled jobsAlbert Astals Cid2015-07-141-0/+2
* Fix potential use of incorrect bounds in delegate tracking.Michael Brasser2015-07-122-14/+33
* Remove unused codeFrank Meerkoetter2015-07-111-24/+0
* Fix QQuickListViewPrivate::releaseItem()J-P Nurmi2015-07-101-1/+2
* Use QQmlDebuggingEnabler::StartMode in connectToLocalDebuggerUlf Hermann2015-07-022-7/+9
* Prevent errors when removing items from Repeater that reference parent.Michael Brasser2015-06-301-2/+2
* Fix segfault if QQuickImageResponse actually returns an error stringAlbert Astals Cid2015-06-301-1/+1
* Improve QQuickImageResponse::textureFactory documentation a bitAlbert Astals Cid2015-06-301-2/+3
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-3046-204/+539
|\
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-2613-95/+272
| |\
| | * Version scrollGestureEnabled as a new propertyAlan Alpert2015-06-143-2/+4
| | * Make argument to QQmlDebuggingEnabler::startTcpServer an enumUlf Hermann2015-06-102-8/+24
| | * V4: Fix use of uninitialized field.Erik Verbruggen2015-06-081-4/+1
| | * Add a version of BitVector that uses QBitArray.Erik Verbruggen2015-06-081-0/+54
| | * Wrap std::vector<bool> in our own class.Erik Verbruggen2015-06-081-74/+112
| | * Redirect the default FBO correctly with QQuickWidgetLaszlo Agocs2015-06-032-3/+11
| | * Add left, right, top and bottom properties to basic QML rect type.Mitch Curtis2015-06-034-4/+66
| * | Fix documentation for ItemSelectionModelGabriel de Dietrich2015-06-261-7/+12
| * | Correctly initialize ListView section attached properties.Martin Jones2015-06-251-13/+17
| * | Fix missing images when alpha and shader effects are involvedLaszlo Agocs2015-06-251-0/+11
| * | Doc: resize tables with overflowNico Vertriest2015-06-2519-69/+130
| * | Support 32-bit color bitmap glyphs in native text rendering.Eli Fidler2015-06-234-6/+67
| * | Doc: document work-around for static builds using dynamic object creationRichard Moe Gustavsen2015-06-181-0/+9
| * | QSGDefaultRectangleNode: Fix gradient position calculationsSanttu Lakkala2015-06-171-4/+4
| * | Android: Another work around bug of Vertex ShaderTakumi ASAKI2015-06-121-2/+5
| * | Improve qml error message "invalid alias location"Aleix Pol2015-06-101-3/+3
| * | Fix performance regression in Image construction.Gunnar Sletta2015-06-084-5/+9
| |/
* | ListView: more robust output in debug messageLiang Qi2015-06-291-5/+5
* | Fixed a QQuickListView crashLiang Qi2015-06-293-34/+47
* | QQuickFlickable: Accept pixel wheel events as well as angle wheel events.Robin Burchell2015-06-291-0/+1
* | Remove some char pointers from .data sectionSérgio Martins2015-06-291-11/+4
* | QSGThreadedRenderLoop::maybeUpdate: Micro-optimize.Robin Burchell2015-06-271-4/+4
* | Fix inefficient usages of qDeleteAll()Sérgio Martins2015-06-264-6/+6
* | Add option to use a local socket for QML debuggingUlf Hermann2015-06-2612-35/+415
* | Make QQmlDebugService ctor protectedUlf Hermann2015-06-261-1/+1
* | Load inspector plugin by IID, instead of blacklisting file names.Ulf Hermann2015-06-261-2/+4
* | Disable the memory profiler if we cannot load libraries.Ulf Hermann2015-06-261-1/+3
* | Disable plugin loading in QQmlDebugServer if QT_NO_LIBRARYUlf Hermann2015-06-261-2/+8
* | Don't try to load the QML inspector plugins if QT_NO_LIBRARYUlf Hermann2015-06-261-0/+4
* | Clear stringCache explicitly instead of asserting its emptiness.Dmitry Volosnykh2015-06-251-2/+1
* | qquicktextedit_p_p.h: cleanup unneeded includeJ-P Nurmi2015-06-241-1/+0
* | QQuickAnchors: Use a simple sorted list rather than a QSet to remove duplicates.Robin Burchell2015-06-241-7/+21
* | Export QQuickTextInputPrivate and QQuickTextEditPrivateJ-P Nurmi2015-06-237-3/+21
* | QQuickImageBase: Use the static form of QFile::exists().Robin Burchell2015-06-231-1/+1
* | Force completion of asynchronously loaded components.Robert Griebl2015-06-233-0/+43