Changes between Version 143 and Version 144 of windows_backend_activity_log


Ignore:
Timestamp:
06/04/10 17:47:51 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows_backend_activity_log

    v143 v144  
    55  2. bugfixes, if any 
    66  3. Windows Driver Installer library (libwdi) and samples 
    7   4. multithreaded sample libusb application 
     7  4. libusb0.sys integration 
    88  5. hotplug 
    9   6. libusb0.sys integration 
     9  6. multithreaded sample libusb application 
    1010  7. poll abstraction 
    1111As long as a task with higher priority requires work, progress on lower priority ones will be postponed.  
    12 5 & 6 will only intervene after official release. 4 might be moved further down if we believe that our current threading implementation is working good enough. 
     124 & 5 will only intervene after official release. 6 might be moved back up if our current threading implementation appears to be an issue. 
    1313 
    1414[MAIN] 
     
    251251o [zadig] I've seen the application crash when playing with the checkboxes (before Windows decided to force compatibility mode) [seems to be FIXED: 2010.05.03] 
    252252o [zadig] that "make[2]: Circular setdrv_gui.rc <- setdrv_gui.rc.o dependency dropped." with MinGW [FIXED: 2010.04.23] 
    253 o [zadig] driverless devices only show in driverless mode - should be listed in other mode 
     253o [zadig] driverless devices only show in driverless mode - should be listed in other mode [FIXED: 2010.06.01] 
    254254o [zadig] log is cleared during installation because of device events / likely issue of popup if edit mode [AUTOFIXED] 
    255255o [zadig] cannot copy from log/info box [FIXED: 2010.02.22] 
     
    257257o [zadig] no right scroll on device list (IBM USB kbd) [FIXED: 2010.04.23] 
    258258o [zadig] I've seen log output adds squares at EOL on XP 
    259 o [zadig] I've still seen the app log forget about CR for some reason 
     259o [zadig] I've still seen the app log forget about CR for some reason (This seems to happen when the cursor is not at the end) 
    260260o [zadig] "SHCreateItemFromParsingName entry point not found in shell32.dll." when running MSVC ver on XP (Travis Robinson) [FIXED: 2010.05.23] 
    261261o [zadig] UAC and Visual Styles don't apply to MinGW/cygwin - is there anything we can do? [YES WE CAN! - FIXED: 2010.05.28] 
    262 o [zadig] having the saved log created as admin is an annoyance when trying to delete it (plus it could be risky) - could we create it as a regular users 
     262o [zadig] having the saved log created as admin is an annoyance when trying to delete it (plus it could be risky) - could we create it as a regular user? 
     263o [zadig] selecting text changes the field background colour 
    263264 
    264265[WINDOWS DRIVER INSTALLER (WDI)] 
     
    341342  - background driver colour according to type [DONE: 2010.06.02] 
    342343  - keep the current device selected in the dropdown list [DONE: 2010.06.02] 
     344  - include libconfig for cfg/ini parser [DONE (would have been faster to write my own parser!): 2010.06.03] 
    343345  - use ini to set default options 
    344346  - improve UI by following MS's UI guidelines 
    345347  - allow the provision of an external inf/conf file 
    346   - allow the generation of an inf file only for existing driver 
     348  - allow the generation of an inf file only for existing driver [NO LONGER NEEDED (Extract Only will do): 2010.06.04] 
    347349  - warn when overwriting a system driver (keyboard, mouse, mass storage) [DONE: 2010.06.02] 
    348350  - use double click for edit rather than a checkbox [NAH: 2010.05.28]