summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/mimetypes/qmimedatabase/tst_qmimedatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Exclude test from compilation without qprocessKrzysztof Sommerfeld2024-01-311-0/+4
* QMimeDataBase: Remove dead codeAxel Spoerl2024-01-161-20/+0
* Long live QSpan as public API!Marc Mutz2023-12-071-1/+1
* QMimeDatabase: update freedesktop.org.xml to shared-mime-info 2.4David Faure2023-11-201-3/+5
* QMimeDatabase: handle buggy type definitions with circular inheritanceAlex Henrie2023-11-171-0/+8
* QMimeDatabase: update freedesktop.org.xml to shared-mime-info 2.3David Faure2023-11-071-10/+24
* QMimeType: simplify implementation of filterStringDavid Faure2023-09-131-0/+20
* QMimeDatabase: fix glob-deleteall support for the binary providersDavid Faure2023-09-131-4/+0
* QMimeDatabase: collect glob patterns from all locationsDavid Faure2023-09-131-0/+6
* tst_qmimedatabase: move local override to the specific test methodDavid Faure2023-09-131-28/+38
* tst_qmimedatabase: separate xml files for Global and Local testsDavid Faure2023-09-131-41/+48
* QMimeDatabase: fix detection of pattern conflict in different prefixesDavid Faure2023-09-011-10/+11
* tst_qmimedatabase: compile with QT_NO_FOREACH; port to ranged-forAhmad Samir2023-08-191-6/+5
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+2
* Skip tst_QMimeDatabase::mimeTypeForUnixSpecials_data when AT_FDCWD is not def...Jacek Poplawski2023-07-281-0/+4
* QMimeDatabase: de-duplicate some code in the unittestsAhmad Samir2023-05-071-3/+1
* QMimeDatabase: handle glob-deleteall tagsAhmad Samir2023-05-071-1/+30
* mimetypes/: port to qsizetypeAhmad Samir2023-04-151-1/+1
* QMimeDatabase: cleanup unittestAhmad Samir2023-03-111-10/+11
* QMimeDatabase: add a test to ensure we can detect Unix specialsThiago Macieira2023-02-021-0/+78
* QMimeDatabase: don't stat() something that isn't a local fileThiago Macieira2023-02-021-0/+39
* tst_QMimeDatabase: rename test to indicate what it really isThiago Macieira2023-02-021-2/+3
* QMimeDatabase: use unique QTest data tag namesAhmad Samir2023-02-011-4/+4
* QFileInfo: use currentDateTimeUtc()Ahmad Samir2023-01-061-1/+1
* Use QFileInfo's file times in UTC for file timestampsAhmad Samir2023-01-041-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-5/+5
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Update shared-mime-info to the 2.2 releaseLiang Qi2022-05-111-5/+5
* Compile autotests for IntegrityTatiana Borisova2021-09-201-2/+5
* Update shared-mime-info to the 2.1 release, adjust implementationDavid Faure2021-01-051-11/+10
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+4
* QMimeDatabase: fix handling of glob-deleteallDavid Faure2020-09-221-2/+7
* Fix warnings about unused expression results in testsTor Arne Vestbø2020-07-291-8/+8
* QMimeType::suffixForFileName shouldn't lowercase the file suffixDavid Faure2020-06-011-0/+6
* QtConcurrent::run: accept more then five function's argumentsVitaly Fanaskov2020-03-111-8/+8
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-2/+2
|\
| * Core: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-2/+2
* | Update instructions for downloading the shared-mime-info releaseDavid Faure2020-01-131-4/+4
|/
* QMimeDatabase: update freedesktop.org.xml to shared-mime-info 1.10Albert Astals Cid2018-11-131-6/+6
* QMimeType: Use default key as fallback for comment() propertyGary Wang2018-11-021-0/+14
* QMimeDatabase: Fix MIME detection issues with magics in MIME hierarchiesEike Ziller2018-08-201-0/+7
* QMimeDatabase: fix assert when fetching data for invalid mimetypeDavid Faure2018-04-061-0/+2
* QMimeDatabase: fix regression in alias resolvingDavid Faure2018-02-281-0/+25
* tst_QMimeDatabase: detect executables as shared libraries tooThiago Macieira2018-02-211-1/+3
* QMimeType: remove unwanted *.bin as preferredSuffix for octet-streamDavid Faure2018-01-281-0/+1
* QMimeDatabase: handle removal of a mime directoryDavid Faure2017-11-301-7/+11
* QMimeDatabase: redesign to use both binary and XML providersDavid Faure2017-11-301-1/+1
* Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-1/+0