Bug 135107 - overlapping text in graphical representation of disc
Summary: overlapping text in graphical representation of disc
Status: RESOLVED FIXED
Alias: None
Product: k3b
Classification: Applications
Component: GUI/Usability (show other bugs)
Version: 0.12.x
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Sebastian Trueg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-04 18:30 UTC by Marijn Schouten
Modified: 2006-11-17 17:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
overlapping text (1.66 KB, image/png)
2006-10-04 18:31 UTC, Marijn Schouten
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marijn Schouten 2006-10-04 18:30:29 UTC
Version:           0.12.17 (using KDE KDE 3.5.4)
Installed from:    Gentoo Packages
OS:                Linux

Following image shows overlapping text. This happens only when loading a certain amount of data.
Comment 1 Marijn Schouten 2006-10-04 18:31:12 UTC
Created attachment 18013 [details]
overlapping text
Comment 2 Sebastian Trueg 2006-11-17 17:49:23 UTC
SVN commit 605649 by trueg:

* Progress when adding files to a data project
* Better button placement in the welcome widget
* No overlapping text in the project fill display anymore
* The follow symlinks to folders dialog now allows to choose stuff like
  "follow all" or "add all"

BUG: 135107



 M  +33 -5     libk3b/projects/datacd/k3bdatapreparationjob.cpp  
 M  +52 -26    libk3b/tools/k3blistview.cpp  
 M  +3 -0      libk3b/tools/k3blistview.h  
 M  +43 -10    libk3b/tools/k3bmultichoicedialog.cpp  
 M  +5 -0      libk3b/tools/k3bmultichoicedialog.h  
 D             src/k3brichtextlabel.cpp  
 D             src/k3brichtextlabel.h  
 M  +38 -28    src/k3bwelcomewidget.cpp  
 M  +1 -1      src/k3bwelcomewidget.h  
 M  +190 -109  src/projects/k3bdataurladdingdialog.cpp  
 M  +19 -8     src/projects/k3bdataurladdingdialog.h  
 M  +72 -28    src/projects/k3bfillstatusdisplay.cpp