summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Update PCRE to SVN r1622 (8.38 + patches)Giuseppe D'Angelo2016-01-049-157/+284
| * QNativeSocketEngine: fix undefined variable on FreeBSDDmitry Shachnev2016-01-021-1/+1
| * Suspend processing of some messages in the default busses by defaultThiago Macieira2016-01-025-7/+79
| * Add a default argument to QDBusPendingCallWatcher::finished signalThiago Macieira2016-01-021-1/+1
| * Remove unused member variable QDBusConnectionPrivate::timeoutsPendingAddThiago Macieira2016-01-021-2/+0
| * QSocks5SocketEngine: Always try to connect in connectToHost unless already co...Robin Burchell2015-12-301-6/+8
| * Fix incorrect screen number reported by QDesktopWidgetBłażej Szczygieł2015-12-302-6/+31
| * Cleanup memory owned by QTestTablePrivateFrank Meerkoetter2015-12-301-0/+5
| * Change a QList of pointers to QVectorThiago Macieira2015-12-291-1/+1
| * QMimeDatabase: follow symlinks when checking for FIFO etc.David Faure2015-12-291-1/+2
| * CMake: Add -fPIC to CXX flags only where necessaryKevin Funk2015-12-281-1/+22
| * Default to OpenGLES when building with -opengl es2Allan Sandfeld Jensen2015-12-251-0/+4
| * xcb: Add Xinerama 3rd party source code for static buildBłażej Szczygieł2015-12-224-3/+1468
| * xcb: Add Xinerama supportBłażej Szczygieł2015-12-226-19/+75
| * Fix QJsonValue::fromVariant() if the variant contains a json objectLars Knoll2015-12-221-0/+12
| * QUrl: revert path-normalization in setPath().David Faure2015-12-221-2/+4
| * QStandardPaths: warn if $XDG_RUNTIME_DIR doesn't existDavid Faure2015-12-221-8/+22
| * Docu: fix documentation of QHostAddress() default constructor.David Faure2015-12-221-1/+1
| * QHeaderView: Reset cached section sizes on font and style changeGabriel de Dietrich2015-12-211-3/+5
| * QHeaderView and others: Fix font lookup nameGabriel de Dietrich2015-12-212-5/+4
| * Add DEPENDS option to qt5_wrap_cpp()Daniel Levin2015-12-211-5/+6
| * qprocessordetection.h: Fix detection of 32-bit ARMv8Thiago Macieira2015-12-211-20/+27
| * Fix visibility of bundled zlib symbols with mingwJohn Brooks2015-12-211-7/+2
| * Remove superfluous ReleaseSemaphore/WFSO callsJoerg Bornemann2015-12-212-13/+16
| * Fix broken permission to mode mappingFrank Meerkoetter2015-12-191-3/+3
* | Make template instantiation in QFactoryLoader explicitUlf Hermann2016-01-061-1/+1
* | CMake: Enable C++11 support on Qt5 targetsKevin Funk2016-01-061-0/+2
* | Optimize QListViewPrivate::draggablePaintPairs()Marc Mutz2016-01-061-2/+3
* | xcb: use qLoadPlugin()Marc Mutz2016-01-052-14/+6
* | eglfs: use qLoadPlugin()Marc Mutz2016-01-052-15/+6
* | QAbstractSocket: remove unused 'connectTimeElapsed' memberAlex Trotsenko2016-01-052-7/+0
* | QLocale: Accept trailing junk in qstrtod()Ulf Hermann2016-01-052-8/+18
* | QFactoryLoader: generalize qLoadPlugin()Marc Mutz2016-01-055-24/+65
* | QStateMachine: replace a QPair with a small structMarc Mutz2016-01-052-19/+27
* | [docs] Gently steer people away from QPairMarc Mutz2016-01-052-0/+21
* | QtCore: eradicate all Q_FOREACH loops [tools]Marc Mutz2016-01-046-25/+24
* | QMimeDatabase: replace a QStack<QString> with std::stack<QString, QStringList>Marc Mutz2016-01-041-6/+6
* | QMimeAllGlobPatterns: optimize string handling in matchingGlobs()Marc Mutz2016-01-041-1/+2
* | Make ephemeral server key availableSebastian Lösch2016-01-045-0/+32
* | Remove Windows-specific handling of the write notifiers on socketsAlex Trotsenko2016-01-041-14/+2
* | Print correct OS name if it is a server versionAndré Klitzing2016-01-041-7/+11
* | Print out "Service Pack" version of underlying WindowsAndré Klitzing2016-01-041-7/+27
* | QtCore: eradicate all Q_FOREACH loops [io]Marc Mutz2016-01-049-20/+19
* | QWindowsFileSystemWatcher: increase concurrency when canceling threadsMarc Mutz2016-01-041-3/+3
* | QtCore: eradicate all Q_FOREACH loops [itemmodels]Marc Mutz2016-01-045-9/+10
* | QtCore: eradicate all Q_FOREACH loops [statemachine]Marc Mutz2016-01-041-22/+25
* | QtCore: eradicate all Q_FOREACH loops [threads, plugins]Marc Mutz2016-01-045-7/+8
* | QtCore: eradicate all Q_FOREACH loops [mimetypes]Marc Mutz2016-01-045-25/+24
* | QtOpenGL: eradicate all remaining Q_FOREACH loopsMarc Mutz2016-01-041-3/+3
* | QLineEdit: de-inline effective*TextMargin()Marc Mutz2016-01-042-21/+22