From kfm-devel Thu Sep 19 08:42:30 2013 From: Todd Date: Thu, 19 Sep 2013 08:42:30 +0000 To: kfm-devel Subject: Re: UDSEntry compression ideas Message-Id: X-MARC-Message: https://marc.info/?l=kfm-devel&m=137958018320267 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--001a1133494ed41f4704e6b8885a" --001a1133494ed41f4704e6b8885a Content-Type: text/plain; charset=ISO-8859-1 On Sep 18, 2013 11:51 PM, "David Faure" wrote: > > On Tuesday 17 September 2013 13:58:25 Todd wrote: > > Do we need the UID and GID? Can we just store whether the file is > > readable, writable, and executable? That would be three bools rather than > > two ints. > > See the property dialog, this info appears there for instance. > I assume it can also be shown as an extra column in dolphin? > Use lxr.kde.org to find all other users, if any. > > If it's just the props dialog then we could imagine returning that in stat and > not in listDir though. And then stating from the props dialog (it currently > gets it from the directory listing, when created with a kfileitem from there). Yes, it can be shown in the file properties and info panel, but those aren't needed during the directory loading. It can also be shown in details view and below the file in icon view, but that can be lazy loaded. In terms of low-level stuff needed during directory loading, I think the permissions should be enough. --001a1133494ed41f4704e6b8885a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable


On Sep 18, 2013 11:51 PM, "David Faure" <faure@kde.org> wrote:
>
> On Tuesday 17 September 2013 13:58:25 Todd wrote:
> > Do we need the UID and GID? =A0Can we just store whether the file= is
> > readable, writable, and executable? That would be three bools rat= her than
> > two ints.
>
> See the property dialog, this info appears there for instance.
> I assume it can also be shown as an extra column in dolphin?
> Use lxr.kde.org to find all other u= sers, if any.
>
> If it's just the props dialog then we could imagine returning that= in stat and
> not in listDir though. And then stating from the props dialog (it curr= ently
> gets it from the directory listing, when created with a kfileitem from= there).

Yes, it can be shown in the file properties and info panel, = but those aren't needed during the directory loading.=A0=A0 It can also= be shown in details view and below the file in icon view, but that can be = lazy loaded.=A0

In terms of low-level stuff needed during directory loading,= I think the permissions should be enough.

--001a1133494ed41f4704e6b8885a--