Changes between Version 143 and Version 144 of windows_backend_activity_log
- Timestamp:
- 06/04/10 17:47:51 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v143 v144 5 5 2. bugfixes, if any 6 6 3. Windows Driver Installer library (libwdi) and samples 7 4. multithreaded sample libusb application7 4. libusb0.sys integration 8 8 5. hotplug 9 6. libusb0.sys integration9 6. multithreaded sample libusb application 10 10 7. poll abstraction 11 11 As 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.12 4 & 5 will only intervene after official release. 6 might be moved back up if our current threading implementation appears to be an issue. 13 13 14 14 [MAIN] … … 251 251 o [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] 252 252 o [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 253 o [zadig] driverless devices only show in driverless mode - should be listed in other mode [FIXED: 2010.06.01] 254 254 o [zadig] log is cleared during installation because of device events / likely issue of popup if edit mode [AUTOFIXED] 255 255 o [zadig] cannot copy from log/info box [FIXED: 2010.02.22] … … 257 257 o [zadig] no right scroll on device list (IBM USB kbd) [FIXED: 2010.04.23] 258 258 o [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 259 o [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) 260 260 o [zadig] "SHCreateItemFromParsingName entry point not found in shell32.dll." when running MSVC ver on XP (Travis Robinson) [FIXED: 2010.05.23] 261 261 o [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 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 user? 263 o [zadig] selecting text changes the field background colour 263 264 264 265 [WINDOWS DRIVER INSTALLER (WDI)] … … 341 342 - background driver colour according to type [DONE: 2010.06.02] 342 343 - 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] 343 345 - use ini to set default options 344 346 - improve UI by following MS's UI guidelines 345 347 - 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] 347 349 - warn when overwriting a system driver (keyboard, mouse, mass storage) [DONE: 2010.06.02] 348 350 - use double click for edit rather than a checkbox [NAH: 2010.05.28]