summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make sure we use at least 1024 bytes when calling getpwuid_r.Thiago Macieira2011-02-081-1/+1
* Don't crash when creating backtrace for built-in JS function (2nd try)Kent Hansen2011-02-084-4/+30
* 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-061-1/+17
* Doc: Fix the docs saying what the locale codec is used forThiago Macieira2011-02-061-2/+1
* 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
* Don't crash when creating backtrace for built-in JS functionKent Hansen2011-02-031-1/+2
* 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
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-01-2912-122/+138
|\
| * 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-271-4/+1
| * Make syncqt not complain about missing header macros.Thiago Macieira2011-01-271-0/+10
* | Orientation control implementation for Symbianmread2011-01-273-3/+52
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-01-267-15/+53
|\
| * Fix: define hotSpot for Gestures on MacZeno Albisser2011-01-261-0/+6
| * 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
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-01-261-4/+12
|\ \
| * | QComboBox popup incorrectly opened in Sym^3Sami Merila2011-01-261-4/+12
| |/
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-01-261-0/+1
|\ \ | |/ |/|
| * Add util/xkbdatagen/READMEOlivier Goffart2011-01-261-0/+1
* | Application background is incorrect if app locked to landscape.Sami Merila2011-01-261-4/+4
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-01-2510-60/+363
|\
| * QtScript/JSC on Symbian: Enhanced memory allocator for Collector heapKent Hansen2011-01-258-40/+303
| * Revert "QtScript/JSC on Symbian: Enhanced memory allocator for Collector heap"Kent Hansen2011-01-259-309/+44
| * QtScript/JSC on Symbian: Enhanced memory allocator for Collector heapKent Hansen2011-01-259-44/+309
| * Improved performance of mapFromGlobal/mapToGlobal on X11Denis Dzyubenko2011-01-251-0/+28
| * Moved the implementation of mapFromGlobal/mapToGlobal to QWidgetPrivateDenis Dzyubenko2011-01-252-20/+32
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-01-251-2/+2
|\ \
| * | Temporary fix for ambiguous cast from four letter char constantEckhart Koppen2011-01-251-2/+2
| |/
* | Fix cursor position adjustment when removing stringsJiang Jiang2011-01-251-1/+3
|/
* Avoid possible font name collisions on fbservAlessandro Portale2011-01-243-23/+343
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-01-242-18/+7
|\
| * Fix crash in QtScript/JSC stack allocator on SymbianKent Hansen2011-01-241-0/+6
| * HTTP: fix digest authenticationPeter Hartmann2011-01-241-18/+1
* | Fix loop count in animanted gifs sometimes being incorrectSimon Hausmann2011-01-241-2/+8
|/
* Validate arguments to QDBusConnection::connectThiago Macieira2011-01-211-2/+18
* get rid of extra calls to handle()Ritt Konstantin2011-01-211-9/+4
* simplify QSharedMemory::detach()Ritt Konstantin2011-01-213-5/+3