Created attachment 4364 Hide Browser and use gtk file chooser Now, the file browser of xfburn is limited: * Bug 7946 - Refresh navigation panel * Bug 4884 - Xfburn should be able to display/sort by additional file information like date,size,type * Bug 7922 - Feature request: Allow drag and drop [1] * Bug 6857 - Special folder icons not used These are the bugs here. Could add more personal appreciations, but maybe not. =) mmm.. I would love to improve the browser, but it escapes my ability. :( Well, this patch adds a new possibility to add files. When the browser is hidden, it shows a gtk file chooser to select files to add to the composition. Advantages? * Searches through tracker. * Sorting by size and modification date. * Use of gtk bookmarkes. Bonus: This is optional, if the browser is present, xfburn behaves as usual [1] I think this works, and the bug is wrong Regards.
Fix another problem in xfburn. Now when the browser is hidden, and therefore nothing is selected, when clicking the button add xfburn try to add the entire home!. Bad!.
Thanks for the patch. I had already considered doing exactly the same thing. I'll probably use this for the next release.
Thanks for the patch Matias, but I ended up implementing this on my own. The feature is now enabled by default, but exiting settings will still show the file browser. You can turn that off in the settings though and you'll get the new behavior. commit e18bcd65f8b02514c8f1ef8ec96b183a721fa727 Author: David Mohr <david@mcbf.net> Date: Fri Jul 6 23:01:10 2012 -0600 Add dialog for files and folders. Inspired by audacious' ui_fileopener.c commit 36050be23614f17422afa1e9f2bded7f5d8a5abf Author: David Mohr <david@mcbf.net> Date: Tue Jul 3 22:00:10 2012 -0400 Show select file dialog on add while browser is hidden.