Bug 328928 - Add text word wrap for all tooltips
Summary: Add text word wrap for all tooltips
Status: RESOLVED FIXED
Alias: None
Product: krusader
Classification: Applications
Component: general (other bugs)
Version First Reported In: 2.4.0-beta3 "Single Step"
Platform: Mint (Ubuntu based) Linux
: NOR normal
Target Milestone: ---
Assignee: Krusader Bugs Distribution List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-17 22:09 UTC by Cade
Modified: 2018-05-06 00:16 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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