/haiku/headers/private/storage/mime/ |
H A D | DatabaseDirectory.h | b94857b322093c296230a18d47f6a98a2896b062 Tue May 07 21:15:36 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Refactor MIME DB access
* Add class DatabaseLocation. It contains a list of the MIME DB directory paths plus methods to access type files. * Move all low-level MIME DB access functions from database_{support,access} to DatabaseLocation. All code that formerly used those now requires a DatabaseLocation object. In BMimeType and in the registrar the default object is used, but the low-level classes can now be reused with different locations. * Move get_icon_data() from database_access to database_support and delete the former, which is now empty.
|
H A D | DatabaseLocation.h | b94857b322093c296230a18d47f6a98a2896b062 Tue May 07 21:15:36 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Refactor MIME DB access
* Add class DatabaseLocation. It contains a list of the MIME DB directory paths plus methods to access type files. * Move all low-level MIME DB access functions from database_{support,access} to DatabaseLocation. All code that formerly used those now requires a DatabaseLocation object. In BMimeType and in the registrar the default object is used, but the low-level classes can now be reused with different locations. * Move get_icon_data() from database_access to database_support and delete the former, which is now empty.
|
H A D | AssociatedTypes.h | b94857b322093c296230a18d47f6a98a2896b062 Tue May 07 21:15:36 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Refactor MIME DB access
* Add class DatabaseLocation. It contains a list of the MIME DB directory paths plus methods to access type files. * Move all low-level MIME DB access functions from database_{support,access} to DatabaseLocation. All code that formerly used those now requires a DatabaseLocation object. In BMimeType and in the registrar the default object is used, but the low-level classes can now be reused with different locations. * Move get_icon_data() from database_access to database_support and delete the former, which is now empty.
|
H A D | SnifferRules.h | b94857b322093c296230a18d47f6a98a2896b062 Tue May 07 21:15:36 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Refactor MIME DB access
* Add class DatabaseLocation. It contains a list of the MIME DB directory paths plus methods to access type files. * Move all low-level MIME DB access functions from database_{support,access} to DatabaseLocation. All code that formerly used those now requires a DatabaseLocation object. In BMimeType and in the registrar the default object is used, but the low-level classes can now be reused with different locations. * Move get_icon_data() from database_access to database_support and delete the former, which is now empty.
|
H A D | SupportingApps.h | b94857b322093c296230a18d47f6a98a2896b062 Tue May 07 21:15:36 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Refactor MIME DB access
* Add class DatabaseLocation. It contains a list of the MIME DB directory paths plus methods to access type files. * Move all low-level MIME DB access functions from database_{support,access} to DatabaseLocation. All code that formerly used those now requires a DatabaseLocation object. In BMimeType and in the registrar the default object is used, but the low-level classes can now be reused with different locations. * Move get_icon_data() from database_access to database_support and delete the former, which is now empty.
|
H A D | InstalledTypes.h | b94857b322093c296230a18d47f6a98a2896b062 Tue May 07 21:15:36 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Refactor MIME DB access
* Add class DatabaseLocation. It contains a list of the MIME DB directory paths plus methods to access type files. * Move all low-level MIME DB access functions from database_{support,access} to DatabaseLocation. All code that formerly used those now requires a DatabaseLocation object. In BMimeType and in the registrar the default object is used, but the low-level classes can now be reused with different locations. * Move get_icon_data() from database_access to database_support and delete the former, which is now empty.
|
H A D | database_support.h | b94857b322093c296230a18d47f6a98a2896b062 Tue May 07 21:15:36 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Refactor MIME DB access
* Add class DatabaseLocation. It contains a list of the MIME DB directory paths plus methods to access type files. * Move all low-level MIME DB access functions from database_{support,access} to DatabaseLocation. All code that formerly used those now requires a DatabaseLocation object. In BMimeType and in the registrar the default object is used, but the low-level classes can now be reused with different locations. * Move get_icon_data() from database_access to database_support and delete the former, which is now empty.
|
H A D | Database.h | b94857b322093c296230a18d47f6a98a2896b062 Tue May 07 21:15:36 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Refactor MIME DB access
* Add class DatabaseLocation. It contains a list of the MIME DB directory paths plus methods to access type files. * Move all low-level MIME DB access functions from database_{support,access} to DatabaseLocation. All code that formerly used those now requires a DatabaseLocation object. In BMimeType and in the registrar the default object is used, but the low-level classes can now be reused with different locations. * Move get_icon_data() from database_access to database_support and delete the former, which is now empty.
|
/haiku/src/kits/storage/mime/ |
H A D | DatabaseDirectory.cpp | b94857b322093c296230a18d47f6a98a2896b062 Tue May 07 21:15:36 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Refactor MIME DB access
* Add class DatabaseLocation. It contains a list of the MIME DB directory paths plus methods to access type files. * Move all low-level MIME DB access functions from database_{support,access} to DatabaseLocation. All code that formerly used those now requires a DatabaseLocation object. In BMimeType and in the registrar the default object is used, but the low-level classes can now be reused with different locations. * Move get_icon_data() from database_access to database_support and delete the former, which is now empty.
|
H A D | DatabaseLocation.cpp | b94857b322093c296230a18d47f6a98a2896b062 Tue May 07 21:15:36 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Refactor MIME DB access
* Add class DatabaseLocation. It contains a list of the MIME DB directory paths plus methods to access type files. * Move all low-level MIME DB access functions from database_{support,access} to DatabaseLocation. All code that formerly used those now requires a DatabaseLocation object. In BMimeType and in the registrar the default object is used, but the low-level classes can now be reused with different locations. * Move get_icon_data() from database_access to database_support and delete the former, which is now empty.
|
H A D | Jamfile | b94857b322093c296230a18d47f6a98a2896b062 Tue May 07 21:15:36 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Refactor MIME DB access
* Add class DatabaseLocation. It contains a list of the MIME DB directory paths plus methods to access type files. * Move all low-level MIME DB access functions from database_{support,access} to DatabaseLocation. All code that formerly used those now requires a DatabaseLocation object. In BMimeType and in the registrar the default object is used, but the low-level classes can now be reused with different locations. * Move get_icon_data() from database_access to database_support and delete the former, which is now empty.
|
H A D | InstalledTypes.cpp | b94857b322093c296230a18d47f6a98a2896b062 Tue May 07 21:15:36 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Refactor MIME DB access
* Add class DatabaseLocation. It contains a list of the MIME DB directory paths plus methods to access type files. * Move all low-level MIME DB access functions from database_{support,access} to DatabaseLocation. All code that formerly used those now requires a DatabaseLocation object. In BMimeType and in the registrar the default object is used, but the low-level classes can now be reused with different locations. * Move get_icon_data() from database_access to database_support and delete the former, which is now empty.
|
H A D | SnifferRules.cpp | b94857b322093c296230a18d47f6a98a2896b062 Tue May 07 21:15:36 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Refactor MIME DB access
* Add class DatabaseLocation. It contains a list of the MIME DB directory paths plus methods to access type files. * Move all low-level MIME DB access functions from database_{support,access} to DatabaseLocation. All code that formerly used those now requires a DatabaseLocation object. In BMimeType and in the registrar the default object is used, but the low-level classes can now be reused with different locations. * Move get_icon_data() from database_access to database_support and delete the former, which is now empty.
|
H A D | AssociatedTypes.cpp | b94857b322093c296230a18d47f6a98a2896b062 Tue May 07 21:15:36 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Refactor MIME DB access
* Add class DatabaseLocation. It contains a list of the MIME DB directory paths plus methods to access type files. * Move all low-level MIME DB access functions from database_{support,access} to DatabaseLocation. All code that formerly used those now requires a DatabaseLocation object. In BMimeType and in the registrar the default object is used, but the low-level classes can now be reused with different locations. * Move get_icon_data() from database_access to database_support and delete the former, which is now empty.
|
H A D | SupportingApps.cpp | b94857b322093c296230a18d47f6a98a2896b062 Tue May 07 21:15:36 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Refactor MIME DB access
* Add class DatabaseLocation. It contains a list of the MIME DB directory paths plus methods to access type files. * Move all low-level MIME DB access functions from database_{support,access} to DatabaseLocation. All code that formerly used those now requires a DatabaseLocation object. In BMimeType and in the registrar the default object is used, but the low-level classes can now be reused with different locations. * Move get_icon_data() from database_access to database_support and delete the former, which is now empty.
|
H A D | Database.cpp | b94857b322093c296230a18d47f6a98a2896b062 Tue May 07 21:15:36 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Refactor MIME DB access
* Add class DatabaseLocation. It contains a list of the MIME DB directory paths plus methods to access type files. * Move all low-level MIME DB access functions from database_{support,access} to DatabaseLocation. All code that formerly used those now requires a DatabaseLocation object. In BMimeType and in the registrar the default object is used, but the low-level classes can now be reused with different locations. * Move get_icon_data() from database_access to database_support and delete the former, which is now empty.
|
H A D | database_support.cpp | b94857b322093c296230a18d47f6a98a2896b062 Tue May 07 21:15:36 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Refactor MIME DB access
* Add class DatabaseLocation. It contains a list of the MIME DB directory paths plus methods to access type files. * Move all low-level MIME DB access functions from database_{support,access} to DatabaseLocation. All code that formerly used those now requires a DatabaseLocation object. In BMimeType and in the registrar the default object is used, but the low-level classes can now be reused with different locations. * Move get_icon_data() from database_access to database_support and delete the former, which is now empty.
|
/haiku/src/servers/registrar/mime/ |
H A D | CreateAppMetaMimeThread.cpp | b94857b322093c296230a18d47f6a98a2896b062 Tue May 07 21:15:36 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Refactor MIME DB access
* Add class DatabaseLocation. It contains a list of the MIME DB directory paths plus methods to access type files. * Move all low-level MIME DB access functions from database_{support,access} to DatabaseLocation. All code that formerly used those now requires a DatabaseLocation object. In BMimeType and in the registrar the default object is used, but the low-level classes can now be reused with different locations. * Move get_icon_data() from database_access to database_support and delete the former, which is now empty.
|
/haiku/src/kits/storage/ |
H A D | Mime.cpp | b94857b322093c296230a18d47f6a98a2896b062 Tue May 07 21:15:36 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Refactor MIME DB access
* Add class DatabaseLocation. It contains a list of the MIME DB directory paths plus methods to access type files. * Move all low-level MIME DB access functions from database_{support,access} to DatabaseLocation. All code that formerly used those now requires a DatabaseLocation object. In BMimeType and in the registrar the default object is used, but the low-level classes can now be reused with different locations. * Move get_icon_data() from database_access to database_support and delete the former, which is now empty.
|
H A D | MimeType.cpp | b94857b322093c296230a18d47f6a98a2896b062 Tue May 07 21:15:36 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Refactor MIME DB access
* Add class DatabaseLocation. It contains a list of the MIME DB directory paths plus methods to access type files. * Move all low-level MIME DB access functions from database_{support,access} to DatabaseLocation. All code that formerly used those now requires a DatabaseLocation object. In BMimeType and in the registrar the default object is used, but the low-level classes can now be reused with different locations. * Move get_icon_data() from database_access to database_support and delete the former, which is now empty.
|
/haiku/src/servers/registrar/ |
H A D | MIMEManager.cpp | b94857b322093c296230a18d47f6a98a2896b062 Tue May 07 21:15:36 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Refactor MIME DB access
* Add class DatabaseLocation. It contains a list of the MIME DB directory paths plus methods to access type files. * Move all low-level MIME DB access functions from database_{support,access} to DatabaseLocation. All code that formerly used those now requires a DatabaseLocation object. In BMimeType and in the registrar the default object is used, but the low-level classes can now be reused with different locations. * Move get_icon_data() from database_access to database_support and delete the former, which is now empty.
|