summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed icons lookup in QIcon::fromThemeRuslan Nigmatullin2015-02-023-57/+89
* QCalendarWidget: avoid three dynamic allocationsMarc Mutz2015-02-021-21/+15
* QCalendarWidget: Extract Method formatNumber()Marc Mutz2015-02-021-34/+21
* Micro-optimize QCalendarDateSectionValidator::highlightString()Marc Mutz2015-02-021-1/+1
* Make QCalendarDateSectionValidator::highlightString() staticMarc Mutz2015-02-021-2/+2
* QTextStream: remove a use of QString::sprintf()Marc Mutz2015-02-021-4/+11
* QTextStream: fix a warning with QTEXTSTREAM_DEBUG definedMarc Mutz2015-02-021-1/+1
* QProcess: fix warnings with QPROCESS_DEBUG definedMarc Mutz2015-02-021-2/+2
* QCalendarWidget: use ctor-init-list (II)Marc Mutz2015-02-021-2/+4
* QCalendarWidget: use ctor-init-list (I)Marc Mutz2015-02-021-13/+13
* QLayoutEngine: replace an inefficient QList with QVarLengthArrayMarc Mutz2015-02-021-5/+6
* Avoid unneeded QBrush::texture() callsAllan Sandfeld Jensen2015-02-024-12/+35
* QStyleHints: restore CONSTANT to non-NOTIFYable propertiesJ-P Nurmi2015-02-021-9/+9
* Don't remember if passed HFONT was a stock objectKonstantin Ritt2015-02-023-23/+9
* [QWindowsFontDatabase] Drop some dead codeKonstantin Ritt2015-02-024-16/+11
* [QWindowsFontDatabase] Drop some dead codeKonstantin Ritt2015-02-023-31/+6
* iOS: Track QIOSViewController -> QIOSScreen using QPointerTor Arne Vestbø2015-02-021-3/+4
* iOS: Guard QIOSScreen against notifying Qt about changes to deleted QScreensTor Arne Vestbø2015-02-021-6/+14
* iOS: Disconnect focusWindowChanged connection on QIOSViewController deallocTor Arne Vestbø2015-02-021-1/+8
* iOS: Keep size and device pixel ratio of QIOSBackingStore in sync with windowTor Arne Vestbø2015-02-022-10/+10
* QFileDialog::setDirectory(): remove unused local variableMaks Naumov2015-02-021-1/+0
* Reduce number of QRegion::rects() calls in QBlitterPaintEngine::fillRect()Maks Naumov2015-02-021-5/+4
* Call QDir::homePath() only when necessary in QSettings::initDefaultPaths()Maks Naumov2015-02-021-3/+2
* Update for libinput 0.8Laszlo Agocs2015-02-022-1/+13
* Expose the ThreadedOpenGL cap to appsLaszlo Agocs2015-02-022-0/+17
* Utilize EGL_KHR_surfaceless_context in QOffscreenSurface when availableLaszlo Agocs2015-02-023-8/+29
* Add SecureTransport based SSL backend for iOS and OS XJeremy Lainé2015-02-027-0/+1677
* fix relative path resolution inconsistency in qmake propertiesOswald Buddenhagen2015-02-021-1/+3
* less preprocessor magic relating to qmake buildOswald Buddenhagen2015-02-021-5/+5
* complete reversal of adding QLibraryInfo to the bootstrap libraryOswald Buddenhagen2015-02-023-32/+23
* Only use 32bit version of qPremultiplyAllan Sandfeld Jensen2015-02-021-19/+2
* Centralize use of __attribute__((noinline))Marc Mutz2015-01-293-11/+11
* QString: optimize multiArg()Marc Mutz2015-01-291-18/+48
* QString: reduce template bloatMarc Mutz2015-01-291-11/+12
* [QSSL] Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-01-288-4/+20
* qlogging: Fix build on FreeBSD after 63cd16d.Raphael Kubo da Costa2015-01-281-2/+2
* corelib: Fix a faulty 5.4->dev merge.Raphael Kubo da Costa2015-01-281-0/+1
* OS X: Fix QWindowSystemInterface::handleExtendedKeyEventFrederik Gladhorn2015-01-281-1/+1
* Remove unused class QPaintBufferLars Knoll2015-01-283-2629/+0
* Remove support for QT_QLOCALE_USES_FCVT.Erik Verbruggen2015-01-282-78/+0
* Make Qt for Android compile when using errors for warningsAlex Blasche2015-01-282-2/+3
* Introduce QMatrix4x4::isAffine()Konstantin Ritt2015-01-282-0/+19
* Introduce QQuaternion::inverted()Konstantin Ritt2015-01-282-0/+24
* [QVectorND] Add missing operator/=(const QVectorND &)Konstantin Ritt2015-01-286-0/+108
* Avoid warning in makeCurrentLaszlo Agocs2015-01-281-3/+1
* Bail out in composeAndFlush when makeCurrent failsLaszlo Agocs2015-01-281-1/+5
* Android: Don't open assets files in read/write modeEskil Abrahamsen Blomfeldt2015-01-281-3/+1
* QTreeWidget: forbid forcing PartiallyChecked on parent tristate items.David Faure2015-01-251-1/+1
* Itemviews: add ItemIsUserTristate flagDavid Faure2015-01-254-4/+10
* [HarfBuzz-NG] Fix build on WinRTKonstantin Ritt2015-01-252-12/+16