summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge dev into 5.5Oswald Buddenhagen2015-02-23260-1993/+4787
|\
| * 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
* | Remove __cdecl from Windows desktop atomicsThiago Macieira2015-02-201-1/+1
* | Windows: Refactor FreeType font database.Friedemann Kleint2015-02-201-100/+132
* | Add explanatory text to translated strings in font database.Friedemann Kleint2015-02-201-0/+2
* | Guarantee there is always a valid HFONT to get metrics forKonstantin Ritt2015-02-201-6/+7
* | [QFreetypeFace::addBitmapToPath] Get rid of unused paramKonstantin Ritt2015-02-202-3/+3
* | Fix MSVC 2013/64bit warnings about conversion from 'size_t' to 'int'.Friedemann Kleint2015-02-182-5/+5
* | PostgreSQL: Fix special floating point handling for 'float' types.Friedemann Kleint2015-02-181-15/+27
* | Use QPlatformWindow::mapToGlobal()/mapFromGlobal() for Qt::ForeignWindow.Friedemann Kleint2015-02-181-6/+10
* | Merge remote-tracking branch 'origin/dev' into 5.5Frederik Gladhorn2015-02-1769-376/+362
|\|