FlashFXP v2.2 Build 949 BETA - 12/09/2003
1. FlashFXP is no longer compatible with WINE, Switching to the OwnerData
listview has broken compatiblity, it's unlikely that WINE will be supported.
WINE needs to be made more compatible with FlashFXP.
|- After reviewing the wine source code I believe the problem is located here
http://source.winehq.org/source/dlls/comctl32/listview.c line 2971 & 2972
2971 for (i = nFirst; i <= nLast; i++)
2972 LISTVIEW_SetItemState(infoPtr,i,&item);
The Problem: In OwnerData mode the OnData event is triggered when the
ItemState changes. However in the OnData event we set the item state.
I suspect this causes an infinite loop.
2. Improved queue list sort formula, priority items are now sorted as expected.
3. Added Time Zone setting to Site Manager, By setting the time zone
File/Folder times are displayed in your local time zone.
FlashFXP v2.2 Build 948 BETA - 12/05/2003
1. I intigrated the priority list into the queue, this added some overhead
but I think it will be worth it in the long run.
|- By doing this I may have created some unexpected results, please let me know.
FlashFXP v2.2 Build 947 BETA - 12/05/2003
1. Several Windows XP theme improvements
2. Fixed sorting issue in the FTP Search dialog
|- The ownerdata listviews require a new sort method.
3. First implementation of queue sorting.
|- Suggestions welcome