summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * | | | Merge remote branch 'staging/master' into 4.7Thiago Macieira2010-03-021-0/+2
| | | | | | |\ \ \ \
| | | | | | | * | | | Fix compilation with namespace.ck2010-03-012-3/+4
| | | | | | * | | | | Add a template specialisation for QArgument when T is a reference.Thiago Macieira2010-03-021-0/+8
| | | | | | * | | | | Added comment about usage of strncpy_s function in VC++ > 14.00Zeno Albisser2010-03-021-0/+4
| | | | | | * | | | | Merge remote branch 'berlin/4.7' into 4.7Oswald Buddenhagen2010-03-021-4/+4
| | | | | | |\ \ \ \ \
| | | | | | | * | | | | compileHarald Fernengel2010-03-011-4/+4
| | | | | | * | | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-03-0216-75/+216
| | | | | | |\ \ \ \ \ \
| | | | | | | * | | | | | QtDeclarative: Fix compiler warningsFriedemann Kleint2010-03-024-4/+2
| | | | | | | * | | | | | Implement alien widgets on Mac/Cocoa.Morten Johan Sørvig2010-03-029-29/+145
| | | | | | | * | | | | | QDeclarativeView: Make usable in DesignerFriedemann Kleint2010-03-021-1/+3
| | | | | | | * | | | | | minor optimization: don't mark contents as dirty if nothing was changedRitt Konstantin2010-03-021-3/+9
| | | | | | | * | | | | | minor optimization: ignore invalid preeditAreaPosition/preeditAreaTextRitt Konstantin2010-03-021-17/+23
| | | | | | | * | | | | | remove unused codeRitt Konstantin2010-03-021-1/+0
| | | | | | | * | | | | | minor clean-ups and styling fixesRitt Konstantin2010-03-021-16/+12
| | | | | | | * | | | | | don't even try to rehighlight invalid or alien blockRitt Konstantin2010-03-021-1/+1
| | | | | | | * | | | | | don't cancel the scheduled complete rehighlight from rehighlightBlock()Ritt Konstantin2010-03-021-0/+5
| | | | | | | * | | | | | replace temporary disconnection with a very simple statemachineRitt Konstantin2010-03-021-6/+14
| | | | | | | * | | | | | Merge branch 'master-staging1' into 4.7-staging1Denis Dzyubenko2010-03-021-5/+10
| | | | | | | |\ \ \ \ \ \
| | | | | | | | * | | | | | Extended gesture autotest.Denis Dzyubenko2010-03-011-1/+6
| | | | | | | | | |/ / / / | | | | | | | | |/| | | |
| | | | | | | | * | | | | Fixed coordinate system conversion for gestures.Denis Dzyubenko2010-03-011-4/+4
| | | | | | * | | | | | | OS X 10.4 compile error; required casting int to GLint.Martin Smith2010-03-021-4/+4
| | | | | | |/ / / / / /
| * | | | | | | | | | | Doc: Added a note about the lack of standard file copy/paste on X11.David Boddie2010-03-041-0/+6
| * | | | | | | | | | | Doc: Fixed typos.David Boddie2010-03-041-3/+4
* | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-0595-441/+1471
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | MouseRegion is dead. Long live MouseArea.Martin Jones2010-03-042-2/+1
| * | | | | | | | | | | Compile fix for winceThierry Bastian2010-03-041-3/+3
| * | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-0494-439/+1470
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Update QML PropertyAnimation::easing docsLeonardo Sobral Cunha2010-03-041-2/+17
| | * | | | | | | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Justin McPherson2010-03-044-8/+15
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Run signal expressions on attached property objects in correct scopeAaron Kennedy2010-03-044-8/+15
| | * | | | | | | | | | | Merge branch '4.7' of ../../qt-qml/4.7 into 4.7Justin McPherson2010-03-0492-429/+1438
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | | | | | | | | | | / / | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |
| | | * | | | | | | | | Merge branch 'tab-navigation' into 4.7Yann Bodson2010-03-042-14/+87
| | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | Add support for tab and backtab in KeyNavigationYann Bodson2010-03-042-14/+87
| | | * | | | | | | | | | Mark QGraphicsItem position properties as FINALAaron Kennedy2010-03-041-4/+4
| | | * | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-044-5/+5
| | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | Fix grammar stringifying "on" as "readonly"Aaron Kennedy2010-03-044-5/+5
| | | * | | | | | | | | | | Move the multimedia files to the correct place.Martin Jones2010-03-048-0/+0
| | | |/ / / / / / / / / /
| | | * | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-0430-208/+83
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | |_|/ / / / / / / | | | | |/| | | | | | | |
| | | * | | | | | | | | | Improve grouped property error messagesAaron Kennedy2010-03-044-8/+22
| | | * | | | | | | | | | Don't mess with highlight size if highlightFollowsCurrentItem is false.Martin Jones2010-03-041-4/+7
| | | * | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-0411-39/+136
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / | | | | |/| | | | | | | |
| | | | * | | | | | | | | Remove Qt.playSound()Michael Brasser2010-03-043-26/+1
| | | | * | | | | | | | | Add formatting functions to QML's global Qt object.Michael Brasser2010-03-042-0/+69
| | | | * | | | | | | | | Signal handler requires exactly one value.Michael Brasser2010-03-041-1/+1
| | | | * | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-0411-32/+98
| | | | |\ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-044-21/+37
| | | | | |\ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | Compile without QVariant::EasingCurve in Qt 4.6.2.Warwick Allison2010-03-047-11/+61
| | | | * | | | | | | | | | | QDeclarativeContext::contextProperty() should also access idsAaron Kennedy2010-03-041-1/+4
| | | | |/ / / / / / / / / /
| | | * | | | | | | | | | | Fix ListView contentHeight calculation.Martin Jones2010-03-041-2/+3
| | | | |/ / / / / / / / / | | | |/| | | | | | | | |
| | | * | | | | | | | | | Documented view behavior when items are removed from start of view.Martin Jones2010-03-042-0/+18