summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* xcb: QSystemTrayIcon: grab background pixmap for compositing only onceShawn Rutledge2015-02-124-23/+16
* D-Bus tray icons: try to use them with QGenericUnixThemeShawn Rutledge2015-02-122-0/+16
* qtimezone.h: include correct headerMarc Mutz2015-02-121-1/+1
* QNX: fix compiler detection.Rafael Roquetto2015-02-121-6/+8
* QWheelEvent on OSX: phase changes to ScrollEnd after momentum phaseShawn Rutledge2015-02-121-1/+2
* Network: Fix operator<<(QDebug, ...) operationsKai Koehne2015-02-1210-34/+56
* [QWindowsFont*] Unify HFONT fallbacksKonstantin Ritt2015-02-122-10/+5
* Update bundled HarfBuzz to 0.9.39Konstantin Ritt2015-02-127-30/+90
* QProcess: remove a use of QString::sprintf()Marc Mutz2015-02-121-6/+11
* QTzTimeZonePrivate: replace an inefficient QList with QVector (IV)Marc Mutz2015-02-121-17/+17
* QTzTimeZonePrivate: replace an inefficient QList with QVector (III)Marc Mutz2015-02-121-15/+16
* QTzTimeZonePrivate: replace an inefficient QList with QVector (II)Marc Mutz2015-02-121-13/+12
* QTzTimeZonePrivate: replace some inefficient QLists with QVectors (I)Marc Mutz2015-02-121-13/+21
* Add Q_DECL_CONST_FUNCTION and Q_DECL_NOTHROW to qPopulationCountMarc Mutz2015-02-121-5/+5
* QFileInfoGatherer: fix race condition on fetchedRootMarc Mutz2015-02-121-4/+4
* QString: optimize number() and setNum()Marc Mutz2015-02-121-63/+46
* QLogging: prevent qt_message from being inlined into each of 14 callersMarc Mutz2015-02-121-0/+1
* QLogging: avoid a needless checkMarc Mutz2015-02-121-9/+3
* QLogging: migrate to QString::(v)asprintfMarc Mutz2015-02-121-5/+5
* Long live QString::asprintf()!Marc Mutz2015-02-124-18/+41
* QNetworkInterface: remove a use of (native) sprintfMarc Mutz2015-02-121-10/+7
* QtMiscUtils: add to/fromOctMarc Mutz2015-02-121-0/+10
* QtMiscUtils: mark hex functions noexcept and fromHex constexprMarc Mutz2015-02-121-10/+7
* eglfs: Add the three missing drag cursorsLaszlo Agocs2015-02-122-3/+3
* Prevent crashing on ES2 SDK - ES3 device scenarios with AndroidLaszlo Agocs2015-02-123-8/+17
* Document that some types need not to be registered with Q_DECLARE_METATYPEOlivier Goffart2015-02-121-0/+13
* QMetaType: Automatic registration of Q_GADGET and Q_ENUM typesOlivier Goffart2015-02-121-2/+53
* QAbstractSocket: remove unneeded cleanup calls and private memberAlex Trotsenko2015-02-112-14/+2
* Use a union for different openssl typesAndré Klitzing2015-02-112-15/+10
* CMake: Introduce qt5_add_binary_resourcesA. Klitzing2015-02-112-26/+80
* Update copyright headersJani Heikkinen2015-02-113768-28123/+26388
* Windows: Reintroduce copy of argv.Friedemann Kleint2015-02-102-7/+17
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devLaszlo Agocs2015-02-10126-926/+1750
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-10126-926/+1750
| |\
| | * Fix Meta+... shortcuts on XCBKåre Särs2015-02-061-1/+5
| | * Don't crash with invalid QModelIndex or when QTreeWidgetItem is NULL in mimeD...Maks Naumov2015-02-062-13/+22
| | * Improve handling of screens in QWidgets.Friedemann Kleint2015-02-064-22/+35
| | * QIcon: Fix that HiDPI image was not found with QRC aliasEike Ziller2015-02-061-6/+6
| | * Improve QTextDocument::setPlainText/Html doc related to undo stackSamuel Gaist2015-02-051-2/+3
| | * Fix QLineF Detailed DescriptionSamuel Gaist2015-02-051-1/+1
| | * xcb: delay showing tray icon window until it is embeddedShawn Rutledge2015-02-051-0/+6
| | * SSL NPN negotiation: Do not abort on unmatched protocolsPeter Hartmann2015-02-052-12/+15
| | * Do not close popup widgets when showing a widget embedded into QGraphicsView.Friedemann Kleint2015-02-051-4/+9
| | * QProcess/Win: fix sporadic crashJoerg Bornemann2015-02-052-1/+2
| | * Do not specifically mention features supported since XPKai Koehne2015-02-042-5/+1
| | * Windows : fix call to LookupAccountNameWAntonio Lotti2015-02-041-4/+11
| | * QPair: work around std::move not being constexpr in C++11Marc Mutz2015-02-041-1/+3
| | * Streamline code in QDesktopWidget.Friedemann Kleint2015-02-042-22/+15
| | * QWindowsXPStylePrivate::buffer(): Improve warnings.Friedemann Kleint2015-02-041-2/+2
| | * Handle failure of Windows XP theme painting functions for PE_FrameWindow.Friedemann Kleint2015-02-042-20/+31