┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphindetailsview.cpp
AgeCommit message (Collapse)Author
2010-10-05Prevent that icons overlap in Details View when zooming.Frank Reininghaus
The problem was that a maximum size was assigned to KFileItemDelegate for displaying items without considering that icon zooming may change the item height. CCBUG: 234600 svn path=/trunk/KDE/kdebase/apps/; revision=1182797
2010-09-04Further optimizations for calculating the width of columnsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1171607
2010-09-04The row-count cannot be 0 at this part of the code.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1171602
2010-09-04Use the size-hint provided by the item-delegate to calculate the required ↵Peter Penz
width of the columns. This assures that columns like "Path" are not clipped. svn path=/trunk/KDE/kdebase/apps/; revision=1171601
2010-07-24Sourcecode hierarchy cleanup: Create folder "views" and move view related ↵Peter Penz
sources to it svn path=/trunk/KDE/kdebase/apps/; revision=1154146