aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtquick1
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Build against refactor.Samuel Rødal2011-07-2914-18/+22
|/
* Document how to have two MouseAreas simultaneously hovered.Michael Brasser2011-07-291-1/+27
* Clicking on a disabled ListView's delegate breaks mouse interactionMartin Jones2011-07-291-1/+1
* Augment SpringAnimation::damping documentationAlan Alpert2011-07-291-3/+5
* Document stops as default property of GradientAlan Alpert2011-07-291-0/+2
* ListView doesn't show new 1st item currentItem is removed.Martin Jones2011-07-282-19/+19
* Delete scene if you aren't going to use it.Alan Alpert2011-07-281-0/+2
* A change in ListView's header height can cause it to overlap the itemsMartin Jones2011-07-281-2/+1
* Fix insertion of one item in ListView.Martin Jones2011-07-281-1/+1
* View highlight flickers with highlightRangeMode: ApplyRangeMartin Jones2011-07-282-8/+6
* Fix crash when assigning a list property to transitions.Michael Brasser2011-07-261-1/+34
* qmlviewer resizes the root object multiple times.Martin Jones2011-07-262-0/+6
* QDeclarativeView/QSGView SizeRootObjectToView still resizes viewMartin Jones2011-07-261-1/+2
* Bounding rectangle for image is wrong for PreserveAspectCropYann Bodson2011-07-261-1/+16