Changeset 1455


Ignore:
Timestamp:
Sep 15, 2009, 4:43:55 AM (16 years ago)
Author:
Steven Levine
Message:

Blink thread LEDs while worker threads are working
Drop expermental code

Location:
trunk/dll
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/dll/common.c

    r1444 r1455  
    2727  08 Mar 09 GKY Additional strings move to PCSZs in init.c
    2828  22 Jul 09 GKY Drivebar enhancements add refresh removable, rescan all drives, drive button
    29                 loads drive root directory in directory container or expands drive tree
    30                 and rescans drive in tree container depending on container focus, greyed out
    31                 inappropriate menu context choices
    32 
     29  22 Jul 09 GKY Drivebar enhancements add refresh removable, rescan all drives, drive button
     30                loads drive root directory in directory container or expands drive tree
     31                and rescans drive in tree container depending on container focus, greyed out
     32                inappropriate menu context choices
     33  14 Sep 09 SHL Blink thread LEDs while threads working
    3334
    3435***********************************************************************/
     
    238239    if (!hwndTmp)
    239240      Win_Error(hwnd, hwnd, pszSrcFile, __LINE__,
    240                 PCSZ_WINCREATEWINDOW);
     241                PCSZ_WINCREATEWINDOW);
    241242  } // for
    242243}
     
    265266                  hwnd,
    266267                  SetDrvProc,
    267                   FM3ModHandle, DVS_FRAME, MPFROMP(dv)) && hwndTree)
     268                  FM3ModHandle, DVS_FRAME, MPFROMP(dv)) && hwndTree)
    268269      if (!PostMsg(hwndTree, UM_SHOWME, MPFROMP(dv), MPVOID))
    269         PostMsg(hwndTree, WM_COMMAND, MPFROM2SHORT(IDM_UPDATE, 0), MPVOID);
     270        PostMsg(hwndTree, WM_COMMAND, MPFROM2SHORT(IDM_UPDATE, 0), MPVOID);
    270271    break;
    271272  case IDM_SIZES:
     
    283284      hObject = WinQueryObject("<XWP_TRASHCAN>");
    284285      if (hObject != NULLHANDLE && fTrashCan) {
    285         hwndDesktop = WinQueryDesktopWindow((HAB) 0, NULLHANDLE);
    286         WinSetFocus(HWND_DESKTOP, hwndDesktop);
    287         WinOpenObject(hObject, 0, TRUE);
     286        hwndDesktop = WinQueryDesktopWindow((HAB) 0, NULLHANDLE);
     287        WinSetFocus(HWND_DESKTOP, hwndDesktop);
     288        WinOpenObject(hObject, 0, TRUE);
    288289      }
    289290    else
    290291      WinDlgBox(HWND_DESKTOP,
    291                 hwnd,
    292                 UndeleteDlgProc,
    293                 FM3ModHandle, UNDEL_FRAME, MPFROMP(dv));
     292                hwnd,
     293                UndeleteDlgProc,
     294                FM3ModHandle, UNDEL_FRAME, MPFROMP(dv));
    294295    }
    295296    break;
     
    381382      rc = DosDevIOCtl(-1L, 8L, 0x40L, &parm, sizeof(parm), &plen, NULL, 0L, &dlen);
    382383      if (cmd == IDM_EJECT &&
    383           (fEjectFlpyScan ? TRUE : parm[1] > 1) &&
    384           (fEjectCDScan ? TRUE : !(driveflags[parm[1]] & DRIVE_CDROM)) &&
    385           (fEjectRemovableScan ? TRUE : (parm[1] < 2 || driveflags[parm[1]] & DRIVE_CDROM))) {
    386         BOOL toggleTree = FALSE;
    387  
    388         if (!hwndTree) {
    389           WinSendMsg(hwndMain, WM_COMMAND, MPFROM2SHORT(IDM_VTREE, 0), MPVOID);
    390           toggleTree = TRUE;
    391         }
    392         WinSendMsg(hwndTree, WM_COMMAND, MPFROM2SHORT(IDM_RESCAN, 0), MPVOID);
    393         if (toggleTree)
    394           WinSendMsg(hwndMain, WM_COMMAND, MPFROM2SHORT(IDM_VTREE, 0), MPVOID);
     384          (fEjectFlpyScan ? TRUE : parm[1] > 1) &&
     385          (fEjectCDScan ? TRUE : !(driveflags[parm[1]] & DRIVE_CDROM)) &&
     386          (fEjectRemovableScan ? TRUE : (parm[1] < 2 || driveflags[parm[1]] & DRIVE_CDROM))) {
     387        BOOL toggleTree = FALSE;
     388
     389        if (!hwndTree) {
     390          WinSendMsg(hwndMain, WM_COMMAND, MPFROM2SHORT(IDM_VTREE, 0), MPVOID);
     391          toggleTree = TRUE;
     392        }
     393        WinSendMsg(hwndTree, WM_COMMAND, MPFROM2SHORT(IDM_RESCAN, 0), MPVOID);
     394        if (toggleTree)
     395          WinSendMsg(hwndMain, WM_COMMAND, MPFROM2SHORT(IDM_VTREE, 0), MPVOID);
    395396      }
    396397    }
     
    402403
    403404      if (!hwndTree) {
    404         WinSendMsg(hwndMain, WM_COMMAND, MPFROM2SHORT(IDM_VTREE, 0), MPVOID);
    405         toggleTree = TRUE;
     405        WinSendMsg(hwndMain, WM_COMMAND, MPFROM2SHORT(IDM_VTREE, 0), MPVOID);
     406        toggleTree = TRUE;
    406407      }
    407408      WinSendMsg(hwndTree, WM_COMMAND, MPFROM2SHORT(IDM_RESCAN, 0), MPVOID);
    408409      if (toggleTree)
    409         WinSendMsg(hwndMain, WM_COMMAND, MPFROM2SHORT(IDM_VTREE, 0), MPVOID);
     410        WinSendMsg(hwndMain, WM_COMMAND, MPFROM2SHORT(IDM_VTREE, 0), MPVOID);
    410411    }
    411412    break;
     
    416417
    417418      if (!hwndTree) {
    418         WinSendMsg(hwndMain, WM_COMMAND, MPFROM2SHORT(IDM_VTREE, 0), MPVOID);
    419         toggleTree = TRUE;
     419        WinSendMsg(hwndMain, WM_COMMAND, MPFROM2SHORT(IDM_VTREE, 0), MPVOID);
     420        toggleTree = TRUE;
    420421      }
    421422      WinSendMsg(hwndTree, WM_COMMAND, MPFROM2SHORT(IDM_REFRESHREMOVABLES, 0), MPVOID);
    422423      if (toggleTree)
    423         WinSendMsg(hwndMain, WM_COMMAND, MPFROM2SHORT(IDM_VTREE, 0), MPVOID);
     424        WinSendMsg(hwndMain, WM_COMMAND, MPFROM2SHORT(IDM_VTREE, 0), MPVOID);
    424425    }
    425426    break;
     
    453454  if (!hwndStatus)
    454455    Win_Error(hwndFrame, hwnd, pszSrcFile, __LINE__,
    455               PCSZ_WINCREATEWINDOW);
     456              PCSZ_WINCREATEWINDOW);
    456457
    457458  // Right status window
     
    475476  if (!hwndStatus2)
    476477    Win_Error(hwndFrame, hwnd, pszSrcFile, __LINE__,
    477               PCSZ_WINCREATEWINDOW);
     478              PCSZ_WINCREATEWINDOW);
    478479
    479480  hwndAttr = WinCreateWindow(hwndFrame,
     
    494495  if (!hwndAttr)
    495496    Win_Error(hwndFrame, hwnd, pszSrcFile, __LINE__,
    496               PCSZ_WINCREATEWINDOW);
     497              PCSZ_WINCREATEWINDOW);
    497498
    498499  hwndDate = WinCreateWindow(hwndFrame,
     
    513514  if (!hwndDate)
    514515    Win_Error(hwndFrame, hwnd, pszSrcFile, __LINE__,
    515               PCSZ_WINCREATEWINDOW);
     516              PCSZ_WINCREATEWINDOW);
    516517
    517518  hwndName = WinCreateWindow(hwndFrame,
     
    532533  if (!hwndName)
    533534    Win_Error(hwndFrame, hwnd, pszSrcFile, __LINE__,
    534               PCSZ_WINCREATEWINDOW);
     535              PCSZ_WINCREATEWINDOW);
    535536
    536537  hwndTmp = WinCreateWindow(hwndFrame,
     
    550551  if (!hwndTmp)
    551552    Win_Error(hwndFrame, hwnd, pszSrcFile, __LINE__,
    552               PCSZ_WINCREATEWINDOW);
     553              PCSZ_WINCREATEWINDOW);
    553554
    554555  hwndBack = WinCreateWindow(hwndFrame,
     
    561562                             (swp->cy -
    562563                              WinQuerySysValue(HWND_DESKTOP,
    563                                                SV_CYSIZEBORDER)) -
    564                              (DRIVE_BUTTON_HEIGHT),
     564                                               SV_CYSIZEBORDER)) -
     565                             (DRIVE_BUTTON_HEIGHT),
    565566                             swp->cx -
    566567                             (WinQuerySysValue(HWND_DESKTOP,
     
    571572  if (!hwndBack)
    572573    Win_Error(hwndFrame, hwnd, pszSrcFile, __LINE__,
    573               PCSZ_WINCREATEWINDOW);
     574              PCSZ_WINCREATEWINDOW);
    574575
    575576  hwndLED = WinCreateWindow(hwndFrame,
    576577                            WC_LED,
    577                             "#920",
     578                            "#920",     // LEDOFF_BMP
    578579                            WS_VISIBLE | SS_BITMAP,
    579580                            swp->cx - 58,
     
    583584  if (!hwndLED)
    584585    Win_Error(hwndFrame, hwnd, pszSrcFile, __LINE__,
    585               PCSZ_WINCREATEWINDOW);
     586              PCSZ_WINCREATEWINDOW);
    586587
    587588  hwndLEDHdr = WinCreateWindow(hwndFrame,
     
    597598  if (!hwndLEDHdr)
    598599    Win_Error(hwndFrame, hwnd, pszSrcFile, __LINE__,
    599               PCSZ_WINCREATEWINDOW);
     600              PCSZ_WINCREATEWINDOW);
    600601
    601602  hwndAutoview = WinCreateWindow(hwndFrame,
     
    618619  if (!hwndAutoview)
    619620    Win_Error(hwndFrame, hwnd, pszSrcFile, __LINE__,
    620               PCSZ_WINCREATEWINDOW);
     621              PCSZ_WINCREATEWINDOW);
    621622
    622623  hwndAutoMLE = WinCreateWindow(hwndFrame,
     
    640641  if (!hwndAutoMLE)
    641642    Win_Error(hwndFrame, hwnd, pszSrcFile, __LINE__,
    642               PCSZ_WINCREATEWINDOW);
     643              PCSZ_WINCREATEWINDOW);
    643644
    644645  oldproc = WinSubclassWindow(hwndAutoMLE, AutoViewProc);
     
    647648}
    648649
     650/**
     651 * Called by MainWndProc and MainWndProc2 to process messages
     652 * common to both fm/2 and fm/2 lite main window
     653 */
     654
    649655MRESULT EXPENTRY CommonMainWndProc(HWND hwnd, ULONG msg, MPARAM mp1,
    650656                                   MPARAM mp2)
    651657{
     658  static BOOL fLedOn;
     659  static LONG cWorkerThreads;
     660
    652661  switch (msg) {
    653662  case UM_THREADUSE:
    654663    if (hbmLEDon && hbmLEDoff) {
    655       static LONG threaduse;
    656       CHAR ts[33];
    657 
     664      CHAR sz[33];
    658665      if (mp1) {
    659         threaduse++;
    660         if (threaduse == 1)
     666        cWorkerThreads++;
     667        // 13 Sep 09 SHL fixme to be SMP safe
     668        if (cWorkerThreads == 1) {
     669          if (!WinStartTimer(WinQueryAnchorBlock(hwnd), hwnd, ID_LED_TIMER, 500))
     670            Win_Error(hwnd, hwnd, pszSrcFile, __LINE__, "WinStartTimer");
     671          fLedOn = TRUE;
    661672          WinSendMsg(hwndLED, SM_SETHANDLE, MPFROMLONG(hbmLEDon), MPVOID);
    662       }
    663       else {
    664         threaduse--;
    665         if (threaduse <= 0) {
    666           threaduse = 0;
    667           WinSendMsg(hwndLED, SM_SETHANDLE, MPFROMLONG(hbmLEDoff), MPVOID);
    668673        }
    669674      }
    670       ltoa(threaduse, ts, 10);
    671       WinSetWindowText(hwndLEDHdr, ts);
     675      else if (cWorkerThreads > 0)
     676        cWorkerThreads--;
     677
     678      ltoa(cWorkerThreads, sz, 10);
     679      WinSetWindowText(hwndLEDHdr, sz);
    672680      DosSleep(0);
    673681    }
    674682    return 0;
     683
     684  case WM_TIMER:
     685    fLedOn = !fLedOn;
     686    WinSendMsg(hwndLED,
     687               SM_SETHANDLE,
     688               fLedOn ? MPFROMLONG(hbmLEDon) : MPFROMLONG(hbmLEDoff),
     689               MPVOID);
     690    if (!fLedOn && cWorkerThreads == 0) {
     691      if (!WinStopTimer(WinQueryAnchorBlock(hwnd), hwnd, ID_LED_TIMER))
     692          Win_Error(hwnd, hwnd, pszSrcFile, __LINE__, "WinStartTimer");
     693    }
     694    break;
    675695
    676696  case UM_LOADFILE:
  • TabularUnified trunk/dll/dircnrs.c

    r1451 r1455  
    6767  22 Jul 09 GKY Code changes to use semaphores to serialize drive scanning
    6868  22 Jul 09 SHL Cleanup of SETFOCUS code
     69  14 Sep 09 SHL Drop experimental code
    6970
    7071***********************************************************************/
     
    144145#include "fortify.h"
    145146#include "excputil.h"                   // 06 May 08 SHL added
    146 #include "pathutil.h"                   // AddBackslashToPath
     147#include "pathutil.h"                   // AddBackslashToPath
    147148
    148149// Data definitions
     
    368369
    369370      if (WinQueryWindowUShort(hwnd, QWS_ID) != DIR_FOLDERICON) {
    370         memset(&nr, 0, sizeof(NOTIFYRECORDENTER));
    371         nr.hwndCnr = WinWindowFromID(WinQueryWindow(hwnd, QW_PARENT), DIR_CNR);
    372         WinSendMsg(WinQueryWindow(hwnd, QW_PARENT),
    373                    WM_CONTROL, MPFROM2SHORT(DIR_CNR, CN_ENTER), MPFROMP(&nr));
     371        memset(&nr, 0, sizeof(NOTIFYRECORDENTER));
     372        nr.hwndCnr = WinWindowFromID(WinQueryWindow(hwnd, QW_PARENT), DIR_CNR);
     373        WinSendMsg(WinQueryWindow(hwnd, QW_PARENT),
     374                   WM_CONTROL, MPFROM2SHORT(DIR_CNR, CN_ENTER), MPFROMP(&nr));
    374375      }
    375376    }
     
    808809                            MPFROMP(pci),
    809810                            MPFROM2SHORT(CMA_FIRSTCHILD, CMA_ITEMORDER));
    810           if (!pciC) {
    811             Stubby(dcd->hwndCnr, pci);
     811          if (!pciC) {
     812            Stubby(dcd->hwndCnr, pci);
    812813          }
    813814        }
     
    11511152          wk->li = (LISTINFO *) mp1;
    11521153          strcpy(wk->directory, dcd->directory);
     1154
    11531155          if (xbeginthread(Action,
    11541156                           122880,
     
    13511353      if (dcd && hwndStatus) {
    13521354        /* put name of our window (directory name) on status line */
    1353       PCNRITEM pci = NULL;
    1354       if (fAutoView && hwndMain) {
    1355         pci = WinSendMsg(hwnd, CM_QUERYRECORDEMPHASIS, MPFROMLONG(CMA_FIRST),
    1356                          MPFROMSHORT(CRA_CURSORED));
    1357         if (pci && (INT) pci != -1 &&
    1358             (!(driveflags[toupper(*pci->pszFileName) - 'A'] & DRIVE_SLOW)))
    1359           WinSendMsg(hwndMain, UM_LOADFILE, MPFROMP(pci->pszFileName), MPVOID);
    1360         else
    1361           WinSendMsg(hwndMain, UM_LOADFILE, MPVOID, MPVOID);
    1362       }
    1363       if (*dcd->directory) {
    1364         if (hwndMain)
    1365           WinSendMsg(hwndMain,
    1366                      UM_SETUSERLISTNAME, MPFROMP(dcd->directory), MPVOID);
    1367         else
    1368           add_udir(FALSE, dcd->directory);
    1369       }
     1355        PCNRITEM pci = NULL;
     1356        if (fAutoView && hwndMain) {
     1357          pci = WinSendMsg(hwnd, CM_QUERYRECORDEMPHASIS, MPFROMLONG(CMA_FIRST),
     1358                           MPFROMSHORT(CRA_CURSORED));
     1359          if (pci && (INT) pci != -1 &&
     1360              (!(driveflags[toupper(*pci->pszFileName) - 'A'] & DRIVE_SLOW)))
     1361            WinSendMsg(hwndMain, UM_LOADFILE, MPFROMP(pci->pszFileName), MPVOID);
     1362          else
     1363            WinSendMsg(hwndMain, UM_LOADFILE, MPVOID, MPVOID);
     1364        }
     1365        if (*dcd->directory) {
     1366          if (hwndMain)
     1367            WinSendMsg(hwndMain,
     1368                       UM_SETUSERLISTNAME, MPFROMP(dcd->directory), MPVOID);
     1369          else
     1370            add_udir(FALSE, dcd->directory);
     1371        }
     1372
    13701373      if (hwndMain)
    13711374        PostMsg(hwndMain, UM_ADVISEFOCUS, MPFROMLONG(dcd->hwndFrame), MPVOID);
     
    14481451                           CM_QUERYRECORDEMPHASIS,
    14491452                           MPFROMLONG(CMA_FIRST), MPFROMSHORT(CRA_CURSORED));
    1450           if (pci && (INT) pci != -1) {
     1453          if (pci && (INT) pci != -1) {
    14511454            if (fSplitStatus && hwndStatus2) {
    14521455              CommaFmtULL(tb, sizeof(tb), pci->cbFile + pci->easize, ' ');
     
    15991602      }
    16001603      if (!fInitialDriveScan)
    1601         PostMsg(hwnd, UM_SETUP2, MPVOID, MPVOID);
     1604        PostMsg(hwnd, UM_SETUP2, MPVOID, MPVOID);
    16021605    }
    16031606    else {
     
    16151618              DIR_SORT), dcd->sortFlags, FALSE);
    16161619      SayView(WinWindowFromID(WinQueryWindow(hwnd, QW_PARENT),
    1617                               DIR_VIEW), dcd->flWindowAttr);
     1620                              DIR_VIEW), dcd->flWindowAttr);
    16181621    } else
    16191622      PostMsg(hwnd, WM_CLOSE, MPVOID, MPVOID);
     
    18211824              PCNRITEM pci;
    18221825
    1823               strcpy(newfile, dcd->directory);
    1824               AddBackslashToPath(newfile);
     1826              strcpy(newfile, dcd->directory);
     1827              AddBackslashToPath(newfile);
    18251828              //if (newfile[strlen(newfile) - 1] != '\\')
    18261829              //  strcat(newfile, "\\");
     
    24212424
    24222425      case IDM_SWITCH:
    2423         if (mp2) {
     2426        if (mp2) {
    24242427          strcpy(dcd->previous, dcd->directory);
    2425           strcpy(dcd->directory, (CHAR *)mp2);
     2428          strcpy(dcd->directory, (CHAR *)mp2);
    24262429          //DosEnterCritSec(); // GKY 11-27-08
    24272430          dcd->stopflag++;
    2428           //DosExitCritSec();
     2431          //DosExitCritSec();
    24292432          if (!PostMsg(dcd->hwndObject, UM_RESCAN, MPVOID, MPFROMLONG(1L))) {
    24302433            strcpy(dcd->directory, dcd->previous);
     
    24472450          CHAR tempname1[CCHMAXPATH], tempname2[CCHMAXPATH];
    24482451
    2449           strcpy(tempname1, dcd->directory);
    2450           AddBackslashToPath(tempname1);
     2452          strcpy(tempname1, dcd->directory);
     2453          AddBackslashToPath(tempname1);
    24512454          //if (tempname1[strlen(tempname1) - 1] != '\\')
    24522455          //  strcat(tempname1, "\\");
     
    28012804                  if (Flesh(hwnd, pci) &&
    28022805                      SHORT2FROMMP(mp1) == CN_EXPANDTREE &&
    2803                       !dcd->suspendview && fTopDir) {
    2804                     PostMsg(hwnd, UM_TOPDIR, MPFROMP(pci), MPVOID);
    2805                     //DbgMsg(pszSrcFile, __LINE__, "UM_TOPDIR %p pci %p", hwnd, pci);
    2806                   }
     2806                      !dcd->suspendview && fTopDir) {
     2807                    PostMsg(hwnd, UM_TOPDIR, MPFROMP(pci), MPVOID);
     2808                    //DbgMsg(pszSrcFile, __LINE__, "UM_TOPDIR %p pci %p", hwnd, pci);
     2809                  }
    28072810                }
    28082811                driveserial[toupper(*pci->pszFileName) - 'A'] = volser.serial;
     
    28102813            }
    28112814            else if (SHORT2FROMMP(mp1) == CN_EXPANDTREE) {
    2812               if (Flesh(hwnd, pci) && !dcd->suspendview && fTopDir) {
     2815              if (Flesh(hwnd, pci) && !dcd->suspendview && fTopDir) {
    28132816                PostMsg(hwnd, UM_TOPDIR, MPFROMP(pci), MPVOID);
    2814                 //DbgMsg(pszSrcFile, __LINE__, "UM_TOPDIR %p pci %p", hwnd, pci);
    2815               }
    2816             }
    2817             if (SHORT2FROMMP(mp1) == CN_EXPANDTREE && !dcd->suspendview) {
     2817                //DbgMsg(pszSrcFile, __LINE__, "UM_TOPDIR %p pci %p", hwnd, pci);
     2818              }
     2819            }
     2820            if (SHORT2FROMMP(mp1) == CN_EXPANDTREE && !dcd->suspendview) {
    28182821              WinSendMsg(hwnd, UM_FILTER, MPVOID, MPVOID);
    2819               //DbgMsg(pszSrcFile, __LINE__, "UM_TOPDIR %p pci %p", hwnd, pci);
    2820             }
     2822              //DbgMsg(pszSrcFile, __LINE__, "UM_TOPDIR %p pci %p", hwnd, pci);
     2823            }
    28212824          }
    28222825        }
     
    34813484    break;
    34823485
    3483   case WM_TIMER:
    3484     return ActionWMTimer(hwnd, mp1, mp2);
    3485 
    34863486  case WM_CLOSE:
    34873487    WinSendMsg(hwnd, WM_SAVEAPPLICATION, MPVOID, MPVOID);
  • TabularUnified trunk/dll/fm3dll2.h

    r1454 r1455  
    2828  13 Jul 09 SHL Rename timer ids
    2929  12 Sep 09 GKY Add FM3.INI User ini and system ini to submenu for view ini
     30  14 Sep 09 SHL Drop experimental code
    3031
    3132  Align with spaces only - no tabs please
     
    7677#define ID_NEWVIEW_TIMER    20
    7778// #define ID_TIMER6           21       // 13 Jul 09 SHL Dropped
    78 
     79#define ID_LED_TIMER        22
     80
     81// Window ids, etc.
    7982#define MAIN_STATUS2        19
    8083
     
    632635#define IDM_UNHIDEALL         10039
    633636
    634 // #define PP_MAX    PP_MENUDISABLEBGNDCOLORINDEX       // Unused, 13 Sep 08 JBS
    635 // #define PP_MAXBUF 384                                // Unused, 13 Sep 08 JBS
     637// #define PP_MAX    PP_MENUDISABLEBGNDCOLORINDEX       // Unused, 13 Sep 08 JBS
     638// #define PP_MAXBUF 384                                // Unused, 13 Sep 08 JBS
    636639
    637640#ifndef MM_PORTHOLEINIT
    638641#define MM_PORTHOLEINIT   0x01fb
    639642#endif
    640 // #ifndef CCS_MINIICONS        defined in Open Watcom headers
     643// #ifndef CCS_MINIICONS     defined in Open Watcom headers
    641644// #define CCS_MINIICONS     0x0800
    642645// #endif
    643 // #ifndef CRA_SOURCE                   // defined in Open Watcom headers
     646// #ifndef CRA_SOURCE                   // defined in Open Watcom headers
    644647// #define CRA_SOURCE        0x00004000
    645648// #endif
    646 // #ifndef CV_EXACTMATCH                // defined as CV_EXACTLENGTH in Open Watcom headers
     649// #ifndef CV_EXACTMATCH                // defined as CV_EXACTLENGTH in Open Watcom headers
    647650// #define CV_EXACTMATCH     0x10000000
    648651// #endif
    649 // #ifndef CBN_SETFOCUS                 // Unused, 13 Sep 08 JBS
     652// #ifndef CBN_SETFOCUS                 // Unused, 13 Sep 08 JBS
    650653// #define CBN_SETFOCUS      20
    651654// #endif
    652 // #ifndef CBN_KILLFOCUS                // Unused, 13 Sep 08 JBS
     655// #ifndef CBN_KILLFOCUS                // Unused, 13 Sep 08 JBS
    653656// #define CBN_KILLFOCUS     21
    654657// #endif
    655 // #ifndef CN_VERIFYEDIT                // defined in Open Watcom headers
     658// #ifndef CN_VERIFYEDIT                // defined in Open Watcom headers
    656659// #define CN_VERIFYEDIT     134
    657660// #endif
    658 // #ifndef CN_PICKUP                    // defined in Open Watcom headers
     661// #ifndef CN_PICKUP                    // defined in Open Watcom headers
    659662// #define CN_PICKUP         135
    660663// #endif
    661 // #ifndef CN_DROPNOTIFY                // defined in Open Watcom headers
     664// #ifndef CN_DROPNOTIFY                // defined in Open Watcom headers
    662665// #define CN_DROPNOTIFY     136
    663666// #endif
    664 // #ifndef CN_GRIDRESIZED               // defined in Open Watcom headers
     667// #ifndef CN_GRIDRESIZED               // defined in Open Watcom headers
    665668// #define CN_GRIDRESIZED    137
    666669// #endif
     
    702705#define UM_UNDO             (WM_USER + 30)
    703706#define UM_RENDER           (WM_USER + 31)
    704 // #define UM_BUTTON2DOWN      (WM_USER + 32)           // Unused, 13 Sep 08 JBS
    705 // #define UM_BUTTON2UP        (WM_USER + 33)           // Unused, 13 Sep 08 JBS
     707// #define UM_BUTTON2DOWN      (WM_USER + 32)           // Unused, 13 Sep 08 JBS
     708// #define UM_BUTTON2UP        (WM_USER + 33)           // Unused, 13 Sep 08 JBS
    706709#define UM_COLLECTFROMFILE  (WM_USER + 34)
    707710#define UM_TIMER            (WM_USER + 35)              // 13 Jul 09 SHL fixme to have better name
    708 // #define UM_HELPON           (WM_USER + 36)           // Unused, 13 Sep 08 JBS
     711// #define UM_HELPON           (WM_USER + 36)           // Unused, 13 Sep 08 JBS
    709712#define UM_SETUP2           (WM_USER + 37)
    710713#define UM_SETUP3           (WM_USER + 38)
     
    715718#define UM_SETUP5           (WM_USER + 45)
    716719#define UM_NOTIFY           (WM_USER + 46)
    717 // #define UM_INSERTRECORD     (WM_USER + 47)           // Unused, 13 Sep 08 JBS
     720// #define UM_INSERTRECORD     (WM_USER + 47)           // Unused, 13 Sep 08 JBS
    718721#define UM_ADDTOMENU        (WM_USER + 48)
    719722#define UM_COLLECT          (WM_USER + 49)
     
    722725#define UM_FILTER           (WM_USER + 57)
    723726#define UM_SORTRECORD       (WM_USER + 58)
    724 // #define UM_SIZE2            (WM_USER + 59)           // Unused, 13 Sep 08 JBS
     727// #define UM_SIZE2            (WM_USER + 59)           // Unused, 13 Sep 08 JBS
    725728#define UM_RESTORE          (WM_USER + 60)
    726729#define UM_TOPDIR           (WM_USER + 61)
     
    737740#define UM_CLICKED3         (WM_USER + 72)
    738741#define UM_HIDENOTSELECTED  (WM_USER + 73)
    739 #define UM_FIRSTTIME        (WM_USER + 74)
     742#define UM_FIRSTTIME        (WM_USER + 74)
     743// #define UM_ACTIONSTATE      (WM_USER + 75)   // 13 Sep 09 SHL unused SHL
    740744#define UM_FILLUSERLIST     (WM_USER + 75)
    741745#define UM_CONTAINERDIR     (WM_USER + 76)
  • TabularUnified trunk/dll/mainwnd.c

    r1454 r1455  
    8585  19 Mar 09 GKY Moved DeletePresParams to presparam.c
    8686  28 Mar 09 GKY Add RemoveOldCnrSwitches to remove pre 3.16 style ini keys;
    87                 add State.version key for check
     87                add State.version key for check
    8888  07 Jun 09 GKY Fix IDM_BLINK to not leave a DataBar? on the screen when fDataMin is TRUE.
    8989  21 Jun 09 GKY Added drive letter to bitmap buttons in drive bar; Eliminate static drive
    90                 letter windows; Use button ID to identify drive letter for processing.
     90                letter windows; Use button ID to identify drive letter for processing.
    9191  12 Jul 09 GKY Removed duplicate UM_SETUP2 message from RestoreDirCnrState caused dbl dir
    92                 listings in tree
     92                listings in tree
    9393  13 Jul 09 GKY Fixed under allocation of memory in the paint code for the drivebar bitmap buttons
    9494  22 Jul 09 GKY Drivebar enhancements add refresh removable, rescan all drives, drive button
    95                 loads drive root directory in directory container or expands drive tree
    96                 and rescans drive in tree container depending on container focus, greyed out
    97                 inappropriate menu context choices
     95                loads drive root directory in directory container or expands drive tree
     96                and rescans drive in tree container depending on container focus, greyed out
     97                inappropriate menu context choices
    9898  22 Jul 09 GKY Code changes to use semaphores to serialize drive scanning
    9999  12 Sep 09 GKY Add FM3.INI User ini and system ini to submenu for view ini
     100  14 Sep 09 SHL Blink thread LEDs when workers busy
    100101
    101102***********************************************************************/
     
    108109#define INCL_DOS
    109110#define INCL_WIN
    110 #define INCL_SHLERRORS                  // PMERR_NOT_IN_IDX
     111#define INCL_SHLERRORS                  // PMERR_NOT_IN_IDX
    111112#define INCL_WINHELP
    112113#define INCL_GPI
     
    126127#include "comp.h"
    127128#include "datamin.h"
    128 #include "pathutil.h"                   // BldQuotedFileName
    129 #include "errutil.h"                    // Dos_Error...
    130 #include "strutil.h"                    // GetPString
    131 #include "notebook.h"                   // CfgDlgProc CfgMenuInit
    132 #include "command.h"                    // LINKCMDS
    133 #include "avl.h"                        // free_archivers
    134 #include "walkem.h"                     // free_setups...
    135 #include "key.h"                        // AboutDlgProc
    136 #include "menu.h"                       // AddToMenu
     129#include "pathutil.h"                   // BldQuotedFileName
     130#include "errutil.h"                    // Dos_Error...
     131#include "strutil.h"                    // GetPString
     132#include "notebook.h"                   // CfgDlgProc CfgMenuInit
     133#include "command.h"                    // LINKCMDS
     134#include "avl.h"                        // free_archivers
     135#include "walkem.h"                     // free_setups...
     136#include "key.h"                        // AboutDlgProc
     137#include "menu.h"                       // AddToMenu
    137138#include "mainwnd.h"
    138 #include "cmdline.h"                    // CmdLine2DlgProc, save_cmdlines
    139 #include "common.h"                     // CommonCreateMainChildren, CommonDriveCmd, CommonMainWndProc
     139#include "cmdline.h"                    // CmdLine2DlgProc, save_cmdlines
     140#include "common.h"                     // CommonCreateMainChildren, CommonDriveCmd, CommonMainWndProc
    140141                                        // CommonTextButton
    141 #include "notify.h"                     // DoNotify, HideNote, ShowNote
    142 #include "draglist.h"                   // DragOne
     142#include "notify.h"                     // DoNotify, HideNote, ShowNote
     143#include "draglist.h"                   // DragOne
    143144#include "chklist.h"                    // DropListProc
    144145#include "avv.h"                        // EditArchiverDefinition
     
    266267      switch (id) {
    267268      case IDM_RESCAN:
    268         strcpy(s, GetPString(IDS_RESCANALLDRIVESTEXT));
    269         break;
     269        strcpy(s, GetPString(IDS_RESCANALLDRIVESTEXT));
     270        break;
    270271
    271272      case IDM_REFRESHREMOVABLES:
    272         strcpy(s, GetPString(IDS_REFRESHREMOVABLESTEXT));
    273         break;
     273        strcpy(s, GetPString(IDS_REFRESHREMOVABLESTEXT));
     274        break;
    274275
    275276      default:
    276         *dv = 0;
    277         *dv = id - IDM_DRIVEA + 'A';
    278         strcpy(dv + 1, ":");
    279         d = toupper(*dv);
    280         if (isalpha(d) && d > 'B' &&
    281             !(driveflags[d - 'A'] & (DRIVE_CDROM | DRIVE_INVALID |
    282                                      DRIVE_SLOW)) &&
    283             (!hwndBubble ||
    284              WinQueryWindowULong(hwndBubble, QWL_USER) != hwndB) &&
    285             !WinQueryCapture(HWND_DESKTOP)) {
    286  
    287           FSALLOCATE fsa;
    288           CHAR szQty[38];
    289           ULONG ulPctFree;
    290           ULONGLONG ullFreeQty;
    291  
    292           if (!DosQueryFSInfo((d - 'A') + 1,
    293                               FSIL_ALLOC, &fsa, sizeof(FSALLOCATE))) {
    294             ullFreeQty = (ULONGLONG) fsa.cUnitAvail *
    295               (fsa.cSectorUnit * fsa.cbSector);
    296             ulPctFree = (fsa.cUnit && fsa.cUnitAvail) ?
    297               (fsa.cUnitAvail * 100) / fsa.cUnit : 0;
    298             CommaFmtULL(szQty, sizeof(szQty), ullFreeQty, ' ');
    299             sprintf(s, "%s %s (%lu%%) %s", dv, szQty, ulPctFree, GetPString(IDS_FREETEXT));
    300           }
    301         }
     277        *dv = 0;
     278        *dv = id - IDM_DRIVEA + 'A';
     279        strcpy(dv + 1, ":");
     280        d = toupper(*dv);
     281        if (isalpha(d) && d > 'B' &&
     282            !(driveflags[d - 'A'] & (DRIVE_CDROM | DRIVE_INVALID |
     283                                     DRIVE_SLOW)) &&
     284            (!hwndBubble ||
     285             WinQueryWindowULong(hwndBubble, QWL_USER) != hwndB) &&
     286            !WinQueryCapture(HWND_DESKTOP)) {
     287
     288          FSALLOCATE fsa;
     289          CHAR szQty[38];
     290          ULONG ulPctFree;
     291          ULONGLONG ullFreeQty;
     292
     293          if (!DosQueryFSInfo((d - 'A') + 1,
     294                              FSIL_ALLOC, &fsa, sizeof(FSALLOCATE))) {
     295            ullFreeQty = (ULONGLONG) fsa.cUnitAvail *
     296              (fsa.cSectorUnit * fsa.cbSector);
     297            ulPctFree = (fsa.cUnit && fsa.cUnitAvail) ?
     298              (fsa.cUnitAvail * 100) / fsa.cUnit : 0;
     299            CommaFmtULL(szQty, sizeof(szQty), ullFreeQty, ' ');
     300            sprintf(s, "%s %s (%lu%%) %s", dv, szQty, ulPctFree, GetPString(IDS_FREETEXT));
     301          }
     302        }
    302303      }
    303304      if ((!hwndBubble ||
    304            WinQueryWindowULong(hwndBubble, QWL_USER) != hwndB) &&
    305           !WinQueryCapture(HWND_DESKTOP))
    306         WinSendMsg(hwndB, UM_SETUP6, MPFROMP(s), MPVOID);
     305           WinQueryWindowULong(hwndBubble, QWL_USER) != hwndB) &&
     306          !WinQueryCapture(HWND_DESKTOP))
     307        WinSendMsg(hwndB, UM_SETUP6, MPFROMP(s), MPVOID);
    307308    }
    308309    return 0;
     
    879880    id = WinQueryWindowUShort(hwnd, QWS_ID);
    880881    if (id == CBID_EDIT &&
    881         WinQueryWindowUShort(WinQueryWindow(hwnd, QW_PARENT), QWS_ID) ==
     882        WinQueryWindowUShort(WinQueryWindow(hwnd, QW_PARENT), QWS_ID) ==
    882883        MAIN_USERLIST) {
    883884
     
    12131214    {
    12141215      MRESULT mr = PFNWPStatic(hwnd, msg, mp1, mp2);
    1215       HBITMAP hbmold = (HBITMAP) 0;
    1216       HPS hps = (HPS) 0;
    12171216
    12181217      switch (WinQueryWindowUShort(hwnd, QWS_ID)) {
    12191218      case MAIN_LED:
    1220         hps = WinGetPS(hwnd);
    1221         hbmold = (HBITMAP) WinSendMsg(hwnd, SM_QUERYHANDLE, MPVOID, MPVOID);
    1222         if (!fBlueLED) {
    1223           hbmLEDon = GpiLoadBitmap(hps, 0, LEDON_BMP, 12, 12);
    1224           hbmLEDoff = GpiLoadBitmap(hps, 0, LEDOFF_BMP, 12, 12);
    1225         }
    1226         else {
    1227           hbmLEDon = GpiLoadBitmap(hps, 0, LEDON2_BMP, 12, 12);
    1228           hbmLEDoff = GpiLoadBitmap(hps, 0, LEDOFF2_BMP, 12, 12);
    1229         }
    1230         if (hbmLEDoff && hbmLEDon)
    1231           WinSendMsg(hwnd, SM_SETHANDLE, MPFROMLONG(hbmLEDoff), MPVOID);
    1232         else {
    1233           if (hbmLEDoff)
    1234             GpiDeleteBitmap(hbmLEDoff);
    1235           if (hbmLEDon)
    1236             GpiDeleteBitmap(hbmLEDon);
    1237         }
    1238         if (hbmold &&
    1239             hbmLEDon &&
    1240             hbmLEDoff && hbmold != hbmLEDon && hbmold != hbmLEDoff)
    1241           GpiDeleteBitmap(hbmold);
    1242         if (hps)
    1243           WinReleasePS(hps);
     1219        {
     1220          HPS hps = WinGetPS(hwnd);
     1221          HBITMAP hbmold = (HBITMAP)WinSendMsg(hwnd, SM_QUERYHANDLE, MPVOID, MPVOID);
     1222          if (!fBlueLED) {
     1223            hbmLEDon = GpiLoadBitmap(hps, 0, LEDON_BMP, 12, 12);
     1224            hbmLEDoff = GpiLoadBitmap(hps, 0, LEDOFF_BMP, 12, 12);
     1225          }
     1226          else {
     1227            hbmLEDon = GpiLoadBitmap(hps, 0, LEDON2_BMP, 12, 12);
     1228            hbmLEDoff = GpiLoadBitmap(hps, 0, LEDOFF2_BMP, 12, 12);
     1229          }
     1230          if (hbmLEDoff && hbmLEDon)
     1231            WinSendMsg(hwnd, SM_SETHANDLE, MPFROMLONG(hbmLEDoff), MPVOID);
     1232          else {
     1233            if (hbmLEDoff)
     1234              GpiDeleteBitmap(hbmLEDoff);
     1235            if (hbmLEDon)
     1236              GpiDeleteBitmap(hbmLEDon);
     1237          }
     1238          if (hbmold &&
     1239              hbmLEDon &&
     1240              hbmLEDoff && hbmold != hbmLEDon && hbmold != hbmLEDoff)
     1241            GpiDeleteBitmap(hbmold);
     1242          if (hps)
     1243            WinReleasePS(hps);
     1244        }
    12441245        break;
    12451246      default:
     
    18591860    case IDM_RESCAN:
    18601861      {
    1861         BOOL toggleTree = FALSE;
    1862  
    1863         if (!hwndTree) {
    1864           WinSendMsg(hwndMain, WM_COMMAND, MPFROM2SHORT(IDM_VTREE, 0), MPVOID);
    1865           toggleTree = TRUE;
    1866         }
    1867         WinSendMsg(hwndTree, WM_COMMAND, MPFROM2SHORT(IDM_RESCAN, 0), MPVOID);
    1868         if (toggleTree)
    1869           WinSendMsg(hwndMain, WM_COMMAND, MPFROM2SHORT(IDM_VTREE, 0), MPVOID);
     1862        BOOL toggleTree = FALSE;
     1863
     1864        if (!hwndTree) {
     1865          WinSendMsg(hwndMain, WM_COMMAND, MPFROM2SHORT(IDM_VTREE, 0), MPVOID);
     1866          toggleTree = TRUE;
     1867        }
     1868        WinSendMsg(hwndTree, WM_COMMAND, MPFROM2SHORT(IDM_RESCAN, 0), MPVOID);
     1869        if (toggleTree)
     1870          WinSendMsg(hwndMain, WM_COMMAND, MPFROM2SHORT(IDM_VTREE, 0), MPVOID);
    18701871      }
    18711872      break;
    18721873    case IDM_REFRESHREMOVABLES:
    18731874      {
    1874         BOOL toggleTree = FALSE;
    1875  
    1876         if (!hwndTree) {
    1877           WinSendMsg(hwndMain, WM_COMMAND, MPFROM2SHORT(IDM_VTREE, 0), MPVOID);
    1878           toggleTree = TRUE;
    1879         }
    1880         WinSendMsg(hwndTree, WM_COMMAND, MPFROM2SHORT(IDM_REFRESHREMOVABLES, 0), MPVOID);
    1881         if (toggleTree)
    1882           WinSendMsg(hwndMain, WM_COMMAND, MPFROM2SHORT(IDM_VTREE, 0), MPVOID);
     1875        BOOL toggleTree = FALSE;
     1876
     1877        if (!hwndTree) {
     1878          WinSendMsg(hwndMain, WM_COMMAND, MPFROM2SHORT(IDM_VTREE, 0), MPVOID);
     1879          toggleTree = TRUE;
     1880        }
     1881        WinSendMsg(hwndTree, WM_COMMAND, MPFROM2SHORT(IDM_REFRESHREMOVABLES, 0), MPVOID);
     1882        if (toggleTree)
     1883          WinSendMsg(hwndMain, WM_COMMAND, MPFROM2SHORT(IDM_VTREE, 0), MPVOID);
    18831884      }
    18841885      break;
    18851886    default:
    18861887      {
    1887         CHAR dv[4];
    1888  
    1889         *dv = SHORT1FROMMP(mp1) - IDM_DRIVEA + 'A';
    1890         strcpy(dv + 1, ":\\");
    1891         if (isalpha(*dv)) {
    1892  
    1893           HWND hwndActive;
    1894  
    1895           dv[1] = ':';
    1896           dv[2] = '\\';
    1897           dv[3] = 0;
    1898           hwndActive = TopWindow(hwnd, (HWND) 0);
    1899           if (hwndActive)
    1900             WinSendMsg(WinWindowFromID(hwndActive, FID_CLIENT),
    1901                        UM_DRIVECMD, MPFROMP(dv), MPVOID);
    1902         }
     1888        CHAR dv[4];
     1889
     1890        *dv = SHORT1FROMMP(mp1) - IDM_DRIVEA + 'A';
     1891        strcpy(dv + 1, ":\\");
     1892        if (isalpha(*dv)) {
     1893
     1894          HWND hwndActive;
     1895
     1896          dv[1] = ':';
     1897          dv[2] = '\\';
     1898          dv[3] = 0;
     1899          hwndActive = TopWindow(hwnd, (HWND) 0);
     1900          if (hwndActive)
     1901            WinSendMsg(WinWindowFromID(hwndActive, FID_CLIENT),
     1902                       UM_DRIVECMD, MPFROMP(dv), MPVOID);
     1903        }
    19031904      }
    19041905    }
     
    19321933      id = WinQueryWindowUShort(hwnd, QWS_ID);
    19331934      if (helpid != id) {
    1934         helpid = id;
     1935        helpid = id;
    19351936        PostMsg(MainObjectHwnd, UM_SETUP6, MPFROMLONG((ULONG) hwnd), MPVOID);
    19361937      }
     
    19421943  case WM_PAINT:
    19431944    {
    1944       HPS hps; 
     1945      HPS hps;
    19451946      POINTL aptl[4] = {0, 0, DRIVE_BUTTON_WIDTH - 1, DRIVE_BUTTON_HEIGHT - 1,
    19461947      0, 0, DRIVE_BUTTON_WIDTH - 1, DRIVE_BUTTON_HEIGHT - 1};
     
    19551956      id = WinQueryWindowUShort(hwnd, QWS_ID);
    19561957      if (id == IDM_REFRESHREMOVABLES || id == IDM_RESCAN)
    1957         break;
     1958        break;
    19581959      *szDrv = 0;
    19591960      x = id - IDM_DRIVEA;
     
    19651966          else
    19661967            iconid = (driveflags[x] & DRIVE_REMOVABLE) ?
    1967                       REMOVABLE_ICON :
     1968                      REMOVABLE_ICON :
    19681969                     (driveflags[x] & DRIVE_VIRTUAL) ?
    19691970                      VIRTUAL_ICON :
    1970                      (driveflags[x] & DRIVE_REMOTE) ?
    1971                       REMOTE_ICON :
     1971                     (driveflags[x] & DRIVE_REMOTE) ?
     1972                      REMOTE_ICON :
    19721973                     (driveflags[x] & DRIVE_RAMDISK) ?
    19731974                      RAMDISK_ICON :
    19741975                     (driveflags[x] & DRIVE_ZIPSTREAM) ?
    1975                       ZIPSTREAM_ICON :
    1976                      (driveflags[x] & DRIVE_LOCALHD) ?
    1977                       DRIVE_ICON : DONNO_ICON;
     1976                      ZIPSTREAM_ICON :
     1977                     (driveflags[x] & DRIVE_LOCALHD) ?
     1978                      DRIVE_ICON : DONNO_ICON;
    19781979        }
    19791980        else
    1980           iconid = FLOPPY_ICON;
     1981          iconid = FLOPPY_ICON;
    19811982      hps = WinBeginPaint(hwnd, (HPS) 0, NULL);
    19821983      if (hps) {
    1983         hbm = GpiLoadBitmap(hps, 0, iconid, 0, 0);
    1984         if (hbm) {
    1985           pbmpData = xmallocz(sizeof(PBITMAPINFOHEADER) * 3, pszSrcFile, __LINE__);
    1986           if (pbmpData) {
    1987             GpiQueryBitmapParameters(hbm, pbmpData);
    1988             aptl[1].x = pbmpData->cx;
    1989             aptl[1].y = pbmpData->cy;
    1990             aptl[3].x = pbmpData->cx;
    1991             aptl[3].y = pbmpData->cy;
    1992             GpiWCBitBlt(hps, hbm, 4L, aptl, ROP_SRCCOPY, BBO_PAL_COLORS);
    1993             free(pbmpData);
    1994           }
    1995         }
    1996         memset(&fat, 0, sizeof(fat));
    1997         fat.usRecordLength = sizeof(FATTRS);
    1998         fat.fsSelection = FATTR_SEL_BOLD ;
    1999         fat.usCodePage = 850;
    2000         fat.fsFontUse = FATTR_FONTUSE_NOMIX;
    2001         strcpy(fat.szFacename , FNT_HELVETICA);
    2002         x = GpiCreateLogFont(hps, NULL, DRIVEBAR_FONT_LCID, &fat);
    2003         if (x != GPI_ERROR) {
    2004           GpiSetCharSet(hps, DRIVEBAR_FONT_LCID);
    2005           sizfCharBox.cx = MAKEFIXED(10,0); //Font size
    2006           sizfCharBox.cy = MAKEFIXED(14,0);
    2007           GpiSetCharBox( hps, &sizfCharBox );
    2008           GpiSetColor(hps, iconid == RAMDISK_ICON ? CLR_YELLOW : CLR_DARKBLUE);
    2009           ptlStart.x = 1L;  //Char box position
    2010           ptlStart.y = 8L;
    2011           GpiCharStringAt(hps, &ptlStart, strlen(szDrv), szDrv);
    2012           GpiDeleteSetId(hps, DRIVEBAR_FONT_LCID);
    2013         }
    2014         WinEndPaint(hps);
     1984        hbm = GpiLoadBitmap(hps, 0, iconid, 0, 0);
     1985        if (hbm) {
     1986          pbmpData = xmallocz(sizeof(PBITMAPINFOHEADER) * 3, pszSrcFile, __LINE__);
     1987          if (pbmpData) {
     1988            GpiQueryBitmapParameters(hbm, pbmpData);
     1989            aptl[1].x = pbmpData->cx;
     1990            aptl[1].y = pbmpData->cy;
     1991            aptl[3].x = pbmpData->cx;
     1992            aptl[3].y = pbmpData->cy;
     1993            GpiWCBitBlt(hps, hbm, 4L, aptl, ROP_SRCCOPY, BBO_PAL_COLORS);
     1994            free(pbmpData);
     1995          }
     1996        }
     1997        memset(&fat, 0, sizeof(fat));
     1998        fat.usRecordLength = sizeof(FATTRS);
     1999        fat.fsSelection = FATTR_SEL_BOLD ;
     2000        fat.usCodePage = 850;
     2001        fat.fsFontUse = FATTR_FONTUSE_NOMIX;
     2002        strcpy(fat.szFacename , FNT_HELVETICA);
     2003        x = GpiCreateLogFont(hps, NULL, DRIVEBAR_FONT_LCID, &fat);
     2004        if (x != GPI_ERROR) {
     2005          GpiSetCharSet(hps, DRIVEBAR_FONT_LCID);
     2006          sizfCharBox.cx = MAKEFIXED(10,0); //Font size
     2007          sizfCharBox.cy = MAKEFIXED(14,0);
     2008          GpiSetCharBox( hps, &sizfCharBox );
     2009          GpiSetColor(hps, iconid == RAMDISK_ICON ? CLR_YELLOW : CLR_DARKBLUE);
     2010          ptlStart.x = 1L;  //Char box position
     2011          ptlStart.y = 8L;
     2012          GpiCharStringAt(hps, &ptlStart, strlen(szDrv), szDrv);
     2013          GpiDeleteSetId(hps, DRIVEBAR_FONT_LCID);
     2014        }
     2015        WinEndPaint(hps);
    20152016      }
    20162017    }
     
    20572058        UINT iDrv;
    20582059
    2059         strcat(szDrv, PCSZ_BACKSLASH);
     2060        strcat(szDrv, PCSZ_BACKSLASH);
    20602061        MakeValidDir(szDrv);
    2061         // Disable menus if MakeValidDir changes drive letter fixme this section doesn't do anything see treecnt.c
    2062         local = ~driveflags[iDrv] & DRIVE_REMOTE && ~driveflags[iDrv] & DRIVE_VIRTUAL &&
    2063                 ~driveflags[iDrv] & DRIVE_RAMDISK;
     2062        // Disable menus if MakeValidDir changes drive letter fixme this section doesn't do anything see treecnt.c
     2063        local = ~driveflags[iDrv] & DRIVE_REMOTE && ~driveflags[iDrv] & DRIVE_VIRTUAL &&
     2064                ~driveflags[iDrv] & DRIVE_RAMDISK;
    20642065        rdy = toupper(*szDrv) == toupper(chDrv);
    2065         iDrv = toupper(*szDrv) - 'A';
     2066        iDrv = toupper(*szDrv) - 'A';
    20662067        if (!rdy || ~driveflags[iDrv] & DRIVE_REMOTE)
    2067           WinEnableMenuItem(hwndMenu, IDM_DETACH, FALSE);
    2068 
    2069         if (!rdy || driveflags[iDrv] & DRIVE_NOTWRITEABLE)
    2070           WinEnableMenuItem(hwndMenu, IDM_MKDIR, FALSE);
     2068          WinEnableMenuItem(hwndMenu, IDM_DETACH, FALSE);
     2069
     2070        if (!rdy || driveflags[iDrv] & DRIVE_NOTWRITEABLE)
     2071          WinEnableMenuItem(hwndMenu, IDM_MKDIR, FALSE);
    20712072
    20722073        if (!rdy || driveflags[iDrv] & DRIVE_NOTWRITEABLE || !local) {
     
    20842085          WinEnableMenuItem(hwndMenu, IDM_ARCHIVE, FALSE);
    20852086          WinEnableMenuItem(hwndMenu, IDM_SIZES, FALSE);
    2086           WinEnableMenuItem(hwndMenu, IDM_SHOWALLFILES, FALSE);
    2087 
    2088         if (!rdy || !local)
     2087          WinEnableMenuItem(hwndMenu, IDM_SHOWALLFILES, FALSE);
     2088
     2089        if (!rdy || !local)
    20892090          WinEnableMenuItem(hwndMenu, IDM_CHKDSK, FALSE);
    20902091        }
     
    23332334VOID BuildDriveBarButtons(HWND hwndT)
    23342335{
    2335   register ULONG x; 
    2336   ULONG ulDriveNum, ulDriveMap; 
     2336  register ULONG x;
     2337  ULONG ulDriveNum, ulDriveMap;
    23372338  HENUM henum;
    23382339  HWND hwndB;
     
    23522353                                WC_DRIVEBUTTONS,
    23532354                                0,
    2354                                 BS_NOPOINTERFOCUS | BS_USERBUTTON,
     2355                                BS_NOPOINTERFOCUS | BS_USERBUTTON,
    23552356                                0,
    23562357                                0,
     
    23602361        if (!hwndB)
    23612362          Win_Error(hwndT, HWND_DESKTOP, pszSrcFile, __LINE__,
    2362                     PCSZ_WINCREATEWINDOW);
    2363         else {
     2363                    PCSZ_WINCREATEWINDOW);
     2364        else {
    23642365          WinSetWindowPos(hwndB, HWND_BOTTOM, 0, 0, 0, 0, SWP_ZORDER);
    23652366        }
     
    23672368    }                                   // for
    23682369    hwndB = WinCreateWindow(hwndT,
    2369                             WC_DRIVEBUTTONS,
    2370                             "#7001",
    2371                             BS_NOPOINTERFOCUS | BS_BITMAP | BS_PUSHBUTTON,
    2372                             0,
    2373                             0,
    2374                             DRIVE_BUTTON_WIDTH,
    2375                             DRIVE_BUTTON_HEIGHT,
    2376                             hwndT, HWND_TOP, IDM_REFRESHREMOVABLES, NULL, NULL);
     2370                            WC_DRIVEBUTTONS,
     2371                            "#7001",
     2372                            BS_NOPOINTERFOCUS | BS_BITMAP | BS_PUSHBUTTON,
     2373                            0,
     2374                            0,
     2375                            DRIVE_BUTTON_WIDTH,
     2376                            DRIVE_BUTTON_HEIGHT,
     2377                            hwndT, HWND_TOP, IDM_REFRESHREMOVABLES, NULL, NULL);
    23772378  if (!hwndB)
    23782379    Win_Error(hwndT, HWND_DESKTOP, pszSrcFile, __LINE__,
    23792380              PCSZ_WINCREATEWINDOW);
    23802381  hwndB = WinCreateWindow(hwndT,
    2381                           WC_DRIVEBUTTONS,
    2382                           "#7000",
    2383                           BS_NOPOINTERFOCUS | BS_BITMAP | BS_PUSHBUTTON,
    2384                           0,
    2385                           0,
    2386                           DRIVE_BUTTON_WIDTH,
    2387                           DRIVE_BUTTON_HEIGHT,
    2388                           hwndT, HWND_TOP, IDM_RESCAN, NULL, NULL);
     2382                          WC_DRIVEBUTTONS,
     2383                          "#7000",
     2384                          BS_NOPOINTERFOCUS | BS_BITMAP | BS_PUSHBUTTON,
     2385                          0,
     2386                          0,
     2387                          DRIVE_BUTTON_WIDTH,
     2388                          DRIVE_BUTTON_HEIGHT,
     2389                          hwndT, HWND_TOP, IDM_RESCAN, NULL, NULL);
    23892390  if (!hwndB)
    23902391    Win_Error(hwndT, HWND_DESKTOP, pszSrcFile, __LINE__,
     
    24152416    WinSetWindowPos(hwndB,
    24162417                    HWND_TOP,
    2417                     ctrlxpos, ctrlypos, ctrlxsize, DRIVE_BUTTON_HEIGHT, SWP_MOVE | SWP_SHOW);
     2418                    ctrlxpos, ctrlypos, ctrlxsize, DRIVE_BUTTON_HEIGHT, SWP_MOVE | SWP_SHOW);
    24182419    ctrlxpos += (ctrlxsize + 2);
    24192420    if (ctrlxpos + (DRIVE_BUTTON_WIDTH + 2 + ((fShowTarget && DriveLines == 0) ?
    2420                           256 : 0)) > xwidth) {
     2421                          256 : 0)) > xwidth) {
    24212422      ctrlxpos = 1;
    24222423      ctrlypos += DRIVE_BUTTON_HEIGHT;
     
    26272628                                hwnd, HWND_TOP, COMMAND_BUTTON, NULL, NULL);
    26282629        if (!hwndB)
    2629           Win_Error(hwnd, hwnd, pszSrcFile, __LINE__,
    2630                     PCSZ_WINCREATEWINDOW);
     2630          Win_Error(hwnd, hwnd, pszSrcFile, __LINE__,
     2631                    PCSZ_WINCREATEWINDOW);
    26312632        hwndE = WinCreateWindow(hwnd,
    26322633                                WC_ENTRYFIELD,
     
    26392640                                hwnd, HWND_TOP, COMMAND_LINE, NULL, NULL);
    26402641        if (!hwndE)
    2641           Win_Error(hwnd, hwnd, pszSrcFile, __LINE__,
    2642                     PCSZ_WINCREATEWINDOW);
     2642          Win_Error(hwnd, hwnd, pszSrcFile, __LINE__,
     2643                    PCSZ_WINCREATEWINDOW);
    26432644        if (!hwndE || !hwndB) {
    26442645          PostMsg(hwnd, UM_RESCAN, MPVOID, MPVOID);
     
    30773078              continue;
    30783079            }
    3079             sprintf(szKeyBase, "%sDirCnr.%lu", szPrefix, numsaves);
    3080             strcpy(szKey, szKeyBase);
    3081             strcat(szKey, ".");
    3082             eos = &szKey[strlen(szKey)];
    3083             strcpy(eos, "Pos");
     3080            sprintf(szKeyBase, "%sDirCnr.%lu", szPrefix, numsaves);
     3081            strcpy(szKey, szKeyBase);
     3082            strcat(szKey, ".");
     3083            eos = &szKey[strlen(szKey)];
     3084            strcpy(eos, "Pos");
    30843085            PrfWriteProfileData(fmprof, FM3Str, szKey, (PVOID) & swp,
    30853086                                sizeof(SWP));
    30863087            dcd = WinQueryWindowPtr(WinWindowFromID(hwndC, DIR_CNR), QWL_USER);
    3087             if (dcd) {
    3088               strcpy(eos, "Sort");
     3088            if (dcd) {
     3089              strcpy(eos, "Sort");
    30893090              PrfWriteProfileData(fmprof, FM3Str, szKey, (PVOID) & dcd->sortFlags,
    3090                                   sizeof(INT));
    3091               strcpy(eos, "Filter");
     3091                                  sizeof(INT));
     3092              strcpy(eos, "Filter");
    30923093              PrfWriteProfileData(fmprof, FM3Str, szKey, (PVOID) & dcd->mask,
    3093                                   sizeof(MASK));
    3094               strcpy(eos, "View");
     3094                                  sizeof(MASK));
     3095              strcpy(eos, "View");
    30953096              flWindowAttr = dcd->flWindowAttr;
    30963097              if (!fLeaveTree && (flWindowAttr & CV_TREE)) {
     
    31113112              PrfWriteProfileData(fmprof, FM3Str, szKey, (PVOID) &flWindowAttr,
    31123113                                  sizeof(ULONG));
    3113               WriteDetailsSwitches(szKeyBase, &dcd->ds, TRUE);
     3114              WriteDetailsSwitches(szKeyBase, &dcd->ds, TRUE);
    31143115              SavePresParams(hwndDir, szKeyBase);
    3115             }
    3116             strcpy(eos, "Dir");
     3116            }
     3117            strcpy(eos, "Dir");
    31173118            PrfWriteProfileString(fmprof, FM3Str, szKey, szDir);
    3118             numsaves++;
     3119            numsaves++;
    31193120          }
    31203121        }
     
    31323133    if (!size && fSaveState) {
    31333134      for (ulTemp = 0; ulTemp < previous_numsaves; ulTemp++)
    3134         RemoveOldCnrSwitches(szPrefix, ulTemp);
     3135        RemoveOldCnrSwitches(szPrefix, ulTemp);
    31353136       sprintf(szKey, "%sVersion", szPrefix);
    31363137       PrfWriteProfileString(fmprof, FM3Str, szKey, "3.16");
     
    33233324          if (fIsShutDownState &&
    33243325              driveflags[toupper(*szDir) - 'A'] & DRIVE_NOPRESCAN) {
    3325             RemoveCnrSwitches(szKeyBase, NULL);
    3326             RemoveOldCnrSwitches(szPrefix, x);
     3326            RemoveCnrSwitches(szKeyBase, NULL);
     3327            RemoveOldCnrSwitches(szPrefix, x);
    33273328            continue;
    33283329          }
    3329           LoadDetailsSwitches(szKeyBase, &localdcd.ds, TRUE);
     3330          LoadDetailsSwitches(szKeyBase, &localdcd.ds, TRUE);
    33303331          hwndDir = (HWND) WinSendMsg(hwndClient,
    33313332                                      UM_SETDIR,
     
    33643365                dcd->ds.detailslatime   = localdcd.ds.detailslatime  ;
    33653366                dcd->ds.detailslwdate   = localdcd.ds.detailslwdate  ;
    3366                 dcd->ds.detailslwtime   = localdcd.ds.detailslwtime  ;
    3367                 strcpy(eos, "Sort");
     3367                dcd->ds.detailslwtime   = localdcd.ds.detailslwtime  ;
     3368                strcpy(eos, "Sort");
    33683369                size = sizeof(INT);
    33693370                if (PrfQueryProfileData(fmprof,
     
    33753376                    dcd->sortFlags = SORT_PATHNAME;
    33763377                }
    3377                 size = sizeof(MASK);
    3378                 strcpy(eos, "Filter");
     3378                size = sizeof(MASK);
     3379                strcpy(eos, "Filter");
    33793380                if (PrfQueryProfileData(fmprof,
    33803381                                        FM3Str,
     
    33863387                }
    33873388                *(dcd->mask.prompt) = 0;
    3388                 strcpy(eos, "View");
     3389                strcpy(eos, "View");
    33893390                if (!noview) {
    33903391                  size = sizeof(ULONG);
     
    34123413                }
    34133414                if (!PostMsg(hwndCnr, UM_SETUP2, NULL, NULL))
    3414                   WinSendMsg(hwndCnr, UM_SETUP2, NULL, NULL); 
     3415                  WinSendMsg(hwndCnr, UM_SETUP2, NULL, NULL);
    34153416              }
    34163417            }
     
    34353436                              SWP_SIZE | SWP_SHOW |  SWP_ZORDER |
    34363437                              SWP_ACTIVATE);
    3437           }
    3438           if (fDeleteState)
    3439             RemoveCnrSwitches(szKeyBase, pszStateName);
     3438          }
     3439          if (fDeleteState)
     3440            RemoveCnrSwitches(szKeyBase, pszStateName);
    34403441        }
    34413442      }
     
    47484749            else {
    47494750              PrfWriteProfileData(fmprof, FM3Str, szKey, NULL, 0L);
    4750               for (x = 0; x < numsaves; x++) {
    4751                 sprintf(szKeyBase, "%s.DirCnr.%lu", szStateName, x);
    4752                 RemoveCnrSwitches(szKeyBase, szStateName);
    4753                 size = 0;
    4754                 sprintf(szKey, "%sVersion", szStateName);
    4755                 if (PrfQueryProfileSize(fmprof, FM3Str, szKey, &size) && size)
    4756                   RemoveOldCnrSwitches(szStateName, x);
     4751              for (x = 0; x < numsaves; x++) {
     4752                sprintf(szKeyBase, "%s.DirCnr.%lu", szStateName, x);
     4753                RemoveCnrSwitches(szKeyBase, szStateName);
     4754                size = 0;
     4755                sprintf(szKey, "%sVersion", szStateName);
     4756                if (PrfQueryProfileSize(fmprof, FM3Str, szKey, &size) && size)
     4757                  RemoveOldCnrSwitches(szStateName, x);
    47574758              }
    47584759            }
     
    48074808
    48084809      if (fDataMin) {
    4809         fDataMin = FALSE;
    4810         changed = TRUE;
     4810        fDataMin = FALSE;
     4811        changed = TRUE;
    48114812      }
    48124813      WinSetWindowPos(WinQueryWindow(hwnd, QW_PARENT), HWND_TOP, 0, 0, 0, 0,
    4813                       SWP_MINIMIZE);
     4814                      SWP_MINIMIZE);
    48144815      WinSetWindowPos(WinQueryWindow(hwnd, QW_PARENT), HWND_TOP, 0, 0, 0, 0,
    4815                       SWP_RESTORE | SWP_ZORDER);
     4816                      SWP_RESTORE | SWP_ZORDER);
    48164817      if (changed)
    4817         fDataMin = TRUE;
     4818        fDataMin = TRUE;
    48184819      break;
    48194820    }
     
    55065507                         hwnd, HWND_TOP, IDM_IDEALSIZE, NULL, NULL)) {
    55075508      Win_Error(hwnd, hwnd, pszSrcFile, __LINE__,
    5508                 PCSZ_WINCREATEWINDOW);
     5509                PCSZ_WINCREATEWINDOW);
    55095510    }
    55105511    else {
     
    55285529    if (!hwndTmp)
    55295530      Win_Error(hwnd, hwnd, pszSrcFile, __LINE__,
    5530                 PCSZ_WINCREATEWINDOW);
     5531                PCSZ_WINCREATEWINDOW);
    55315532
    55325533    hwndTmp = WinCreateWindow(hwndFrame,
     
    55415542    if (!hwndTmp)
    55425543      Win_Error(hwnd, hwnd, pszSrcFile, __LINE__,
    5543                 PCSZ_WINCREATEWINDOW);
     5544                PCSZ_WINCREATEWINDOW);
    55445545
    55455546    hwndUserlist = WinCreateWindow(hwndFrame,
     
    55615562    if (!hwndUserlist)
    55625563      Win_Error(hwnd, hwnd, pszSrcFile, __LINE__,
    5563                 PCSZ_WINCREATEWINDOW);
     5564                PCSZ_WINCREATEWINDOW);
    55645565    hwndCmdlist = WinCreateWindow(hwndFrame,
    55655566                                  WC_COMBOBOX,
     
    55805581    if (!hwndCmdlist)
    55815582      Win_Error(hwnd, hwnd, pszSrcFile, __LINE__,
    5582                 PCSZ_WINCREATEWINDOW);
     5583                PCSZ_WINCREATEWINDOW);
    55835584    WinSetWindowText(hwndCmdlist, GetPString(IDS_COMMANDSTEXT));
    55845585    hwndStatelist = WinCreateWindow(hwndFrame,
     
    56005601    if (!hwndStatelist)
    56015602      Win_Error(hwnd, hwnd, pszSrcFile, __LINE__,
    5602                 PCSZ_WINCREATEWINDOW);
     5603                PCSZ_WINCREATEWINDOW);
    56035604
    56045605    hwndDrivelist = WinCreateWindow(hwndFrame,
     
    56195620    if (!hwndDrivelist)
    56205621      Win_Error(hwnd, hwnd, pszSrcFile, __LINE__,
    5621                 PCSZ_WINCREATEWINDOW);
     5622                PCSZ_WINCREATEWINDOW);
    56225623    //fixme to allow user to change presparams 1-10-09 GKY
    56235624    SetPresParams(hwndDrivelist,
     
    56395640    if (!hwndButtonlist)
    56405641      Win_Error(hwnd, hwnd, pszSrcFile, __LINE__,
    5641                 PCSZ_WINCREATEWINDOW);
     5642                PCSZ_WINCREATEWINDOW);
    56425643    WinSendMsg(WinWindowFromID(hwndUserlist, CBID_EDIT),
    56435644               EM_SETTEXTLIMIT, MPFROM2SHORT(CCHMAXPATH, 0), MPVOID);
     
    58225823      PostMsg(hwndToolback, UM_SETUP2, MPVOID, MPVOID);
    58235824      if (fInitialDriveScan) {
    5824         DosPostEventSem(hevInitialCnrScanComplete);
    5825         DosCloseEventSem(hevInitialCnrScanComplete);
     5825        DosPostEventSem(hevInitialCnrScanComplete);
     5826        DosCloseEventSem(hevInitialCnrScanComplete);
    58265827      }
    58275828    }
     
    58985899  case UM_THREADUSE:
    58995900  case UM_BUILDDRIVEBAR:
     5901  case WM_TIMER:
    59005902    return CommonMainWndProc(hwnd, msg, mp1, mp2);
    59015903
  • TabularUnified trunk/dll/notify.c

    r1444 r1455  
    2626#include <string.h>
    2727#include <ctype.h>
    28 #include <stddef.h>                     // _threadid
     28#include <stddef.h>                     // _threadid
    2929
    3030#define INCL_DOS
    3131#define INCL_WIN
    3232#define INCL_GPI
    33 #define INCL_LONGLONG                   // dircnrs.h
     33#define INCL_LONGLONG                   // dircnrs.h
    3434
    3535#include "fm3dll.h"
     
    4141#include "fm3dlg.h"
    4242#include "fm3str.h"
    43 #include "errutil.h"                    // Dos_Error...
    44 #include "strutil.h"                    // GetPString
     43#include "errutil.h"                    // Dos_Error...
     44#include "strutil.h"                    // GetPString
    4545#include "notify.h"
    4646#include "presparm.h"                   // SetPresParams
     
    5555// Data definitions
    5656static PSZ pszSrcFile = __FILE__;
    57 static volatile HWND hwndNotify;        // 16 Apr 08 SHL
     57static volatile HWND hwndNotify;        // 16 Apr 08 SHL
    5858static volatile PCSZ pszCachedNote;     // 16 Jul 09 SHL
    5959
     
    170170{
    171171  char *p;
    172   HWND hwnd = (HWND) 0, hwndP;
     172  HWND hwnd = (HWND)0, hwndP;
    173173  LONG x, y, cx, cy;
    174174  SWP swp, swpS, swpS2;
     
    217217    if (!hwnd)
    218218      Win_Error(hwndP, hwndP, pszSrcFile, __LINE__,
    219                 PCSZ_WINCREATEWINDOW);
     219                PCSZ_WINCREATEWINDOW);
    220220
    221221    if (p != str)
     
    306306    // Remember showing for restart
    307307    fThreadNotes = TRUE;
    308       PrfWriteProfileData(fmprof,
    309                           FM3Str, "ThreadNotes", &fThreadNotes, sizeof(BOOL));
    310     fThreadNotes = FALSE;               // Optimize
     308    PrfWriteProfileData(fmprof,
     309                        FM3Str,
     310                        "ThreadNotes",
     311                        &fThreadNotes,
     312                        sizeof(BOOL));
     313    fThreadNotes = FALSE;               // Optimize shutdown
    311314
    312315    // 16 Jul 09 SHL Added
     
    445448        ndx--;
    446449        len = (SHORT)WinSendDlgItemMsg(hwnd, NOTE_LISTBOX,
    447                                        LM_QUERYITEMTEXTLENGTH, 
     450                                       LM_QUERYITEMTEXTLENGTH,
    448451                                       MPFROMSHORT(ndx), MPVOID);
    449452        if (len != LIT_ERROR) {
     
    471474  case WM_DESTROY:
    472475    if (hwndNotify == hwnd) {
    473       // Remember not open
    474       fThreadNotes = FALSE;
     476      fThreadNotes = FALSE;             // Remember not open
    475477      PrfWriteProfileData(fmprof,
    476478                          FM3Str, "ThreadNotes", &fThreadNotes, sizeof(BOOL));
    477       hwndNotify = (HWND) 0;
     479      hwndNotify = (HWND)0;
    478480    }
    479481    if (hptrIcon) {
     
    481483      hptrIcon = (HPOINTER)0;           // 16 Jul 09 SHL
    482484    }
    483     if (!PostMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID))
    484       WinSendMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID);
     485    if (!PostMsg((HWND)0, WM_QUIT, MPVOID, MPVOID))
     486      WinSendMsg((HWND)0, WM_QUIT, MPVOID, MPVOID);
    485487    break;
    486488  }
     
    492494 */
    493495
    494 static VOID NoteThread(VOID * args)
     496static VOID NoteThread(VOID *args)
    495497{
    496498  HAB hab = WinInitialize(0);
  • TabularUnified trunk/dll/treecnr.c

    r1447 r1455  
    6969  06 Jun 09 GKY Status line to show file sys/label not shown in tree; shortened to fit split status
    7070  07 Jun 09 GKY Fixed double names in tree container when collapsed tree is accessed
    71                 before recursive scan
     71                before recursive scan
    7272  12 Jul 09 GKY Add option to show file system type or drive label in tree
    73                 (get NOPRESCAN drives working)
     73                (get NOPRESCAN drives working)
    7474  22 Jul 09 GKY Code changes to use semaphores to serialize drive scanning
    7575  22 Jul 09 GKY Consolidated driveflag setting code in DriveFlagsOne
    7676  22 Jul 09 GKY Streamline scanning code for faster Tree rescans
     77  14 Sep 09 SHL Drop experimental code
    7778
    7879***********************************************************************/
     
    280281        if (!stricmp(dirname, pciP->pszFileName))
    281282          break;                        // Found it
    282         if (~pciP->rc.flRecordAttr & CRA_EXPANDED)
    283           WinSendMsg(hwndCnr, CM_EXPANDTREE, MPFROMP(pciP), MPVOID);
     283        if (~pciP->rc.flRecordAttr & CRA_EXPANDED)
     284          WinSendMsg(hwndCnr, CM_EXPANDTREE, MPFROMP(pciP), MPVOID);
    284285        strcpy(szDir, dirname);
    285286        if (p - szDir >= strlen(szDir))
     
    336337                          MPFROM2SHORT(CMA_PARENT, CMA_ITEMORDER));
    337338        if (pciP && (INT) pciP != -1) {
    338           if (!(pciP->rc.flRecordAttr & CRA_EXPANDED))
    339             WinSendMsg(hwndCnr, CM_EXPANDTREE, MPFROMP(pciP), MPVOID);
     339          if (!(pciP->rc.flRecordAttr & CRA_EXPANDED))
     340            WinSendMsg(hwndCnr, CM_EXPANDTREE, MPFROMP(pciP), MPVOID);
    340341          pciToSelect = pciP;
    341342        }
     
    352353        ShowCnrRecord(hwndCnr, (PMINIRECORDCORE) pciToSelect);
    353354      }
    354       if (fSwitchTreeExpand && ~pciToSelect->rc.flRecordAttr & CRA_EXPANDED) 
    355         WinSendMsg(hwndCnr, CM_EXPANDTREE, MPFROMP(pciToSelect), MPVOID);
     355      if (fSwitchTreeExpand && ~pciToSelect->rc.flRecordAttr & CRA_EXPANDED)
     356        WinSendMsg(hwndCnr, CM_EXPANDTREE, MPFROMP(pciToSelect), MPVOID);
    356357      if (!quickbail) {
    357358        WinSendMsg(hwndCnr,
     
    643644          temptop = fTopDir;
    644645          fTopDir = TRUE;
    645         }
    646         ShowTreeRec(dcd->hwndCnr, (CHAR *)mp1, fCollapseFirst, TRUE);
    647         PostMsg(hwndTree, WM_COMMAND, MPFROM2SHORT(IDM_UPDATE, 0), MPVOID);
     646        }
     647        ShowTreeRec(dcd->hwndCnr, (CHAR *)mp1, fCollapseFirst, TRUE);
     648        PostMsg(hwndTree, WM_COMMAND, MPFROM2SHORT(IDM_UPDATE, 0), MPVOID);
    648649        dcd->suspendview = tempsusp;
    649650        fFollowTree = tempfollow;
     
    780781              else
    781782                *szFree = 0;
    782               driveserial[toupper(*pci->pszFileName) - 'A'] = volser.serial;
    783               if (CheckDrive(toupper(*pci->pszFileName), FileSystem, &type) == -1 ||
    784                   fShowFSTypeInTree)
    785                 strcpy(FileSystem, NullStr);
    786               if (fShowDriveLabelInTree)
    787                 strcpy(szTmpLabel, NullStr);
    788               else
    789                 strcpy(szTmpLabel, volser.volumelabel);
    790               if (fSplitStatus) {
    791                 CHAR temp[CCHMAXPATH] = " [";
    792 
    793                 strcat(temp, s);
    794                 strcat(temp, "]");
    795                 sprintf(s,
    796                         GetPString(fShowFSTypeInTree ? IDS_TREESTATUSSTART1TEXT :
    797                                    fShowDriveLabelInTree
    798                                    ? IDS_TREESTATUSSTART2TEXT : IDS_TREESTATUSSTARTTEXT),
    799                         toupper(*pci->pszFileName), FileSystem,
    800                         szTmpLabel, volser.serial, szFree);
    801                 strcat(s, temp);
    802               }
    803               else {
    804                 strcat(s, " [");
    805                 sprintf(&s[strlen(s)],
    806                         GetPString(fShowFSTypeInTree ? IDS_TREESTATUSSTART1TEXT :
    807                                    fShowDriveLabelInTree
    808                                    ? IDS_TREESTATUSSTART2TEXT : IDS_TREESTATUSSTARTTEXT),
    809                         toupper(*pci->pszFileName), FileSystem,
    810                         szTmpLabel, volser.serial, szFree);
    811                 strcat(s, "]");
    812               }
     783              driveserial[toupper(*pci->pszFileName) - 'A'] = volser.serial;
     784              if (CheckDrive(toupper(*pci->pszFileName), FileSystem, &type) == -1 ||
     785                  fShowFSTypeInTree)
     786                strcpy(FileSystem, NullStr);
     787              if (fShowDriveLabelInTree)
     788                strcpy(szTmpLabel, NullStr);
     789              else
     790                strcpy(szTmpLabel, volser.volumelabel);
     791              if (fSplitStatus) {
     792                CHAR temp[CCHMAXPATH] = " [";
     793
     794                strcat(temp, s);
     795                strcat(temp, "]");
     796                sprintf(s,
     797                        GetPString(fShowFSTypeInTree ? IDS_TREESTATUSSTART1TEXT :
     798                                   fShowDriveLabelInTree
     799                                   ? IDS_TREESTATUSSTART2TEXT : IDS_TREESTATUSSTARTTEXT),
     800                        toupper(*pci->pszFileName), FileSystem,
     801                        szTmpLabel, volser.serial, szFree);
     802                strcat(s, temp);
     803              }
     804              else {
     805                strcat(s, " [");
     806                sprintf(&s[strlen(s)],
     807                        GetPString(fShowFSTypeInTree ? IDS_TREESTATUSSTART1TEXT :
     808                                   fShowDriveLabelInTree
     809                                   ? IDS_TREESTATUSSTART2TEXT : IDS_TREESTATUSSTARTTEXT),
     810                        toupper(*pci->pszFileName), FileSystem,
     811                        szTmpLabel, volser.serial, szFree);
     812                strcat(s, "]");
     813              }
    813814              if (!fMoreButtons) {
    814815                if (*dcd->mask.szMask ||
     
    854855      WinSendMsg(dcd->hwndCnr,
    855856                 CM_SCROLLWINDOW,
    856                 MPFROMSHORT(CMA_HORIZONTAL), MPFROMLONG(-1));
     857                MPFROMSHORT(CMA_HORIZONTAL), MPFROMLONG(-1));
    857858      DosRequestMutexSem(hmtFillingTreeCnr, SEM_INDEFINITE_WAIT);
    858859      FillTreeCnr(dcd->hwndCnr, dcd->hwndParent);
     
    18131814                  if (Flesh(hwnd, pci) &&
    18141815                      SHORT2FROMMP(mp1) == CN_EXPANDTREE &&
    1815                       !dcd->suspendview && fTopDir) {
    1816                     PostMsg(hwnd, UM_TOPDIR, MPFROMP(pci), MPVOID);
    1817                     //DbgMsg(pszSrcFile, __LINE__, "UM_TOPDIR %p pci %p", hwnd, pci);
    1818                   }
     1816                      !dcd->suspendview && fTopDir) {
     1817                    PostMsg(hwnd, UM_TOPDIR, MPFROMP(pci), MPVOID);
     1818                    //DbgMsg(pszSrcFile, __LINE__, "UM_TOPDIR %p pci %p", hwnd, pci);
     1819                  }
    18191820                }
    18201821                driveserial[toupper(*pci->pszFileName) - 'A'] = volser.serial;
     
    18291830            }
    18301831            else if (SHORT2FROMMP(mp1) == CN_EXPANDTREE) {
    1831               if (Flesh(hwnd, pci) && !dcd->suspendview && fTopDir){
    1832                 PostMsg(hwnd, UM_TOPDIR, MPFROMP(pci), MPVOID);
    1833                 //DbgMsg(pszSrcFile, __LINE__, "UM_TOPDIR %p pci %p", hwnd, pci);
    1834               }
    1835             }
    1836             if (SHORT2FROMMP(mp1) == CN_EXPANDTREE && !dcd->suspendview){
    1837               WinSendMsg(hwnd, UM_FILTER, MPVOID, MPVOID);
    1838               //DbgMsg(pszSrcFile, __LINE__, "UM_FILTER %p pci %p", hwnd, pci);
    1839             }
     1832              if (Flesh(hwnd, pci) && !dcd->suspendview && fTopDir){
     1833                PostMsg(hwnd, UM_TOPDIR, MPFROMP(pci), MPVOID);
     1834                //DbgMsg(pszSrcFile, __LINE__, "UM_TOPDIR %p pci %p", hwnd, pci);
     1835              }
     1836            }
     1837            if (SHORT2FROMMP(mp1) == CN_EXPANDTREE && !dcd->suspendview){
     1838              WinSendMsg(hwnd, UM_FILTER, MPVOID, MPVOID);
     1839              //DbgMsg(pszSrcFile, __LINE__, "UM_FILTER %p pci %p", hwnd, pci);
     1840            }
    18401841          }
    18411842        }
     
    18971898          (INT) pci != -1 &&
    18981899          !(pci->rc.flRecordAttr & CRA_INUSE) &&
    1899           !(pci->flags & RECFLAGS_ENV) && IsFullName(pci->pszFileName)) {
    1900         x = (INT) (toupper(*pci->pszFileName) - 'A');
     1900          !(pci->flags & RECFLAGS_ENV) && IsFullName(pci->pszFileName)) {
     1901        x = (INT) (toupper(*pci->pszFileName) - 'A');
    19011902        if (driveflags[x] & DRIVE_INVALID) {
    19021903          if (!fAlertBeepOff)
    19031904            DosBeep(50, 100);
    19041905          if (hwndStatus)
    1905             WinSetWindowText(hwndStatus, GetPString(IDS_RESCANSUGTEXT));
    1906           DosReleaseMutexSem(hmtFillingTreeCnr);
     1906            WinSetWindowText(hwndStatus, GetPString(IDS_RESCANSUGTEXT));
     1907          DosReleaseMutexSem(hmtFillingTreeCnr);
    19071908          return 0;
    19081909        }
     
    19231924              }
    19241925            } // for
    1925             RemoveCnrItems(hwnd, pciP, 1, CMA_FREE | CMA_INVALIDATE);
    1926             DosReleaseMutexSem(hmtFillingTreeCnr);
     1926            RemoveCnrItems(hwnd, pciP, 1, CMA_FREE | CMA_INVALIDATE);
     1927            DosReleaseMutexSem(hmtFillingTreeCnr);
    19271928            return 0;
    19281929          }
     
    19361937            CHAR volumelabel[CCHMAXPATH];
    19371938          }
    1938           volser;
    1939           CHAR FileSystem[CCHMAXPATH];
    1940           CHAR szBuf[CCHMAXPATH];
     1939          volser;
     1940          CHAR FileSystem[CCHMAXPATH];
     1941          CHAR szBuf[CCHMAXPATH];
    19411942
    19421943          pciL = pciP = pci;
     
    19551956          if ((driveflags[x] & DRIVE_NOPRESCAN) || (toupper(*pci->pszFileName) > 'B' &&
    19561957               !(driveflags[x] & DRIVE_CDROM))) {
    1957             DriveFlagsOne(x, FileSystem, &volser);
    1958             SelectDriveIcon(pciP);
     1958            DriveFlagsOne(x, FileSystem, &volser);
     1959            SelectDriveIcon(pciP);
    19591960            if (hwndMain)
    19601961              PostMsg(hwndMain, UM_BUILDDRIVEBAR, MPVOID, MPVOID);
     
    19651966                                  FSIL_VOLSER, &volser,
    19661967                                  (ULONG) sizeof(volser));
    1967           if (!status) {
     1968          if (!status) {
    19681969            if (!volser.serial || driveserial[x] != volser.serial) {
    19691970              UnFlesh(hwnd, pciP);
     
    19771978            if (!pciL)
    19781979              Flesh(hwnd, pciP);
    1979             if ((fShowFSTypeInTree || fShowDriveLabelInTree) &&
    1980                 strlen(pciP->pszFileName) < 4) {
    1981               strcpy(szBuf, pciP->pszFileName);
    1982               strcat(szBuf, " [");
    1983               strcat(szBuf, fShowFSTypeInTree ? FileSystem : volser.volumelabel);
    1984               strcat(szBuf, "]");
    1985               pciP->pszDisplayName = xstrdup(szBuf, pszSrcFile, __LINE__);
    1986               pciP->rc.pszIcon = pciP->pszDisplayName;
    1987             }
    1988             WinSendMsg(hwnd,
    1989                        CM_INVALIDATERECORD,
    1990                        MPFROMP(&pciP),
    1991                        MPFROM2SHORT(1, CMA_ERASE | CMA_REPOSITION));
    1992           }
     1980            if ((fShowFSTypeInTree || fShowDriveLabelInTree) &&
     1981                strlen(pciP->pszFileName) < 4) {
     1982              strcpy(szBuf, pciP->pszFileName);
     1983              strcat(szBuf, " [");
     1984              strcat(szBuf, fShowFSTypeInTree ? FileSystem : volser.volumelabel);
     1985              strcat(szBuf, "]");
     1986              pciP->pszDisplayName = xstrdup(szBuf, pszSrcFile, __LINE__);
     1987              pciP->rc.pszIcon = pciP->pszDisplayName;
     1988            }
     1989            WinSendMsg(hwnd,
     1990                       CM_INVALIDATERECORD,
     1991                       MPFROMP(&pciP),
     1992                       MPFROM2SHORT(1, CMA_ERASE | CMA_REPOSITION));
     1993          }
    19931994          else {
    19941995            driveserial[x] = -1;
    19951996            UnFlesh(hwnd, pci);
    19961997            PostMsg(hwnd, UM_RESCAN, MPVOID, MPVOID);
    1997             PostMsg(hwnd, UM_SETUP2, MPFROMP(pci), MPFROMLONG(status));
    1998             DosReleaseMutexSem(hmtFillingTreeCnr);
     1998            PostMsg(hwnd, UM_SETUP2, MPFROMP(pci), MPFROMLONG(status));
     1999            DosReleaseMutexSem(hmtFillingTreeCnr);
    19992000            return 0;
    20002001          }
     
    20182019            if ((shiftstate & (KC_CTRL | KC_ALT)) == (KC_CTRL | KC_ALT)) {
    20192020              PostMsg(hwnd,
    2020                       WM_COMMAND, MPFROM2SHORT(IDM_SHOWALLFILES, 0), MPVOID);
    2021               DosReleaseMutexSem(hmtFillingTreeCnr);
     2021                      WM_COMMAND, MPFROM2SHORT(IDM_SHOWALLFILES, 0), MPVOID);
     2022              DosReleaseMutexSem(hmtFillingTreeCnr);
    20222023              return 0;
    20232024            }
    20242025            if ((shiftstate & (KC_CTRL | KC_SHIFT)) == (KC_CTRL | KC_SHIFT)) {
    2025               OpenObject(pci->pszFileName, Settings, dcd->hwndFrame);
    2026               DosReleaseMutexSem(hmtFillingTreeCnr);
     2026              OpenObject(pci->pszFileName, Settings, dcd->hwndFrame);
     2027              DosReleaseMutexSem(hmtFillingTreeCnr);
    20272028              return 0;
    20282029            }
    20292030            if (!(shiftstate & (KC_CTRL | KC_SHIFT))) {
    20302031              if (!ParentIsDesktop(hwnd, dcd->hwndParent)) {
    2031                 if (FindDirCnrByName(pci->pszFileName, TRUE)) {
    2032                   DosReleaseMutexSem(hmtFillingTreeCnr);
    2033                   return 0;
    2034                 }
     2032                if (FindDirCnrByName(pci->pszFileName, TRUE)) {
     2033                  DosReleaseMutexSem(hmtFillingTreeCnr);
     2034                  return 0;
     2035                }
    20352036              }
    20362037            }
     
    20542055              }
    20552056              OpenObject(pci->pszFileName, s, dcd->hwndFrame);
    2056               DosReleaseMutexSem(hmtFillingTreeCnr);
     2057              DosReleaseMutexSem(hmtFillingTreeCnr);
    20572058              return 0;
    20582059            }
     
    20972098        PostMsg(hwnd, WM_COMMAND, MPFROM2SHORT(IDM_MKDIR, 0), MPVOID);
    20982099      if (fFollowTree)
    2099         WinSetFocus(HWND_DESKTOP, hwnd);
     2100        WinSetFocus(HWND_DESKTOP, hwnd);
    21002101      DosReleaseMutexSem(hmtFillingTreeCnr);
    21012102    }
     
    23422343          *s = info->device;
    23432344          pci = FindCnrRecord(hwnd, s, NULL, FALSE, FALSE, TRUE);
    2344           if (pci && (INT) pci != -1) {
    2345             INT x = info->device - 'A';
    2346             CHAR  FileSystem[CCHMAXPATH];
     2345          if (pci && (INT) pci != -1) {
     2346            INT x = info->device - 'A';
     2347            CHAR  FileSystem[CCHMAXPATH];
    23472348
    23482349            driveserial[x] = -1;
     
    25882589        runemf2(SEPARATE | WINDOWED | BACKGROUND | MINIMIZED | WAIT,
    25892590                HWND_DESKTOP, pszSrcFile, __LINE__, NULL, NULL,
    2590                 "%s %s", PCSZ_LVMEXE, "/RediscoverPRM");
     2591                "%s %s", PCSZ_LVMEXE, "/RediscoverPRM");
    25912592        PostMsg(hwndTree, WM_COMMAND, MPFROM2SHORT(IDM_RESCAN, 0), MPVOID);
    25922593        break;
     
    27482749
    27492750      case IDM_UPDATE:
    2750         {
     2751        {
    27512752          PCNRITEM pci = (PCNRITEM)CurrentRecord(hwnd);
    2752           if (pci && (INT)pci != -1) {
    2753             struct
    2754             {
    2755               ULONG serial;
    2756               CHAR volumelength;
    2757               CHAR volumelabel[CCHMAXPATH];
    2758             }
    2759             volser;
    2760             INT x = toupper(*pci->pszFileName) - 'A';
    2761             CHAR FileSystem[CCHMAXPATH], szBuf[CCHMAXPATH];
     2753          if (pci && (INT)pci != -1) {
     2754            struct
     2755            {
     2756              ULONG serial;
     2757              CHAR volumelength;
     2758              CHAR volumelabel[CCHMAXPATH];
     2759            }
     2760            volser;
     2761            INT x = toupper(*pci->pszFileName) - 'A';
     2762            CHAR FileSystem[CCHMAXPATH], szBuf[CCHMAXPATH];
    27622763
    27632764            UINT driveflag = driveflags[x];
    27642765            if (pci->attrFile & FILE_DIRECTORY) {
    27652766              if (pci->flags & RECFLAGS_UNDERENV)
    2766                 break;
    2767               DosRequestMutexSem(hmtFillingTreeCnr, SEM_INDEFINITE_WAIT);
     2767                break;
     2768              DosRequestMutexSem(hmtFillingTreeCnr, SEM_INDEFINITE_WAIT);
    27682769              UnFlesh(hwnd, pci);
    27692770              // Check if drive type might need update
    27702771              if ((driveflag & (DRIVE_INVALID | DRIVE_NOPRESCAN)) ||
    2771                   (~driveflag & DRIVE_NOPRESCAN && pci->rc.hptrIcon == hptrDunno)) {
     2772                  (~driveflag & DRIVE_NOPRESCAN && pci->rc.hptrIcon == hptrDunno)) {
    27722773                DriveFlagsOne(x, FileSystem, &volser);
    27732774                driveflag = driveflags[x];
     
    27762777                else  if (strlen(pci->pszFileName) < 4) {
    27772778                  SelectDriveIcon(pci);
    2778                 }
    2779                 if ((fShowFSTypeInTree || fShowDriveLabelInTree) &&
    2780                     strlen(pci->pszFileName) < 4) {
    2781                   strcpy(szBuf, pci->pszFileName);
    2782                   strcat(szBuf, " [");
    2783                   strcat(szBuf, fShowFSTypeInTree ? FileSystem : volser.volumelabel);
    2784                   strcat(szBuf, "]");
    2785                   pci->pszDisplayName = xstrdup(szBuf, pszSrcFile, __LINE__);
    2786                   pci->rc.pszIcon = pci->pszDisplayName;
    2787                 }
     2779                }
     2780                if ((fShowFSTypeInTree || fShowDriveLabelInTree) &&
     2781                    strlen(pci->pszFileName) < 4) {
     2782                  strcpy(szBuf, pci->pszFileName);
     2783                  strcat(szBuf, " [");
     2784                  strcat(szBuf, fShowFSTypeInTree ? FileSystem : volser.volumelabel);
     2785                  strcat(szBuf, "]");
     2786                  pci->pszDisplayName = xstrdup(szBuf, pszSrcFile, __LINE__);
     2787                  pci->rc.pszIcon = pci->pszDisplayName;
     2788                }
    27882789                WinSendMsg(hwnd,
    27892790                           CM_INVALIDATERECORD,
     
    27942795              }
    27952796              if (~driveflag & DRIVE_INVALID)
    2796                 Flesh(hwnd, pci);
    2797               DosReleaseMutexSem(hmtFillingTreeCnr);
     2797                Flesh(hwnd, pci);
     2798              DosReleaseMutexSem(hmtFillingTreeCnr);
    27982799            }
    27992800          }
     
    30043005    return 0;
    30053006
    3006   case WM_TIMER:
    3007     return ActionWMTimer(hwnd, mp1, mp2);
    3008 
    30093007  case WM_SAVEAPPLICATION:
    30103008    if (dcd && !ParentIsDesktop(hwnd, dcd->hwndParent)) {
     
    32383236                                     NULL,
    32393237                                     CCS_AUTOPOSITION | CCS_MINIICONS |
    3240                                      CCS_MINIRECORDCORE, 
     3238                                     CCS_MINIRECORDCORE,
    32413239                                     0,
    32423240                                     0,
     
    32573255        if (ParentIsDesktop(hwndFrame, hwndParent)) {
    32583256          WinSetWindowText(WinWindowFromID(hwndFrame, FID_TITLEBAR), "VTree");
    3259           FixSwitchList(hwndFrame, "VTree");
    3260           DosPostEventSem(hevInitialCnrScanComplete);
    3261           DosCloseEventSem(hevInitialCnrScanComplete);
    3262           fInitialDriveScan = FALSE;
     3257          FixSwitchList(hwndFrame, "VTree");
     3258          DosPostEventSem(hevInitialCnrScanComplete);
     3259          DosCloseEventSem(hevInitialCnrScanComplete);
     3260          fInitialDriveScan = FALSE;
    32633261        }
    32643262        else {
  • TabularUnified trunk/dll/worker.c

    r1449 r1455  
    6161// #define INCL_WINWORKPLACE            // 13 Jul 09 SHL dropped
    6262#define INCL_WINSHELLDATA               // PrfQueryProfileData
    63 #define INCL_WINTIMER                   // WinStarTimer
    64 #define INCL_WININPUT                   // WinQueryFocus
    6563
    6664#include "fm3dll.h"
     
    106104#include "avl.h"                        // SBoxDlgProc
    107105#include "subj.h"                       // Subject
    108 #include "grep.h"                       // hwndStatus
    109106#include "stristr.h"                    // stristr
    110107#include "wrappers.h"                   // xfopen
     
    199196  INT plen = 0;
    200197  CHAR *p, *pp;
    201   ULONG idTimerStarted = 0;
    202   BOOL fActionPosted = FALSE;
    203   HAB habForActions;
    204   HWND hwndForActions;
    205198  CHAR szQuotedDirName[CCHMAXPATH];
    206199  CHAR szQuotedFileName[CCHMAXPATH];
     
    333326          // Process each list item
    334327          if (wk->li && wk->li->list && wk->li->list[0]) {
    335             // char ucClassname[8];
    336             if (hwndStatus) {
    337               // Send update request to source window or container
    338               // 13 Jul 09 SHL fixme to be sure we pick window that understand UM_ACTIONSTATE wk->dcd->hwndCnr?
    339               // 13 Jul 09 SHL fixme to ensure focus window is one that understands UM_ACTIONSTATE
    340               HWND hwndFocus = WinQueryFocus(HWND_DESKTOP);
    341               DbgMsg(pszSrcFile, __LINE__, "hwndFocus %lx", hwndFocus); // 13 Jul 09 SHL fixme debug
    342               DbgMsg(pszSrcFile, __LINE__, "hwndCnr %lx", wk->hwndCnr); // 13 Jul 09 SHL fixme debug
    343               // DbgMsg(pszSrcFile, __LINE__, "hwndS %lx", wk->li->hwndS);      // 13 Jul 09 SHL fixme debug
    344               DbgMsg(pszSrcFile, __LINE__, "hwnd %lx", wk->li->hwnd);   // 13 Jul 09 SHL fixme debug
    345               // DbgMsg(pszSrcFile, __LINE__, "hwndParent %lx", wk->hwndParent);        // 13 Jul 09 SHL fixme debug
    346               // DbgMsg(pszSrcFile, __LINE__, "hwndClient %lx", wk->hwndClient);        // 13 Jul 09 SHL fixme debug
    347               // DbgMsg(pszSrcFile, __LINE__, "hwndFrame %lx", wk->hwndFrame);  // 13 Jul 09 SHL fixme debug
    348               // hwndForActions = wk->li->hwnd == hwndFocus ? hwndFocus : wk->hwndCnr;
    349               hwndForActions = WinQueryFocus(HWND_DESKTOP);
    350 #if 0 // 14 Jul 09 SHL fixme
    351               hwndForActions = WinQueryFocus(HWND_DESKTOP);
    352               if (WinQueryClassName(hwndForActions, sizeof(ucClassname), ucClassname)) {
    353                 // If not a container fall back to worker
    354                 if (strcmp(ucClassname, "#25"));
    355               }
    356 #endif
    357               habForActions = WinQueryAnchorBlock(hwndForActions);
    358               DbgMsg(pszSrcFile, __LINE__, "habForActions %lx hwndForActions %lx", habForActions, hwndForActions);      // 13 Jul 09 SHL fixme debug
    359               // Ask container window to update status line every 5 seconds in case action is time intensive
    360               idTimerStarted = WinStartTimer(habForActions, hwndForActions, ID_ACTION_TIMER, 2000);     // 13 Jul 09 SHL fixme 5 sec
    361             }
    362328            for (x = 0; wk->li->list[x]; x++) {
    363329              switch (wk->li->type) {
     
    746712                      GetPString(IDS_MOVEDTEXT) : GetPString(IDS_COPIEDTEXT);
    747713                    if (*wk->li->targetpath) {
    748                       strcpy(newname, wk->li->targetpath);
    749                       AddBackslashToPath(newname);
     714                      strcpy(newname, wk->li->targetpath);
     715                      AddBackslashToPath(newname);
    750716                      //if (newname[strlen(newname) - 1] != '\\')
    751717                      //  strcat(newname, "\\");
     
    1026992            } // for list
    1027993
    1028             // Do actio specific post-processing
     994            // Do action specific post-processing
    1029995            switch (wk->li->type) {
    1030996            case IDM_MOVE:
     
    10691035              break;
    10701036            }
    1071             if (idTimerStarted)
    1072               WinStopTimer(habForActions, hwndForActions, ID_ACTION_TIMER);     // 13 Jul 09 SHL
    10731037          } // if have non-empty list
    10741038
     
    10931057    }
    10941058
    1095     if (fActionPosted)
    1096       DosSleep(2000);                   // Alloc container time to process queued UM_ACTIONSTATE messages 13 Jul 09 SHL
    10971059    if (wk->li)
    10981060      FreeListInfo(wk->li);
     
    12581220              if (wk->li->type == IDM_MCIPLAY)
    12591221                break;
    1260               strcpy(szBuffer, wk->li->targetpath);
    1261               AddBackslashToPath(wk->li->targetpath);
     1222              strcpy(szBuffer, wk->li->targetpath);
     1223              AddBackslashToPath(wk->li->targetpath);
    12621224              //if (wk->li->targetpath[strlen(wk->li->targetpath) - 1] != '\\')
    12631225              //  strcat(szBuffer, "\\");
     
    13201282              }
    13211283              else {
    1322                 if (*wk->li->targetpath && !IsFile(wk->li->targetpath))
    1323                   AddBackslashToPath(wk->li->targetpath);
     1284                if (*wk->li->targetpath && !IsFile(wk->li->targetpath))
     1285                  AddBackslashToPath(wk->li->targetpath);
    13241286                  //if (wk->li->targetpath[strlen(wk->li->targetpath) - 1] !=
    13251287                  //    '\\')
     
    13491311                break;
    13501312              if (!*wk->li->targetpath && *wk->directory) {
    1351                 strcpy(ad.arcname, wk->directory);
    1352                 AddBackslashToPath(ad.arcname);
     1313                strcpy(ad.arcname, wk->directory);
     1314                AddBackslashToPath(ad.arcname);
    13531315                //if (ad.arcname[strlen(ad.arcname) - 1] != '\\')
    13541316                //  strcat(ad.arcname, "\\");
     
    18111773}
    18121774
    1813 // We can use static buffer for all in progress actions because we have only 1 status line
    1814 static WORKER *pCachedActionWorker;     // Sent from Action thread via UM_ACTIONSTATE
    1815 static PSZ pszCachedActionListItem;     // Sent from Action thread via UM_ACTIONSTATE
    1816 
    1817 MRESULT EXPENTRY ActionWMTimer(HWND hwnd, MPARAM mp1, MPARAM mp2)
    1818 {
    1819   if (pCachedActionWorker != NULL && pszCachedActionListItem != NULL) {
    1820     DbgMsg(pszSrcFile, __LINE__, "Using hWndStatus %lx pCachedActionWorker %p pszCachedActionListItem %s", hwndStatus, pCachedActionWorker, pszCachedActionListItem);   // 13 Jul 09 SHL fixme debug
    1821     if (hwndStatus && WinQueryFocus(HWND_DESKTOP) == hwnd) {
    1822       CHAR s[CCHMAXPATH + 64];
    1823       sprintf(s, "%s %s",
    1824               pCachedActionWorker->li->type == IDM_MOVE ?
    1825                 GetPString(IDS_MOVINGTEXT) :
    1826                 GetPString(IDS_COPYINGTEXT),
    1827               pszCachedActionListItem);
    1828       // sprintf(s, "Moving/copying %s", pszCachedActionListItem);      // 14 Jul 09 SHL fixme
    1829       WinSetWindowText(hwndStatus, s);
    1830     }
    1831   }
    1832   return 0;
    1833 }
    1834 
    1835 MRESULT EXPENTRY ActionUMWorkerState(HWND hwnd, MPARAM mp1, MPARAM mp2) {
    1836   pCachedActionWorker = PVOIDFROMMP(mp1);
    1837   pszCachedActionListItem = PVOIDFROMMP(mp2);
    1838   DbgMsg(pszSrcFile, __LINE__, "Setting pCachedActionWorker %p pszCachedActionListItem %s", pCachedActionWorker, pszCachedActionListItem);      // 13 Jul 09 SHL fixme debug
    1839   if (hwndStatus && WinQueryFocus(HWND_DESKTOP) == hwnd)
    1840     WinPostMsg(hwnd, WM_SETFOCUS, MPFROMLONG(hwnd), MPFROMLONG(TRUE));  // 14 Jul 09 SHL Force status line update
    1841   return 0;
    1842 }
    1843 
    18441775#pragma alloc_text(MASSACTION,MassAction)
    18451776#pragma alloc_text(ACTION,Action)
  • TabularUnified trunk/dll/worker.h

    r1444 r1455  
    44  $Id$
    55
    6   <<description here>>
     6  Worker thread interface
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2001, 2008 Steven H. Levine
     9  Copyright (c) 2001, 2009 Steven H. Levine
    1010
    1111  05 Sep 08 JBS Ticket 187: Refactor FM3DLL.H
     12  14 Sep 09 SHL Drop experimental code
    1213
    1314***********************************************************************/
     
    5152VOID MassAction(VOID * args);
    5253
    53 MRESULT EXPENTRY ActionWMTimer(HWND hwnd, MPARAM mp1, MPARAM mp2);
    54 MRESULT EXPENTRY ActionUMWorkerState(HWND hwnd, MPARAM mp1, MPARAM mp2);
    55 
    5654#endif  // WORKER_H
Note: See TracChangeset for help on using the changeset viewer.