summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | widgets: Re-calculate focus frame style option after setting new geometryTor Arne Vestbø2020-04-201-0/+2
| | | | * | | | macOS: Restore fallback sizes when setting application or window iconsTor Arne Vestbø2020-04-202-4/+9
| | | | * | | | Warn when trying to load an icon without a matching icon engineTor Arne Vestbø2020-04-171-0/+2
| | | | * | | | macOS: Don't produce NSImages without a single representationTor Arne Vestbø2020-04-171-3/+6
| | | | * | | | macOS: Support [NSPanel becomesKeyOnlyIfNeeded]Tor Arne Vestbø2020-04-171-1/+8
| | | | * | | | macOS: Activate non-modal windows during modal session if they support itTor Arne Vestbø2020-04-171-2/+5
| | | | * | | | macOS: Rework worksWhenModal and update on modal session changeTor Arne Vestbø2020-04-172-11/+83
| | * | | | | | QMacStyle - change the arrow type only for 'OnlyOneTab' optionTimur Pocheptsov2020-04-291-2/+8
| | * | | | | | wasm: fix network download crashLorn Potter2020-04-291-1/+1
| | |/ / / / /
| | * | | | | macOS: draw toolbar separator line in unfifed modeMorten Johan Sørvig2020-04-281-2/+11
| | * | | | | QNAM/QNetConMon: emit networkAccessibleChanged on changesMårten Nordheim2020-04-281-0/+3
| | * | | | | Use QMAKE_TARGET for the name of the object script fileAndy Shaw2020-04-281-1/+1
| | * | | | | Always open a submenu on the same screen where the parent menu isShawn Rutledge2020-04-271-2/+11
* | | | | | | Port more tests from qtbase/tests/auto/corelib/io/ to CMakeSona Kurazyan2020-05-0432-6/+528
* | | | | | | QFile::moveToTrash: use $XDG_DATA_HOME/Trash as the trash directoryVolker Hilsheimer2020-05-041-5/+13
|/ / / / / /
* | | | | | QFileSystemEngine: port a local QSet to QDuplicateTrackerMarc Mutz2020-05-041-4/+4
* | | | | | Fix 64bit size issues in QCacheLars Knoll2020-05-041-3/+3
* | | | | | uic: Generate Qt 5 connection syntaxFriedemann Kleint2020-05-0463-99/+241
* | | | | | Fix QTextDocumentLayout test with certain fontsEskil Abrahamsen Blomfeldt2020-05-041-1/+3
* | | | | | Fix font height metrics with embedded bitmapsEskil Abrahamsen Blomfeldt2020-05-0410-46/+33
* | | | | | Fix typo in readmePaul Wicking2020-05-041-1/+1
* | | | | | Doc: Small fixes in qt5_wrap_cpp documentationKai Koehne2020-05-031-2/+2
* | | | | | QDirIterator: port visitedLinks from QSet to QDuplicateTrackerMarc Mutz2020-05-031-7/+7
* | | | | | QDirIterator: move a guard condition from caller to calleeMarc Mutz2020-05-031-4/+4
* | | | | | QDirIterator: make a confusing condition less soMarc Mutz2020-05-031-2/+1
* | | | | | Don't use a QTextStream to read lines from a fileLars Knoll2020-05-021-5/+6
* | | | | | Fix warnings about size_t to uint truncationLars Knoll2020-05-022-14/+14
* | | | | | Fix compile error on iOSLars Knoll2020-05-021-0/+3
* | | | | | QUrlIdna: avoid QString creationMarc Mutz2020-05-021-3/+2
* | | | | | QUrl: optimize fromAce()Marc Mutz2020-05-021-1/+8
* | | | | | QUrl: avoid QString creation in setHost()Marc Mutz2020-05-021-1/+1
* | | | | | QUrlIdna: port qt_ACE_do() to QStringViewMarc Mutz2020-05-022-4/+4
* | | | | | QUrlIdna: port nextDotDelimiter() to QStringViewMarc Mutz2020-05-021-7/+6
* | | | | | QString: replace a few autos with char32_tMarc Mutz2020-05-021-4/+4
* | | | | | CMake: Write QT.XXX.plugin_types to qt_lib_XXX.pri filesJoerg Bornemann2020-05-011-0/+8
* | | | | | CMake: Add some missing MinGW definesAlexandru Croitor2020-05-011-1/+1
* | | | | | CMake: Limit warnings_are_errors flags to C++ and Objective-C++Alexandru Croitor2020-05-011-2/+9
* | | | | | CMake: Fix developer build of MinGW cmake configurationAlexandru Croitor2020-05-011-0/+1
* | | | | | CMake: Fix failing standalone tests on WindowsAlexandru Croitor2020-05-012-4/+29
* | | | | | CMake: Use NAME_MISMATCHED in find_package_handle_standard_args of ECMAlexandru Croitor2020-05-011-0/+5
* | | | | | CMake: Adjust instructions for MinGW buildsAlexandru Croitor2020-05-011-18/+48
* | | | | | CMake: Fix 32 bit Qt builds like our MinGW config in CoinAlexandru Croitor2020-05-012-1/+50
* | | | | | Correctly flag remaining chars for the ICU codecLars Knoll2020-05-011-0/+7
* | | | | | Read XML as utf-8 not latin1 if we don't have codecsLars Knoll2020-05-011-6/+6
* | | | | | Remove QTextCodec dependency from the xcb pluginLars Knoll2020-05-012-22/+9
* | | | | | Force the ibase plugin to use utf8Lars Knoll2020-05-012-91/+25
* | | | | | Always assume utf8 for the client connection with the mysql serverLars Knoll2020-05-011-74/+22
* | | | | | Remove useless codeLars Knoll2020-05-011-8/+0
* | | | | | Remove QTextStream dependency from tst_qfileLars Knoll2020-05-011-15/+6
* | | | | | Remove a couple of QTextStream usagesLars Knoll2020-05-015-20/+7