Changeset 393 for branches/guitools-2.0/evfsgui/changes
- Timestamp:
- Jan 26, 2010, 7:55:26 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-2.0/evfsgui/changes
r362 r393 2 2 - Major code refactoring (partly done) 3 3 - Debug on/off option is badly implemented (rework required) 4 - Create Icon. stem in order to ease maintainance of icons 5 6 Version 2.0.1 (Alex T. 2010-01-07) 7 - Added: Use 'Combined' font on DBCS systems 8 - Fixed: Default fonts are set correctly 9 - Fixed: Section title colours now correctly default to system settings 10 - Fixed: Various fixes and enhancements to window resize logic 11 12 Version 2.0.0 (Refresh) 4 - Create Icon. stem in order to ease maintenance of icons 5 - Fix endless loop if neither EVFS nor Netdrive is installed 6 under all conditions 7 - Enable WPS integration code 8 - Enable and complete printer support code 9 - Eventually support on-the-fly browsing of directories/files in EVFSGUI 10 Version 2.0.2 2010-01-25 11 - Changed: Remove Win95/98/IBM Peer length limits from smbtree.vrs. 12 - Added: EVFSRxGetMount() returns a maximum string length of 255 for 13 resdata, if workgroup+server+share+username+password > 52 the 14 resulting resdata string will be truncated. Several workarounds 15 in ParseResourceData() added in order not completely fall over. 16 Version 2.0.1 2010-01-12 17 - Added: Alex T.: Use 'Combined' font on DBCS systems 18 - Fixed: Alex T.: Default fonts are set correctly 19 - Fixed: Alex T.: Section title colours now correctly default to system settings 20 - Fixed: Alex T.: Various fixes and enhancements to window resize logic 21 - Fixed: Alex T.: FWidth/margin got lost on the expose list 22 - Fixed: Herwig B.: Another speed up in resize logic (use marginx2 instead of 23 42 times margin * 2) 24 25 Version 2.0.0 (Refresh) 2009-12-29 13 26 - Changed: Rewrite routines to find .msg and .hlp files 14 27 - Fixed: Set size of throbber object according to screen dimensions 15 28 16 Version 2.0 GA 29 Version 2.0 GA 2009-12-24 17 30 - Added: Provide unexpected.tdb in the installer 18 31 - Fixed: Detect trailing tabs and blanks in the temporary directory … … 173 186 the mountpoint is removed again, instead of leaving it in a zombie 174 187 status. That makes sense as EVFSGUI does not support the creation 175 and maint ainance of empty mountpoints (the underlying EVFS (including188 and maintenance of empty mountpoints (the underlying EVFS (including 176 189 the REXX interface) supports this, but the GUI does not). 177 190
Note:
See TracChangeset
for help on using the changeset viewer.