summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-109-76/+248
|\
| * Update modules-related tests and docsBea Lam2011-02-108-73/+210
| * CLeanup registers after AddStringAaron Kennedy2011-02-101-3/+38
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-02-101-0/+4
|\ \
| * | Stop focus propagation of touch events when flag is set.Niklas Kurkisuo2011-02-091-0/+4
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-02-0910-45/+149
|\ \ \
| * | | 4.7.2 changesIain2011-02-091-0/+16
| * | | Change paging attributes for Symbian binariesIain2011-02-093-8/+15
| * | | Fix build failureGareth Stockwell2011-02-092-6/+6
| * | | Fix regression in creating mkspecs/defaultMiikka Heikkinen2011-02-093-29/+66
| * | | Changes for 4.7.2Gareth Stockwell2011-02-091-4/+10
| * | | Recreate Symbian raster backing store when WA_TranslucentBackground setGareth Stockwell2011-02-093-4/+42
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-02-091-0/+6
|\ \ \ \
| * | | | Fixed tst_qpixmap::toImageDeepCopy autotest for GL graphicssystem.Samuel Rødal2011-02-091-0/+6
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-0925-190/+637
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2011-02-0930-51/+642
| |\ \ \ \
| | * | | | Fix auto test failure.Andrew den Exter2011-02-091-2/+10
| | * | | | PathView regression: dragging the path didn't update currentIndexMartin Jones2011-02-093-1/+53
| | * | | | Use same values for Text.lineHeightMode and QTextBlock::lineHeightMode from m...Yann Bodson2011-02-095-16/+22
| | * | | | Don't clear pre-edit text when a graphics items loses focus.Andrew den Exter2011-02-092-14/+37
| * | | | | Fix docs for variant and list basic typesBea Lam2011-02-091-99/+84
| * | | | | Add test for importing plugins that contain QML filesBea Lam2011-02-097-1/+91
| * | | | | Call onAdd() for first items added to ListView and GridViewBea Lam2011-02-096-57/+340
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-0812-13/+302
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Support seperate versions of installed modulesmae2011-02-0812-13/+302
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-02-0822-107/+201
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Fix compilation of QMutableSetIterator::value() with QT_STRICT_ITERATORSDavid Faure2011-02-082-1/+12
| * | | | | Fix the compilation error that the previous fix didn't fixThiago Macieira2011-02-081-1/+1
| * | | | | Use the thread-default glib context for the DBus connection in the ICD bearer...Jocelyn Turcotte2011-02-081-1/+1
| * | | | | Check that _POSIX_THREAD_SAFE_FUNCTIONS is larger than zero.Thiago Macieira2011-02-081-1/+1
| * | | | | Use an increasing size for the getpwuid_r buffer.Thiago Macieira2011-02-081-1/+12
| * | | | | Make sure we use at least 1024 bytes when calling getpwuid_r.Thiago Macieira2011-02-081-1/+1
| * | | | | Fix compilation error: symbol is namespaced.Thiago Macieira2011-02-081-0/+2
| * | | | | Don't crash when creating backtrace for built-in JS function (2nd try)Kent Hansen2011-02-086-5/+76
| * | | | | Revert "Improved performance of mapFromGlobal/mapToGlobal on X11"Denis Dzyubenko2011-02-071-28/+0
| * | | | | QtDBus: do not wait for reply for AddMatch and RemoveMatchThiago Macieira2011-02-061-24/+14
| * | | | | Make qdbus show all types, even those that it doesn't know aboutThiago Macieira2011-02-062-3/+26
| * | | | | Doc: Fix the docs saying what the locale codec is used forThiago Macieira2011-02-061-2/+1
| * | | | | Autotest: simple improvementsThiago Macieira2011-02-061-2/+4
| * | | | | Autotest: Use QElapsedTimer for timingsThiago Macieira2011-02-061-2/+2
| * | | | | directfb: Pixmap creation always premultiplied the alpha even when it is alre...Denis Oliver Kropp2011-02-041-18/+4
| * | | | | Don't crash when BMP color table is brokenHarald Fernengel2011-02-041-0/+2
| * | | | | Designer: Fix a crash in the Signal-Slot-Editor.Friedemann Kleint2011-02-042-13/+11
| * | | | | complain about unmatched quotes/parensOswald Buddenhagen2011-02-031-1/+12
| * | | | | use const refOswald Buddenhagen2011-02-031-1/+1
| * | | | | move multiple inclusion check for feature files to correct locationOswald Buddenhagen2011-02-031-3/+3
| * | | | | Don't crash when creating backtrace for built-in JS functionKent Hansen2011-02-032-1/+17
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-02-0812-31/+57
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Fixed compilerwarnings regression in public headers.axis2011-02-081-2/+2
| * | | | | Fix duplicate definition errorShane Kearns2011-02-071-4/+0