Offhand I'd say it would make sense to keep the svn package pointing
to trunk (as long as development is still going on there anyway). When
I think the multihead branch is getting there (at least not
introducing regressions, even if it still has some issues on new
features) I will merge it into trunk.
I the meantime, people who want to test the multihead branch can do so
either by using svn, or from the tarball snapshot.
Either way would work though. As long as there is a stable version
that people who don't want to deal with development issues can
install, I'm not too worried about it.
But at the end of the day, that's your call.
Will
Well, at this point I want to get some sort of basic, minimally useful
multiscreen working (mainly I want to know that what I have now is
working). At this point, doing a separate set of layouts for each
screen would involve redoing a fair amount of code. So let's return to
this issue, after the current implementation is known to work at least
for the most part.
> Similarly, I
> also think it would be a good idea to enable GIANT VIEW mode where the
> second screen just acts like a continuation of the present screen (drag and
> drop not really applicable, but warranting my point). The issue is drawing
> the screen, which isn't a real issue -> window one opens on screen one,
> window two on screen two (still desktop 1), window 3 breaks window 1 in half
> on page, etc.
>
> Some ideas, again, with limited knowledge of how it "works".
This was one of the possibilities I considered, before starting, but
it seemed too limited as the sole way to handle multiscreen. As an
additionally feature, I think this should be considered a phase three
proposal, i.e., something to revisit once we have some sort of
multiscreen working.
So, to both of these, let's come back once we have something to work with.
Thanks,
Will