summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | Add autotests for script block scoping.Michael Brasser2010-03-024-0/+57
| | | * | | | | Make test more reliable.Michael Brasser2010-03-021-3/+3
| | | * | | | | Add NOTIFY signals to list, grid and path viewsJoona Petrell2010-03-0217-60/+818
| | | * | | | | Example of text focus.Warwick Allison2010-03-021-0/+83
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-02144-600/+1014
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-02131-596/+560
| | | | |\ \ \ \
| | | | | * | | | Add accessor operations to VisualItemModel::childrenAaron Kennedy2010-03-021-1/+10
| | | | | * | | | Merge branch 'master' into 4.7Aaron Kennedy2010-03-02121-545/+469
| | | | | |\ \ \ \ | | | | | | | |_|/ | | | | | | |/| |
| | | | | | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAaron Kennedy2010-03-0235-95/+178
| | | | | | |\ \ \ | | | | | | | | |/ | | | | | | | |/|
| | | | | | | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlYann Bodson2010-03-0133-82/+166
| | | | | | | |\ \
| | | | | | | * | | use ParentAnimationYann Bodson2010-03-011-12/+16
| | | | | | * | | | Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-02120-532/+454
| | | | | * | | | | Fix warning.Michael Brasser2010-03-021-1/+0
| | | | | * | | | | Minor optimization.Michael Brasser2010-03-021-2/+3
| | | | | * | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-0233-109/+265
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-026-17/+29
| | | | | | |\ \ \ \ \
| | | | | | | * | | | | Replace remaining QGuard usage with QDeclarativeGuard.Michael Brasser2010-03-014-5/+9
| | | | | | | * | | | | Reapply "Some animation cleanup/refactoring."Michael Brasser2010-03-012-12/+20
| | | | | | * | | | | | Test GridView.onAdd & GridView.onRemove. Reduce wait()sMartin Jones2010-03-012-26/+39
| | | | | | |/ / / / /
| | | | | | * | | | | Setting the same source again causes reload.Martin Jones2010-03-011-4/+5
| | | | | * | | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-012-3/+4
| | | | | |\ \ \ \ \ \
| | | | | * | | | | | | Document TextEdit::textMarginAlan Alpert2010-03-011-0/+5
| | | | | | |_|_|_|/ / | | | | | |/| | | | |
| | | | * | | | | | | Add docs and tests for WorkerListModel.Bea Lam2010-03-029-3/+414
| | | | | |_|/ / / / | | | | |/| | | | |
| | | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-014-1/+40
| | | | |\ \ \ \ \ \
| | | | | * | | | | | Expand documention of status property with examplesAlan Alpert2010-03-014-1/+40
| | | | | | |/ / / / | | | | | |/| | | |
* | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-0226-657/+986
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Fix & move QEgl::native* to platform-specific filesTom Cooksey2010-03-025-20/+49
| * | | | | | | | | Updates to changes fileaavit2010-03-021-0/+6
| * | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-0225-656/+950
| |\ \ \ \ \ \ \ \ \ |/ / / / / / / / / /
| * | | | | | | | | Make bindTextureFromNativePixmap use new QEgl APIsTom Cooksey2010-03-026-20/+39
| * | | | | | | | | Move QGLWidget::setContext logic into QEgl & QGLContextTom Cooksey2010-03-026-131/+180
| * | | | | | | | | Move EGL surface type setting to new QEglProperties::setDeviceTypeTom Cooksey2010-03-028-41/+53
| * | | | | | | | | Replace qt_egl_add_platform_config with existing QEglProperties APITom Cooksey2010-03-024-35/+3
| * | | | | | | | | Use QEgl::display in QGLTemporaryContext so EGL is init'd only onceTom Cooksey2010-03-021-6/+1
| * | | | | | | | | Remove qt_egl_setup_x11_visualTom Cooksey2010-03-021-149/+1
| * | | | | | | | | Make QGLWidget use new QEgl::getCompatibleVisualId APITom Cooksey2010-03-022-5/+18
| * | | | | | | | | Add QEglContext::configAttrib(int name) helperTom Cooksey2010-03-022-0/+11
| * | | | | | | | | Add getCompatibleVisualId to QEgl on X11Tom Cooksey2010-03-022-0/+149
| * | | | | | | | | Add QEgl::defaultConfig method to select configs suitable for QtTom Cooksey2010-03-023-0/+188
| * | | | | | | | | Make QEgl::createSurface cross-platform and add native gettersTom Cooksey2010-03-026-123/+57
| * | | | | | | | | Move chooseConfig and createSurface logic to QEgl functionsTom Cooksey2010-03-026-12/+28
| * | | | | | | | | Move static methods from QEglContext to QEgl namespaceTom Cooksey2010-03-0210-88/+97
| * | | | | | | | | Move qegl_p.h -> qeglcontext_p.h and add a new qegl_p.hTom Cooksey2010-03-0218-117/+196
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-029-38/+81
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | doc: Fixed some qdoc errors.Martin Smith2010-03-022-2/+2
| * | | | | | | | qdoc: Second attempt, QML doc stuff.Martin Smith2010-03-027-36/+79
|/ / / / / / / /
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-0222-302/+730
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge remote branch 'staging/4.7' into HEADAaron McCarthy2010-03-022627-143654/+170820
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | Bearer management changes from Qt Mobility (fca9891).Aaron McCarthy2010-03-0223-369/+794
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-015-32/+60
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |