┌ ┐
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-05-07
SVN_SILENT: minor coding style fixes
Peter Penz
2008-05-06
* prevent that cut icons are shift left in the icons view by using the correc...
Peter Penz
2008-05-06
prevent a possible crash if an item is deleted during previews are generated
Peter Penz
2008-04-24
avoid unnecessary copies by using const & in foreach
Albert Astals Cid
2008-04-08
don't apply a frame to image previews, if the preview is a very small image (...
Peter Penz
2008-03-23
The background for the image previews is already filled, so there is no need ...
Peter Penz
2008-03-23
minor code simplification
Peter Penz
2008-03-23
take care to restart the timer even when no previews are in the queue: as lon...
Peter Penz
2008-03-23
Performance boost for previews that are already available in the cache: apply...
Peter Penz
2008-03-15
dim image frame only by 12.5 % instead of 25 %
Peter Penz
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