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

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

Create branch for GUI Tools 2.0

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