summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix build with -no-opengl and on watchOS in generalJake Petroules2017-10-062-0/+4
* Avoid using deprecated APIs on iOS 10.0+Lars Schmertmann2017-10-062-2/+17
* Move detection of <future> to a configure testGiuseppe D'Angelo2017-10-063-23/+34
* QLockFile: don't use QCoreApplication::applicationName()Thiago Macieira2017-10-061-1/+1
* QLockInfo: Centralize the management of the lock file's contentsThiago Macieira2017-10-064-77/+100
* QLockFile/Unix: drop the use of fcntl(F_SETLK)Thiago Macieira2017-10-062-73/+44
* macOS: Split QCocoaScreen out from qcocoaintegration.mmTor Arne Vestbø2017-10-056-276/+391
* QMacStyle: smooth QMenu corners for realOleg Yadrov2017-10-054-52/+56
* Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-051-5/+6
* Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-0548-240/+402
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-0448-240/+402
| |\
| | * OCI: Clear the cache in the result for a forward only queryAndy Shaw2017-10-031-0/+9
| | * Fix strict-prototypes warning with qVersion functionJake Petroules2017-10-021-1/+1
| | * Fix cookies not being applied on redirectMårten Nordheim2017-09-291-0/+8
| | * HTTP/2 protocol handler: set redirect URL on replyTimur Pocheptsov2017-09-291-1/+20
| | * QWindowsMouseHandler: Add documentation link for bitmask magicGabriel de Dietrich2017-09-281-0/+1
| | * macOS: Bail out early when handling shortcut event results in closing windowAnders Hafreager2017-09-281-0/+4
| | * Fix crash when reparenting window containerPaul Olav Tvete2017-09-281-2/+4
| | * Reorder defines to respect alphabetic order in bootstrap configEdward Welbourne2017-09-271-7/+8
| | * QAbstractSocket: fix handling of successful connectToHostByName()Alex Trotsenko2017-09-271-4/+8
| | * qglxconvenience: Avoid null pointer dereferenceKai Uwe Broulik2017-09-271-1/+4
| | * moc: remove useless cast in qt_static_metacall generated codeEric Lemanissier2017-09-271-3/+2
| | * Remove unnecessary copying in QSet::subtract()Sze Howe Koh2017-09-271-6/+7
| | * Return focus to correct widget after showing menuPaul Olav Tvete2017-09-261-1/+2
| | * Windows QPA: Call raise() also for SubWindows with WindowStaysOnTopHintFriedemann Kleint2017-09-261-1/+3
| | * Windows QPA: Detect screen by mouse position when dragging a windowFriedemann Kleint2017-09-264-11/+39
| | * Windows QPA: Move function to find screen by HWND to QWindowsScreenManagerFriedemann Kleint2017-09-253-8/+24
| | * Make QDateTimeParser a separate featureEdward Welbourne2017-09-259-21/+36
| | * doc: fix code snippet of qConstOverload usageGatis Paeglis2017-09-251-1/+1
| | * moc: don't use const_cast in qt_metacast generated codeOlivier Goffart2017-09-251-6/+5
| | * Fix namespaced build on macOSJake Petroules2017-09-251-5/+6
| | * Fix typo in debug statement: QPlatformScren -> QPlatformScreenSérgio Martins2017-09-241-1/+1
| | * Fix parsing of tzfile(5) files in QTimeZonePrivateThiago Macieira2017-09-241-1/+3
| | * 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