summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Remove src/corelib/arch, merging with src/corelib/threadThiago Macieira2018-03-195-6/+4
| * Atomics: remove qatomic_msvc.hThiago Macieira2018-03-193-501/+2
| * Atomic: silence MSVC warning in the generic fetchAndSubThiago Macieira2018-03-191-0/+3
| * QPixmap don't assume QPlatformScreen::format is opaqueJohan Klokkhammer Helsing2018-03-193-5/+36
| * Fix QPageLayout() not initializing unitsAlbert Astals Cid2018-03-191-8/+1
| * q{,Utf8}Printable: avoid creating a copy of a QStringThiago Macieira2018-03-182-2/+9
| * sqlite: Prevent a crash when sqlite does not detect any parametersAndy Shaw2018-03-171-1/+4
* | macOS: Make [QNSView wantsLayer] declarativeTor Arne Vestbø2018-03-212-3/+12
* | Add xcb-xinput to 3rd party libsAlexander Volkov2018-03-204-2/+23467
* | Bump up the required libxcb version to 1.9Alexander Volkov2018-03-2018-714/+4109
* | macOS: Provide helper property for resolving the display ID of a screenTor Arne Vestbø2018-03-203-3/+15
* | macOS: Remove stray qDebug in [QNSView setNeedsDisplayInRect:]Tor Arne Vestbø2018-03-201-1/+0
* | Clarify that QExposeEvent/exposeEvent handles any invalidation of the windowTor Arne Vestbø2018-03-202-7/+9
* | macOS: Do layer updates via the CALayerDelegate protocolTor Arne Vestbø2018-03-202-7/+4
* | macOS: Move QNSView drawing related functionality to its own fileTor Arne Vestbø2018-03-203-117/+172
* | Share and cache QRegExp engines where possibleLars Knoll2018-03-201-5/+15
* | Make getErrorsFromOpenSSL thread-safeTimur Pocheptsov2018-03-201-3/+4
* | Cocoa: Fix crash in currentModalSession()Morten Johan Sørvig2018-03-191-0/+11
* | Linux/cups: Better advanced options UIAlbert Astals Cid2018-03-192-564/+224