summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Refactored PreviewWidget in qtconfigBoris Moiseev2010-10-068-513/+285
| | |/ / / /
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-10-073-3/+14
|\ \ \ \ \ \
| * | | | | | Fix the icd auto config test after restructuring the icd plugin dependenciesAdrian Constantin2010-10-072-3/+9
| * | | | | | Ensure that actions are still fired even if there is no visible windowAndy Shaw2010-10-071-0/+5
| |/ / / / /
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-0740-66/+511
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Support device orientation in harmattanMartin Jones2010-10-072-0/+166
| * | | | | Connect property alias change signals on useAaron Kennedy2010-10-0714-43/+147
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-0725-24/+199
| |\ \ \ \ \
| | * | | | | Doc fix.Michael Brasser2010-10-071-3/+3
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-077-15/+26
| | |\ \ \ \ \
| | | * | | | | Rename toolbar button.Yann Bodson2010-10-061-1/+1
| | | * | | | | Update import statement.Michael Brasser2010-10-061-1/+1
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-0623-19/+183
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | | * | | | Fixes assert in QDeclarativeWebViewThomas Hartmann2010-10-061-1/+5
| | | | * | | | Do not show 'More' button when in fullscreen view.Yann Bodson2010-10-062-9/+15
| | * | | | | | Fix setting PathView offset when all visible items are removed.Martin Jones2010-10-072-1/+12
| | | |/ / / / | | |/| | | |
| | * | | | | Set reasonable QT_GUI_DRAG_DISTANCE in mkspecs/linux-g++-maemo/qplatformdefs.hMartin Jones2010-10-061-0/+1
| | * | | | | Allow default QApplication::startDragDistance() to be defined in platformdefs.hMartin Jones2010-10-061-2/+5
| | * | | | | AutotestAaron Kennedy2010-10-062-0/+31
| | * | | | | Ensure the TextInput cursor blinks immediately when enabled.Michael Brasser2010-10-061-1/+5
| | * | | | | Fix minehunt execution from QtDemoJoona Petrell2010-10-065-2/+24
| | * | | | | Update QtGui def filesJoona Petrell2010-10-062-1/+5
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-068-3/+92
| | |\ \ \ \ \
| | | * | | | | Ensure PathView updates positions when path changes.Michael Brasser2010-10-064-2/+52
| | | * | | | | Create Loader components in correct contextAaron Kennedy2010-10-064-1/+40
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-10-072-25/+43
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Minor OpenVG optimization when setting the EGL surface attribute.Jason Barron2010-10-071-3/+2
| * | | | | | | Make sure the QS60PaintEngine can draw other classes of pixmap dataJason Barron2010-10-071-22/+41
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-10-0755-1031/+2917
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Fix failure on Windows after commit ccd3f66Bradley T. Hughes2010-10-071-0/+8
| * | | | | | | tst_qtcpserver: Another attempt to reproduce QTBUG-14268Markus Goetz2010-10-062-7/+61
| * | | | | | | Fix crash when constructing QThreadStorage after global destructors have runBradley T. Hughes2010-10-066-6/+104
| * | | | | | | tst_qtcpsocket: Attempt to reproduce QTBUG-14268Markus Goetz2010-10-061-0/+71
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-10-0647-1025/+2680
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | Fixed a buffer overrun when pasting large data from non-Qt appsDenis Dzyubenko2010-10-064-16/+12
| | * | | | | | Fix copying large data to non-Qt applicationsDenis Dzyubenko2010-10-061-1/+1
| | * | | | | | fix regexp in "make custom command handling in vc(x)proj files sane"Oswald Buddenhagen2010-10-061-1/+1
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-10-0543-1008/+2667
| | |\ \ \ \ \ \
| | | * | | | | | qmake: Include -pthread when reducing duplicate library argumentsTor Arne Vestbø2010-10-051-1/+1
| | | * | | | | | qmake: Ensure right library order when reducing duplicate librariesTor Arne Vestbø2010-10-051-4/+6
| | | * | | | | | rebuild configure.exeOswald Buddenhagen2010-10-051-0/+0
| | | * | | | | | make QMAKE_POST_LINK handling in nmake generator saneOswald Buddenhagen2010-10-051-4/+1
| | | * | | | | | make custom command handling in vc(x)proj files saneOswald Buddenhagen2010-10-057-89/+50
| | | * | | | | | Revert "QWorkspace: fix hardcoded min size overwriting the real min size"Marius Storm-Olsen2010-10-052-19/+6
| | | * | | | | | QtScript/JavaScriptCore: Backport random number generator seeding fixKent Hansen2010-10-057-6/+41
| | | * | | | | | Fix performance regression in QUuid::createUuid()Bradley T. Hughes2010-10-055-26/+118
| | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-10-0423-884/+2469
| | | |\ \ \ \ \ \
| | | | * | | | | | Update japanese translations.axasia2010-10-046-661/+1952
| | | | * | | | | | Ensure that the underline is only drawn when expected for an accelAndy Shaw2010-10-042-4/+57
| | | | * | | | | | Small improvement in the textedit demoDenis Dzyubenko2010-10-041-2/+2