| Summary: | Separate general from meta info in filetips | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Jorge Adriano <jorge.adriano> |
| Component: | file icon view | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Original Filetip
proposed Filetip Just spacing Rectangles (probably overkill) |
||
|
Description
Jorge Adriano
2004-07-15 13:00:36 UTC
Created attachment 7063 [details]
Original Filetip
The original file tip, of an ogg file in this case.
Created attachment 7064 [details]
proposed Filetip
File tip with the general file info separated from the specific (meta) info
(for an ogg file in this case).
Ok I added some pictures to illustrate my whish. Disclamer: I suck when it comes to drawing and image manipulation, this is only intended to illustrate what I'm talking about, nothing more :) Created attachment 7068 [details]
Just spacing
Maybe just spacing is fine too
Created attachment 7069 [details]
Rectangles (probably overkill)
This is probably overkill, anyway I thought I'd add it.
Comment on attachment 7069 [details]
Rectangles (probably overkill)
This is probably overkill but I thought I'd add it anyway
Ok added two more possibilities. I'd like to stress that I do not intend to show how to do it. I suck at design :) The important thing here is, The general file info should be *somehow* separated from the meta info. Thanks! CVS commit by binner: Bug 85252: Separate general from meta info in filetips (wishlist) CCMAIL: 85252-done@bugs.kde.org M +2 -1 kfileitem.cpp 1.158.2.1 --- kdelibs/kio/kio/kfileitem.cpp #1.158:1.158.2.1 @@ -636,4 +636,5 @@ QString KFileItem::getToolTipText(int ma if (info.isValid() && !info.isEmpty() ) { + tip += "<tr><td colspan=2><center><s> </s></center></td></tr>"; QStringList keys = info.preferredKeys(); |