Page MenuHomePhabricator

Troubles on filtering + using the "Copy to clipboard"-Button in the Loggin-Plugin
Closed, ResolvedPublic

Description

Filtering in the Logging-Plugin is not working as it should.

Using a Filter and then the "copy to clipboard"-button brings up a unfiltered version of the log on pasting it somewhere.

To cut a long story short: filtering is not working for the "copy to clipboard"-button.

This was tested on a Win7 x64 -System

Event Timeline

[9bd4ec]: Merge branch 'bug-13008-CopyToClipboardFix'

Merged commits:

2012-09-05 17:35:07 Alfred Franz [a64327]
the text is now generated from the filtered text of the QTableView. Before it was generated from the raw data of the model, thus the filter was not applied.