summaryrefslogtreecommitdiffstats
path: root/src/corelib/mimetypes
Commit message (Expand)AuthorAgeFilesLines
* Add missing Q_INIT_RESOURCETor Arne Vestbø2013-11-071-0/+6
* 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
* QMimeDatabase: Fix handling of duplicate mimetype definitions (2/2).David Faure2013-08-031-3/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-061-1/+1
|\
| * QMimeDatabase: pass MatchMode down, to fix MatchContent.David Faure2013-03-011-1/+1
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-292-6/+0
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1816-16/+16
* Remove documentation for deleted methods, to fix a qdoc warningDavid Faure2012-12-141-14/+0
* 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-224-0/+50
* QMimeDatabase: remove deprecated APIDavid Faure2012-11-201-9/+0
* Document what the QMimeDatabase constructor really does.David Faure2012-11-191-1/+6
* QMimeDatabase: Fix handling of duplicate mimetype definitions.David Faure2012-11-141-6/+6
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2216-384/+384
* Fix missing or improper include guard in headersSergio Ahumada2012-09-091-2/+2
* Check for C++ operators that should be 'const'Sergio Ahumada2012-09-082-2/+2
* add macro wrap for QXmlStream related codeJing Bai2012-08-312-0/+13
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-235-0/+7
* QtCore: use new qEnvironmentVariableIs{Set,Empty}()Marc Mutz2012-08-141-1/+1
* Fix some syncqt warnings.Lars Knoll2012-08-012-0/+4
* fix QMimeDatabase qdoc errorsJeremy Katz2012-07-271-2/+28
* fix "No such ..." for QMimaeDatabase::mimeTypeForFile()Jeremy Katz2012-07-191-1/+1
* QtCore: mark some classes as sharedMarc Mutz2012-07-101-0/+2
* QMimeType: document preferredSuffix()/suffixes() betterDavid Faure2012-07-081-2/+3
* Fix QMimeType::operator== to only compare mimetype names.David Faure2012-07-082-20/+3
* Remove debug outputABBAPOH2012-06-272-68/+0
* Rename QMimeDatabase method for consistency.David Faure2012-05-153-10/+19
* QMimeType performance fix: don't reload from XML files over and over.David Faure2012-05-073-1/+8
* Don't use the QRegExp methods that modify the object [QtCore]Thiago Macieira2012-04-271-1/+1
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-1/+1
* Include with qt module to avoid configure warningPekka Vuorela2012-04-051-2/+1
* Fix warnings about truncations in constants.Friedemann Kleint2012-04-031-1/+1
* Remove extra lines in mimetypesABBAPOH2012-04-019-10/+0
* Remove QMimeTypeParserBase from docABBAPOH2012-04-011-0/+1
* Fix wrong method signature in documentationABBAPOH2012-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-162-21/+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
* QMimeDatabase: Fix crash on empty filenameDavid Faure2012-03-061-0/+2
* Fix doc according to current method signatureABBAPOH2012-02-261-1/+0
* qmimetypeparser: more optimized definition of string constantsDavid Faure2012-02-242-45/+21
* QMimeMagicRule: declare as Q_MOVABLE_TYPEMarc Mutz2012-02-241-0/+1
* Import QMimeType / QMimeDatabase into QtCore.David Faure2012-02-1819-0/+36053