aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtquick1
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into animation-refactorwip/animation-refactorMichael Brasser2012-01-25150-250/+167
|\
| * Add missing include.Stephen Kelly2012-01-241-0/+1
| * Remove Symbian specific code.Xizhi Zhu (Steven)2012-01-246-36/+9
| * 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
* | Merge branch 'master' into animation-refactorMichael Brasser2012-01-16149-154/+433
|\|
| * 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
* | Merge branch 'master' into animation-refactorMichael Brasser2011-12-215-35/+0
|\|
| * Remove dead private method from TextEdit implementationsPekka Vuorela2011-12-092-18/+0
| * Introduce more generic fast property handlingAaron Kennedy2011-12-053-17/+0
* | Merge branch 'master' into animation-refactorCharles Yin2011-12-054-35/+38
|\|
| * 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
* | Merge branch 'master' into wip5Charles Yin2011-12-027-43/+35
|\|
| * 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
* | Merge branch 'master' into animation-refactorCharles Yin2011-11-144-4/+13
|\|
| * 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
* | Merge branch 'master' into animation-refactorCharles Yin2011-10-2115-190/+255
|\|
| * 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
* | remove private classesCharles Yin2011-09-271-2/+6
|/
* 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
|\