This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117420/

src/file/kcm/folderselectionwidget.cpp (Diff revisions 2 - 3)
void FolderSelectionWidget::showMessage(const QString& message)
291
QString FolderSelectionWidget::getFolderDisplayName(const QString& url)
Could you please also add a 'const' over here.

src/file/kcm/folderselectionwidget.cpp (Diff revisions 2 - 3)
void FolderSelectionWidget::showMessage(const QString& message)
295
        return "[~]/" + url.mid(QDir::homePath().length() + 1);
I've given this more thought, and I dislike the '~/'. Please remove it.

The rest is fine.

I can ask for an exception from the release team and ship this with 4.13

- Vishesh Handa


On April 8th, 2014, 11:52 a.m. UTC, Lindsay Mathieson wrote:

Review request for Baloo.
By Lindsay Mathieson.

Updated April 8, 2014, 11:52 a.m.

Bugs: 333155
Repository: baloo

Description

Displays full path of excluded directories - reduce possibilities of confusion and ambiguity.

Testing

Build, installed - opens KCM module, full paths displayed, with ample room.

Diffs

  • src/file/kcm/folderselectionwidget.h (5e4e661)
  • src/file/kcm/folderselectionwidget.cpp (bc87a33)

View Diff