I needed a file chooser dialog for Twindy, and since JUCE doesn't currently have one of it's own on linux (not true anymore), I decided to write one myself.
In the process I figured I might as well create a simple file browser around it. Phil Browser is GPL, so full source code is included, as usual.
Now that JUCE has its own file chooser, I'm probably going to re-write the phil browser to use those classes, and abandon the phil chooser, but that won't happen for a while yet.
What's New in This Release: [ read full changelog ]
· Updated code to build against JUCE v1.25.
· Added - tracktionscheme command line option.
· Made PhilChooser::browseForFileToSave () append the correct extension to the return file if the user didn't specify it.