aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add a property to enable vertical mirroring in QQuickFramebufferObjectLaszlo Agocs2015-06-232-0/+36
* | ListView/GridView contentHeight should include delayRemove-d itemsMatt Vogt2015-06-233-8/+23
* | V4: add mips32 disassembler.Julien Brianceau2015-06-196-1/+759
* | Don't try to load (or unload) QML plugins if QT_NO_LIBRARYUlf Hermann2015-06-192-1/+8
* | Smaller code cleanupsLars Knoll2015-06-194-15/+11
* | Port from Q_ENUMS to new macro Q_ENUM.Friedemann Kleint2015-06-1946-98/+96
* | V4: fix failing tests for right shifts over 0 bits on non-Intel.Erik Verbruggen2015-06-191-22/+41
* | Cleanup retrieval of scope and context objectsLars Knoll2015-06-1815-53/+50
* | Cleanup signature of get/setProperty in the object wrapperLars Knoll2015-06-183-41/+36
* | Add some typesafetyLars Knoll2015-06-185-12/+14
* | Clean up ExecutionContext's for QMLLars Knoll2015-06-188-151/+218
* | Get rid of QQmlIdObjectsArrayLars Knoll2015-06-183-59/+5
* | Smaller cleanup in the context wrapperLars Knoll2015-06-183-14/+5