Summary: | Alphabetical sorting within file types when "sort by type" is selected | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Matthias Hofmann <matthias.hofmann> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Matthias Hofmann
2003-05-24 13:24:19 UTC
Subject: kdebase CVS commit by fnschy: konq iconview: - Save whether the items should be sorted ascending or descending - Save whether directories should be sorted first - When sorting by filetype, always sort by name within one filetype CCMAIL: 62803-done@bugs.kde.org CCMAIL: 58884-done@bugs.kde.org M +17 -3 konqueror/iconview/konq_iconview.cc 1.442 M +45 -2 libkonq/konq_propsview.cc 1.83 M +6 -0 libkonq/konq_propsview.h 1.52 I am sorry to tell you it does not work properly. The sorting within one filetype only works when the file has an extension (.txt, .gif or whatever). It does not work for 1. Folders 2. Files without an extension As an example, when I select sorting by filetype, the folders are still ordered like Music Downloads Sources As said before, the following text files are also ordered like text1 atext mytext I forgot to check the "reopen bug" option - please see my comment from above. Subject: Re: Alphabetical sorting within file types when "sort by type" is selected > I am sorry to tell you it does not work properly. The sorting > within one filetype only works when the file has an extension (.txt, .gif > or whatever). It does not work for > > 1. Folders > 2. Files without an extension Both works for me. What version of KDE are you using? This is only fixed in HEAD and (probably) in 3.2 alpha. In the 3.1.x versions you seem to use, it doesn't work. In case you use 3.2/HEAD already: What view mode do you use? The patch I committed fixes only "Icon View" and "MultiColumnView". Regards, Anna Nymos Subject: Re: Alphabetical sorting within file types when "sort by type" is selected Oh, I see - I thought it was fixed in the 3.1.3 version I am using right now. Sorry for the confusion then! Best regards, Matthias Hofmann > ------- You are receiving this mail because: ------- > You reported the bug, or are watching the reporter. > > http://bugs.kde.org/show_bug.cgi?id=58884 > > > > > ------- Additional Comments From fnschy@yahoo.de 2003-09-14 19:31 ------- > Subject: Re: Alphabetical sorting within file types when "sort by type" is > selected > > > I am sorry to tell you it does not work properly. The sorting > > within one filetype only works when the file has an extension (.txt, .gif > > or whatever). It does not work for > > > > 1. Folders > > 2. Files without an extension > > Both works for me. What version of KDE are you using? This is only fixed in > HEAD and (probably) in 3.2 alpha. In the 3.1.x versions you seem to use, it > doesn't work. > In case you use 3.2/HEAD already: What view mode do you use? The patch I > committed fixes only "Icon View" and "MultiColumnView". > > Regards, > Anna Nymos Closing, as bug is fixed in KDE 3.2 |