[DEVMGR]
authorGed Murphy <gedmurphy@reactos.org>
Tue, 16 Jun 2015 21:13:28 +0000 (21:13 +0000)
committerGed Murphy <gedmurphy@reactos.org>
Tue, 16 Jun 2015 21:13:28 +0000 (21:13 +0000)
commita676d524c9f2f358d87fcdf6247d50d68fb3158f
treea337b094b4383b2ae5402e6501fc96c20586a002
parent89f1ac68978c89c5e363c5b60e071b2765ff2a34
[DEVMGR]
- Move the devmgmt code to devmgr where it belongs and start to rewrite it (devmgmt_new wasn't a good design). It's not part of devmgr yet, I'll merge it and add it to the build when it's more complete.
- Add support for caching devices to speed up switching device views
- start to add dynamic context support so we can enable/disable, update and uninstall devices depending on its state.
- WIP

svn path=/trunk/; revision=68165
14 files changed:
reactos/dll/win32/devmgr/devmgmt/DeviceView.cpp [new file with mode: 0644]
reactos/dll/win32/devmgr/devmgmt/DeviceView.h [new file with mode: 0644]
reactos/dll/win32/devmgr/devmgmt/MainWindow.cpp [new file with mode: 0644]
reactos/dll/win32/devmgr/devmgmt/MainWindow.h [new file with mode: 0644]
reactos/dll/win32/devmgr/devmgmt/Node.cpp [new file with mode: 0644]
reactos/dll/win32/devmgr/devmgmt/Node.h [new file with mode: 0644]
reactos/dll/win32/devmgr/devmgmt/Resource.h [new file with mode: 0644]
reactos/dll/win32/devmgr/devmgmt/devmgmt.h [new file with mode: 0644]
reactos/dll/win32/devmgr/devmgmt/lang/en-US.rc [new file with mode: 0644]
reactos/dll/win32/devmgr/devmgmt/res/computer.ico [new file with mode: 0644]
reactos/dll/win32/devmgr/devmgmt/res/root.bmp [new file with mode: 0644]
reactos/dll/win32/devmgr/devmgmt/res/toolbar.bmp [new file with mode: 0644]
reactos/dll/win32/devmgr/devmgmt/rsrc.rc [new file with mode: 0644]
reactos/dll/win32/devmgr/devmgmt/stdafx.h [new file with mode: 0644]