┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/iconmanager.cpp
AgeCommit message (Expand)Author
2008-06-27Avoid blocking of the GUI when creating previews for invisible items. The blo...Peter Penz
2008-06-25faster + nicer (thanks to André Wöbbeking for the hint)Peter Penz
2008-06-24remember old setting of the uniformItemSizes property and restore it again (t...Peter Penz
2008-06-24Performance improvement when showing previews inside directories having sever...Peter Penz
2008-06-13Runtime optimization for preview sorting: Use 2 different algorithms dependen...Peter Penz
2008-06-11Simplify code:Peter Penz
2008-06-11Improve the performance of the code part which checks which items are visible...Peter Penz
2008-06-10don't forget to delete the MIME type resolver when the IconManager gets destr...Peter Penz
2008-06-10only resolve the MIME-types asynchronously, if no preview is generatedPeter Penz
2008-06-01Improve the performance when creating previews for thousands of items by the ...Peter Penz
2008-05-29assure that the cut item cache gets updated too when invoking IconManager::up...Peter Penz
2008-05-29Before applying the cut item effect to a preview, assure that the cut items c...Peter Penz
2008-05-07SVN_SILENT: minor coding style fixesPeter Penz
2008-05-06* prevent that cut icons are shift left in the icons view by using the correc...Peter Penz
2008-05-06prevent a possible crash if an item is deleted during previews are generatedPeter Penz
2008-04-24avoid unnecessary copies by using const & in foreachAlbert Astals Cid
2008-04-08don't apply a frame to image previews, if the preview is a very small image (...Peter Penz
2008-03-23The background for the image previews is already filled, so there is no need ...Peter Penz
2008-03-23minor code simplificationPeter Penz
2008-03-23take care to restart the timer even when no previews are in the queue: as lon...Peter Penz
2008-03-23Performance boost for previews that are already available in the cache: apply...Peter Penz
2008-03-15dim image frame only by 12.5 % instead of 25 %Peter Penz
2008-03-13Remove the semitransparent effect for hidden items in the IconManager, it jus...Peter Penz
2008-03-10update the previews without relying on that KDirLister gets reloadedPeter Penz
2008-03-06prevent flickering when zooming in or zooming outPeter Penz
2008-03-06ignore the width when getting an icon for applying the "hidden files" effect,...Peter Penz
2008-03-05provide an unintrusive frame for previews of imagesPeter Penz
2008-02-16Provide an option for the details view to expand folders (= tree view), as th...Peter Penz
2008-01-28fixed 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-13Improve the feeled preview performance by assuring that the preview is genera...Peter Penz
2008-01-11Up to now DolphinView and ColumnWidget contained a lot of code duplication re...Peter Penz