summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * make configure -list-features print the section fieldOswald Buddenhagen2017-05-081-1/+3
| | * Warn if files are not found because of features.filesystemiteratorStephan Binner2017-05-081-0/+2
| | * tst_qmessagehandler: fix qMessagePattern for arm with optimizations onSami Nurmenniemi2017-05-081-1/+1
| | * winrt: Do not add windeployqt dependency for static builds in VSOliver Wolff2017-05-081-1/+1
| | * Use QNetworkReply::ProtocolFailure in HTTP/2 failuresThiago Macieira2017-05-081-4/+4
| | * Remove some more register keywordsMarc Mutz2017-05-063-4/+4
* | | Make QWindow::setVisible() work for widgetsMorten Johan Sørvig2017-05-116-69/+120
|/ /
* | Make qNextPowerOfTwo constexpr when building as C++14Tor Arne Vestbø2017-05-091-14/+8
* | macOS: Reduce usage of m_nsWindow to manipulate the view's NSWindowTor Arne Vestbø2017-05-094-114/+141
* | Add QDebug operator for QFileInfoShawn Rutledge2017-05-092-0/+16
* | tablet example: use stylus rotation property correctlyShawn Rutledge2017-05-081-5/+5
* | tablet example: make smoother strokes with the rotation stylusShawn Rutledge2017-05-082-2/+12
* | macOS: Reduce usage of m_nsWindow in favor of isContentView()Tor Arne Vestbø2017-05-083-42/+44
* | macOS: Add root level NSAutoreleasePool for objects autoreleased in main()Tor Arne Vestbø2017-05-083-0/+60
* | QMimeType: add Q_GADGETAlberto Mardegan2017-05-083-19/+129
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-07276-4567/+6029
|\|
| * Fix description starting with a fullstopFrederik Schwarzer2017-05-051-1/+1
| * Prevent 2 unnecessary QString allocations for QString::number(0u)Erik Verbruggen2017-05-051-3/+6
| * QHash/QMultiHash: fix operator==Giuseppe D'Angelo2017-05-052-12/+85
| * examples: fix compile without gui modulePeter Seiderer2017-05-052-2/+2
| * QtCore: include mocsThiago Macieira2017-05-0545-1/+243
| * QInternal::unregisterCallback: don't crash on unregistering during exitThiago Macieira2017-05-051-2/+4
| * AreArgumentsCompatible: Replace a derived struct with template aliasThiago Macieira2017-05-051-1/+1
| * QClipboard: make dataChanged() signal work on AndroidOleg Yadrov2017-05-044-7/+39
| * Doc: Do not abbreviate directory in documentationKai Koehne2017-05-041-5/+5
| * Enable tst_qaccessibilitymacFrederik Gladhorn2017-05-043-36/+0
| * Simplify built-in qmake install commandSimon Hausmann2017-05-045-41/+32
| * Doc: Add information about styling QTableView::indicatorVenugopal Shivashankar2017-05-043-0/+12
| * QMenu: Ensure popup() gets the right screen geometryGabriel de Dietrich2017-05-041-9/+11
| * alloca: detect whether alloca.h existsOswald Buddenhagen2017-05-033-6/+42
| * Doc: Highlight wearable demoVenugopal Shivashankar2017-05-031-0/+1
| * QCFSocketNotifier: fix registering a source in the run loopAlex Trotsenko2017-05-031-2/+11
| * Fix different look when running the application second timeBogDan Vatra2017-05-031-2/+4
| * Introducing multiscreen-menus manual testGabriel de Dietrich2017-05-036-1/+253
| * Doc: correct minor link issuesNico Vertriest2017-05-031-2/+4
| * qdoc: Ignore QT_POPCOUNT_CONSTEXPR tokenTopi Reinio2017-05-031-0/+1
| * [doc] QSet: fix return type of insert()Marc Mutz2017-05-031-1/+1
| * QIconLoaderEngine: Fix actualSize() for no-entryPalo Kisa2017-05-032-1/+5
| * VS 2017: Fall back to "x86" as arch if it is not "arm" or "x64"Oliver Wolff2017-05-031-1/+1
| * winrt: Fix manifest dependencies for VS 2017Oliver Wolff2017-05-031-1/+3
| * Improve suppression of spurious socket notifications under WindowsAlex Trotsenko2017-05-033-17/+43
| * Fix warning for -no-feature-graphicsviewStephan Binner2017-05-031-0/+2
| * Adapt to the C++ SIC introduced by P0012: noexcept specializationEric Lemanissier2017-05-032-0/+1264
| * QMenu: Refactor column layout logicGabriel de Dietrich2017-05-031-5/+3
| * macOS: Add autorelease-pool when recreating NSWindowTor Arne Vestbø2017-05-021-0/+2
| * macOS: Add auto-release pools for Q*ApplicationPrivate::init()Tor Arne Vestbø2017-05-023-0/+12
| * Fix installation of shader files in qtquickcontrols in non-prefix buildsSimon Hausmann2017-05-021-4/+2
| * Handle implicit close in QDashedStrokeProcessorAllan Sandfeld Jensen2017-05-022-3/+11
| * QFileDialogPrivate: Move inline to declarationFriedemann Kleint2017-05-021-20/+21
| * QWindowsInputContext: Fix indentationKai Koehne2017-05-021-1/+1