Changeset 875 for trunk/guitools/evfsgui


Ignore:
Timestamp:
Mar 4, 2015, 10:28:25 AM (11 years ago)
Author:
Herwig Bauernfeind
Message:

GUITools: SSCC (Ticket #248), SMBMon (TDB Check page), EVFSGUI, shared library updates

Location:
trunk/guitools/evfsgui
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/guitools/evfsgui/changes

    r837 r875  
    1313  under all conditions
    1414 
    15 Version 2.5.0 2013-??-??
     15Version 2.5.0 2014-??-??
    1616+ Added: Detect when master browser suffers from broken databases
    1717+ Added: If browsing is not allowed for user, retry as guest (useful for print
     
    4949! Fixed: Proper message boxes for "Reset LMHosts" and "
    5050! Fixed: Do not crash on "Set default workgroup" anymore           
    51 ! Fixed: Ticket #185 (create %ETC%/samba/pid and fix the EA of
    52          %ETC%/samba/lock)
    5351! Fixed: Context menu in connection details view could show wrong menu items           
    5452! Fixed: Do not add a *-"server" to the networkneighbourhood if a workgroup
     
    7169         neighbourhood)
    7270! Fixed: Minimum size was too small (reported by Alex Taylor)
    73 ! Fixed: Blanks in sharenames messed up everything (Ticket #202)
    7471! Fixed: Empty credential string test did not work properly on 4OS2
    75 ! Fixed: Never add local link addresses and localhost to LMHosts file
    76          (Ticket #200)
    7772! Fixed: Add workaround for % vs. %% issue on smbclient.exe
    7873! 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)
    8082- Removed: Bottom button row
    8183- Removed: View Menu
  • trunk/guitools/evfsgui/evfsgui.vrp

    r869 r875  
    1111VRXWindow: __VREFileListWindow,1,2204,7950,2665,3358
    1212VRXWindow: __VRESectionListWindow,1,1168,12382,12238,6914
    13 VRXWindow: __VREToolsWindow,1,3084,12479,5468,1669
    14 VRXWindow: __VREWindListWindow,1,952,11611,4963,3150
     13VRXWindow: __VREToolsWindow,1,3084,12479,5468,1665
     14VRXWindow: __VREWindListWindow,1,650,10262,4963,3150
    1515UserFile: 1
    1616UserWindow: Main,1
  • trunk/guitools/evfsgui/evfsgui.vrx

    r869 r875  
    11841184
    11851185SYNTAX:
     1186    IF options.!debug == 1 then say time()' _LoadotherFuncs() error handler entered.'
    11861187    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.'
    11891194signal Quit
    11901195
     
    26912696    else ok = VRRedirectStdIO("OFF")
    26922697
     2698    call _InitTempDir
    26932699    call _LoadOtherFuncs
    2694     call _InitTempDir
     2700
    26952701    call NLVSetup
    26962702    call _StemsInit
Note: See TracChangeset for help on using the changeset viewer.