History log of /haiku/src/kits/storage/mime/MimeEntryProcessor.cpp
Revision Date Author Comments
# 5fb33483 08-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

MimeEntryProcessor: Add DoRecursively()

While Do() only process the specified entry, DoRecursively() also
recurses into directories.


# 865ab281 08-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Pull class MimeInfoUpdater out of UpdateMimeInfoThread

* Pull out base class MimeEntryProcessor out of AppMetaMimeCreator.
* Pull class MimeInfoUpdater out of UpdateMimeInfoThread and derive it
from MimeEntryProcessor.
* MimeInfoUpdater: Instead of BMimeType::GuessMimeType(), use
Database::GuessMimeType() directly.


# 5fb334831939c75dd29eb50e7f79e90876764a49 08-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

MimeEntryProcessor: Add DoRecursively()

While Do() only process the specified entry, DoRecursively() also
recurses into directories.


# 865ab2816de47da3e2d82a3ef808d03d69fe1436 08-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Pull class MimeInfoUpdater out of UpdateMimeInfoThread

* Pull out base class MimeEntryProcessor out of AppMetaMimeCreator.
* Pull class MimeInfoUpdater out of UpdateMimeInfoThread and derive it
from MimeEntryProcessor.
* MimeInfoUpdater: Instead of BMimeType::GuessMimeType(), use
Database::GuessMimeType() directly.