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

Last change on this file since 570 was 570, checked in by Herwig Bauernfeind, 14 years ago

GUI-Tools: EVFSGUI 2.1: Fix Ticket #170

File size: 16.3 KB
Line 
1ToDo for 2.5:
2- Major code refactoring (partly done)
3- Enable and complete printer support code
4- Support server based logon scripts (requires REXX rpc library,
5 partly done) (works in a separate utility right now)
6- Enable WPS integration code (partly done)
7
8Known problems:
9- Fix endless loop if neither EVFS nor Netdrive is installed
10 under all conditions
11- Passive connections/double connection detection does not seem
12 to work properly
13
14Version 2.1.1 2011-03-08
15- Fixed: Finally servers always end up in the proper domain/workgroup
16
17Version 2.1.0 2011-01-18
18- Added: Support for new CTO and CLD parameters introduced with 2.0.0 beta3
19- Fixed: Behaviour of login box did not work as designed
20- Fixed: No mount attempt if entering credentials was aborted
21- Fixed: Do not crash during "Detach all"
22- Refactoring: Streamline parameter parsing code
23- Refactoring: Remove double variables for parameters
24- Refactoring: Create Icon. stem in order to ease maintenance of icons
25- Refactoring: Common wrapper around all dynamic functions
26- Refactoring: Remove double variables for settings and options
27- Refactoring: Debug on/off option is properly done now
28
29Version 2.1 beta2 2010-12-26
30- Added: New "About" box displays detailed version notices of all
31 client components
32- Added: -DELAY [n] switch (as requested in Ticket #148)
33- Added: Integrated delay into progress window upon startup
34- Added: Throbber on progress window
35- Fixed: Do not crash on bad return value from *RxGetMount() in GetChildren
36- Fixed: "Abort" in progress window presented an uninitialized main window
37- Fixed: Logfile names were wrong in the online help
38- Fixed: Several typos (thanks to Rainer Stroebel)
39
40Version 2.1 beta1 2010-08-13
41- Added: On-the-fly browsing on remote servers
42- Added: Files can be "opened" during on-the-fly browsing (a mountpoint
43 is created first) - does not work properly yet!
44- Added: Set icons of browsed files according to extender types (only most
45 often used types (EXE, OOO, PDF, generic multimedia icons - no WPS
46 mechanism for that from REXX)
47- Added: Refresh display every 60 seconds in order to reflect changes
48 done on the command line while EVFSGUI is open
49- Added: "Detach all" menuitem in context menu
50- Added: "Refresh" menuitem in context menu
51- Fixed: Do not flash during refresh
52- Fixed: Workaround for uninitialized advance.!alwaysmp
53- Fixed: Do not run more than 32 smbclient.exe concurrently (EVFSGUI
54 needs Paul Ratcliffe's pr1util.dll now)
55
56Version 2.0.6 2010-08-13
57- This is 2.1.beta1 without On-the-fly-browsing on remote servers
58
59Version 2.0.5 2010-04-23
60- Fixed: Passive connections were not removed when the same connection was
61 loaded using a profile
62- Fixed: Missing NLV message if wrong file was dropped onto the left pane
63
64Version 2.0.4 2010-04-09
65- Fixed: Connection details doubled since MEMLEN etc removal.
66- Changed: Some parts of the code were refactored
67
68Version 2.0.3 2010-02-23
69- Added: Open mountpoint as WPS object moved to a separate thread in order
70 not to block the EVFSGUI main window while waiting for a folder
71 on a slow connection to open.
72- Added: Double-click also opens a mountpoint as WPS folder
73- Added: Debug ON also makes hidden columns in connections details visible
74- Fixed: "Abort" button on progress window was not NLV enabled
75- Fixed: The NLV subroutine now properly falls back to the builtin
76 (bracketed) message files in case NO (not even an english
77 message file) can be found.
78- Fixed: Do not crash in Autostart dialog when no NLV file was found.
79- Fixed: Open mountpoint as WPS object fully workable
80- Fixed: Open mountpint now has a consistent behaviour with other actions
81- Changed: Open context menu item enabled for testing (experimental)
82- Changed: Show wait pointer while opening WPS folder
83- Changed: CltInit: Now scans wellknown locations for Samba binaries
84 (faster at least in theory)
85- Changed: In the 1.5.0 GA version of the plugin the MEMLEN, LOGFILE and
86 LOGLEVEL tokens are removed in order to address the problem with
87 EVFSRxGetMount() return strings - several changes in EVFSGUI were
88 required to address this change in the plugin.
89NOTE: This changes makes older profile files, both .ndc and .evp incompatible.
90 EVFSGUI can read old profiles, but only saves new profiles. The Netdrive
91 GUI does not have such a feature. Older profiles may easily be migrated
92 by editing with a text editor and removing the MEMLEN, LOGLEVEL and
93 LOGFILE tokens from the resource strings manually.
94
95Version 2.0.2 2010-01-25
96- Changed: Remove Win95/98/IBM Peer length limits from smbtree.vrs.
97- Added: EVFSRxGetMount() returns a maximum string length of 255 for
98 resdata, if workgroup+server+share+username+password > 52 the
99 resulting resdata string will be truncated. Several workarounds
100 in ParseResourceData() added in order not completely fall over.
101
102Version 2.0.1 2010-01-12
103- Added: Alex T.: Use 'Combined' font on DBCS systems
104- Fixed: Alex T.: Default fonts are set correctly
105- Fixed: Alex T.: Section title colours now correctly default to system settings
106- Fixed: Alex T.: Various fixes and enhancements to window resize logic
107- Fixed: Alex T.: FWidth/margin got lost on the expose list
108- Fixed: Herwig B.: Another speed up in resize logic (use marginx2 instead of
109 42 times margin * 2)
110
111Version 2.0.0 (Refresh) 2009-12-29
112- Changed: Rewrite routines to find .msg and .hlp files
113- Fixed: Set size of throbber object according to screen dimensions
114
115Version 2.0 GA 2009-12-24
116- Added: Provide unexpected.tdb in the installer
117- Fixed: Detect trailing tabs and blanks in the temporary directory
118- Fixed: A manually added server's workgroup might be unknown in the moment
119 the dialog is populated
120
121Version 2.0 beta6 2009-12-12
122+ Added: WPI installer for Plugin, EVFSGUI and Samba Client Utilities
123 (plus variant that includes EVFS for eCS distribution).
124+ Added: New global option: Use broadcasts instead of local master browser
125+ Added: New menu entry: Save default workgroup to smb.conf
126- Fixed: Also go through double (and passive) connection check
127 if profile is loaded as a commandline parameter
128- Fixed: Migrate to enhanced NLV setup subroutines
129- Fixed: Autodetection of filesystem variant did not work properly
130- Fixed: Turn off debug console upon startup
131- Fixed: Don't crash when attempting to create the Autostart script
132- Fixed: Also create %ETC%\samba\lock directory for client
133- Fixed: Properly redraw network neighbourhood after refresh
134
135Version 2.0 beta5 2009-11-15
136+ Added: Manually entered servers are automatically integrated into the
137 network neighbourhood
138- Fixed: IP address servers (without a name) can be browsed properly now.
139- Fixed: Detect missing upcase tables (and don't fall over)
140- Fixed: If nothing is found, network neighbourhood should be empty (and
141 not display an unnamed workgroup icon).
142- Fixed: When immediate authentification for browsing was enabled, the
143 main window was not redrawn properly.
144- Fixed: Changed statusbar size (should look better)
145
146Version 2.0 beta4 2009-11-03:
147- Fixed: Do not crash on outdated temporary files
148- Fixed: Do not crash on unavailable machines
149
150Version 2.0 beta3 2009-10-29:
151- Fixed: The GUI was blocked every few seconds during network neighbourhood
152 scan. Bonus: The new code is even faster than the previous one.
153
154Version 2.0 beta2 2009-10-25:
155+ Added: English helpfile
156+ Added: German helpfile
157+ Added: French helpfile (partly done, requires completion by Guillaume)
158+ Added: Information about server dialog
159+ Added: Dialog also uses information from network neighbourhood
160+ Added: Detection of "dead" (non accessible) servers (which are still in the
161 browse list)
162- Changed: Dialog entry fields now use WarpSans Bold font (matches style of
163 other dialogs)
164- Fixed: Network neighbourhood is filled much faster than before
165- Fixed: No more share type guessing
166- Fixed: Ticket #105: Temporary files not removed
167- Fixed: Ticket #106: Icon in global settings dialog not properly aligned
168
169Version 2.0 beta1 2009-09-15:
170+ Added: Browsing code from smbmon
171+ Added: D'n'd support for file shares
172+ Added: Connection wizard dialogs
173+ Added: main menu bar
174+ Added: New advanced settings
175+ Added: "Old" 1.x look and feel
176+ Added: Main window is resizable
177+ Added: Splitbar between panels
178+ Added: Create rudimentary %ETC%\samba\smb.conf
179+ Added: Connection details view (preliminary)
180+ Added: Double connection detection using md5 hashes
181+ Added: New profile saving code
182+ Added: Remove menu option (preliminary for passive connections only)
183+ Added: smbtree.vrs: Optionally do not show hidden shares
184+ Added: smbtree.vrs: Enhanced guessicon()
185+ Added: Preliminary context menus for Browse View and Connection details view
186+ Added: "Retry" for passive connections (only manually for now)
187+ Added: Drag and drop for passive connections
188+ Added: Hide columns not useful for endusers
189+ Added: NLV enable (parts of) connection details
190+ Added: Disabled old profile saving code
191+ Added: Sort smbtree view ascending
192+ Added: Optionally turn on/off special ($) shares
193+ Added: Optionally use big icons
194+ Added: Profile files may be dropped onto the current connections container
195+ Added: Login dialog behaviour matches the one from smbusers now
196+ Added: Preliminary handling of smbtree error messages
197+ Added: Optionally save passive connections across sessions
198+ Added: French message file (thanks to Guillaume Gay)
199- Changed: Several changes in GUI style (as suggested by Alex Taylor)
200- Changed: Left align buttons in current connections panel (as suggested by
201 MrFawlty and Alex Taylor)
202- Changed: Replaced status bar by a text control (as suggested by Alex Taylor)
203 (only used for version display for now)
204- Changed: Main icon is now the one done by Alex Taylor
205- Changed: Use PM_Default_Colors for title sections (as suggested by Alex Taylor)
206- Changed: German translation of "Retry"
207- Changed: Profile behaviour: In 1.3 a new profile replaced older connections
208 on the same volume only, in 2.x a new profile is merged with the
209 old connections one.
210- Changed: Split advanced dialog should be split into connection options and
211 global options
212- Changed: Redesigned mount dialog
213- Changed: Redesigned login dialog
214- Changed: Clarified message about multiple connections
215- Changed: Rebuild required Samba Client utilities 3.0.36 with libc063
216 (instead of libc064x) (Changeset 331 level)
217- Fixed: Loading a profile presented the user a half drawn window
218- Fixed: Startup code was broken if no evfsgui.ini is present
219- Fixed: CltInit uses smbclient.exe instead of smbd.exe to find Samba binaries
220- Fixed: Message queue during resize isn't cleared (no flashing during resize)
221- Fixed: Missing NLV aware strings
222- Fixed: Don't let user edit network neighbourhood results
223- Fixed: Claiming a passive connection already exists is nonsense
224- Fixed: Disallow connecting to printers via context menu
225- Fixed: Edit and Selected menu easily got out of sync
226- Fixed: Edit and Selected menu still got out of sync, really fixed now
227- Fixed: Another missing record validation
228- Fixed: Password display broken on double connection warning
229- Fixed: Detect more printers
230- Fixed: Confirmation of removal of a single connection was missing
231- Fixed: Dropdown combobox in mount dialog was readonly
232- Fixed: Autostart mode was broken
233
234Version 1.3.7 - changes not relevant for 2.0
235
236Version 1.3.6
237!Fixed: When connecting to a complete server, the workgroup got lost during the
238 connecting process.
239Version 1.3.5
240!Fixed: Error in profile file parsing logic could lead to double entries
241 for LOGFILE and LOGLEVEL (possibly having side effects on EASUPPORT)
242Version 1.3.4
243!Fixed: Readonly connection option did not work (was not implemented)
244Version 1.3.3
245*Changed: Provide better message box for profile saving (to explain rather
246 odd behavior
247Version 1.3.2
248!Fixed: No more double drive letters in the drive letters list after mounting
249*Changed: "Workgroup/ Domain:" back to "Workgroup:"
250Version 1.3.1
251+Added: Explanation for errors in case mount operation fails
252*Changed: "Workgroup:" to "Workgroup/ Domain:"
253Version 1.3
254+Added: Support for the (new) ndpsmb logging feature
255+Added: Support for the (old) ndpsmb logging feature (deactivated)
256+Added: Save "titlebar" color across sessions
257*Changed: Merge Alex Taylor's and Herwig B.'s latest changes
258*Changed: Also display status data in hintarea when mouse cursor is over
259 the "current resources" pane
260!Fixed: Tab order in "new resource" pane
261!Fixed: Help did not work for advanced window in NLV versions
262
263Version 1.2.1 (2009-04, Herwig B.)
264+Added: Try to restart EVFSCTL.EXE once in case it is not running.
265+Added: Implemented support for error messages depending on return codes
266 in case of failed operations as provided from ndpsmb.dll version
267 1.5alpha2 or better.
268*Changed: Move status data of current connection into container caption
269 (Makes more sense there).
270*Changed: Show version notice in status area (at the bottom now)
271!Fixed: In case the connect operation fails on a newly created mount point,
272 the mountpoint is removed again, instead of leaving it in a zombie
273 status. That makes sense as EVFSGUI does not support the creation
274 and maintenance of empty mountpoints (the underlying EVFS (including
275 the REXX interface) supports this, but the GUI does not).
276
277Version 1.2.1 (2009-05, Alex Taylor)
278!Fixed: Main window wasn't set visible if INI file was missing.
279!Fixed: Corrected English, formatting h in helpfile.
280*Added: Better program icon.
281
282Version 1.2 (2008-10)
283*Updated: Finally all the help files are updated to reflect all changes
284 (en, de and fr)
285!Workaround: It appears that for unknown reasons the SysDriveMap() function
286 hangs if it is used with the "FREE" and "REMOTE" flags, after it is
287 called for several times. I noticed that after I received Yuri's
288 latest Samba plugin. The problem disappears if EVFS is not installed.
289 This should be tested (and fixed) by Vitali in EVFS (probably).
290
291+Added: In debug mode the output in the console window has time stamps now
292+Added: Display name and version of the used IFS on "empty" mountpoints
293+Added: Button on the autoload window (the -nogui GUI) to abort reconnection
294+Added: Server entry field is now a drop down combo box holding all servers
295 to which connections were made with)
296+Added: Alternatively support NetDrive for SMB shares instead of EVFS (using
297 undocumented -ndfs switch)
298*Updated: All message files
299!Fixed: Bug in my autoload code
300!Fixed: Bug in my -ndfs code (spotted by Guillaume)
301
302+Added: Autostart EVFS connections feature via Startup folder object
303+Added: -nogui switch (only show a small message window)
304+Added: -autoclose switch (close eVFSGUI after 3 seconds)
305+Added: Load profile specified on the commandline
306+Added: Edit via context menu for mountpoints with exactly one resource
307+Added: Context menu equivalents to the Detach and Unmount pushbuttons
308+Added: The content of the EF_NETWORK field (aka workgroup) is saved to the
309 eVFSGUI.INI as this changes only on rare occasions (saved me a lot of
310 typing during testing)
311+Added: Do not attach drive if has already been attached (from TODO list A.T.)
312!Fixed: Profiles supported plain passwords whereas EVFS provided encrypted
313 passwords in profile files
314!Fixed: eVFSGUI initializes itself properly now
315!Fixed: eVFSGUI would hang after displaying the message "no control program
316 found"
317!Fixed: Cleanup signal stuff ("return" after a signal is a bad thing to do!)
318!Fixed: INI file was not closed after leaving eVFSGUI
319!Fixed: When several mount points exist and the first one is removed the click
320 event routine was executed after the corresponded record was already
321 removed -> eVFSGUI crashed. As a fix the record is validated before an
322 attempt to access its data is done. If it does not exist anymore the
323 event routine is terminated without further action.
Note: See TracBrowser for help on using the repository browser.