when importing the bookmark opened by manager should be filled with
bookmarks, when exporting it is probably done to format the bookmark
manager does not know how to handle (JSON?) now that import/export feature
is not a thing
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
this may actually slow things down since the icon is probed via KMimeType
but it allows to sync, for an example, favourite icons in the Dolphin panel
which is (hopefully) usefull in the case of remote host favourites. also I
made KBookmarkManager::updateFavicon() operational
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
for compatibilty reasons automoc4 support is not removed but it
shall be in the future. automoc4 has not been maintained for a
while (last commit is from 2011) and the stable release is from
2009.
CMake version >= 2.8.6 provides the functionality for mocking so
I see no reason to not make use of it.