[Patch]Iconview:save descending + directories first; sort by type improvement

David Faure dfaure at trolltech.com
Tue Aug 26 21:13:49 BST 2003


On Tuesday 26 August 2003 21:59, Anna Nymos wrote:
> I used '\008' as you proposed. There is another instance of similar code at line 1145:
> it->setKey( static_cast<KFileIVI *>( it )->item()->mimetype() + '~' + it->text().lower() );
> Should both be '\008', '~' or left as it is now?

Hmm, '~' is at the other end of the ascii table (126). Did I do something wrong in my previous
analysis? AFAICS it should be a "as low as possible" character. Hmm, I guess a
"as high as possible" would work too, BUT 126 is far from as high as possible. Unicode
characters can go up to 65536.
Better go for \008 or so.
Thanks.

-- 
David FAURE, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).




More information about the kfm-devel mailing list