summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QColorDialog: Fix flickering when using "Pick screen color"Sérgio Martins2015-01-062-7/+13
* qdoc: Use qgetenv instead of getenvSérgio Martins2015-01-061-4/+4
* Fix QFileSystemWatcher::directoryChanged docs/testCory Bloor2015-01-051-6/+6
* Compile in evdev code to linuxfbLaszlo Agocs2015-01-054-1/+47
* QIsciiCodec: add an assert to silence CoverityGiuseppe D'Angelo2015-01-051-0/+1
* QColorDialog: fix a crash on small displaysGiuseppe D'Angelo2015-01-051-1/+2
* Add missing qdatastream.h includes.Richard J. Moore2015-01-052-0/+3
* QFlags: plaster API with Q_DECL_NOTHROWMarc Mutz2015-01-051-36/+37
* QCursor: add move ctorMarc Mutz2015-01-052-0/+11
* Use QStringLiteral to prevent runtime string conversions.Milian Wolff2015-01-051-11/+17
* Add annotation to rename methods created by qdbusxml2cppDavid Edmundson2015-01-051-3/+12
* QColorDialog: merge two consecutive ifs with the same testGiuseppe D'Angelo2015-01-051-2/+0
* Add a platform function to enable setting the touch flags on WindowsAndy Shaw2015-01-0510-11/+238
* QItemDelegate: let QTextEdit and QPlainTextEdit receive tab keypressesGiuseppe D'Angelo2015-01-041-5/+28
* QtTest: call toString() as a normal functionMarc Mutz2015-01-041-1/+1
* Document -plugins argument in qmltest usage helpala2015-01-031-0/+2
* Fix undefined behavior found by GCC 5Thiago Macieira2015-01-021-1/+1
* Remove unnecessary dependencySimon Hausmann2015-01-021-1/+1
* qdoc: Update qdoc manualMartin Smith2015-01-029-4/+360
* QNX: Fix build.Rafael Roquetto2014-12-311-2/+2
* Enable ELF .interp section on HurdPino Toscano2014-12-301-1/+1
* Complete MIPS atomic support on pre-MIPS32 architecturesPino Toscano2014-12-301-1/+4
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2014-12-3048-163/+196
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-2948-163/+196
| |\
| | * 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