kdelibs introduced > commit f7fb9947e822f0ae7dfb9c2c32f1ea367e10f4fd > Author: Simon MacMullen <simon@macmullen.fsnet.co.uk> > Date: Sun Jun 16 10:54:09 2002 +0000 > > Added check for IgnoreMaximumSize property, for the video creator (as it doesn't > make any difference in speed how big the video file is) > > svn path=/trunk/kdelibs/; revision=161343 While that is probably true for many preview types it makes no sense from a UI POV. There's a setting that allows the user to limit the maximum size for which previews are generated. The intricate delicacies of performance impacts of various file types are lost on users, all they'll see is previews generated for files that shouldn't have them. e.g. bug #423544 Also, I'm not sure I trust third parties with making the call on whether or not they have to obey the rules. To that end I propose we stop honoring IgnoreMaximumSize set in the desktop file of the thumbnailers. It wasn't documented as a feature anyway it seems.