GNOME Bugzilla – Bug 594394
[tracker] [source list] advanced sources list
Last modified: 2010-02-16 01:54:34 UTC
If bug #354647 gets implemented as the new default view for the source list, we will need to have the possibility for the user to switch between two source list "modes" (icons vs detailed). The detailed mode would be intended for power users who want to "manage" their sources a little bit more. It would look like a listview with sortable headers, filtering/searching, tagging, etc.
Created attachment 152206 [details] [review] patch implementing iconview and view switching. there are several unfixed problems still -menu view->show clips as... should use radio buttons but ui-manager does not look like it supports this. -the number of columns in iconview does not decrease so you cannot make the pane smaller depending on the number of icons. If you can advise on how to fix those. P.S. working on getting github working :) haven't tried yet, internet here is slow enough for it to be a pain if it fails
I put in git repo as Jeff suggested. for setting up git: http://wiki.pitivi.org/wiki/Welcome_Developers add my repo: git remote add lostcookie git://github.com/lostcookie/pitivi.git fetch branch for this bug: (git fetch <remote> <remote_branch_name>:<local_branch_name>) git fetch lostcookie iconview:iconview
please review branch
Hmm, this "tracker" bug has no reason of existing anymore since we have properly triaged bugs/feature requests for the source list now :)