summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Workaround GCC 6 parsing error ("used but never defined")Thiago Macieira2017-09-271-3/+16
* Fix build: move Q_REQUIRED_RESULT to the right positionThiago Macieira2017-09-271-1/+1
* Don't read the statx struct in case of failureSérgio Martins2017-09-271-2/+5
* Improve qustrlen further by avoiding the alignment prologueThiago Macieira2017-09-261-10/+19
* macOS: Deliver NSWindow notifications to all windows, not just top levelTor Arne Vestbø2017-09-262-45/+79
* Reset QWindowPrivate::platformWindow during destruction before deleting itTor Arne Vestbø2017-09-261-2/+7
* macOS: Don't send expose event as update request when becoming visibleTor Arne Vestbø2017-09-261-6/+16
* QNativeGestureEvent: Fix documentationFriedemann Kleint2017-09-251-3/+10
* Avoid window geometry jittering when changing geometry from JavaScriptRainer Keller2017-09-251-2/+2
* testlib: Add qWaitFor to wait for predicateTor Arne Vestbø2017-09-254-28/+64
* Widgets: be able to tab to a widget that has a focus proxyRichard Moe Gustavsen2017-09-251-1/+8
* Widgets: add QWidgetPrivate::deepestFocusProxy()Richard Moe Gustavsen2017-09-252-3/+25
* Refactor QNetworkAddress not to keep a full QHostAddressThiago Macieira2017-09-254-60/+52
* QNetworkInterface/Windows: solve 11 year old puzzle about Win32 APIThiago Macieira2017-09-251-59/+8
* QNetworkInterface: complete removing pre-Vista supportThiago Macieira2017-09-251-12/+16
* Remove obsolete version checksJake Petroules2017-09-253-35/+10
* Add currentType function to QOperatingSystemVersionJake Petroules2017-09-253-19/+29
* QThread::create: move implementation out of lineGiuseppe D'Angelo2017-09-242-69/+76
* QThread::create: make qdoc generate its documentationGiuseppe D'Angelo2017-09-241-0/+7
* QRandomGenerator: update API to better nameThiago Macieira2017-09-224-45/+63
* add back the device-less QNativeGestureEvent (deprecated)Shawn Rutledge2017-09-222-0/+16
* macOS touch and gestures: pay attention to deviceIDShawn Rutledge2017-09-213-24/+35
* make the QTouchDevice available in each QNativeGestureEventShawn Rutledge2017-09-219-25/+47
* Fix loadOpenSslWin32Timur Pocheptsov2017-09-211-0/+18
* Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-09-21115-571/+768
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-20115-571/+768
| |\
| | * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-1955-116/+184
| | * Convert features.textedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-1919-64/+66
| | * windows: Blacklist Intel 8.15.10.1749Laszlo Agocs2017-09-191-1/+16
| | * Hide ibus IM on password fieldsAllan Sandfeld Jensen2017-09-182-0/+12
| | * Add missing pwd.h includeJake Petroules2017-09-181-0/+1
| | * QSharedPointer: fix undefined behavior in operator<Giuseppe D'Angelo2017-09-171-3/+6
| | * Fix convertToFormat with color-tablesAllan Sandfeld Jensen2017-09-141-17/+6
| | * Optimize QVariant::cmp()Lars Knoll2017-09-141-40/+49
| | * Improve performance of QVariant::canConvert()Lars Knoll2017-09-131-0/+3
| | * QMenu: Fix size on high DPI + multi screenThorbjørn Lund Martsum2017-09-132-0/+20
| | * Testlib: Do not list unsupported optionChristian Stenger2017-09-131-2/+0
| | * Convert features.slider to QT_[REQUIRE_]CONFIGStephan Binner2017-09-1214-40/+47
| | * Convert features.lineedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-1228-59/+80
| | * Convert features.spinbox to QT_[REQUIRE_]CONFIGStephan Binner2017-09-1229-82/+98
| | * Convert features.sizegrip to QT_[REQUIRE_]CONFIGStephan Binner2017-09-1214-49/+61
| | * Convert features.mdiarea to QT_[REQUIRE_]CONFIGStephan Binner2017-09-1115-46/+43
| | * Convert features.mainwindow to QT_[REQUIRE_]CONFIGStephan Binner2017-09-1119-44/+59
| | * Cocoa: Update the known menu items when the QCocoaMenuBar is deletedAndy Shaw2017-09-081-8/+2
| | * Add documentation about not having QSqlDatabase objects kept aroundAndy Shaw2017-09-081-0/+8
| | * Cocoa: Check if charactersIgnoringModifiers is not empty tooAndy Shaw2017-09-081-2/+8
* | | QOperatingSystemVersion: Add debug operatorFriedemann Kleint2017-09-202-0/+18
|/ /
* | Fix documentation code snippet of QString::arg(QStringView)Friedemann Kleint2017-09-151-2/+2
* | Fix OpenSSL 1.1 buildTimur Pocheptsov2017-09-141-2/+3
* | Improve PDF/A-1b support in QPdfWriterTobias Koenig2017-09-141-2/+12