summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* My 4.7.2 changesKent Hansen2011-02-101-4/+24
* fix QMAKE_COPY_DIR for mingw+shOswald Buddenhagen2011-02-101-1/+1
* Stop focus propagation of touch events when flag is set.Niklas Kurkisuo2011-02-091-0/+4
* 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
* My changes 4.7.2Miikka Heikkinen2011-02-031-2/+60
* Fix for QTBUG-17035kranthi2011-02-021-3/+3
* Carefull free the data from XGetWindowProperty on X11.Denis Dzyubenko2011-02-021-1/+3
* Fixes memory leaks in QX11EmbedDenis Dzyubenko2011-02-021-2/+5
* Don't ignore source-text when generating qsTrId translations for QMLTor Arne Vestbø2011-02-013-1/+9
* Fix a crash when undoing form layoutJarek Kobus2011-02-012-10/+15
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-01-2915-179/+358
|\
| * Fix potential networking crash due to null-pointer dereferenceSimon Hausmann2011-01-281-3/+3
| * Revert "Improve timer ID safety by using a serial counter per ID."Thiago Macieira2011-01-281-24/+6
| * Invalidate QScriptPrograms when engine is destroyedKent Hansen2011-01-284-7/+42
| * Fix alignment issue causing crash in QtScript/JavaScriptCoreKent Hansen2011-01-284-84/+76
| * Restore Qt 4.6 behaviour: exec() always enters the event loop.Thiago Macieira2011-01-274-61/+221
| * Make syncqt not complain about missing header macros.Thiago Macieira2011-01-271-0/+10
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-01-2910-86/+145
|\ \ | |/ |/|
| * Fix generated mif file cleaning in symbian-abldMiikka Heikkinen2011-01-282-2/+4
| * Fix typo in qglthreads auto test.Jani Hautakangas2011-01-281-1/+1
| * Orientation control implementation for Symbianmread2011-01-273-3/+52
| * No longer replace dash and dot in TARGET with underscore in SymbianMiikka Heikkinen2011-01-275-81/+89
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-01-268-15/+54
|\
| * Fix: define hotSpot for Gestures on MacZeno Albisser2011-01-262-0/+7
| * Fix warnings in PSQL driver: handle VersionUnknown in switchThiago Macieira2011-01-261-0/+6
| * Fix warning in ODBC driver: passing NULL to non-pointer.Thiago Macieira2011-01-261-2/+2
| * QNAM FTP: switch to binary mode before sending a SIZE commandThiago Macieira2011-01-261-1/+3
| * Change the D-Bus signal filter to return NOT_YET_HANDLED for signalsThiago Macieira2011-01-261-2/+3
| * Check if the interpolators have already been deleted.Thiago Macieira2011-01-261-4/+9
| * Improve timer ID safety by using a serial counter per ID.Thiago Macieira2011-01-261-6/+24