summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-1745-3696/+5918
|\
| * Use nullptr instead of 0Jesus Fernandez2018-07-163-23/+24
| * Fix: png handler returning Mono QImage with color table < 2 itemsEirik Aavitsland2018-07-161-1/+1
| * QCalendarWidget: update the year label correctly on locale changeEirik Aavitsland2018-07-161-1/+1
| * QLineEdit: Fix behavior of DeleteStartOfWord keyAlexander Volkov2018-07-161-1/+2
| * ELF parser: fix off-by-one errorThiago Macieira2018-07-141-1/+1
| * QPluginLoader: limit the amount of memory used when scanning pluginsThiago Macieira2018-07-145-30/+24
| * Doc: Remove redundant \codePaul Wicking2018-07-131-4/+0
| * Update bundled sqlite to 3.24.0Kai Koehne2018-07-133-3471/+5652
| * Doc: Remove reference to Unicode 4.0Kai Koehne2018-07-131-1/+1
| * Correct Unix QStorageInfo's QStorageIterator::next()'s loop logicEdward Welbourne2018-07-131-3/+4
| * Fix the copyright attribution for the HarfBuzz dependencyNicolas Ettlin2018-07-131-7/+5
| * QFile::copy(): don't trust the old file metadata cacheThiago Macieira2018-07-121-15/+5
| * Add missing init()-if-dirty in two of ICU's QCollator::compare()sEdward Welbourne2018-07-121-0/+6
| * Fix QStorageIterator where the last line in /proc/mounts is skippedJohannes Rosenqvist2018-07-121-1/+1
| * XCB/Xlib: make sure we don't get problems for sys headers using registerThiago Macieira2018-07-117-0/+14
| * Doc: Explain emission of QAction::changed on calling QAction::togglePaul Wicking2018-07-111-2/+6
| * winrt: Avoid superfluous touch events for multitouchOliver Wolff2018-07-111-1/+4
| * xcb: Monitor XSETTINGS changeAlexander Volkov2018-07-101-0/+1
| * Show the toolbutton's menu in the right place on multiple screensAndy Shaw2018-07-101-2/+2
| * QSplashScreen: Pass the layout direction set on widget to the painterAndy Shaw2018-07-101-0/+1
| * Fix the copyright year of the qgrayraster.c dependencyNicolas Ettlin2018-07-101-1/+1
| * Doc: Extend description of Qt::Key_ClearPaul Wicking2018-07-101-1/+4
| * xcb: Move handling of RRScreenChangeNotify from QXcbScreen to QXcbVirtualDesktopAlexander Volkov2018-07-093-100/+103
| * Doc: Fix typo and grammar issuesPaul Wicking2018-07-091-9/+9
| * Fix regression in QPointF::operator==Allan Sandfeld Jensen2018-07-091-3/+2
| * macOS: Ensure all windows are created on a valid screenTor Arne Vestbø2018-07-051-13/+18
| * Fix Clang annoying, useless warning about using %llu when it wants %luThiago Macieira2018-07-051-1/+1
| * Add missing override keyword found by ClangThiago Macieira2018-07-051-1/+1
| * Tidy-up after recent change: combine declaration with initializerEdward Welbourne2018-07-031-2/+1
| * Ownership is unclear, so document it to avoid crashes for usersSune Vuorela2018-07-021-0/+4
| * QNX: Add the ability to disable EGL_KHR_surfaceless_context useJames McDonnell2018-07-013-2/+18
* | Update CLDR to version 33.1 (2018/June/20)Edward Welbourne2018-07-164-4434/+4535
* | configure: group tests' includes properlyOswald Buddenhagen2018-07-161-19/+36
* | testlib: Move qtestsystem helpers to their respective modulesTor Arne Vestbø2018-07-1613-233/+555
* | Fix build without 'library'Frederik Gladhorn2018-07-161-2/+4
* | QDateTime: fix some misnamed variables, s/local/zone/Edward Welbourne2018-07-161-7/+7
* | Use context when connecting to functors in docsFrederik Gladhorn2018-07-161-1/+3
* | QCocoaTheme: Fix system palettes in macOS 10.14Gabriel de Dietrich2018-07-141-14/+50
* | Doc: harmonize toDouble() and toFloat() for QString and QByteArrayAndre Hartmann2018-07-143-1/+34
* | QCborArray: add const_iterator overloads for insert/erase/extractThiago Macieira2018-07-142-0/+9
* | QCborMap: make take() & remove() efficient if the item isn't thereThiago Macieira2018-07-141-8/+8
* | CBOR: Use "noexcept" directlyThiago Macieira2018-07-148-49/+49
* | QCborValue: Silence Coverity warning about null-pointer dereferenceThiago Macieira2018-07-141-2/+2
* | QCborValue/QDebug: restore decimal state after hexThiago Macieira2018-07-141-1/+1
* | Make sure there's an event dispatcher in QWindowsRemovableDriveListenerThiago Macieira2018-07-141-1/+3
* | QThread: Centralize the creation of the event dispatcherThiago Macieira2018-07-146-20/+22
* | Fix Windows+ICU buildThiago Macieira2018-07-141-12/+13
* | SecureTransport - cleanup the code a bitTimur Pocheptsov2018-07-141-35/+30
* | Android: Support mouse hoverMichael Dippold2018-07-132-20/+34