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

Last change on this file since 506 was 506, checked in by Herwig Bauernfeind, 15 years ago

GUI-Tools: EVFSGUI: Version 2.1 beta2

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