aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't overwrite text selections made in focus handlers.Andrew den Exter2012-03-212-11/+13
* Content size should not include trailing spaces.Andrew den Exter2012-03-211-4/+11
* Allow literal enum to int property assignmentsChris Adams2012-03-211-3/+15
* Fix consistency of parsing ISO 8601 date strings.Andrew den Exter2012-03-211-0/+3
* Disable module api object support in v4.Michael Brasser2012-03-211-2/+2
* Support unregistered Qt namespace enums in QML methods.Michael Brasser2012-03-211-1/+12
* Support (registered) non-local enums for signal/slot params in QML.Michael Brasser2012-03-212-3/+10
* Don't register sub distance field glyph nodes with the glyph cache.Yoann Lopes2012-03-202-32/+39
* Decouple QSGDistanceFieldGlyphNode from it's cache manager.Andrew den Exter2012-03-209-83/+99
* Allow SG and GL resources to survive a releaseResources.Gunnar Sletta2012-03-203-0/+134
* Debugger: Disable debugging for qmlprofiler, qmltestKai Koehne2012-03-201-1/+1
* Fix compilation on QNX.Tobias Koenig2012-03-209-0/+39
* Update item focus even if it doesn't have a canvasBea Lam2012-03-202-33/+58
* Make QVariant conversion for JS null type symmetricKent Hansen2012-03-203-4/+7
* Fix unused variable warning.Andrew den Exter2012-03-201-3/+1
* Make TextEdit word selection behaviour consistent.Andrew den Exter2012-03-201-22/+5
* Remove unused functions from QQuickTextControl.Andrew den Exter2012-03-203-127/+0
* Add additional key sequence tests.Andrew den Exter2012-03-201-4/+2
* Sprite minor fixesAlan Alpert2012-03-203-7/+9
* Fix FolderListModel path issue on WindowsCharles Yin2012-03-202-4/+6
* Always enable value type support in v4.Michael Brasser2012-03-202-5/+1
* Support null -> QObject and QObject -> bool conversions in v4.Michael Brasser2012-03-204-0/+33
* Remove warning about not explicitly initializing base class.Andrew den Exter2012-03-201-1/+2
* Pull out some duplicate focus-related codeBea Lam2012-03-203-32/+40
* Loader could leak qml contexts if interruptedMartin Jones2012-03-201-0/+12
* Fix bitfield waste in QQmlContextDataMartin Jones2012-03-201-1/+1
* Restore view to sensible position if grab is cancelled.Martin Jones2012-03-202-0/+7
* Allow parent to be specified for Qt.createComponentMatthew Vogt2012-03-201-5/+32
* Ensure JS files imported inside modules work correctlyMatthew Vogt2012-03-196-22/+67
* Fix compiler warnings in QQmlTypeKent Hansen2012-03-191-2/+2
* Fix typo in QQmlXMLHttpRequest::readEncoding()Kent Hansen2012-03-191-1/+1
* Remove refence to declarative in the docsLars Knoll2012-03-191-1/+1
* Use a single distance-field cache instance for all sizes of a given font.Yoann Lopes2012-03-199-343/+267
* Clean up dangling pointers in the particle systemGunnar Sletta2012-03-196-1/+38
* Reset all node pointers when item is cleaned upGunnar Sletta2012-03-191-0/+1
* Skip warning on perfectly valid usecaseGunnar Sletta2012-03-191-6/+0
* Fix possible crash in QSGContext::invalidate()Yoann Lopes2012-03-191-4/+4
* Debugger: Optimize message sending in v8 profilerKai Koehne2012-03-191-10/+11
* Debugger: Always disable v4 optimizer if v8 debugger is activatedKai Koehne2012-03-191-0/+2
* QmlEngineDebugService: Rename service to QmlDebuggerAurindam Jana2012-03-194-41/+58
* Debugger: Add optional 'host' argument to -qmljsdebuggerSimjees Abraham2012-03-196-20/+41
* QmlDebuggingTests: Separate out public and private testsAurindam Jana2012-03-195-27/+11
* QmlProfiler: Make sure there's minimal overhead when not enabledKai Koehne2012-03-192-36/+24
* QmlProfiler: Do not log expression for bindingKai Koehne2012-03-192-9/+0
* Fix qmldevtools library build error on WindowsCharles Yin2012-03-191-1/+1
* Notify QQJSE::DW of expression deletion during dtorChris Adams2012-03-191-0/+2
* Debugger: Fix compilation with C++11Kai Koehne2012-03-191-1/+1
* QmlDebugging: Object Tree and States ListAurindam Jana2012-03-194-30/+42
* When clearing an incubator also clear incubators it is waiting for.Martin Jones2012-03-191-0/+4
* Resetting a model can cause a crash in views with header/footer.Martin Jones2012-03-194-25/+43