summaryrefslogtreecommitdiffstats
path: root/src/corelib/mimetypes/qmimetype.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-251-3/+3
|\
| * QMimeType: use default locale rather than system localeDavid Faure2016-08-241-3/+3
* | Mime type browser example: Add documentation.Oswald Buddenhagen2016-04-191-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtCore: eradicate all Q_FOREACH loops [mimetypes]Marc Mutz2016-01-041-6/+5
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+1
|\
| * QMimeType: add KDAB copyright to the code I contributed a lot to.David Faure2015-09-041-0/+1
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-3/+3
|\|
| * Reorder member variables to avoid padding.Volker Krause2015-05-141-3/+3
* | Add qHash(QMimeType)Marc Mutz2015-04-201-0/+13
|/
* Introduce QT_NO_MIMETYPESérgio Martins2015-02-171-0/+4
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Doc: correct autolink issues corelib/mimetypeNico Vertriest2014-11-191-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add QDebug operator for QMimeType.David Faure2014-03-131-0/+13
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-5/+5
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+8
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QMimeType: don't document the constructor that takes a Private classDavid Faure2012-11-301-0/+1
* Add more qtbase implictly-shared classes to the listGiuseppe D'Angelo2012-11-301-0/+1
* Add QMimeType::aliases().David Faure2012-11-221-0/+16
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* QMimeType: document preferredSuffix()/suffixes() betterDavid Faure2012-07-081-2/+3
* Fix QMimeType::operator== to only compare mimetype names.David Faure2012-07-081-18/+3
* Remove debug outputABBAPOH2012-06-271-49/+0
* QMimeType performance fix: don't reload from XML files over and over.David Faure2012-05-071-1/+4
* Remove extra lines in mimetypesABBAPOH2012-04-011-1/+0
* Make comment() work in the C locale too.David Faure2012-03-221-1/+2
* Removed move constructor.Wolf-Michael Bolle2012-03-161-19/+0
* Remove commented 'comment'ABBAPOH2012-03-101-3/+0
* Fix commas according to qt coding styleABBAPOH2012-03-101-6/+6
* Remove calls for default constructorsABBAPOH2012-03-091-6/+0
* Build fix when use '-no-stl' optionYuchen Deng2012-03-081-0/+2
* Fix doc according to current method signatureABBAPOH2012-02-261-1/+0
* Import QMimeType / QMimeDatabase into QtCore.David Faure2012-02-181-0/+506