summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Android: Check XML output and optionally stop on fail.BogDan Vatra2015-01-061-0/+41
* JPEG: Fix reading of EXIF orientation.Friedemann Kleint2015-01-063-12/+27
* Windows: Fix QColorDialog's live updates while picking outside colorSérgio Martins2015-01-063-5/+48
* Don't bind to QHostAddress::Any if we want to do IPv4 multicast opsThiago Macieira2015-01-051-3/+3
* tst_QLockFile: simulate a crash betterMarc Mutz2015-01-041-4/+4
* Fix a memleak in QAssociativeIterable::value()Marc Mutz2015-01-042-16/+39
* Link against QMAKE_LIBS_EXECINFO when using backtrace(3).Raphael Kubo da Costa2015-01-034-0/+6
* Doc: fix the type listed for the functions in QAtomicIntegerThiago Macieira2015-01-022-91/+91
* Autotest: Forward stderr of the sub-processesThiago Macieira2015-01-025-1/+4
* Autotest: Be nicer when asking the sub-processes to exitThiago Macieira2015-01-028-17/+32
* Added ROUND test for PostgreSQLIsrael Lins2014-12-301-13/+17
* [QDateTime] ISO Time zone designators can be [+-]HHIsrael Lins2014-12-302-5/+12
* QODBC: fix converted string values empty SQLServer 2012Maximilian Hrabowski2014-12-301-1/+11
* Added timezone support for datetime fields in PSQLJulien Blanc2014-12-303-27/+60
* configure.exe: improve error message by adding the filename.David Faure2014-12-301-1/+1
* tst_QUdpSocket: Fix inverted logic in getting a non-"any" addressThiago Macieira2014-12-281-23/+18
* Don't hardcode port numbers in tst_QUdpSocket wherever possibleThiago Macieira2014-12-281-10/+15
* Fix silly QSKIP for IPv6 in tst_QUdpSocket::multicastThiago Macieira2014-12-281-1/+1
* Report QHostAddress::Any explicitly in qDebug()Thiago Macieira2014-12-281-1/+4
* Fix win32-g++ build due to -WerrorSérgio Martins2014-12-261-0/+4
* Silence warning in tst_QUdpSocket::multicast for Any+IPv4Thiago Macieira2014-12-242-3/+9
* Fix tst_QUdpSocket::multicastLeaveAfterCloseThiago Macieira2014-12-241-3/+6
* Glib config test: fix compiler warningsGiuseppe D'Angelo2014-12-241-1/+2
* QNX: Revert the change to give higher precision timers.Roger Maclean2014-12-241-16/+1
* Fix silly mistake: 0 is a valid file descriptorThiago Macieira2014-12-241-1/+1
* Stabilize tst_QUdpSocket::broadcastingThiago Macieira2014-12-241-1/+1
* Don't try to send broadcasts over IPv6Thiago Macieira2014-12-241-4/+7
* Suppress silly shell warning during qmake of qtcpsocket.proThiago Macieira2014-12-241-1/+1
* Autotest: Disable multicast testing with proxiesThiago Macieira2014-12-241-10/+1
* Remove a memory leak in the custom sort filter model exampleGiuseppe D'Angelo2014-12-231-5/+5
* QRawFont: improve the thread-safety checksGiuseppe D'Angelo2014-12-231-1/+14
* Temporarily disable the QtDBus tests if the session bus isn't availableThiago Macieira2014-12-231-1/+10
* Fix include headers for qsslcertificate_qt.cppThiago Macieira2014-12-231-2/+2
* Doc: corrected broken links qtbaseNico Vertriest2014-12-236-16/+11
* Check screen before changing cursorJoni Poikelin2014-12-231-1/+2
* Check for valid receiver before sending gesture events.Jason Haslam2014-12-231-0/+3
* qstorageinfo_unix.cpp: Fix build on BSD and other unicesDmitry Shachnev2014-12-231-3/+4
* Fix typo in Qt5CoreMacros.cmakeAleix Pol2014-12-231-1/+1
* Doc: Describe the enum item QStyle::PE_FrameStatusBar as obsoleteAlexander Volkov2014-12-221-1/+1
* QColorDialog: Fix a few layouting issues.Sérgio Martins2014-12-221-2/+13
* Revert "OS X: rename special menu items instead of duplicating"Timur Pocheptsov2014-12-222-14/+6
* Android: Fix QTemporaryDir/File::nonWritableCurrentDir() testsEskil Abrahamsen Blomfeldt2014-12-222-0/+9
* Android: Fix QLoggingRegistry testEskil Abrahamsen Blomfeldt2014-12-222-0/+10
* Android: Disable QLockFile testEskil Abrahamsen Blomfeldt2014-12-221-1/+3
* Android: Fix QIODevice testsEskil Abrahamsen Blomfeldt2014-12-223-0/+14
* Android: Fix QFileSystemWatcher test failuresEskil Abrahamsen Blomfeldt2014-12-221-0/+4
* Android: Fix test failure for test QFileInfo::lastRead()Eskil Abrahamsen Blomfeldt2014-12-221-0/+4
* Android: Fix QFileInfo testsEskil Abrahamsen Blomfeldt2014-12-223-1/+36
* Android: Fix QDirIterator testsEskil Abrahamsen Blomfeldt2014-12-221-0/+26
* Android: Fix QDir testsEskil Abrahamsen Blomfeldt2014-12-223-0/+77