summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fixed qdoc warnings.David Boddie2010-08-053-7/+7
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-08-041-1/+1
|\
| * QDeclarativeDebug: use QueuedConnection in the packet protocolOlivier Goffart2010-08-041-1/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-08-0479-807/+1647
|\ \ | |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-033-16/+72
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-033-16/+72
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-023-16/+72
| | | |\
| | | | * doc: Fixed many qdoc errors.Martin Smith2010-08-022-13/+70
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Jerome Pasion2010-08-021-11/+37
| | | | |\
| | | | * | Fixed comment about all enums being accessible in QML. Fix for QTBUG-12527.Jerome Pasion2010-08-021-3/+2
| * | | | | Fix Flickable.StopAtBounds behavior when content size < flickable sizeMartin Jones2010-08-031-10/+16
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-031-7/+26
| |\ \ \ \ \ | | |/ / / /
| | * | | | Limit the pixmap cache in space as well as in time.Aaron Kennedy2010-08-031-7/+26
| | |/ / /
| * | | | Ensure dataChanged doesn't force request for unwanted data in QML views.Martin Jones2010-08-033-5/+23
| |/ / /
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-021-14/+1
| |\ \ \
| | * | | State doc fixes, improvementsBea Lam2010-08-021-14/+1
| * | | | Ensure currentItem is released when the delegate changesMartin Jones2010-08-022-0/+7
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-021-1/+3
| |\ \ \ \ | | |/ / /
| | * | | Correctly apply PropertyChanges when entering an extended stateMichael Brasser2010-08-021-1/+3
| | | |/ | | |/|
| * | | Make sure ListView.nextSection attached property is set for the first itemMartin Jones2010-08-021-1/+3
| |/ /
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-0217-18/+47
| |\ \ | | |/
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-3015-63/+232
| | |\
| | | * Add missing imageBea Lam2010-07-301-1/+1
| | * | Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-...Jerome Pasion2010-07-297-16/+16
| | * | Fix compilation with QT_NO_TEXTCODECTasuku Suzuki2010-07-293-1/+6
| | * | Fix compilation with QT_NO_XMLSTREAMREADERTasuku Suzuki2010-07-293-0/+10
| | * | Fix compilation - disable TextInput when QT_NO_LINEEDIT is definedTasuku Suzuki2010-07-294-0/+14
| * | | Reference count items in VisualItemModel.Martin Jones2010-08-021-11/+37
| | |/ | |/|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-07-294-8/+18
| |\ \
| | * | Document elements that are focus scopes.Yann Bodson2010-07-294-8/+18
| * | | Add moving and flicking properties to PathViewMartin Jones2010-07-293-10/+124
| |/ /
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-07-297-4/+14
| |\ \ | | |/
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-294-56/+42
| | |\
| | * | QtDeclarative: Give name to function bindings and signals.Olivier Goffart2010-07-287-4/+14
| * | | Remove use of shared NOTIFY signalsMartin Jones2010-07-2910-44/+89
| | |/ | |/|
| * | Don't emit movementEnded if mouse press is a continuation of a flick.Martin Jones2010-07-291-15/+17
| * | Improvements to Modules docsBea Lam2010-07-291-3/+3
| * | Component docsBea Lam2010-07-291-21/+9
| * | Fixes for Dynamic Object Management docs. Also adds links toBea Lam2010-07-292-17/+13
| |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-275-13/+13
| |\
| | * Fix QT_NO_DATESTRINGTasuku Suzuki2010-07-275-13/+13
| * | Document that animations have to be started/stopped as a groupBea Lam2010-07-271-0/+8
| * | various doc fixesBea Lam2010-07-275-13/+11
| |/
| * QDeclarativeEngineDebugServer: Fix crash when trying to update non-properties.Olivier Goffart2010-07-261-16/+14
| * Fix crash in MouseAreaJoona Petrell2010-07-231-1/+2
| * CompileAaron Kennedy2010-07-231-6/+3
| * Fixes undeleted timers (and endless warning from the event loop aboutAaron Kennedy2010-07-231-1/+1
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-07-236-27/+16
| |\
| | * Remove unneeded member variable.Michael Brasser2010-07-222-6/+3
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2232-461/+768
| | |\