summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QDtls - refactorTimur Pocheptsov2018-07-262-10/+10
* WinRT: Fix invisible element being included in the UI Automation treeAndre de la Rocha2018-07-253-2/+20
* rcc: Add a --list-mapping option to output both resource and real pathsUlf Hermann2018-07-251-1/+17
* corelib/tools: add qMakeArray() APIMikhail Svetkin2018-07-252-0/+180
* uic: Modernize the ui4.cpp/.h filesFriedemann Kleint2018-07-241-416/+339
* Add API for reading and decoding graphical texture filesEirik Aavitsland2018-07-2410-2/+1137
* Give the QGradient presets ObjectMode coordinate mode by defaultEirik Aavitsland2018-07-241-2/+2
* formatQEnum: deal with enum class typesShawn Rutledge2018-07-241-1/+1
* QHash: Remove reference to Qt3's QDict implementationhjk2018-07-241-3/+2
* prune dead codeOswald Buddenhagen2018-07-231-1/+0
* QMacStyle: Normalize how we call drawNSViewInRectTor Arne Vestbø2018-07-231-13/+9
* Remove transitioning include from qdnd_p.hJoerg Bornemann2018-07-231-4/+0
* moc: align and use newlines in the generated staticMetaObjectsThiago Macieira2018-07-231-12/+12
* QTabBar: fix mixed up left and right css pseudo classesChristian Ehrlicher2018-07-221-4/+4
* Introduce QScopeGuardSérgio Martins2018-07-214-0/+219
* Remove a deprecation warning coming from QRegularExpressionGiuseppe D'Angelo2018-07-211-1/+1
* Remove a deprecation warning coming from QRegularExpressionGiuseppe D'Angelo2018-07-211-2/+1
* Add QTextStream operators for QStringViewFriedemann Kleint2018-07-202-0/+16
* Fix QGuiApplication::queryKeyboardModifiers() on macOSNils Jeisecke2018-07-201-1/+1
* Windows: Cache the printer capability information the first timeAndy Shaw2018-07-203-15/+173
* Inline deprecated QTest::qWaitForWindowShownTor Arne Vestbø2018-07-202-7/+2
* macOS: Correctly scale CALayer contentsRect for child NSViewsTor Arne Vestbø2018-07-201-1/+2
* QGLWidget: Gracefully handle failed makeCurrent during resize and paint eventTor Arne Vestbø2018-07-202-4/+15
* macOS: Invalidate window shadow after flushing backingstore to CALayerTor Arne Vestbø2018-07-192-88/+83
* MySQL: handle my_bool for newer versions of MySQLSamuel Gaist2018-07-191-0/+4
* uic: Revert the microoptimization patch introducing QStringLiteralJarek Kobus2018-07-195-75/+68
* macOS: Add categorized logging to QCocoaGLContextTor Arne Vestbø2018-07-181-5/+7
* Update the Qt version tagging to adapt to expected Qt 5.16Thiago Macieira2018-07-181-1/+10
* Update TinyCBOR to 1b233087a6e6b6be297e69bfcce5ed36f338c91dThiago Macieira2018-07-186-45/+49
* Remove strange icon highlight for active menu itemThorbjørn Lund Martsum2018-07-181-3/+0
* qlibrary_unix: work around compile bug in gcc5.4Mikhail Svetkin2018-07-181-4/+6
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Thiago Macieira2018-07-1745-3696/+5918
|\
| * 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