summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make the printing of complex byte arrays prettierThiago Macieira2015-02-153-1/+68
* Optimize the Latin1 conversion code in the JSON parser with SSE2Thiago Macieira2015-02-151-5/+28
* QTextLayout: Reserve space ahead of time.Robin Burchell2015-02-151-0/+2
* QFontDatabase: Move style key near usage to avoid heap allocsRobin Burchell2015-02-151-8/+4
* QFontDatabase: Optimize QtFontStyle::Key::Key().Robin Burchell2015-02-151-6/+13
* Fix indentation and move some variables aroundKonstantin Ritt2015-02-151-63/+52
* QDBusConnection::registorObject with interfaceKevron Rees2015-02-155-3/+31
* Do not mark non-existent touch points as stationaryMikko Harju2015-02-141-0/+4
* Animation classes: micro-optimize loops.Friedemann Kleint2015-02-143-39/+40
* Add support for GPU bug list reading.Friedemann Kleint2015-02-143-0/+455
* Windows: Use QVersionNumber in GPU driver version.Friedemann Kleint2015-02-142-76/+14
* QDateTime: make qt_monthNumberFromShortName() staticMarc Mutz2015-02-141-1/+1
* QDateTime: use existing functions for short month name parsingMarc Mutz2015-02-141-35/+21
* QDateTimePrivate: enable read caching on m_status in setDateTime()Marc Mutz2015-02-141-6/+6
* QDateTime: pass explicit length to QLatin1String ctorMarc Mutz2015-02-141-1/+1
* QDateTime: avoid relocationsMarc Mutz2015-02-141-1/+1
* Haiku: Implement QStorageInfo for HaikuTobias Koenig2015-02-141-0/+60
* QScreen: add devicePixelRatio propertyShawn Rutledge2015-02-142-1/+7
* [QQuaternion] Introduce to/from euler angles conversion routinesKonstantin Ritt2015-02-142-0/+144
* [QQuaternion] Introduce toAxisAndAngle()Konstantin Ritt2015-02-142-0/+59
* Windows: Remove "experimental" sticker for DirectWrite engineEskil Abrahamsen Blomfeldt2015-02-141-4/+0
* [HarfBuzz/CoreText] Re-apply fix for QTBUG-38113Konstantin Ritt2015-02-141-2/+23
* Apply CoreText shaper changes from HarfBuzz upstreamKonstantin Ritt2015-02-141-249/+471
* FreeType: Support RGB rendering when not using FontConfigSérgio Martins2015-02-148-2/+96
* Improve readability of QFlags testSérgio Martins2015-02-141-2/+2
* QMetaType: improve docs and commentsOlivier Goffart2015-02-142-3/+6
* Secure Transport - enable client authenticationTimur Pocheptsov2015-02-131-35/+45
* Make QAccessibleTextWidget::attributes respect default document fontBoris Dušek2015-02-131-3/+3
* Fix xcb plugin compilation without D-BusAlex Trotsenko2015-02-131-0/+3
* OSX: Avoid !strcmp() anti patternMathias Hasselmann2015-02-131-1/+1
* Document Q_GADGETOlivier Goffart2015-02-131-5/+18
* QSsl: add TlsV1_0OrLater, TlsV1_1OrLater, TlsV1_2OrLaterMikkel Krautz2015-02-135-0/+44
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-1316-1/+69
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-1357-82/+82
* Optimize generic conversion and remove now obsolete direct conversionsAllan Sandfeld Jensen2015-02-134-423/+187
* QUrl effective TLDs: update tablePeter Hartmann2015-02-132-9565/+11345
* OS X Accessibility: fix role descriptionBoris Dušek2015-02-131-1/+1
* OS X Accessibility: implement AXStyleRangeForIndex in QTextEditBoris Dušek2015-02-131-1/+6
* OS X accessibility: implement AXRangeForPositionBoris Dušek2015-02-131-0/+5
* Fix text-align justify in accessibility supportBoris Dušek2015-02-131-1/+1
* Fix AXBoundsForRange in OS X accessibilityBoris Dušek2015-02-131-2/+11
* Cocoa: Improve QT_MAC_WANTS_LAYER for GL windowsMorten Johan Sørvig2015-02-121-0/+9
* Fix crash-on-exit when embedding QNViewMorten Johan Sørvig2015-02-123-0/+17
* Improve conversion of QVariants with QJsonValuesAllan Sandfeld Jensen2015-02-121-6/+56
* 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