summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ios: add helper class for enumerating all available assetsRichard Moe Gustavsen2015-05-061-0/+116
* QSettings: use QStandardPath to resolve path on iOSRichard Moe Gustavsen2015-05-061-1/+5
* Mark QGraphicsScene::focusNextPrevChild as virtual in Qt 6Giuseppe D'Angelo2015-05-061-0/+4
* doc: document how QFileDialog can be used to pick photos on iOSRichard Moe Gustavsen2015-05-061-0/+6
* QTextTable/QTextDocumentLayout: remove dead codeDavid Faure2015-05-062-8/+0
* cocoa: ensure app don't crash when receiving drag from other appRichard Moe Gustavsen2015-05-061-34/+37
* docs: QFile doesn't support QUrl style qrc pathsSérgio Martins2015-05-061-2/+2
* xcb: Fix -no-opengl buildsLaszlo Agocs2015-05-061-0/+2
* Add flip support to QPlatformBackingStore::toTexture()Laszlo Agocs2015-05-062-25/+48
* ios: report correct file flags for assets 'directory'Richard Moe Gustavsen2015-05-061-2/+5
* ios: don't report read access to assets if unauthorized accessRichard Moe Gustavsen2015-05-061-2/+5
* ios: resolve m_assetUrl already in QIOSFileEngineAssetsLibrary::setFileName()Richard Moe Gustavsen2015-05-062-14/+13
* QShapedPixmapWindow: ensure we set a valid geometryRichard Moe Gustavsen2015-05-063-9/+16
* QShapedPixmapWindow: don't accept input focusRichard Moe Gustavsen2015-05-061-1/+1
* Clean up API of QPlatformPrintDevice (QPA).Friedemann Kleint2015-05-0512-103/+7
* qdoc: Enable prepare-phase warnings in single-exec modeTopi Reinio2015-05-051-2/+2
* Tests: Remove insignificant for tst_QGraphicsProxyWidgetCaroline Chao2015-05-051-1/+0
* 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