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

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

GUI-Tools: Fix for Ticket #122 (EVFSGUI, SmbMon)

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