aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Declare QQmlError and QQmlProperty as movable types.Andrew den Exter2012-03-132-0/+4
* Merge branch 'master' of git://gitorious.org/qt/qtdeclarative into merge-masterMatthew Vogt2012-03-1329-167/+322
|\
| * testlib: Improve verbose and XPASS outputJason McDonald2012-03-131-12/+6
| * ListView.contentHeight does not include header and footer item heightsMartin Jones2012-03-131-2/+3
| * Displaced items were moving unnecessarilyBea Lam2012-03-132-28/+66
| * Improve interaction of nested Flickables and PathViewMartin Jones2012-03-135-18/+43
| * Declare change set and compositor structs as movable primative types.Andrew den Exter2012-03-132-0/+9
| * Change repeater item to handle model being deleted.Glenn Watson2012-03-132-1/+11
| * Fix SignalSpy disconnect issueCharles Yin2012-03-131-1/+3
| * Remove the rest of qtquick 1.0 code from qmltestCharles Yin2012-03-133-90/+43
| * include header correctlyCharles Yin2012-03-131-1/+1
| * Fix for QTBUG-22777. Removed unnecessary check.Gatis Paeglis2012-03-121-1/+1
| * Fix v4 nested object access bug.Michael Brasser2012-03-121-3/+4
| * Add two argument Math.min and Math.max support to v4.Michael Brasser2012-03-126-0/+70
| * Add Math.ceil and Math.abs support to v4.Michael Brasser2012-03-126-0/+46
| * Check that canvas is valid.Frederik Gladhorn2012-03-121-1/+1
| * Accessibility: childAt_helper descends too far.Morten Johan Sorvig2012-03-121-0/+5
| * Fix double click handler in QQuickItem.Laszlo Agocs2012-03-121-2/+1
| * Return early if animationjob was deleted in all callback methods.Charles Yin2012-03-121-6/+9
| * Remove undefined method.Stephen Kelly2012-03-121-1/+0
* | Merge branch 'master' of git://gitorious.org/qt/qtdeclarative into api_changesMatthew Vogt2012-03-1232-2246/+558
|\|
| * refilled items should be moved immediatelyBea Lam2012-03-106-16/+21
| * Clean up transition objects for positionersBea Lam2012-03-103-4/+29
| * Add mouse wheel events handler to MouseAreaLuis Gabriel Lima2012-03-107-2/+185
| * Avoid using QQuickViewItem as base classBea Lam2012-03-108-92/+225
| * Don't grow container when desired size is knownJoão Abecasis2012-03-091-11/+14
| * Fix typo.Michael Brasser2012-03-091-1/+1
| * Reset transitioner pointer when transition job finishesBea Lam2012-03-091-1/+13
| * Fix crash in listmodel when data is assigned incorrectly.Glenn Watson2012-03-091-7/+11
| * Handle QEvent::TouchCancel in QML_TRANSLATE_TOUCH_TO_MOUSE modeMartin Jones2012-03-091-0/+8
| * Keep high-level intermediate representation for IR::BINOPs.Roberto Raggi2012-03-092-24/+17
| * Remove non explicitly typed IR::CONST() nodes.Roberto Raggi2012-03-093-33/+28
| * QmlDebugging: Remove QQmlDebugClientAurindam Jana2012-03-095-2025/+0
| * QmlProfiler: Avoid overhead if profiling is not enabledKai Koehne2012-03-091-1/+2
| * Remove unused QTextCursor code from rewriter.Matthew Vogt2012-03-093-32/+7
| * Fix selected text highlight in TextEdit.Andrew den Exter2012-03-081-1/+1
* | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-0759-803/+562
|\|
| * Improve accessibility action support for Qt QuickMorten Johan Sorvig2012-03-074-19/+92
| * QML Debugger: Change prefix of warningsKai Koehne2012-03-074-21/+21
| * QQuickView with the default constructor doesn't show any window decorations.Alexis Menard2012-03-071-2/+2
| * Install compat into the correct dirJørgen Lind2012-03-071-1/+1
| * QmlDebugging: Remove deprecated classesAurindam Jana2012-03-073-156/+0
| * QmlDebugging: Revert the names of servicesAurindam Jana2012-03-076-13/+13
| * Compile after API changes in QCoreApplicationGunnar Sletta2012-03-071-3/+1
| * Use StringRef::load() to initialize DefaultProperty stringKent Hansen2012-03-071-1/+1
| * Don't needlessly create alias property names in the meta-objectKent Hansen2012-03-072-3/+6
| * Make sure QML type "real" always maps to C++ type "double"Kent Hansen2012-03-071-1/+1
| * Correctly place '.' when building name for call expressions.Michael Brasser2012-03-071-1/+1
| * Don't link against QtWidgets and QtOpenGLLars Knoll2012-03-071-1/+1
| * ListView can freeze if flicked beyond its bounds.Martin Jones2012-03-072-14/+17