aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtquick1
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fix memory leak in ListModel custom parserBea Lam2011-08-261-0/+1
* | Merge branch 'master' into refactorGunnar Sletta2011-08-2532-121/+150
|\|
| * Allow borderimage .sci source to be a quoted filenameChris Adams2011-08-171-0/+2
| * Copy the docs for QtQuick 1Alan Alpert2011-08-0928-112/+112
| * ListView with StrictlyEnforceRange skips over itemsMartin Jones2011-08-051-1/+3
| * Improved support for multiple to/from values in Transition.Michael Brasser2011-08-042-0/+6
| * Prevent Binding from crashing when its target object is deleted.Michael Brasser2011-08-031-1/+2
| * Fix content position for key navigation with StrictlyEnforceRangeBea Lam2011-08-021-1/+0
| * Views with no delegate crash when items are inserted.Martin Jones2011-08-022-6/+6
| * Nesting PathView and Flickable causes PathView to stop at wrong offsetMartin Jones2011-08-023-0/+19
* | Merge branch 'master' into refactorGunnar Sletta2011-08-119-13/+10
|\|
| * Correctly pause animation when paused in starting ScriptAction.Michael Brasser2011-08-011-1/+1
| * Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-298-10/+8