summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Replace <QtCore/QtConfig> includes with qglobal.hAlexandru Croitor2017-11-035-6/+5
| | * | Make QCOMPARE print QColor alpha values on failureMitch Curtis2017-11-031-1/+1
| | * | QWindowPrivate::globalPosition(): Take embedded windows into accountFriedemann Kleint2017-11-031-1/+1
| | * | Drop qvulkan headers from QtGui master headerLaszlo Agocs2017-11-032-0/+8
| | * | Fix redundant Vulkan logging category definitionLaszlo Agocs2017-11-032-28/+28
| | * | Fix unused variable warning when compiling in release mode with GCC 7Thiago Macieira2017-11-031-0/+2
| | * | QDateTimeParser: Remove unused variableRobert Loehning2017-11-021-1/+0
| | * | macOS: Add categorized logging of event and notification forwardingTor Arne Vestbø2017-11-022-1/+36
| | * | macOS: Retain NSWindow during event deliveryTor Arne Vestbø2017-11-021-0/+5
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-3028-112/+812
| | |\|
| | | * Windows QPA: Restrict warning about geometry failureFriedemann Kleint2017-10-271-1/+2
| | | * QSslSocket::waitForDisconnected(): flush write buffer before waitingAlex Trotsenko2017-10-271-1/+13
| | | * Fix private includes in qhttp2protocolhandler_p.hJoerg Bornemann2017-10-271-5/+5
| | | * Replace unneeded nullptr-checks with ASSERTSMårten Nordheim2017-10-271-36/+36
| | | * Freetype: Also list BDF, PCF, ZLIB licensesKai Koehne2017-10-264-13/+139
| | | * Synthesize LICENSE.txt for FreeType documentationKai Koehne2017-10-262-2/+553
| | | * QUrl: make sure setPort(nonnegative) is taken as part of authorityThiago Macieira2017-10-261-8/+6
| | | * Doc: QImageReader assumes exclusive control over its deviceEirik Aavitsland2017-10-251-0/+5
| | | * Make sure that QAccessibleWindowContainer::childCount is validFrederik Gladhorn2017-10-251-1/+1
| | | * Fix clazy-strict-iteratorsFriedemann Kleint2017-10-255-6/+6
| | | * Refactor childIdListForAccessibleObjectJan Arve Sæther2017-10-251-7/+7
| | | * winrt: Fix compilation with -no-pchOliver Wolff2017-10-251-0/+1
| | | * QWizard: Do not remove the Next button's shortcutMaciej Czarnecki2017-10-241-2/+2
| | | * moc: Restore compatibility with Qt 5.7's -b optionOlivier Goffart2017-10-241-0/+1
| | | * Cocoa QPA: Code clean up, make some bits more readableGabriel de Dietrich2017-10-244-21/+22
| | | * Remove duplicate qnx from the platform file selector namesLiang Qi2017-10-241-3/+3
| | | * Fix redirecting all the other methods for HTTP 307 and 308Mårten Nordheim2017-10-241-6/+4
| | | * QAction: fix ::setData() always emits changed()Yulong Bai2017-10-241-0/+2
| | | * Add clarifying documentation for QLayout::removeWidget()Andy Shaw2017-10-241-1/+2
| | | * Doc: add hint about QMimeDatabase to QImageReader::canRead()Eirik Aavitsland2017-10-241-1/+4
* | | | Add QNetworkRequest::ResourceTypeAttribute for use in QtWebKitKonstantin Tokarev2017-11-242-0/+3
* | | | xcb: Use fallbacks for Xcursor namesAlexander Volkov2017-11-231-40/+30
* | | | Fix search-replaced broken commentAllan Sandfeld Jensen2017-11-231-2/+2
* | | | Fix qFloatFromFloat16_fast on NEONAllan Sandfeld Jensen2017-11-231-1/+1
* | | | xcb: Speed-up image scrollingBłażej Szczygieł2017-11-232-47/+161
* | | | A temporary fix for CI: define macros from the missing if_types.hTimur Pocheptsov2017-11-232-1/+26
* | | | Windows QPA: Detect a SetParent into a native window and set isEmbeddedAndre de la Rocha2017-11-211-1/+9
* | | | Add functions for fast bulk conversion of qfloat16Allan Sandfeld Jensen2017-11-217-2/+187
* | | | Add support for C11 static_assert and thread_localThiago Macieira2017-11-212-26/+56
|/ / /
* | | Add template text to \fn commands in qmap.cppMartin Smith2017-11-191-134/+146
* | | Remove a few more uses of deprecated QDesktopWidget APIsTor Arne Vestbø2017-11-172-2/+4
* | | doc: Fix some "Cannot tie this..." errorsMartin Smith2017-11-173-5/+4
* | | QNetworkInterface - fix iOS/tvOS/watchOS buildsTimur Pocheptsov2017-11-163-1/+247
* | | doc: Ensure GUID is declared for clangqdocMartin Smith2017-11-161-6/+6
* | | Avoid duplicate rules in QWinTimeZonePrivate::init()Edward Welbourne2017-11-151-2/+22
* | | Restructure Dynamic TZ query to same form as Registry variantEdward Welbourne2017-11-151-17/+39
* | | Replace ruleForYear() method with a local index-based functionEdward Welbourne2017-11-152-16/+35
* | | DRY: eliminate code duplication in calculateTransitionsForYear()Edward Welbourne2017-11-151-49/+50
* | | Fix accessibility info for tri-state checkboxesAndre de la Rocha2017-11-142-1/+16
* | | Add support for Windows UI AutomationAndre de la Rocha2017-11-1460-3978/+6318