summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add changes file for Qt 5.11.1v5.11.1Antti Kokko2018-06-151-0/+144
* xcb: add QT_XCB_NO_MITSHM envvar for disabling MIT-SHM extensionGatis Paeglis2018-06-151-1/+2
* CMake: Restore qt5_use_modules() functionKevin Funk2018-06-155-0/+158
* QHeaderView: Send the StatusTip events to itself if there is no parentAndy Shaw2018-06-142-3/+64
* Access private properties via sandbox-safe API on Apple OSesTor Arne Vestbø2018-06-144-24/+57
* xcb: fix regression with remote X11 clientsGatis Paeglis2018-06-113-53/+88
* Revert "xcb: round down the scale factor for values < 0.8"Mitch Curtis2018-06-091-6/+1
* Fix warning about receiver 'UIApplication' being a forward classTor Arne Vestbø2018-06-091-0/+4
* Update platform defines for Apple OSesTor Arne Vestbø2018-06-091-71/+8
* xcb: fix mouse event compression with certain configurationsGatis Paeglis2018-06-091-2/+4
* Merge 5.11 into 5.11.1Oswald Buddenhagen2018-06-0761-291/+101527
|\
| * Examples: Cleanup and modernize Plug&PaintAndre Hartmann2018-06-069-99/+91
| * Fix build for Android with android-clang in r17Liang Qi2018-06-068-24/+18
| * Fix HDR format in QOpenGLFramebufferObject::toImage()Allan Sandfeld Jensen2018-06-062-2/+23
| * Doc: Clean up SQL Example: Books - whitespace editionPaul Wicking2018-06-061-1/+1
| * Doc: Clean up SQL example: Books (part 2)Paul Wicking2018-06-061-1/+2
| * Doc: Clean up and modernize SQL example: BooksPaul Wicking2018-06-063-93/+126
| * Fix QTransform::transposed() result having wrong transformation typeEirik Aavitsland2018-06-062-2/+35
| * ibase: Silence warning about incompatible function typesAndy Shaw2018-06-061-4/+4
| * Doc: Use index.html as the home page referenceTopi Reinio2018-06-051-1/+2
| * Doc: Update connect syntax Plugandpaint ExampleNico Vertriest2018-06-053-16/+18
| * Fix QWindowsWindow::requestActivateWindow()Sergiy Korobov2018-06-051-0/+9
| * Add binary compatibility files for 5.11 for QtBaseMilla Pohjanheimo2018-06-0511-0/+100472
| * QMacStyle: Fix clipped arrow in QToolButtonGabriel de Dietrich2018-06-041-4/+8
| * QMacStyle: Fix QComboBox left contents marginGabriel de Dietrich2018-06-041-3/+3
| * Fix building with -no-feature-dirmodel -no-feature-filesystemmodelJoni Poikelin2018-06-041-0/+1
| * Doc: Remove outdated info and linkify valueMårten Nordheim2018-06-041-1/+1
| * QAbstractSpinBox: Add more documentation cross linksAndre Hartmann2018-06-041-0/+4
| * Doc: Add information about QThread own methods thread affinitySamuel Gaist2018-06-031-8/+11
| * Bump versionOswald Buddenhagen2018-06-011-1/+1
| * configure: permit multiple repos to use the same directory namesOswald Buddenhagen2018-06-011-2/+3
| * Fix change-of-sign warning found by ICCThiago Macieira2018-06-011-1/+1
| * Doc: Add formatting features to Notepad exampleNico Vertriest2018-06-017-22/+182
| * qmake: skip empty parts when splitting strings in some more placesOswald Buddenhagen2018-06-013-6/+10
| * Fix QWindowsNativeInterface::platformFunction()Sergiy Korobov2018-06-011-0/+2
| * Revert "Atomics: remove qatomic_msvc.h"Kai Koehne2018-06-013-1/+500
* | Don't set the wasDeleted flag in ~QWidgetLars Knoll2018-06-072-1/+4
* | xcode: Take effective platform name into account for configuration build dirTor Arne Vestbø2018-06-061-1/+1
* | Opt out of new Xcode build system until we can handle its requirementsTor Arne Vestbø2018-06-051-0/+2
* | Ignore XDG_SESSION_TYPE=wayland on gnome-shellJohan Klokkhammer Helsing2018-06-051-3/+11
* | iOS: Guard all uses of APIs not available in application extensionsTor Arne Vestbø2018-06-0512-30/+88
* | macOS: Manually compute frame rect for zoomed/maximized stateTor Arne Vestbø2018-06-051-11/+24
|/
* Render QOpenGLWidget/QQuickWidget with AlwaysStackOnTopAllan Sandfeld Jensen2018-05-311-14/+16
* macOS: Allow moving out of fullscreen state using titlebar buttonTor Arne Vestbø2018-05-301-1/+1
* Document qRound's rounding semanticsAllan Sandfeld Jensen2018-05-301-0/+8
* qprocess: don't leak pid pipe if redirection fails in startDetached()Oswald Buddenhagen2018-05-301-0/+2
* nuke {tests,examples}_need_tools flagsOswald Buddenhagen2018-05-301-2/+2
* remove support for demos/ directoriesOswald Buddenhagen2018-05-301-10/+0
* iOS: Handle application state for application extensionsTor Arne Vestbø2018-05-301-6/+21
* Add function to safely access the shared application on Apple platformsTor Arne Vestbø2018-05-303-11/+41