Hi Roman, On Wed, 2006-08-02 at 13:32 +0200, Roman Kennke wrote: > This fixes the handling of special files like . and .. in JFileChooser > among a couple of minor design things that I noticed while fixing this.
On Wed, 2006-08-02 at 17:21 +0200, Roman Kennke wrote: > This fixes the problem with the combobox as described in > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27605 and implements > asynchronous loading of the directory contents. On Wed, 2006-08-02 at 23:47 +0200, Roman Kennke wrote: > Another nice addition: This patch adds indentation of the labels in the > combobox that is used to choose directories at the top. I implemented > this by installing an IndentIcon in the cell renderer that takes another > icon (the folder icon) and adds indentation to it. > > This fixes a bug and should therefore go into the release branch. Thanks. I am pretty conservative with respect to the release branch now, but our JFileChooser wasn't in a very good state. I tested it a bit and it is so much better than what we had that I just applied all three patches to the release and generics and branch. Cheers, Mark