Changes between Version 184 and Version 185 of windows_backend_activity_log


Ignore:
Timestamp:
07/22/10 20:06:47 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows_backend_activity_log

    v184 v185  
    264264o [wdi] "successfully extracted xyz.cat" - should be .inf 
    265265o [wdi] inf are not CRLF'd (reported by Xiaofan) [FIXED? 2010.07.19] 
     266o [wdi] cannot extract files when compiled with cygwin 
    266267o [zadig] why do these all these control look SO UGLY compared to what MSVC promises? [FIXED ("ooh, shiny!!"): 2010.05.28] 
    267268o [zadig] the font in device selection still looks 3.1ish... [FIXED: 2010.05.31] 
     
    294295o [zadig] I've seen zadig fail to display the driver after a successful install in basic mode 
    295296o [zadig] seen "program assertion failed - editable_desc != NULL" on driverless device insert 
     297o [zadig] log dialog can flash after the progress bar dialog is closed (test this with a MinGW32 zadig on x64) 
     298o [zadig] crashes post exit on cygwin 
    296299 
    297300[WINDOWS DRIVER INSTALLER (WDI)] 
     
    360363o switch to using tokenizer [DONE: 2010.07.17] 
    361364o win2k support 
     365o can we hook into the OS driver installation dialogs, instead of using our own? 
    362366o zadig (GUI app) 
    363367  - DDK/MinGW/MSVC compat [DONE: 2010.03.30] 
     
    434438o provide DDK redist binaries for those who don't want to download the whole lot [TOO GREY AN AREA - SKIPPED: 2010.04.29] 
    435439o should read_logger return the severity level? 
    436 o move progress bar + notifications into libwdi, and allow their optional use (v2?) 
     440o move progress bar into libwdi, and allow its optional use [DONE: 2010.07.22] 
     441o move notifications into libwdi too? 
    437442o integrate libusb0.sys driver building into libwdi? 
    438443o enable the use of installer.exe as a standalone with args from cmdline instead of pipe (v2?)