┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinfileitemdelegate.cpp
AgeCommit message (Collapse)Author
2008-10-27KFileItem name() and text() needn't be the same, and we should prefer ↵Simon Paul St James
text(). Testcase - very (very) recent settings:/ in Konqueror. Thanks to dfaure for clairvoyant diagnosis! CCMAIL : [email protected] CCMAIL : [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=876681
2008-10-15assure that the minimized width can never get larger than the default widthPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=871881
2008-10-15Assure that the item delegate draws the hover effect and the selection for ↵Peter Penz
the details view only above the icon + name. Open issue: The performance when selecting files by the rubberband is too slow (will be fixed before KDE 4.2). CCBUG: 165999 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=871874
2008-03-23provide a config module for the settings GUI of the Dolphin views, so that ↵Peter Penz
it can be embedded into Konqueror CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=789209
2008-03-20QListView does not support having a margin for grids. Originally it has been ↵Peter Penz
tried to bypass this by overwriting QListView::visualRect(), but this has some side effects (see #155378 and #155575). The clean approach is to return a proper size hint in the file item delegate. Currently a custom item delegate has been made for Dolphin, but we'll discuss whether it makes sense providing this feature already in KFileItemDelegate... BUG: 155378 BUG: 155575 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=788095