Bug 85252 - Separate general from meta info in filetips
Summary: Separate general from meta info in filetips
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: file icon view (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-15 13:00 UTC by Jorge Adriano
Modified: 2004-09-14 20:48 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Original Filetip (16.59 KB, image/png)
2004-08-10 23:08 UTC, Jorge Adriano
Details
proposed Filetip (16.98 KB, image/png)
2004-08-10 23:11 UTC, Jorge Adriano
Details
Just spacing (16.95 KB, image/png)
2004-08-11 00:34 UTC, Jorge Adriano
Details
Rectangles (probably overkill) (24.01 KB, image/png)
2004-08-11 00:36 UTC, Jorge Adriano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jorge Adriano 2004-07-15 13:00:36 UTC
Version:           3.2.3 (using KDE 3.2.3, SuSE)
Compiler:          gcc version 3.3 20030226 (prerelease) (SuSE Linux)
OS:                Linux (i686) release 2.4.20-4GB

In filetips, It would be nice to have a separator (horizontal line would do) between general and meta info.
Comment 1 Jorge Adriano 2004-08-10 23:08:47 UTC
Created attachment 7063 [details]
Original Filetip

The original file tip, of an ogg file in this case.
Comment 2 Jorge Adriano 2004-08-10 23:11:03 UTC
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).
Comment 3 Jorge Adriano 2004-08-10 23:13:18 UTC
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 :)
Comment 4 Jorge Adriano 2004-08-11 00:34:46 UTC
Created attachment 7068 [details]
Just spacing

Maybe just spacing is fine too
Comment 5 Jorge Adriano 2004-08-11 00:36:33 UTC
Created attachment 7069 [details]
Rectangles (probably overkill)

This is probably overkill, anyway I thought I'd add it.
Comment 6 Jorge Adriano 2004-08-11 00:37:45 UTC
Comment on attachment 7069 [details]
Rectangles (probably overkill)

This is probably overkill but I thought I'd add it anyway
Comment 7 Jorge Adriano 2004-08-11 00:40:40 UTC
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!
Comment 8 Stephan Binner 2004-09-14 20:48:31 UTC
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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</s></center></td></tr>";
     QStringList keys = info.preferredKeys();