summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rpath: use new DTAGS if availableOswald Buddenhagen2015-05-054-0/+24
* TestCase: Also check main source path when looking for test dataCaroline Chao2015-05-0510-1/+182
* 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-052-3/+33
* 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-045-13/+113
* QStateMachine: cache expensive calculations.Erik Verbruggen2015-05-043-67/+220
* 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-014-23/+49
* [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
* [DiagLib] Sync QChar enumsKonstantin Ritt2015-05-011-0/+29
* Move QMAKE_CXXFLAGS_RELEASE_WITH_DEBUGINFO definition to gcc-base.confRomain Pokrzywka2015-04-303-6/+3
* Add missing RGB32 <-> RGB30 convertionsAllan Sandfeld Jensen2015-04-303-69/+172
* Fix QImage format after inplace conversionAllan Sandfeld Jensen2015-04-302-97/+239
* Windows QPA plugin: Fix debug formatting.Friedemann Kleint2015-04-308-104/+124
* Fix two errors in RGB30 conversionsAllan Sandfeld Jensen2015-04-302-2/+17
* xcb: Fix updating physical screen sizeAlexander Volkov2015-04-302-7/+19
* The qpluginloader machtest needs Q_AUTOTEST_EXPORTFrederik Gladhorn2015-04-301-1/+1
* 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-282-2/+32
* Preserve QImage metadata in image transformsAllan Sandfeld Jensen2015-04-283-31/+64
* Tests: Use blacklist for failing tst_qfilesystemwatcher testsCaroline Chao2015-04-282-2/+8
* 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
* make headers-only modules work for framework buildsOswald Buddenhagen2015-04-272-4/+11
* make QMAKE_FRAMEWORK_VERSION work independently of TEMPLATEOswald Buddenhagen2015-04-271-7/+13
* Moc: test if superclass list is not empty before accessing first()Jacek Całusiński2015-04-272-1/+6
* cmake: Don't mark header-only frameworks with the FRAMEWORK property.Stephen Kelly2015-04-271-0/+2
* Windows: Add "Segoe UI Emoji" and "Segoe UI Symbol" as fallback fonts.Friedemann Kleint2015-04-271-0/+2
* remove superfluous method re-implementationJoerg Bornemann2015-04-271-3/+1
* Android: Make foreign windows expect global coordinates.Christian Strømme2015-04-271-23/+3
* Tests: Blacklist tst_QHostInfo::abortHostLookupInDifferentThreadCaroline Chao2015-04-272-2/+3