summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * macOS: Avoid modifying hash while iterating itTor Arne Vestbø2020-04-301-1/+4
| | * | | QNAM: Don't check if a session is needed for a cache lookupMårten Nordheim2020-04-302-0/+7
| | * | | QAuthenticator: make sure we load the SSPI libraryMårten Nordheim2020-04-301-1/+7
| | * | | QCOMPARE: treat values as equal if qFuzzyIsNull(each)Edward Welbourne2020-04-302-17/+21
| | |/ /
| | * | iOS: Pick up theme palette from system colorsTor Arne Vestbø2020-04-303-5/+51
| | * | iOS: Teach edit menu popover to have a readonly modeShawn Rutledge2020-04-301-0/+11
| | * | Merge "Merge remote-tracking branch 'origin/5.15.0' into 5.15"Liang Qi2020-04-2916-77/+181
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.15.0' into 5.15Liang Qi2020-04-2816-77/+181
| | | |\|
| | | | * Doc: Remove manual duplicate alias descriptionsPaul Wicking2020-04-282-34/+0
| | | | * Fix 32bit int overflowAllan Sandfeld Jensen2020-04-271-2/+5
| | | | * Fix 8bit image conversions with non-default bytes_per_lineAllan Sandfeld Jensen2020-04-271-11/+33
| | | | * Doc: add since for QWheelEvent::positionPaul Wicking2020-04-271-0/+1
| | | | * Merge remote-tracking branch 'origin/5.14' into 5.15.0Qt Forward Merge Bot2020-04-271-1/+10
| | | | |\
| | | | | * Doc: Describe updating fonts with substitutes5.14Leena Miettinen2020-04-241-1/+10
| | | | * | Don't warn when loading icons via the image loadersTor Arne Vestbø2020-04-261-2/+0
| | | | * | Cocoa: If the grabRect is null then add in a null image for the areaAndy Shaw2020-04-261-1/+10
| | | | * | Fix data corruption regression in QJsonObject::erase()Eirik Aavitsland2020-04-231-4/+4
| | | | * | Doc: Fix compilation issue with QVERIFY2 exampleKai Koehne2020-04-231-1/+1
| | | | * | note QFileDialog::setNameFilters() is not supported on AndroidAssam Boudjelthia2020-04-231-0/+6
| | | | * | Merge 5.15 into 5.15.0Alexandru Croitor2020-04-238-55/+102
| | | | |\ \
| | | | * | | QCborValue: don't update internal states if decoding a string failedThiago Macieira2020-04-221-1/+1
| | | | * | | QCborValue: fix double-accounting of the usedData when decoding stringsThiago Macieira2020-04-221-2/+0
| | | | * | | Merge remote-tracking branch 'origin/5.14' into 5.15.0Liang Qi2020-04-221-0/+2
| | | | |\ \ \ | | | | | | |/ | | | | | |/|
| | | | * | | Merge remote-tracking branch 'origin/5.15' into 5.15.0Qt Forward Merge Bot2020-04-2132-80/+398
| | | | |\ \ \
| | | | * | | | 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
| | * | | | | Always open a submenu on the same screen where the parent menu isShawn Rutledge2020-04-271-2/+11
* | | | | | | 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-047-7/+110
* | | | | | Fix font height metrics with embedded bitmapsEskil Abrahamsen Blomfeldt2020-05-0410-46/+33
* | | | | | 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