You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
From: Angelos K. <an...@un...> - 2009-11-16 14:53:15
|
anyone there ? |
From: Yves Z. <yve...@gm...> - 2008-12-24 00:48:28
|
VFSJFileChooser 0.0.4 is now available. Notes: This release is focused on usability and bug fixes. Among new features, bookmarks encryption has been added as well as i18n support. Changes : - Bookmarks encryption support without loosing existing bookmarks. - Added VFS URI validator for the bookmarks manager - Added a VFS URI parser for the bookmarks editor - Added basic i18n support(English, French, German, Spanish, Sweddish) - Added accessors for the filechooser properties navigation panel and navigation buttons - Fix possible NPE when setting a default button text - Fix other possible NPE when setting custom tooltips - Lazily initialize the filesystem manager without having to create a file chooser instance. VFSJFileChooser Team Project homepage : http://vfsjfilechooser.sf.net -- ------------------------------ Your attitude, not your aptitude, will determine your altitude Zig Ziglar You have to learn the rules of the game. And then you have to play better than anyone else. Albert Einstein Act as if it was impossible to fail. Dorothea Brande |
From: Yves Z. <yve...@gm...> - 2008-08-15 19:58:12
|
Hello, VFSJFileChooser 0.0.3 was released today. Please checkout the project page for the changelog and downloads. Regards, Yves Zoundi * Comple changelog: https://sourceforge.net/project/shownotes.php?group_id=215380&release_id=620052 <https://sourceforge.net/project/shownotes.php?group_id=215380&release_id=620052> * Download page : https://sourceforge.net/project/showfiles.php?group_id=215380 -- Your attitude, not your aptitude, will determine your altitude Zig Ziglar You have to learn the rules of the game. And then you have to play better than anyone else. Albert Einstein Act as if it was impossible to fail. Dorothea Brande |
From: vincent c. <yve...@ya...> - 2008-08-11 09:23:44
|
Hello, I've started to prepare the next release of VFSJFileChooser. Here's the changelog: * Lots of speed : The current version of VFSJFileChooser is too slow. The files are not in cache by default and they are resolved all the time which decreases performance. For example, browsing sourceforge using SFTP could take ages even when a folder contains a single file. I now use a manual strategy for caching the files, ie. cache only once unless a right click -> refresh is made. I also improved the code execution/speed at many places. * The VFSUtils class supports the methods setFileSystemManager and setFileSystemOptions. You can set those values at anytime. when the VFSJFileChooser class is instanciated, it checks if VFSUtils has a filesystemmanager set, if not it creates one. Files are always resolved with the FileSystemOptions object in VFSUtils. * Upgrade to webdavclient4j(http://webdavclient4j.sf.net) as Jakarta Slide is dead. * Cleaner but incompatible API(Enums instead of int fields) : I started to refractor code here and there. I am making full use of JDK5 as VFSJFileChooser is not compatible with jdk14 and older releases. Enums are introduced for few classes which breaks the API. The method setFileselectionMode of VFSJFileChooser now accepts an Enum as parameter. The methods "showOpenDialog" and "showSaveDialog" return an Enum too. * Sorting support : The details table has now sorting support again in the jdk5 branch. The jdk5 branch is the most up to date(patches, general improvements, etc.). * The current branch will still not be supported. The jdk5 will become the default branch. I now develop on jdk5 to ensure code compatibility. The Windows look is still not supported. I'll look at it and see what can be done. For now, I only have my old laptop running Linux so I can't really work on it. Any help in that regard would be appreciated. I will go to get the rest of my stuff(Desktop PC, etc.) which is still in Quebec when I find a new job(taking too much time). If you have suggestions/critics or if I have forgotten something, please let me know. Thank you VFSJFileChooser announce list : https://lists.sourceforge.net/lists/listinfo/vfsjfilechooser-announce |