Bug 328928

Summary: Add text word wrap for all tooltips
Product: [Applications] krusader Reporter: Cade <ahx2323>
Component: generalAssignee: Krusader Bugs Distribution List <krusader-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: krusader-bugs-null
Priority: NOR    
Version First Reported In: 2.4.0-beta3 "Single Step"   
Target Milestone: ---   
Platform: Mint (Ubuntu based)   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Cade 2013-12-17 22:09:20 UTC
Add text word wrap for all tooltips.

Reproducible: Always

Steps to Reproduce:
1. Open Krusader.
2. Create file with very long file name.
3. Move mouse cursor to created file.
4. Wait few seconds until you see tooltip.
Actual Results:  
Tooltip with long text does not fit to screen width.
Tooltip displayed as single line.

Expected Results:  
Multiline tooltip with word wrap support.
Comment 1 Alex Bikadorov 2017-04-23 16:53:13 UTC
Git commit 0e661e9fd290fc22f27e4a844e26a4cc0ffd7e1b by Alexander Bikadorov.
Committed on 18/04/2017 at 14:01.
Pushed by abikadorov into branch 'master'.

Panel: Added detailed tooltip for filename column in panel;

Uses tooltip delay setting.
+ Merged duplicate code in KrSort and KrVfsModel

FIXED: [ 328928 ] Add text word wrap for all tooltips

M  +21   -0    krusader/GUI/krstyleproxy.cpp
M  +5    -0    krusader/GUI/krstyleproxy.h
M  +1    -19   krusader/Panel/krinterbriefview.cpp
M  +0    -1    krusader/Panel/krinterbriefview.h
M  +15   -7    krusader/Panel/krinterdetailedview.cpp
M  +3    -15   krusader/Panel/krsort.cpp
M  +0    -2    krusader/Panel/krsort.h
M  +43   -25   krusader/Panel/krvfsmodel.cpp
M  +2    -0    krusader/Panel/krvfsmodel.h
M  +18   -2    krusader/Panel/krview.cpp
M  +6    -2    krusader/Panel/krview.h
M  +1    -1    krusader/Panel/krviewitem.cpp

https://commits.kde.org/krusader/0e661e9fd290fc22f27e4a844e26a4cc0ffd7e1b