D7700: Show list of tags in PlacesView

Alexey Min noreply at phabricator.kde.org
Thu Sep 7 18:52:43 BST 2017


alexeymin added a comment.


  Compiles OK and shows `All tags` item, but with no children, how do I force a reindex?

INLINE COMMENTS

> placesitemmodel.cpp:1195
> +    m_systemBookmarks.append(SystemBookmarkData(QUrl(tagsUrlBase),
> +    QStringLiteral("tag"),
> +    I18N_NOOP2("KFile System Bookmarks", "All tags")));

weird indentation

> placesitemmodel.cpp:1199
> +    for (QString tag: m_tags) {
> +        m_systemBookmarks.append(SystemBookmarkData(QUrl(tagsUrlBase+tag),
> +        QStringLiteral("tag"),

indentation

> placesitemmodel.cpp:1206
> +
> +void PlacesItemModel::addTag(KIO::Job* job, const KIO::UDSEntryList& entries )
> +{

extra space

> placesitemmodel.cpp:1213
> +        const KIO::UDSEntry& entry = *it;
> +        QString name = entry.stringValue( KIO::UDSEntry::UDS_NAME );
> +

extra space

REPOSITORY
  R318 Dolphin

REVISION DETAIL
  https://phabricator.kde.org/D7700

To: nicolasfella, #dolphin, #kde_applications
Cc: alexeymin, #dolphin, navarromorales, firef, andrebarros, emmanuelp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20170907/e328dcb9/attachment.htm>


More information about the kfm-devel mailing list