summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QOpenGLContext: expose the shared global contextGiuseppe D'Angelo2015-02-122-0/+26
* QTextCodec: micro-optimize loops.Friedemann Kleint2015-02-122-16/+23
* Simplify QTableGenerator::printComposeTable()Marc Mutz2015-02-121-15/+9
* Windows QPA: Remove helper function debugWindowStates().Friedemann Kleint2015-02-121-20/+3
* Clarify QTextEdit::createStandardContextMenu(QPoint) docsJ-P Nurmi2015-02-121-1/+1
* Make the QPlatformTheme::keyBindings() search deterministicMorten Johan Sørvig2015-02-121-50/+33
* QDateTime: prepare for constexpr'ificationMarc Mutz2015-02-121-2/+9
* QtCore: assorted migrations to QString::asprintfMarc Mutz2015-02-122-7/+3
* QCoreApplication (Windows): migrate to QString::(v)asprintfMarc Mutz2015-02-121-25/+24
* QtGui: assorted migrations to QString::asprintfMarc Mutz2015-02-122-13/+10
* QtWidgets: assorted migrations to QString::asprintfMarc Mutz2015-02-122-5/+5
* QLogging: use return-by-value in qt_messageMarc Mutz2015-02-121-40/+16
* QtMiscUtils: make toHex*() constexprMarc Mutz2015-02-121-6/+4
* Fix Q_ENUM in QWizard.Friedemann Kleint2015-02-121-1/+1
* Avoid hardcoding build date in qtcore and toolsSune Vuorela2015-02-122-3/+7
* Make qdbusxml2cpp output reproducibleSune Vuorela2015-02-121-10/+4
* Fix accessibility lines on OS XBoris Dušek2015-02-121-16/+58
* QOpenGLTexture: enable build on Windows CEGiuseppe D'Angelo2015-02-121-13/+9
* Haiku: Enable usage of realpath implementationTobias Koenig2015-02-121-1/+1
* Haiku: Use setenv and unsetenv POSIX functionsTobias Koenig2015-02-121-3/+3
* Use TabFocusBehavior in QStyleHints in widgetsLiang Qi2015-02-121-3/+1
* Expose TabFocusBehavior in QStyleHintsLiang Qi2015-02-129-7/+54
* 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