summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix possible crash when passing an invalid PAC URLDaniel Molkentin2015-01-071-0/+4
* Fix crash on Mac OS if PAC URL contains non-URL legal charsDaniel Molkentin2015-01-071-1/+5
* Remove redundant codeAndy Shaw2015-01-071-5/+0
* Prevent buffer overrun when getting the glyph imagesAndy Shaw2015-01-072-2/+16
* Windows: Remove check for minimum/maximum size constraints.Friedemann Kleint2015-01-071-14/+0
* Windows: Release mouse capture when window is blocked by modal window.Friedemann Kleint2015-01-071-0/+2
* Windows: Fix OS version determination for Windows >= 8Friedemann Kleint2015-01-071-10/+68
* Make QtDBus unit tests compile with runtime dbus-1 tooThiago Macieira2015-01-061-0/+3
* Doc: Fixed date format doc bug in QDateTime/Qt namespaceOrgad Shaneh2015-01-062-13/+13
* Fix build error with Intel Compiler 15 on WindowsThiago Macieira2015-01-062-0/+4
* Give ICC-as-Clang a Q_CC_CLANG version number tooThiago Macieira2015-01-061-0/+4
* iOS: Remove QIOSKeyboardListener self-change assert/guardTor Arne Vestbø2015-01-061-2/+0
* Make QDBusConnection and QDBusServer return an error on default objectsThiago Macieira2015-01-062-2/+2
* Re-enable constexpr for ICC 15Thiago Macieira2015-01-061-0/+1
* Fix change-of-sign warnings with ICCThiago Macieira2015-01-061-3/+3
* JPEG: Fix reading of EXIF orientation.Friedemann Kleint2015-01-061-3/+3
* Windows: Fix QColorDialog's live updates while picking outside colorSérgio Martins2015-01-063-5/+48
* 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-031-0/+3
* Doc: fix the type listed for the functions in QAtomicIntegerThiago Macieira2015-01-022-91/+91
* [QDateTime] ISO Time zone designators can be [+-]HHIsrael Lins2014-12-301-5/+4
* QODBC: fix converted string values empty SQLServer 2012Maximilian Hrabowski2014-12-301-1/+11
* Added timezone support for datetime fields in PSQLJulien Blanc2014-12-301-26/+17
* 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-241-2/+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
* QRawFont: improve the thread-safety checksGiuseppe D'Angelo2014-12-231-1/+14
* 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
* Remove the hardcoding of Unix socket paths for QtDBusThiago Macieira2014-12-201-3/+9
* Fix loading of the dbus-1 DLL built by MinGW on WindowsThiago Macieira2014-12-201-5/+20
* Simplify use of __has_include in qlogging.cppThiago Macieira2014-12-201-12/+9
* QNetworkDiskCache: Do not store set-cookie headers of the response in disk ca...Jeongmin Kim2014-12-201-0/+3
* Use the GCC and Clang __builtin_bswap intrinsics in qbswapThiago Macieira2014-12-201-13/+13
* Make sure we don't try to ask QByteArray to allocate too muchThiago Macieira2014-12-203-2/+14
* Fix QThread::idealThreadCount on Unix if sysconf or sysctl failsThiago Macieira2014-12-201-1/+2
* QScrollBar: emit valueChanged once even if a slot takes too much timePavel Krebs2014-12-191-3/+4
* Also search current directory in QFINDTESTDATAEskil Abrahamsen Blomfeldt2014-12-191-0/+7
* Don't clear lineedit in non normal echo mode when validation is invalidAndy Shaw2014-12-192-7/+18
* MSVC: Restore 'public' accessibility of QMetaType member functionsAndy Shaw2014-12-191-1/+1
* qdoc: Fixed broken TOC links to Reimplemented sectionsMartin Smith2014-12-191-5/+13