History log of /haiku/src/kits/storage/mime/TextSnifferAddon.cpp
Revision Date Author Comments
# 35c76fab 22-Nov-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

TextSnifferAddon: Move includes out of namespaces


# 4981e776 22-Nov-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

TextSnifferAddon: Fix warnings


# 6140f897 21-Nov-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

TextSnifferAddon: Use MIME DB directly

A DatabaseLocation is passed to the constructor and used to verify that
the sniffed MIME type is installed instead of BMimeType::IsInstalled().
This makes the add-on independent of the default MIME DB.


# 85835e41 22-Nov-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

registrar: Move more classes to libstorage_kit_mime.a

Move MimeSnifferAddon, MimeSnifferAddonManager, and TextSnifferAddon to
libstorage_kit_mime.a, so we can reuse them.


# 35c76fab52eff4d5462c94fc4811c66445e4fc9b 22-Nov-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

TextSnifferAddon: Move includes out of namespaces


# 4981e7764532a7e436b50fd72e3d23715fb1291a 22-Nov-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

TextSnifferAddon: Fix warnings


# 6140f897d4bb393fd0fd1ca82261b7a0d440aab0 21-Nov-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

TextSnifferAddon: Use MIME DB directly

A DatabaseLocation is passed to the constructor and used to verify that
the sniffed MIME type is installed instead of BMimeType::IsInstalled().
This makes the add-on independent of the default MIME DB.


# 85835e41862b98714845fd143a4df5b2c7369dd9 22-Nov-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

registrar: Move more classes to libstorage_kit_mime.a

Move MimeSnifferAddon, MimeSnifferAddonManager, and TextSnifferAddon to
libstorage_kit_mime.a, so we can reuse them.