summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QMetaType: remove compatibility code for MSVC 2013Thiago Macieira2018-06-251-20/+6
* widgets: fix QWidget::save/restoreGeometry()Gatis Paeglis2018-06-251-11/+15
* Fix: crash when painting with high-dpr image brushEirik Aavitsland2018-06-251-3/+3
* widgetwindow: send DragMove for every DragEnterGatis Paeglis2018-06-252-47/+67
* dnd: send DragEnter and DragMove on DnD startGatis Paeglis2018-06-257-65/+90
* Fix incorrect JSON in qt_attribution.jsonKai Koehne2018-06-251-1/+1
* QRegularExpression: minor code tidiesGiuseppe D'Angelo2018-06-231-6/+6
* QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-2217-53/+183
* QListView: do not delete item on internal moveChristian Ehrlicher2018-06-221-0/+4
* xcb: add static overload for setting window nameGatis Paeglis2018-06-224-63/+40
* QRegularExpression: refactor pattern optimizationGiuseppe D'Angelo2018-06-222-77/+21
* Build the Windows platform plugin with QT_NO_FOREACHJoerg Bornemann2018-06-227-15/+21
* Add ObjectMode coordinate mode to QGradientEirik Aavitsland2018-06-226-24/+39
* Make the stub implementation of QThread compile againUlf Hermann2018-06-223-10/+40
* Make the sleep methods available in QThread even if QT_NO_THREADUlf Hermann2018-06-223-2/+16
* xcb: account for misbehaving Unity DnD ManagerGatis Paeglis2018-06-223-0/+25
* xcb: qxcbdrag.cpp cleanupsGatis Paeglis2018-06-224-154/+118
* Compiler detection: add support for C++17's [[deprecated]] on enumeratorsGiuseppe D'Angelo2018-06-211-0/+11
* SSL: Add a feature for DTLSUlf Hermann2018-06-215-8/+27
* Let's encrypt datagramsTimur Pocheptsov2018-06-1814-24/+2682
* QCborValue: store US-ASCII strings as 8-bitThiago Macieira2018-06-182-3/+27
* QToolbar: Un-hide the QLayout::indexOf non-virtualThiago Macieira2018-06-181-1/+1
* Fix warning that QRegion::rects() is deprecatedThiago Macieira2018-06-181-1/+2
* QCborValue: fix warning about shadowing membersThiago Macieira2018-06-183-15/+18
* QCborStreamReader: Fix uninitialized warningLiang Qi2018-06-181-1/+1
* Fix build with SSE 4.1 but not AVX2Thiago Macieira2018-06-161-1/+1
* Remove unused QString::toLatin1_helper overloadThiago Macieira2018-06-162-6/+0
* QTreeWidget: Keep items hidden even if their parents are reparentedAndy Shaw2018-06-153-10/+44
* Fix unused parameter warningRobert Griebl2018-06-151-0/+2
* Make sure we open native dialogs when opening folders inside sandboxJan Grulich2018-06-151-4/+4
* configure: dequote library sources asapOswald Buddenhagen2018-06-123-9/+9
* QUrl: speed up FullyDecoded decoding of data with SIMDThiago Macieira2018-06-111-5/+109
* Add itemAlignment property to QListViewAlexander Volkov2018-06-083-5/+59
* Code tidy: replace a for loop with an algorithmGiuseppe D'Angelo2018-06-081-3/+1
* QCborValue: add support for QVariant and JSON conversionsThiago Macieira2018-06-087-2/+972
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-08129-658/+1380
|\
| * Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-07129-658/+1380
| |\
| | * Fix build for Android with android-clang in r17Liang Qi2018-06-068-24/+18
| | * Fix HDR format in QOpenGLFramebufferObject::toImage()Allan Sandfeld Jensen2018-06-061-2/+5
| | * Fix QTransform::transposed() result having wrong transformation typeEirik Aavitsland2018-06-061-2/+0
| | * ibase: Silence warning about incompatible function typesAndy Shaw2018-06-061-4/+4
| | * Fix QWindowsWindow::requestActivateWindow()Sergiy Korobov2018-06-051-0/+9
| | * QMacStyle: Fix clipped arrow in QToolButtonGabriel de Dietrich2018-06-041-4/+8
| | * QMacStyle: Fix QComboBox left contents marginGabriel de Dietrich2018-06-041-3/+3
| | * Fix building with -no-feature-dirmodel -no-feature-filesystemmodelJoni Poikelin2018-06-041-0/+1
| | * Doc: Remove outdated info and linkify valueMÃ¥rten Nordheim2018-06-041-1/+1
| | * QAbstractSpinBox: Add more documentation cross linksAndre Hartmann2018-06-041-0/+4
| | * Doc: Add information about QThread own methods thread affinitySamuel Gaist2018-06-031-8/+11
| | * Fix change-of-sign warning found by ICCThiago Macieira2018-06-011-1/+1
| | * Fix QWindowsNativeInterface::platformFunction()Sergiy Korobov2018-06-011-0/+2