summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-146-32/+26
* 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
* configure: pull ahead gcc-sysroot processingOswald Buddenhagen2018-07-133-2/+7
* 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
* Correct the documented visibility of some Widget methodsPaul Colby2018-07-111-1/+1
* 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-103-2/+78
* 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 recursive qmake xcode project generation with shadow buildsChristoph Keller2018-07-091-2/+2
* qmake: make sure 'move' commands to DESTDIR are valid on mingwOswald Buddenhagen2018-07-091-7/+7
* Fix regression in QPointF::operator==Allan Sandfeld Jensen2018-07-092-3/+5
* tst_qnetworkinterface: Fix for case of zero interfaceTuomas Heimonen2018-07-061-0/+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
* Android: QEXPECT_FAIL tst_QTextDocument::task240325Mårten Nordheim2018-07-041-0/+4
* qmake: Fix xcode problems with invalid build pathsChristoph Keller2018-07-041-1/+3
* Fix a mis-use of QSKIP() to use qDebug() insteadEdward Welbourne2018-07-041-1/+4
* Fix tst_QLocale's mis-use of QSKIP() to use qDebug() insteadEdward Welbourne2018-07-041-1/+4
* 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
* Android: tst_QStaticText: QEXPECT_FAIL some testsMårten Nordheim2018-06-301-0/+6
* Android: QEXPECT_FAIL in tst_QRawFont::fallbackFontsOrderMårten Nordheim2018-06-301-0/+3
* Android: QEXPECT_FAIL tst_QFontDatabase::condensedFontMatchingMårten Nordheim2018-06-301-0/+3
* Android: tst_QFont: QEXPECT_FAIL a couple failing checksMårten Nordheim2018-06-301-0/+6
* Android: QEXPECT_FAIL a failing conditionMårten Nordheim2018-06-301-0/+3
* Android: Pass tst_QFactoryLoaderMårten Nordheim2018-06-302-0/+19
* Reduce amount of log output of the qcomplextext autotestLars Knoll2018-06-301-88/+56
* Fix metatype trait for types that are both QObject and Q_GADGETDaniel Vrátil2018-06-302-2/+13
* Android: Pass tst_qlibraryMårten Nordheim2018-06-292-15/+57
* QMenuBar: Account for displays that are above 0x0Andy Shaw2018-06-293-1/+130