summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* TestCase: Also check main source path when looking for test dataCaroline Chao2015-05-053-0/+34
* Revert change of NOTHROW to NOEXCEPTAllan Sandfeld Jensen2015-05-051-1/+1
* qstandardpaths_ios: return empty path for ApplicationsLocationRichard Moe Gustavsen2015-05-051-1/+1
* qstandardpaths_ios: use fallback for DesktopLocationRichard Moe Gustavsen2015-05-051-3/+1
* qstandardpaths_ios: return writable locations for Fonts, Music, Movies, Pictu...Richard Moe Gustavsen2015-05-051-5/+9
* winrt: properly retrieve font writing systems from unicode rangesAndrew Knight2015-05-051-7/+82
* Make data tables const.Volker Krause2015-05-0518-24/+24
* QGraphicsWidget: call normal "setParent" when setting a parentGiuseppe D'Angelo2015-05-051-3/+1
* Add Q_REQUIRED_RESULT in several placesSérgio Martins2015-05-049-21/+21
* QQuaternion: prepare isNull(), isIdentity() for constexpr'ificationMarc Mutz2015-05-041-2/+2
* qstatemachine: add methods detect when a machine has processed an eventFawzi Mohamed2015-05-042-2/+52
* QStateMachine: add internal transitions.Erik Verbruggen2015-05-044-13/+69
* QStateMachine: cache expensive calculations.Erik Verbruggen2015-05-042-55/+205
* Add noexcept to move constructors and assignment operatorsAllan Sandfeld Jensen2015-05-0416-35/+47
* Fix undefined behavior in left-shifting into negativeThiago Macieira2015-05-041-1/+1
* Use stdint.h in qopengl headers on MSVC toov5.5.0-beta1Laszlo Agocs2015-05-022-2/+2
* QRegularExpression: add error strings from PCRE 8.37Giuseppe D'Angelo2015-05-011-1/+2
* QSortFilterProxyModel: improve formal argument naming for lessThanGiuseppe D'Angelo2015-05-012-6/+6
* [QTextStream::read.*] Return earlier when nothing has been readKonstantin Ritt2015-05-011-3/+3
* QFileDialog: Stabilize tests.Friedemann Kleint2015-05-012-3/+3
* [QFontDatabase] Get rid of QtFontEncodingKonstantin Ritt2015-05-011-30/+8
* [QFontDatabase] Drop QtFontDesc's familyIndex memberKonstantin Ritt2015-05-011-4/+1
* [QFontDatabase] Get rid of some dead codeKonstantin Ritt2015-05-011-3/+0
* Minor optimization to QWidgetPrivate::setFont_helper()Konstantin Ritt2015-05-011-1/+1
* Optimize QFont::resolve(const QFont &other)Konstantin Ritt2015-05-011-4/+2
* Add missing RGB32 <-> RGB30 convertionsAllan Sandfeld Jensen2015-04-301-34/+86
* Fix QImage format after inplace conversionAllan Sandfeld Jensen2015-04-301-34/+92
* Windows QPA plugin: Fix debug formatting.Friedemann Kleint2015-04-308-104/+124
* Fix two errors in RGB30 conversionsAllan Sandfeld Jensen2015-04-301-2/+2
* xcb: Fix updating physical screen sizeAlexander Volkov2015-04-302-7/+19
* Fix QTreeView ending up in wrong state when dragKatja Marttila2015-04-291-1/+1
* Convert opaque indexed images over RGB32Allan Sandfeld Jensen2015-04-281-5/+7
* QStateMachine: optimize conflict calculation.Erik Verbruggen2015-04-281-8/+22
* Add support to set text/uri-list mimedata via setData()Marko Kangas2015-04-281-1/+16
* Preserve QImage metadata in image transformsAllan Sandfeld Jensen2015-04-282-31/+28
* QIODevice: fix data loss when reading large amounts from sequential devicesMarc Mutz2015-04-281-0/+4
* QSystemTrayIcon: Fix the placement of title and message in a balloonAlexander Volkov2015-04-271-1/+1
* Moc: test if superclass list is not empty before accessing first()Jacek Całusiński2015-04-271-1/+2
* Windows: Add "Segoe UI Emoji" and "Segoe UI Symbol" as fallback fonts.Friedemann Kleint2015-04-271-0/+2
* Android: Make foreign windows expect global coordinates.Christian Strømme2015-04-271-23/+3
* Avoid setting a swap interval for pbuffersLaszlo Agocs2015-04-271-1/+1
* qdoc: Resolve base classes for a class declared in a namespaceTopi Reinio2015-04-271-3/+4
* Doc: Bring QSizeF/QPointF::isNull() documentation up to dateTopi Reinio2015-04-272-12/+4
* qdoc: Sanitize anchors in URLs for functionsTopi Reinio2015-04-274-58/+58
* MySQL: Add support for the timeout options via the connectionOptionsAndy Shaw2015-04-272-12/+32
* QMainWindow::restoreDockWidget(): Fix positioning of floating docks with nati...Friedemann Kleint2015-04-261-2/+8
* QGenericMatrix: remove one of two non-initializing ctorsMarc Mutz2015-04-261-10/+8
* QGenericMatrix: remove copy ctorMarc Mutz2015-04-261-9/+0
* QDir: sort-by-size remove two unconditional branchesNikita Baryshnikov2015-04-251-1/+1
* Short-cut SSE4 unpremultiplyAllan Sandfeld Jensen2015-04-251-2/+4