Bug 135107

Summary: overlapping text in graphical representation of disc
Product: [Applications] k3b Reporter: Marijn Schouten <hkBst>
Component: GUI/UsabilityAssignee: Sebastian Trueg <trueg>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 0.12.x   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: overlapping text

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