Ignore:
Timestamp:
Jan 26, 2010, 7:55:26 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: Fix for Ticket #122 (EVFSGUI, SmbMon)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/guitools-2.0/evfsgui/changes

    r362 r393  
    22- Major code refactoring (partly done)
    33- 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
     10Version 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.
     16Version 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
     25Version 2.0.0 (Refresh) 2009-12-29
    1326- Changed: Rewrite routines to find .msg and .hlp files
    1427- Fixed: Set size of throbber object according to screen dimensions
    1528
    16 Version 2.0 GA
     29Version 2.0 GA 2009-12-24
    1730- Added: Provide unexpected.tdb in the installer
    1831- Fixed: Detect trailing tabs and blanks in the temporary directory
     
    173186        the mountpoint is removed again, instead of leaving it in a zombie
    174187        status. That makes sense as EVFSGUI does not support the creation
    175         and maintainance of empty mountpoints (the underlying EVFS (including
     188        and maintenance of empty mountpoints (the underlying EVFS (including
    176189        the REXX interface) supports this, but the GUI does not).
    177190
Note: See TracChangeset for help on using the changeset viewer.