aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/mimetypes
Commit message (Expand)AuthorAgeFilesLines
* Remove uses of QRegularExpression::OptimizeOnFirstUsageOptionhjk2020-06-181-1/+0
* Utils: Replace foreach with range-based forOrgad Shaneh2020-06-165-32/+29
* Doc: Fix MimeType docsLeena Miettinen2020-02-061-66/+48
* Compile fix with recent Qt devhjk2019-07-293-17/+13
* Cope with Qt 5.14's dropping of the MIME type DB as a resourceThiago Macieira2019-07-171-10/+3
* Merge remote-tracking branch 'origin/4.9' into 4.10Eike Ziller2019-07-161-22/+16
|\
| * Re-fix QtCore resource path changing and prepare for Qt 5.134.9Thiago Macieira2019-07-161-26/+19
* | Bump minimum Qt version (to build Qt Creator) to 5.11Alessandro Portale2019-02-151-4/+0
|/
* Utils: ModernizeOrgad Shaneh2018-09-214-24/+20
* Utils: Do not export inlined functionsDavid Schulz2018-09-041-1/+1
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-08-201-0/+1
|\
| * MimeProvider: Add #include <QtGlobal> for version checkOrgad Shaneh2018-08-161-0/+1
* | Utils: ModernizeAlessandro Portale2018-07-204-14/+7
* | MimeDatabase: Don't pollute global namespaceEike Ziller2018-06-131-2/+2
* | Utils: add hash function for MimeTypeDavid Schulz2018-05-161-0/+3
|/
* Utils: Consistently use nullptrTobias Hunger2018-05-132-2/+2
* Fix mime type detection for Qt 5.11Friedemann Kleint2018-01-171-1/+6
* Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-04-251-2/+2
|\
| * Don't use return keyword when method doesn't return anythingLaurent Montel2017-04-241-2/+2
* | Use QString::*Ref methodMontel Laurent2017-04-211-1/+1
|/
* Utils: Wrap MimeDatabase into static functionshjk2017-03-033-72/+134
* Move mimetype definitions to plugin specsEike Ziller2017-02-274-17/+25
* Convert some 0 to nullptrMontel Laurent2017-02-231-2/+2
* Replace a few occurrences of QStringList() << ...hjk2017-02-081-1/+1
* MimeTypes: Slurp in XML contents in one gohjk2017-01-133-8/+5
* MimeDatabase: Add some startup phase trackinghjk2017-01-113-0/+37
* Utils: Do not dereference nullptr via errorMessageTobias Hunger2016-12-051-1/+2
* Merge remote-tracking branch 'origin/4.2'Orgad Shaneh2016-11-281-1/+1
|\
| * Remove last nokia references in commentsOrgad Shaneh2016-11-241-1/+1
* | Fix that it was not possible to save with arbitrary file extensionEike Ziller2016-11-152-3/+12
|/
* Wholesale conversion to #pragma oncehjk2016-03-309-36/+9
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1916-242/+336
* Fix that bogus mime data could lead to endless loopEike Ziller2015-11-101-2/+8
* Remove some superfluous QT_VERSION_CHECKs.Christian Kandeler2015-04-301-2/+0
* Utils: MIME types: Fix compile for Qt less than 5.4Christian Stenger2015-03-261-1/+4
* MimeDatabase: Allow regular expressions for magic rulesEike Ziller2015-03-252-2/+29
* MimeMagic: Remove now no longer needed Qt Creator additionEike Ziller2015-03-242-3/+1
* MimeDatabase: Fix that xml files were opened in bar descriptor editorEike Ziller2015-03-091-2/+6
* MimeDatabase: Fix leak on invalid magicEike Ziller2015-03-091-1/+3
* MimeDatabase: Do not crash/assert on invalid mime magic dataEike Ziller2015-03-053-16/+43
* MimeDatabase: Remove bestMatch, which was broken beyond repairEike Ziller2015-02-274-134/+0
* MimeType: Improve performance for matchesNameOrgad Shaneh2015-02-271-1/+3
* MimeDatabase: Avoid empty filter string in allFilterStrings.Eike Ziller2015-02-271-2/+5
* MimeDatabase: Avoid opening files even if already file name matchesEike Ziller2015-02-251-4/+4
* Add freedesktop.org.xml to .pri file for easy access in locator.Eike Ziller2015-02-251-0/+1
* MimeDatabase: Fix remaining problems with overriding mime typesEike Ziller2015-02-241-4/+1
* MimeDatabase: Prevent funny mixing of different mime type definitionsEike Ziller2015-02-183-18/+32
* MimeData: Never detect anything as application/x-zerosizeEike Ziller2015-02-181-4/+4
* MimeDatabase: Fix compilation with namespaced QtEike Ziller2015-02-172-12/+14
* MimeDatabase: Never use installed mime data.Eike Ziller2015-02-171-17/+17