[vlc-devel] [PATCH] playlist: swipe away the category / onelevel mess -> singular item storage
Rafaël Carré
rafael.carre at gmail.com
Mon Feb 1 16:23:30 CET 2010
On Mon, 1 Feb 2010 16:07:24 +0100
Jakob Leben <jakob.leben at gmail.com> wrote:
> On Mon, Feb 1, 2010 at 4:03 PM, Rafaël Carré <rafael.carre at gmail.com>
> wrote:
>
> > On Mon, 1 Feb 2010 15:51:44 +0100
> >
> > > Can you please give me an example for a case in which you do need
> > > to convert within one run of VLC?
> >
>
>
> > Sorting flat representation (dunno what happens in the tree
> > representation then)
> >
>
> I found out that sorting the tree worked just right, first the higher
> hierarchy items are sorted, then children within them, it's nice and
> logical and it works, doesn't it?
It works, but then sorting isn't complete in flat representation
tree:
A
A1
B2
B
B1
A2
flat:
A1
B2
B1
A2
flat sorted:
A1
B2
A2
B1
while i'd want:
A1
A2
B1
B2
--
Rafaël Carré
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20100201/9fd4c720/attachment.sig>
More information about the vlc-devel
mailing list