Comment 3 for bug 671632

Revision history for this message
Mika Haulo (mhaulo) wrote : Re: [Bug 671632] Re: add multi level crate support

On Sunday 17 April 2011 15:04:39 you wrote:
> Could you just tell me your current status? Commit r2720 states that
> your branch is still buggy. If you have any issues, questions of if you
> need help let me now... I really want to have that feature in Mixxx
> 1.11.

Hi,

Sorry for being idle on this. I've been terribly tired lately and haven't been
able to work this much after r2720. What's the deadline for 1.11? I'm sure we
can make it by then. I'll try to find some time for this.

I have added a column in the crate table for parent crate id. Creating a child
crate from context menu (right-click on the parent crate -> "New crate")
creates the db entry correctly.

There are some problems in constructChildModel() . If I remember correctly,
r2720 sorts crates in reverse order. Also contructing child model seems to
work (at least almost as it should) only when mixxx in (re)started. When a new
crate is created, the crate tree looks quite weird.

QModelIndex stuff is new to me, so any help and tips how to fix these issues are
welcome.