aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtquick1
Commit message (Expand)AuthorAgeFilesLines
* Update obsolete contact address.Jason McDonald2012-01-23149-149/+149
* Remove the use of QT_MODULE()Gunnar Sletta2012-01-2057-57/+0
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-172-2/+2
* QDeclarativeExpression: storing column number in expression locationChristiaan Janssen2012-01-164-6/+6
* Remove out-of-line uses of qMalloc/qFree/qRealloc.Robin Burchell2012-01-121-2/+2
* Adapt to QInputPanel::inputDirection() APIPekka Vuorela2012-01-123-3/+4
* Initialize isAccessible to 0.Frederik Gladhorn2012-01-051-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-05147-147/+147
* Add accessibility to qmlFrederik Gladhorn2012-01-029-0/+276
* Make editors commit preedit themselves on losing focusPekka Vuorela2011-12-201-1/+3
* TextEdits to include tentative commit in text propertyPekka Vuorela2011-12-141-2/+2
* Remove dead private method from TextEdit implementationsPekka Vuorela2011-12-092-18/+0
* Introduce more generic fast property handlingAaron Kennedy2011-12-053-17/+0
* Use QWidgetTextControl in the QtQuick1 TextEdit.Andrew den Exter2011-12-022-6/+9
* Use QWidgetLineControl in the QtQuick1 TextInput.Andrew den Exter2011-12-022-29/+29
* Move QDeclarativePropertyValueInterceptor into a private headerAaron Kennedy2011-12-011-1/+1
* Fix uninitialized member variable in QDeclarativeTextEditPekka Vuorela2011-12-011-1/+1
* Made TextInput mouse events commit preeditPekka Vuorela2011-12-011-30/+25
* Remove harfbuzz cruft from {declarative,qtquick1}.proKent Hansen2011-11-251-3/+0
* TextInput elements not to have tentative commit in inputMethodQueryPekka Vuorela2011-11-241-1/+1
* Use the AST for binding rewriting when possible.Michael Brasser2011-11-231-3/+1
* Silence compiler warnings about unused variables (MSVC)Kai Koehne2011-11-211-3/+4
* Fix Qt Declarative namespace compilation.Toby Tomkins2011-11-211-1/+2
* QDeclarativePixmapCache: Add missing enumeration values and break.Friedemann Kleint2011-11-091-1/+7
* Fix crash on exit when overriding signal handlers in states.Michael Brasser2011-11-091-2/+3
* Declarative: Add define _CRT_SECURE_NO_WARNINGS for MSVC.Friedemann Kleint2011-11-081-0/+2
* Rename QDeclarativePropertyCache::Data to QDeclarativePropertyDataAaron Kennedy2011-10-261-1/+1
* Declarative: Fix MSVC and g++ warningsFriedemann Kleint2011-10-191-1/+2
* Debugger: Create InspectorService only when debugging is enabledKai Koehne2011-10-171-2/+4
* Cannot flick to the end of a horizontal ListView with LayoutMirroringMartin Jones2011-10-172-15/+10
* Remove QMetaObjectBuilder from declarative.Friedemann Kleint2011-10-142-2/+2
* Use QBasicAtomicInt load() and store() instead of implicit castingBradley T. Hughes2011-10-101-4/+4
* Remove redundant checks in qdeclarativestategroupKent Hansen2011-10-071-1/+1
* Remove more QByteArray<->QString conversionsKent Hansen2011-09-293-9/+9
* Asynchronous component instantiationAaron Kennedy2011-09-292-2/+2
* Manually apply SnapOneItem/Row changes from Qt 4.7Martin Jones2011-09-284-156/+223
* Velocities reported by Flickable in onFlickStarted can be 0Martin Jones2011-09-161-9/+21
* Remove some unused includes.Jędrzej Nowacki2011-09-154-5/+0
* Fixed compile on mac (workaround for build system bug)Rohan McGovern2011-09-151-0/+13
* Merge branch 'master' into refactorGunnar Sletta2011-09-123-3/+18
|\
| * Fix left alignment of native RTL pre-edit text.Andrew den Exter2011-09-072-2/+16
| * Delay masking the last character in Password echo mode.Andrew den Exter2011-09-061-1/+1
| * Debugger: Move QT_DECLARATIVE_DEBUG handling out of qdeclarative.hKai Koehne2011-09-021-0/+1
* | Fix TextInput and TextEdit software input panel on qtquick1Pekka Vuorela2011-09-082-10/+6
* | Fix export symbols for QtDeclarative and QtQuick1.Friedemann Kleint2011-08-3120-28/+28
* | Merge branch 'master' into refactorGunnar Sletta2011-08-316-13/+15
|\|
| * Move all QML file parsing into the QDeclarativeScript namespaceAaron Kennedy2011-08-303-9/+9
| * QDeclarative::hasActiveFocus should return false for hidden itemsAlan Alpert2011-08-301-2/+2
| * Fix conversion of QAbstractItemModel::rowsMoved() parametersBea Lam2011-08-301-1/+1
| * Remove V8 submodule from QtDeclarativeKent Hansen2011-08-291-1/+1