Marius Kruger wrote: > Thanks a lot man, it looks great. > But as I mentioned, I think for me it would be nicer if its a tree view. > See my attachment (I tried to make it as small as possible, so > everything is not readable, but you get the idea)
Marius, Wow - thanks for the screenshot. I think we need a way of toggling the view there. I'd probably favour keeping the out-of-the-box default as 'list' but allow users of way of switching it. Care to try a patch? I'm using a single widget to display that panel and it can be either constructed as a tree, table or list. The same model is used for all of them. So the code would need the ability to toggle the view used. Once that bit is done, we then need to decide how we expose the toggling. One option is a combo box within the "widget" itself. Another is to add a combo or "tree view" checkbox into the button bar on the repository view. Any preference? Ian C. _______________________________________________ Mailing list: https://launchpad.net/~bzr-explorer-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~bzr-explorer-dev More help : https://help.launchpad.net/ListHelp

