summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QCommandLineParser: add support for hiding options from --help.David Faure2015-02-233-0/+35
* xcb: Expose the systemtray functions through platformheadersJørgen Lind2015-02-237-52/+181
* GLX integration: code tidiesGiuseppe D'Angelo2015-02-231-4/+6
* QCoreTextFontEngine: Cache face_id.Robin Burchell2015-02-222-7/+6
* QDateTime: cache the result of date.timeSpec() in QDebug op<<Marc Mutz2015-02-211-2/+3
* QDateTime: drop quotes in QDebug outputMarc Mutz2015-02-211-1/+2
* Restore binary compatibility in versioned OpenGL function classesDavid Morgan2015-02-212-71/+295
* Linux/XCB: added a missing arg to QXcbConnection::QXcbConnection callStéphane Chatty2015-02-201-1/+1
* Haiku: Extend QStorageInfo implementationTobias Koenig2015-02-201-2/+25
* Haiku: Use 'unknown' as QSysInfo::productType()Tobias Koenig2015-02-201-3/+0
* Remove BlackBerry PlayBook support.Rafael Roquetto2015-02-2012-406/+15
* Don't deploy networkmanager/connman/generic bearer on AndroidAlex Blasche2015-02-201-1/+1
* Fix warning-as-error about member not used with Clang 3.6Thiago Macieira2015-02-201-1/+1
* Do not attempt to unregister an unregistered dbus serviceAllan Sandfeld Jensen2015-02-202-2/+6
* Fix typo: properly write endianness.Lisandro Damián Nicanor Pérez Meyer2015-02-201-1/+1
* xcb: remove stray QDBusMenuConnection in QXcbNativeInterfaceShawn Rutledge2015-02-202-3/+1
* D-Bus system tray: properly check whether StatusNotifierHost availableShawn Rutledge2015-02-204-13/+10
* qdoc: Support documentation of JavaScriptMartin Smith2015-02-2022-941/+1022
* qdoc: Mark Genus of each Node objectMartin Smith2015-02-204-29/+50
* Fix compilation on AndroidMichal Klocek2015-02-202-4/+4
* Disable constexpr support for QNXSean Harmer2015-02-201-0/+5
* qdoc: Omit output subdirectory from paths written to .qhpTopi Reinio2015-02-201-15/+14
* qdoc: Reduce size of Node classMartin Smith2015-02-202-41/+41
* Doc: Fix QTextStream::readLine() snippetAlexander Volkov2015-02-181-3/+3
* Testlib: Add function to extract files from resources to diskRainer Keller2015-02-182-0/+58
* QDate/QTime: mark some functions constexprMarc Mutz2015-02-171-27/+27
* Haiku: Initial version of QPA plugin for HaikuTobias Koenig2015-02-1729-0/+2714
* xcb: Check for the presence of XInput 2.2 before selecting touch eventsAlexander Volkov2015-02-172-18/+24
* Fixed license headersJani Heikkinen2015-02-17161-161/+161
* compose: Rename main.cpp to qcomposeplatforminputcontextmain.cpphjk2015-02-172-2/+2
* QPair: add noexcept to ctors and assignment operatorsMarc Mutz2015-02-171-3/+12
* QList: share implementation of operator== with QVector where possibleMarc Mutz2015-02-171-0/+17
* QList: share the implementations of contains()/count() with QVector where pos...Marc Mutz2015-02-171-0/+34
* QList: prepare for tag dispatching based on memory layoutMarc Mutz2015-02-171-0/+19
* QDate: optimize QDate::toString()Marc Mutz2015-02-171-3/+1
* QDateTime: optimize toOffsetString()Marc Mutz2015-02-171-10/+6
* QDateTimePrivate: make bit manipulation code more readableMarc Mutz2015-02-171-5/+5
* QDateTimePrivate: remove pointless comparisonsMarc Mutz2015-02-171-6/+6
* QDateTimePrivate: remove pointless copy ctorMarc Mutz2015-02-171-10/+0
* QDateTime: replace out parameters with return-by-value in rfcDateImpl()Marc Mutz2015-02-171-66/+32
* QDateTime: optimize rfcDateImpl()Marc Mutz2015-02-171-20/+22
* QDateTime: change an instance of out parameters to return-by-valueMarc Mutz2015-02-171-52/+48
* QTimeZone: don't use QSet, use sorted QListMarc Mutz2015-02-177-95/+125
* xcb: Fix build with -no-xcb-xlib -qt-xcbAndrew Knight2015-02-174-12/+16
* Introduce QT_NO_MIMETYPESérgio Martins2015-02-1728-14/+116
* Fix license headersSergio Ahumada2015-02-165-111/+71
* Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-1624-189/+123
* Android: Fix compile on arm64-v8aBogDan Vatra2015-02-161-1/+1
* LocalSocket: Do not return early in waitForReadyReadKai Koehne2015-02-161-3/+0
* Add widget support for requestUpdate() and improve its docs and testsLaszlo Agocs2015-02-162-5/+20