summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | QColumnView: re-enable scrolling of the preview widgetGiuseppe D'Angelo2015-05-071-0/+10
* | | QSizePolicy: improve docs of retainSizeWhenHiddenMarc Mutz2015-05-071-3/+4
* | | Give QSizePolicy its own .cppMarc Mutz2015-05-075-113/+124
* | | QStateMachine: allow posting of events when starting.Erik Verbruggen2015-05-072-2/+13
* | | QStateMachine: Fix transition ordering.Erik Verbruggen2015-05-071-5/+32
* | | ios: Add support for QOpenGLWidget and QQuickWidgetLaszlo Agocs2015-05-074-9/+125
* | | Make it explicit that a few Qt::WindowFlags are overlappingTor Arne Vestbø2015-05-071-3/+6
* | | Doc: Fix spelling errors in the QXcbWindowFunctions docsAlexander Volkov2015-05-071-2/+2
* | | ios: implement Qt::WindowTransparentForInputRichard Moe Gustavsen2015-05-061-0/+6
* | | ios: don't autoactivate if _q_showWithoutActivatingRichard Moe Gustavsen2015-05-061-1/+2
* | | ios: don't accept first responder if Qt::WindowDoesNotAcceptFocusRichard Moe Gustavsen2015-05-062-1/+4
* | | ios: factor out authorization checkRichard Moe Gustavsen2015-05-061-29/+32
* | | ios: add support for fetching entry list in QIOSFileEngineAssetsLibraryRichard Moe Gustavsen2015-05-062-4/+78
* | | ios: add fallback in QIOSFileEngineAssetsLibrary for loading assets from ALAs...Richard Moe Gustavsen2015-05-061-0/+20
* | | 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
* | | 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