| Summary: | Please make file filter and URL filter configurable separately | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Markus Trippelsdorf <octoploid> |
| Component: | general | Assignee: | Martin Sandsmark <martin.sandsmark> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | martin.sandsmark |
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/konsole/b2b044cf2ad3b7a400fd032650acfa37c4e440b9 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Markus Trippelsdorf
2016-09-04 09:17:48 UTC
Thanks for the quick patch. Unfortunately it doesn't work fully yet. With URL filter enabled and file filter disabled. URLs are _not_ underlined. If I enable both options and hit apply and then disable the file filter again, the URL filter works OK for the current session. But it stops working if I close konsole and start it again. I made a dumb typo, should work better now. (In reply to Martin Sandsmark from comment #3) > I made a dumb typo, should work better now. Ok never mind, it works fine now. Git commit b2b044cf2ad3b7a400fd032650acfa37c4e440b9 by Martin T. H. Sandsmark. Committed on 18/10/2016 at 22:11. Pushed by sandsmark into branch 'master'. Make the config of file filters and url filters separate REVIEW: 128828 M +18 -3 src/EditProfileDialog.cpp M +1 -0 src/EditProfileDialog.h M +12 -2 src/EditProfileDialog.ui M +3 -1 src/Profile.cpp M +9 -0 src/Profile.h M +36 -4 src/SessionController.cpp M +6 -0 src/SessionController.h M +32 -35 src/TerminalDisplay.cpp M +0 -16 src/TerminalDisplay.h M +0 -1 src/ViewManager.cpp http://commits.kde.org/konsole/b2b044cf2ad3b7a400fd032650acfa37c4e440b9 |