summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Add missing math.h include (for sqrt function)Jake Petroules2017-09-221-0/+2
| | * Fix saving QImage with longer than necessary bytes-per-lineAllan Sandfeld Jensen2017-09-221-33/+22
| | * QCompleter: Send activated() signal only once on return keyGabriel de Dietrich2017-09-222-12/+21
| | * Avoid calling QCompleter::popup() internallyGabriel de Dietrich2017-09-223-11/+18
| | * QTabWidget: Don't build expensive parts of the style option when hiddenGabriel de Dietrich2017-09-221-34/+49
| | * Only call mysql_library_end() once when using MariaDBDaniel Vrátil2017-09-211-6/+12
| | * XCB: also test for Xinerama's presenceThiago Macieira2017-09-212-3/+3
| | * Fix QGraphicsEffect draw error size in decimal scale factorIceyer Lee2017-09-211-1/+1
| | * Restore compatibility with pre-5.9 Keccak calculationThiago Macieira2017-09-213-27/+98
| | * QAbstractSocket: remove disconnect timerAlex Trotsenko2017-09-203-29/+0
| | * Itemviews: Set the WA_InputMethodEnabled attribute correctlyAndy Shaw2017-09-201-10/+8
| | * QGestureManager::filterEventThroughContexts(): Reduce debug outputFriedemann Kleint2017-09-201-2/+35
* | | Let QPlatformBackingStore handle its own QOpenGLContextTor Arne Vestbø2017-10-0513-63/+50
* | | macOS: Prevent backingstore image detach during color space assignmentv5.10.0-beta1Tor Arne Vestbø2017-10-042-27/+11
* | | Widgets: change QWidget::setTabOrder to understand compound widgetsRichard Moe Gustavsen2017-10-041-43/+56
|/ /
* | QMacStyle: Remove HITheme calls for QSizeGripGabriel de Dietrich2017-10-031-45/+32
* | QMacStyle: De-HITheme QGroupBoxGabriel de Dietrich2017-10-032-12/+18
* | QMacStyle: Refactor QMacStylePrivate::cocoaControl()Gabriel de Dietrich2017-10-032-55/+55
* | macOS: Tighten up window icon and represented filename handlingTor Arne Vestbø2017-10-034-20/+38
* | Mark QCoreApplication::applicationPid() as const functionThiago Macieira2017-10-011-1/+1
* | Remove Q_ALWAYS_INLINE from frequently-used functionsThiago Macieira2017-09-293-24/+18
* | The desktop is called Plasma nowAlbert Astals Cid2017-09-291-1/+1
* | Revert "HTTP/2 protocol handler: set the redirect URL on reply"Timur Pocheptsov2017-09-291-18/+1
* | Doc: Add 2 QtWidgets examples to highlighted examplesNico Vertriest2017-09-291-0/+2
* | QNetworkDiskCache: Fix deprecation warningFriedemann Kleint2017-09-291-1/+3
* | Clean up OS version checks for Apple platformsJake Petroules2017-09-298-18/+9
* | HTTP/2 protocol handler: set the redirect URL on replyTimur Pocheptsov2017-09-281-1/+18
* | QFileSystemEngine: Remove unneeded test for relative symlinkOrgad Shaneh2017-09-281-2/+0
* | QFileSystemEngine: Minor cleanup in unixOrgad Shaneh2017-09-281-7/+2
* | macOS: Apply window file path when creating new NSWindowTor Arne Vestbø2017-09-281-0/+1
* | Fix element overwrite in QRandomGenerator's fallback functionEirik Aavitsland2017-09-281-1/+1
* | Replace bundled libjpeg by libjpeg-turbo 1.5.2André Klitzing2017-09-28133-31687/+25518
* | Fix BIC issue with QNativeGestureEventJan Arve Saether2017-09-282-7/+16
* | Add a "shim" to allow use of Clang 5's __builtin_available everywhereJake Petroules2017-09-272-0/+74
* | 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