summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * QMacStyle: No more HITheme for CC_ToolButtonGabriel de Dietrich2018-03-222-73/+38
| | * QMacStyle: No more HITheme for CE_PushButtonBevelGabriel de Dietrich2018-03-222-112/+156
| | * QMacStyle: Make CocoaControl a full typeGabriel de Dietrich2018-03-222-50/+80
| | * Add env variable to set QNX screen debugging informationPasi Petäjäjärvi2018-03-221-0/+41
| | * Support GLX_NV_robustness_video_memory_purge in XCB-GLXDavid Edmundson2018-03-222-8/+58
| | * offscreen: Check that native interface is valid before using itAndy Shaw2018-03-212-2/+3
| | * QFile::rename: fix the error message if renaming a file by copy failsThiago Macieira2018-03-211-1/+4
| | * Make QCOMPARE(-inf, -inf) and QCOMPARE(NaN, NaN) succeedThiago Macieira2018-03-211-1/+11
| | * Make sure we can build with -no-feature-itemmodelUlf Hermann2018-03-2120-83/+114
| | * Detect C standard and try using the most recentAllan Sandfeld Jensen2018-03-212-2/+1
| | * Fix crash when deleting a QSqlQueryModel after closing the databaseMarcel Krems2018-03-211-2/+4
| | * macOS: Handle NaN mouse event positionsNathan Collins2018-03-211-2/+6
| | * Testlib: Add a feature for the item model testerUlf Hermann2018-03-214-2/+33
| | * Testlib: Rename qtest_global.h to qttestglobal.hUlf Hermann2018-03-2121-24/+23
| | * Make QSsl::SecureProtocols also enable use of TLS1.{1,2}Mårten Nordheim2018-03-211-1/+5
| | * Cocoa: Restore resizable window mask setting to 5.9 behaviorMorten Johan Sørvig2018-03-211-1/+1
| | * qtestlib/Unix: Output function time and total time in case of a crashFriedemann Kleint2018-03-211-4/+8
* | | Windows QPA: Refactor the tablet codeFriedemann Kleint2018-03-282-26/+24
* | | QShortcutMap::createNewSequences: Add some debug outputFriedemann Kleint2018-03-281-0/+13
|/ /
* | Fix QML integration of widgetsLars Knoll2018-03-271-1/+2
* | qdoc: properly omit comments for enums marked with omitvalueChristian Ehrlicher2018-03-275-22/+22
* | Doc: Fix description of QStyleOptionMenuItem::tabWidthAlexander Volkov2018-03-272-4/+6
* | Allow QWinEventNotifier to coexist with waiting functionsAlex Trotsenko2018-03-271-3/+4
* | cups: Honor installable options for DuplexAlbert Astals Cid2018-03-271-3/+7
* | cups: Take conflicts for duplex and page size into accountAlbert Astals Cid2018-03-277-53/+244
* | Fix build issue on macOSFilipe Azevedo2018-03-261-0/+2
* | Initialize m_cupsCodecJesus Fernandez2018-03-261-1/+1
* | Cocoa: Deliver window activation events synchronouslyMorten Johan Sørvig2018-03-261-2/+2
* | Add QTimer::connectTo(), a shorthand way of connecting to timeout()Sergio Martins2018-03-252-0/+55
* | Update READMEs for the bundled xcb sources and the xcb pluginAlexander Volkov2018-03-232-18/+3
* | Move QWindowsCaRootFetcher to its own fileMårten Nordheim2018-03-235-131/+251
* | Add a legacy-free QWheelEvent constructorShawn Rutledge2018-03-232-2/+43
* | Unify QPlatformPrintDevice constructorsAlbert Astals Cid2018-03-232-19/+1
* | Remove unused QPpdPrintDevice constructorAlbert Astals Cid2018-03-232-8/+0
* | Update gradle filesBogDan Vatra2018-03-235-12/+11
* | Allow adaptive decimal stepping for QSpinBox and QDoubleSpinBoxHarald Nordgren2018-03-225-1/+146
* | xcb: Use XCB instead of Xlib for XInputAlexander Volkov2018-03-2210-455/+374
* | Avoid destStore64 when pixels are just repeatingAllan Sandfeld Jensen2018-03-221-0/+57
* | Cocoa: Remove m_viewIsEmbedded and m_ViewIsToBeEmbeddedMorten Johan Sørvig2018-03-214-30/+31
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-2151-709/+285
|\|
| * Fix subpixel rendering on Windows/FreeTypeSergio Martins2018-03-201-4/+0
| * Modernize the "regularexpression" featureUlf Hermann2018-03-2027-115/+105
| * Gui: Properly use the standarditemmodel featureUlf Hermann2018-03-204-13/+6
| * Fix infinite recursion on stack trying load empty glyhsLars Knoll2018-03-201-4/+1
| * Fix display recognition for IBUSLars Knoll2018-03-201-1/+1
| * widgets: Add a QT_CONFIG(style_stylesheet) guardMikhail Svetkin2018-03-201-3/+7
| * Windows QPA: Fix potential crash in leave event handlingFriedemann Kleint2018-03-201-1/+1
| * QSharedDataPointer: use swap-and-move in the move constructorThiago Macieira2018-03-191-2/+10
| * QSemaphore: add minor optimization for 64-bit Linux systemsThiago Macieira2018-03-191-0/+7
| * QSemaphore: fix deadlock when the woken up thread wakes up anotherThiago Macieira2018-03-191-43/+88