summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "QtConcurrent: Fix for leak in QFuture"Thiago Macieira2012-11-203-46/+5
* Fix regression introduced in QFileSystemEntry::path()Andy Shaw2012-11-181-1/+1
* Fix compile issue with building with openssl and in a namespaceAndy Shaw2012-11-181-7/+11
* Make the qatomic classes work in ARMv5 OABI.Tomasz Duda2012-11-181-0/+16
* QString doesn't work with old ABI on ARM.Tomasz Duda2012-11-172-2/+11
* Fixed memory leak in assign operator of QGLBufferVadim Zakondyrin2012-11-171-1/+3
* Blackberry fixed crash when plugging in a secondary display.Fabian Bumberger2012-11-162-4/+4
* When clicking on a menu item which has a sub menu it should not closeAndy Shaw2012-11-151-0/+3
* On 32bit applications it would not get out of the waiting stateAndy Shaw2012-11-151-1/+1
* Fix zero-duration animations running Backwards.Andreas Aardal Hanssen2012-11-151-1/+2
* Fix scrolldown arrow not showing on popup for QMenuMiikka Heikkinen2012-11-141-2/+4
* Windows: Fixed handling of key events containing ctrl modifierOliver Wolff2012-11-141-0/+8
* Don't use Cocoa code unconditionallyAndy Shaw2012-11-141-0/+2
* fix binding of bool type in mysql driverMark Brand2012-11-131-1/+6
* Update Qlocale data with CLDR 2.0.0Konstantin Ritt2012-11-103-4532/+5150
* Update Qlocale data with CLDR 1.9.1Konstantin Ritt2012-11-103-3387/+3431
* QtConcurrent: Fix for leak in QFutureOrgad Shaneh2012-11-083-5/+46
* Fix for memory leak in ResultStoreOrgad Shaneh2012-11-081-1/+4
* Use slogger2 for logging on Blackberry instead of writing to stderrFabian Bumberger2012-11-082-0/+62
* qpa: Fix rendering issue in blitter engine (negative scaling factors)Julien Brianceau2012-11-081-1/+5
* Accessibility: itemviews check for valid model.Frederik Gladhorn2012-11-081-11/+60
* Fix GIF image decoding: do not zero transparent pixelsaavit2012-11-081-9/+6
* HeaderView - call invalidateCachedSizeHint() on clearThorbjørn Lund Martsum2012-11-071-0/+1
* QNX: Fix build with QNX SDP 6.5.Sergio Martins2012-11-071-1/+1
* QWindowsVistaStyle: Restore altered brush origin.Friedemann Kleint2012-11-071-1/+2
* Fix submenu navigation.Friedemann Kleint2012-11-071-0/+10
* Adding PAC and exclusion list support to BlackBerry Qt proxy implementation.Andrey Leonov2012-11-062-4/+26
* QTranslator: Use resource memory instead of copying itThomas McGuire2012-11-051-19/+44
* fix bug in QLocalSocket::waitForReadyRead on WindowsJoerg Bornemann2012-11-051-1/+1
* Cocoa: QPrintDialog does not show/closes down immediatlyRichard Moe Gustavsen2012-11-041-0/+6
* x-compile with mingw: fix codec linker errorsPeter Kümmel2012-11-031-4/+4
* Qt 4 - QHeaderView - correct drop on manual QHeaderView sectionmoveThorbjørn Lund Martsum2012-11-031-1/+1
* Doc: Updated links in qt-webpages.qdoc to Digia equivalent.Jerome Pasion2012-11-021-3/+0
* Removed usage of pipe in Blackberry event dispatcherBernd Weimer2012-11-024-42/+78
* Mac: Correct writingSystem check value for ChineseLiang Qi2012-11-011-2/+2
* Blackberry bearer plugin: Only Report working interfaces as activePeter Hartmann2012-11-011-3/+2
* QtNetwork: introduce configure switch to use system proxies by defaultPeter Hartmann2012-11-012-0/+7
* Fix QDBusServer with more than one connectionJan Arne Petersen2012-11-013-8/+15
* Fix a crash in QFileDialog when selecting an invalid name filter.Friedemann Kleint2012-10-311-5/+7
* Fix debugger detection when running on Linux.Friedemann Kleint2012-10-311-20/+28
* Fix mmap usage.Jędrzej Nowacki2012-10-311-2/+2
* Fixing font database memoryleakKarim Pinter2012-10-311-2/+2
* QNX: Remember information on whether a file is a linkThomas McGuire2012-10-311-0/+7
* QNX: Use extra information in dirent to avoid stat() callsThomas McGuire2012-10-313-2/+69
* QHeaderView - fix minor bug in visualIndexAtThorbjørn Lund Martsum2012-10-311-2/+2
* QHeaderView - length returns wrong value fixThorbjørn Lund Martsum2012-10-311-0/+2
* QHeaderView - no big update work if updates are disabledThorbjørn Lund Martsum2012-10-311-0/+7
* Corrected licensing info and links point to Digia in qmessageboxjutaipal2012-10-301-2/+2
* Blackberry: Fixes QWindowSurface::grabWidgetRafael Roquetto2012-10-304-5/+66
* Blackberry: Fix for slowness of touch move eventsBernd Weimer2012-10-301-60/+46