summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QNAM HTTP: Fix compilationMarkus Goetz2011-02-211-4/+6
* QNAM: Threaded HTTP implementationMarkus Goetz2011-02-2117-507/+1272
* Avoid warning when seting a window iconOlivier Goffart2011-02-211-1/+1
* QNativeSocketEngine: Check for WSAEADDRNOTAVAIL on Windows.Martin Petersson2011-02-181-0/+5
* QAbstractSocket: compile without QT3SupportMartin Petersson2011-02-181-1/+1
* QNativeSocketEngine: Only do SIO_UDP_CONNRESET for UDP socketsMartin Petersson2011-02-181-9/+11
* QAbstractSocket: Do not always change notifier on setReadBufferSizeMartin Petersson2011-02-181-1/+1
* Remove useless processEventOlivier Goffart2011-02-171-1/+0
* Add experimental support for armCC on LinuxHarald Fernengel2011-02-112-1/+9
* Fixed resizing popups with QSizeGrip on X11Denis Dzyubenko2011-02-101-1/+3
* Fix reversed conditionOlivier Goffart2011-02-081-1/+1
* Fix warning, unused parametter errorOlivier Goffart2011-02-081-2/+1
* Fixed mapFromGlobal in some window managers on X11Denis Dzyubenko2011-02-081-1/+16
* Removed obsolete code that was incorrectly handling ConfigureNotifyDenis Dzyubenko2011-02-081-13/+1
* QMutex: do not use inline mutex in debug.Olivier Goffart2011-02-071-1/+8
* Fix race condition between QEventLoop::exec and QThread::exitOlivier Goffart2011-02-073-2/+13
* Remove QThreadData::mutexOlivier Goffart2011-02-071-2/+0
* QNAM: Delete old fileMarkus Goetz2011-02-041-84/+0
* QNAM: Move authentication cache to separate classMarkus Goetz2011-02-046-245/+424
* Implement QThreadData::current using __threadOlivier Goffart2011-02-031-3/+20
* Crash in QFileSystemEngine::canonicalName with older libc versionOlivier Goffart2011-02-021-2/+3
* Fix leak in QFactoryLoaderOlivier Goffart2011-02-021-1/+3
* Fixed "not a valid preprocessing token" on GCCE.axis2011-02-011-1/+1
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-masteraxis2011-01-313957-8245/+22533
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-01-281-1/+1
| |\
| | * Merge remote branch 'qt-fire-review/master'aavit2011-01-281-1/+1
| | |\
| | | * Fixed hslHue / hslHueF returning the wrong value for achromatic QColors.Samuel Rødal2011-01-261-1/+1
| * | | Cocoa/Alien: fix qgraphicseffectsource autotestRichard Moe Gustavsen2011-01-281-5/+8
| * | | Cocoa: fix qgraphicsview autotestRichard Moe Gustavsen2011-01-281-0/+4
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into mast...Qt Continuous Integration System2011-01-2725-1303/+1773
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into mast...Qt Continuous Integration System2011-01-2625-1303/+1773
| | |\ \
| | | * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into mast...Qt Continuous Integration System2011-01-2625-1303/+1773
| | | |\ \
| | | | * | Cocoa: non-native toolbar shows in window when hiddenRichard Moe Gustavsen2011-01-251-1/+4
| | | | * | Cocoa: disable scroll optimization for certain casesRichard Moe Gustavsen2011-01-252-6/+8
| | | | * | Merge remote branch 'qt-water-staging/master' into alien-merged-mainlineRichard Moe Gustavsen2011-01-258-227/+295
| | | | |\ \
| | | | * | | Cocoa: fix scroll optimization bugRichard Moe Gustavsen2011-01-243-3/+4
| | | | * | | Cocoa: add scroll optimization when scrolling both hor and verRichard Moe Gustavsen2011-01-244-0/+70
| | | | * | | Partly revert b1c715f8214233f5b573ed58fc89c9dd70beabb4Richard Moe Gustavsen2011-01-242-4/+2
| | | | * | | Cocoa: remove compiler warningRichard Moe Gustavsen2011-01-241-2/+1
| | | | * | | Add support for disabling touch on to enhance scrolling in CocoaRichard Moe Gustavsen2011-01-248-11/+49
| | | | * | | Cocoa/Alien: replace depricated APIRichard Moe Gustavsen2011-01-211-1/+1
| | | | * | | Cocoa/Alien: remove unneded code for scrolling with alienRichard Moe Gustavsen2011-01-211-6/+1
| | | | * | | Cocoa/Alien: keep the scrolling within correct boundsRichard Moe Gustavsen2011-01-212-26/+11
| | | | * | | Cocoa/Alien: bugfix scrolling, dirty region issueRichard Moe Gustavsen2011-01-211-45/+42
| | | | * | | Cocoa/Alien: let QWidget::scroll_sys handle overlapping widgetsRichard Moe Gustavsen2011-01-202-5/+25
| | | | * | | Cocoa/Alien: fix qwidget autotest (setClearAndResizeMask)Richard Moe Gustavsen2011-01-191-1/+6
| | | | * | | Cocoa: fix qwidget autotest (optimizedResizeMove) for raster engineRichard Moe Gustavsen2011-01-191-10/+4
| | | | * | | Merge remote branch 'alien-on-cocoa/master' into alien-merged-mainlineRichard Moe Gustavsen2011-01-186-16/+30
| | | | |\ \ \
| | | | * \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into alie...Richard Moe Gustavsen2011-01-173968-12311/+30937
| | | | |\ \ \ \
| | | | * | | | | Alien implementation for the Cocoa portRichard Moe Gustavsen2011-01-1724-1283/+1641