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

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

GUI-Tools: EVFSGUI: Optional delay upon startup, fixes Ticket #148

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