summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* macOS: Fix standardLocations() returns invalid pathMasashi Fujimoto2017-10-111-20/+9
* tablet: use enhanced mouse event when synthesizing mouseGatis Paeglis2017-10-102-20/+23
* touch: use enhanced mouse event when synthesizing mouseGatis Paeglis2017-10-101-6/+24
* qpa: enhance mouse event with type and button dataGatis Paeglis2017-10-1015-107/+297
* OCI: Use TIMESTAMP for datetime dataAndy Shaw2017-10-101-85/+122
* xcb: tidy up QXcbWindow::handleClientMessageEventGatis Paeglis2017-10-101-8/+12
* Stop including net/if.h from qplatformdefs.hThiago Macieira2017-10-082-3/+4
* QSslSocket: implement skip() overloadAlex Trotsenko2017-10-072-0/+15
* xcb: Unify visual to QImage::Format logicAllan Sandfeld Jensen2017-10-076-146/+114
* QTestLib: flush DeferredDelete events between every testDavid Faure2017-10-061-0/+4
* Windows QPA: Directly link against touch functionsFriedemann Kleint2017-10-054-70/+21
* Qt Core: Remove code for Windows < 7Friedemann Kleint2017-10-053-18/+6
* QLocaleData::longLongToString: clean up sign handlingEdward Welbourne2017-10-033-11/+9
* qpa: stop using QWindowSystemInterfacePrivate::FrameStrutMouse enumGatis Paeglis2017-10-023-18/+15
* Handle endian mismatch between X11 client and serverAllan Sandfeld Jensen2017-10-025-33/+95
* Change qrand() to QRandomGenerator in the SSL backendSamuel Gaist2017-09-301-4/+3
* Qt Network: Remove code for Windows < 7Friedemann Kleint2017-09-292-10/+4
* QWizard/Windows: Remove code for Windows < 7Friedemann Kleint2017-09-293-14/+3
* Remove pointer checkJesus Fernandez2017-09-271-2/+2
* Fix unused variable warning in qrandom.cppJüri Valdmann2017-09-271-0/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-26274-3113/+2644
|\
| * 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