summaryrefslogtreecommitdiffstats
path: root/examples/mimetypeviewer
Commit message (Collapse)AuthorAgeFilesLines
* Removes Qt5 modules from the project filesLuís Pereira2013-08-281-2/+0
| | | | | | | | They don't exist in Qt4. Change-Id: Idb354fbd38ffe2976159e6a1d1cd9ddf8d2cce11 Signed-off-by: Luís Pereira <luis.artur.pereira@gmail.com> Reviewed-by: David Faure (KDE) <faure@kde.org>
* Removes Qt5 conditional codeLuís Pereira2013-08-281-4/+0
| | | | | | | | | The project is only an Qt4 one. Qt5 already includes this functionality in QtCore/QMimeType Change-Id: I15e7d0a0a4d254cd2ffd2ff57f340302534e34e9 Signed-off-by: Luís Pereira <luis.artur.pereira@gmail.com> Reviewed-by: David Faure (KDE) <faure@kde.org>
* QMimeType API: allParentMimeTypes -> allAncestors.David Faure2012-01-302-2/+2
| | | | | | | | | Suggested by Lars. Change-Id: Ibaef47854fcf06fb39e7cc9a987557940f5bbe66 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Wolf-Michael Bolle <wolf-michael.bolle@nokia.com>
* Merge findByFile and findByFileName into mimeTypeForFile(flags).David Faure2012-01-301-1/+1
| | | | | | | | | | These are API changes suggested by Lars. Implement MatchContent. Change-Id: I2baca9c99777573f6a5ac5dbf9221df6b37b01c9 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Wolf-Michael Bolle <wolf-michael.bolle@nokia.com>
* Remove debug messageDavid Faure2011-12-191-2/+0
|
* Merge comment and localeComment.David Faure2011-11-042-30/+15
| | | | | | This means comment() now returns a translated string. There's no use case for "a comment in english", and if one really wants that, he can use comment("en_US").
* Ensure that things get recompiled when qmimetype.h changes (grr @ qmake)David Faure2011-11-041-0/+1
|
* Remove unused "aliases" member and methodDavid Faure2011-11-042-37/+22
|
* Actually activate C++11 support.Wolf-Michael Bolle2011-11-021-1/+1
|
* Added some support for C++11Wolf-Michael Bolle2011-11-023-3/+12
|
* Move nameMimeTypeMap to XMLProvider (to load on demand in binay provider)David Faure2011-10-191-1/+1
| | | | | Rename mimeTypes() to allMimeTypes() and document. Delegate mimeTypeForName and findByMagic to the provider.
* Added QMimeType::allParentMimeTypes()Wolf-Michael Bolle2011-10-182-7/+22
|
* Renamed subClassOf() to parentMimeTypes().Wolf-Michael Bolle2011-10-181-1/+1
|
* Parse and process icon tag.Wolf-Michael Bolle2011-10-172-9/+24
|
* Compatibility for Qt 4 and 5.Wolf-Michael Bolle2011-10-171-1/+6
|
* QMimeType::type() was changed to name().Wolf-Michael Bolle2011-10-133-22/+22
|
* Compile sources within src/mimetypes.Wolf-Michael Bolle2011-10-121-1/+1
|
* Reorganized the directory structure.Wolf-Michael Bolle2011-10-121-1/+1
|
* Introducing QMimeProviderBase:David Faure2011-10-092-28/+2
| | | | | | | - move the xml parsing code to QMimeXmlProvider - provide freedesktop.org.xml to the qmime code using a .qrc file for now - look for mime.cache files in QMimeBinaryProvider using QStandardPaths (no parsing yet)
* Compile with Qt5David Faure2011-09-231-0/+2
|
* Moved mutators out of QMimeDatabase.Wolf-Michael Bolle2011-09-222-2/+7
| | | | Moved both versions of QMimeDatabase::addMimeTypes() to QMimeDatabaseBuilder to keep the public API clean of mutators.
* Display all available MIME type data.Wolf-Michael Bolle2011-09-222-6/+82
|
* API: hide QMimeGlobPattern, remove nonsense isTopLevel, and more.David Faure2011-09-181-5/+1
| | | | Remove "list of all known suffixes / all known globs", this isn't needed.
* lazy improvementRitt Konstantin2011-06-051-1/+3
|
* +QABBAPOH2011-05-161-1/+1
|
* oopsABBAPOH2011-05-161-2/+2
|
* Removed QObject in DatabaseABBAPOH2011-05-131-1/+1
|
* Added test for qmimeABBAPOH2011-05-121-1/+0
|
* Added example applicationABBAPOH2011-05-115-0/+293