Changeset 875 for trunk/guitools/evfsgui
- Timestamp:
- Mar 4, 2015, 10:28:25 AM (11 years ago)
- Location:
- trunk/guitools/evfsgui
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/guitools/evfsgui/changes
r837 r875 13 13 under all conditions 14 14 15 Version 2.5.0 201 3-??-??15 Version 2.5.0 2014-??-?? 16 16 + Added: Detect when master browser suffers from broken databases 17 17 + Added: If browsing is not allowed for user, retry as guest (useful for print … … 49 49 ! Fixed: Proper message boxes for "Reset LMHosts" and " 50 50 ! Fixed: Do not crash on "Set default workgroup" anymore 51 ! Fixed: Ticket #185 (create %ETC%/samba/pid and fix the EA of52 %ETC%/samba/lock)53 51 ! Fixed: Context menu in connection details view could show wrong menu items 54 52 ! Fixed: Do not add a *-"server" to the networkneighbourhood if a workgroup … … 71 69 neighbourhood) 72 70 ! Fixed: Minimum size was too small (reported by Alex Taylor) 73 ! Fixed: Blanks in sharenames messed up everything (Ticket #202)74 71 ! Fixed: Empty credential string test did not work properly on 4OS2 75 ! Fixed: Never add local link addresses and localhost to LMHosts file76 (Ticket #200)77 72 ! Fixed: Add workaround for % vs. %% issue on smbclient.exe 78 73 ! Fixed: Populate TabbedDialog pages earlier during startup 79 ! Fixed: p_* variables were not initialized (Ticket #231) 74 ! Fixed: Ticket #185 (create %ETC%/samba/pid and fix EA of %ETC%/samba/lock) 75 ! Fixed: Ticket #200 (Never add local link addresses and localhost to 76 LMHosts file) 77 ! Fixed: Ticket #202 (Blanks in sharenames messed up everything) 78 ! Fixed: Ticket #222 (Fatal error on startup in case a DLL is missing) 79 ! Fixed: Ticket #230 (Crash in edit menu due to non existent object) 80 ! Fixed: Ticket #231 (p_* variables were not initialized) 81 ! Fixed: Ticket #233 (NLV Startup error) 80 82 - Removed: Bottom button row 81 83 - Removed: View Menu -
trunk/guitools/evfsgui/evfsgui.vrp
r869 r875 11 11 VRXWindow: __VREFileListWindow,1,2204,7950,2665,3358 12 12 VRXWindow: __VRESectionListWindow,1,1168,12382,12238,6914 13 VRXWindow: __VREToolsWindow,1,3084,12479,5468,166 914 VRXWindow: __VREWindListWindow,1, 952,11611,4963,315013 VRXWindow: __VREToolsWindow,1,3084,12479,5468,1665 14 VRXWindow: __VREWindListWindow,1,650,10262,4963,3150 15 15 UserFile: 1 16 16 UserWindow: Main,1 -
trunk/guitools/evfsgui/evfsgui.vrx
r869 r875 1184 1184 1185 1185 SYNTAX: 1186 IF options.!debug == 1 then say time()' _LoadotherFuncs() error handler entered.' 1186 1187 Fatal = 1 1187 xxx = strip(translate(word(sourceline(SIGL-1),4),' ',"',")) 1188 call VRMessage 'Main', 'REXX function library 'xxx'.DLL is missing!', "EVFSGUI fatal error", "E" 1188 parse source . . InVXIDE 1189 if left(InVXIDE,length(Tempdir)+5) = TempDir||'__tmp' 1190 then xxx = "VX-REXX IDE: "strip(translate(word(sourceline(SIGL-1),4),' ',"',")) 1191 else xxx = 'A' 1192 call VRMessage 'Main', xxx' REXX function library DLL is missing or unloadable!', "EVFSGUI fatal error", "E" 1193 IF options.!debug == 1 then say time()' _LoadotherFuncs() error handler finished, program will be terminated.' 1189 1194 signal Quit 1190 1195 … … 2691 2696 else ok = VRRedirectStdIO("OFF") 2692 2697 2698 call _InitTempDir 2693 2699 call _LoadOtherFuncs 2694 call _InitTempDir 2700 2695 2701 call NLVSetup 2696 2702 call _StemsInit
Note:
See TracChangeset
for help on using the changeset viewer.