┌ ┐
54
└ ┘
[
home
|
about
|
favorites
|
git
]
index
:
dolphin
master
pixelated-scaling-option
Patched KDE Dolphin with Pixel Scaling
Conway
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
iconmanager.cpp
Age
Commit message (
Expand
)
Author
2008-03-13
Remove the semitransparent effect for hidden items in the IconManager, it jus...
Peter Penz
2008-03-10
update the previews without relying on that KDirLister gets reloaded
Peter Penz
2008-03-06
prevent flickering when zooming in or zooming out
Peter Penz
2008-03-06
ignore the width when getting an icon for applying the "hidden files" effect,...
Peter Penz
2008-03-05
provide an unintrusive frame for previews of images
Peter Penz
2008-02-16
Provide an option for the details view to expand folders (= tree view), as th...
Peter Penz
2008-01-28
fixed issue that previews of hidden files had no semitransparent effect (the ...
Peter Penz
2008-01-28
* replace item.name().startsWith('.') by item.isHidden()
Peter Penz
2008-01-26
* increase the performance of item previews: each item view provides an icon ...
Peter Penz
2008-01-13
Improve the feeled preview performance by assuring that the preview is genera...
Peter Penz
2008-01-11
Up to now DolphinView and ColumnWidget contained a lot of code duplication re...
Peter Penz