source: branches/guitools-2.0/evfsgui/changes@ 316

Last change on this file since 316 was 316, checked in by Herwig Bauernfeind, 16 years ago

GUI-Tools: More work on EVFSGUI V.next

File size: 5.4 KB
Line 
1Version 2 (Next) project:
2Already done:
3- Added: Browsing code from smbmon
4- Added: D'n'd support for file shares
5- Added: Connection wizard dialogs
6- Added: main menu bar
7- Added: New advanced settings
8- Added: "Old" 1.x look and feel (default for now)
9- Added: Main window is resizable
10- Added: Splitbar between panels
11- Added: Create rudimentary %ETC%\samba\smb.conf
12- Fixed: CltInit uses smbclient.exe instead of smbd.exe to find Samba binaries
13- Fixed: Message queue during resize isn't cleared (no flashing during resize)
14- Fixed: Missing NLV aware strings
15ToDo:
16- CltInit requires resync with SambaInit
17- Connection details page (required for new profile code)
18- Debug on/off option is badly implemented (rework required)
19- Advanced dialog should be split into connection options and global options
20- smbtree error messages are ignored (requires more code from smbmon)
21- Connecting to IPC$ still possible
22- printer share detection is flaky
23- error checking
24- rebuild required utilities with libc063 (instead of libc064x)
25
26Version 1.3.4
27!Fixed: Readonly connection option did not work (was not implemented)
28Version 1.3.3
29*Changed: Provide better message box for profile saving (to explain rather
30 odd behavior
31Version 1.3.2
32!Fixed: No more double drive letters in the drive letters list after mounting
33*Changed: "Workgroup/ Domain:" back to "Workgroup:"
34Version 1.3.1
35+Added: Explanation for errors in case mount operation fails
36*Changed: "Workgroup:" to "Workgroup/ Domain:"
37Version 1.3
38+Added: Support for the (new) ndpsmb logging feature
39+Added: Support for the (old) ndpsmb logging feature (deactivated)
40+Added: Save "titlebar" color across sessions
41*Changed: Merge Alex Taylor's and Herwig B.'s latest changes
42*Changed: Also display status data in hintarea when mouse cursor is over
43 the "current resources" pane
44!Fixed: Tab order in "new resource" pane
45!Fixed: Help did not work for advanced window in NLV versions
46
47Version 1.2.1 (2009-04, Herwig B.)
48+Added: Try to restart EVFSCTL.EXE once in case it is not running.
49+Added: Implemented support for error messages depending on return codes
50 in case of failed operations as provided from ndpsmb.dll version
51 1.5alpha2 or better.
52*Changed: Move status data of current connection into container caption
53 (Makes more sense there).
54*Changed: Show version notice in status area (at the bottom now)
55!Fixed: In case the connect operation fails on a newly created mount point,
56 the mountpoint is removed again, instead of leaving it in a zombie
57 status. That makes sense as EVFSGUI does not support the creation
58 and maintainance of empty mountpoints (the underlying EVFS (including
59 the REXX interface) supports this, but the GUI does not).
60
61Version 1.2.1 (2009-05, Alex Taylor)
62!Fixed: Main window wasn't set visible if INI file was missing.
63!Fixed: Corrected English, formatting h in helpfile.
64*Added: Better program icon.
65
66Version 1.2 (2008-10)
67*Updated: Finally all the help files are updated to reflect all changes
68 (en, de and fr)
69!Workaround: It appears that for unknown reasons the SysDriveMap() function
70 hangs if it is used with the "FREE" and "REMOTE" flags, after it is
71 called for several times. I noticed that after I received Yuri's
72 latest Samba plugin. The problem disappears if EVFS is not installed.
73 This should be tested (and fixed) by Vitali in EVFS (probably).
74
75+Added: In debug mode the output in the console window has time stamps now
76+Added: Display name and version of the used IFS on "empty" mountpoints
77+Added: Button on the autoload window (the -nogui GUI) to abort reconnection
78+Added: Server entry field is now a drop down combo box holding all servers
79 to which connections were made with)
80+Added: Alternatively support NetDrive for SMB shares instead of EVFS (using
81 undocumented -ndfs switch)
82*Updated: All message files
83!Fixed: Bug in my autoload code
84!Fixed: Bug in my -ndfs code (spotted by Guillaume)
85
86+Added: Autostart EVFS connections feature via Startup folder object
87+Added: -nogui switch (only show a small message window)
88+Added: -autoclose switch (close eVFSGUI after 3 seconds)
89+Added: Load profile specified on the commandline
90+Added: Edit via context menu for mountpoints with exactly one resource
91+Added: Context menu equivalents to the Detach and Unmount pushbuttons
92+Added: The content of the EF_NETWORK field (aka workgroup) is saved to the
93 eVFSGUI.INI as this changes only on rare occasions (saved me a lot of
94 typing during testing)
95+Added: Do not attach drive if has already been attached (from TODO list A.T.)
96!Fixed: Profiles supported plain passwords whereas EVFS provided encrypted
97 passwords in profile files
98!Fixed: eVFSGUI initializes itself properly now
99!Fixed: eVFSGUI would hang after displaying the message "no control program
100 found"
101!Fixed: Cleanup signal stuff ("return" after a signal is a bad thing to do!)
102!Fixed: INI file was not closed after leaving eVFSGUI
103!Fixed: When several mount points exist and the first one is removed the click
104 event routine was executed after the corresponded record was already
105 removed -> eVFSGUI crashed. As a fix the record is validated before an
106 attempt to access its data is done. If it does not exist anymore the
107 event routine is terminated without further action.
Note: See TracBrowser for help on using the repository browser.