[STOBJECT] Implement the hotplug and the power icons in the system tray
authorShriraj Sawant <sr.official@hotmail.com>
Mon, 16 Oct 2017 14:11:10 +0000 (17:11 +0300)
committerGiannis Adamopoulos <gadamopoulos@reactos.org>
Mon, 16 Oct 2017 14:51:19 +0000 (17:51 +0300)
commit7fbc5f42302be64db4d3383060e3c14bcc1dfac6
tree5f8b56fd660914046401c45df15e0e2a4a72dcfe
parent7a3865f1dff4793fea05ce8d6b07b9bfbaf6f9c3
[STOBJECT] Implement the hotplug and the power icons in the system tray
34 files changed:
dll/shellext/stobject/CMakeLists.txt
dll/shellext/stobject/csystray.cpp
dll/shellext/stobject/csystray.h
dll/shellext/stobject/hotplug.cpp
dll/shellext/stobject/lang/cs-CZ.rc
dll/shellext/stobject/lang/de-DE.rc
dll/shellext/stobject/lang/en-US.rc
dll/shellext/stobject/lang/es-ES.rc
dll/shellext/stobject/lang/fr-FR.rc
dll/shellext/stobject/lang/it-IT.rc
dll/shellext/stobject/lang/pl-PL.rc
dll/shellext/stobject/lang/ro-RO.rc
dll/shellext/stobject/lang/ru-RU.rc
dll/shellext/stobject/lang/zh-CN.rc
dll/shellext/stobject/lang/zh-TW.rc
dll/shellext/stobject/power.cpp
dll/shellext/stobject/precomp.h
dll/shellext/stobject/resource.h
dll/shellext/stobject/resources/battery/0.ico [new file with mode: 0644]
dll/shellext/stobject/resources/battery/1.ico [new file with mode: 0644]
dll/shellext/stobject/resources/battery/2.ico [new file with mode: 0644]
dll/shellext/stobject/resources/battery/3.ico [new file with mode: 0644]
dll/shellext/stobject/resources/battery/4.ico [new file with mode: 0644]
dll/shellext/stobject/resources/battery/5.ico [new file with mode: 0644]
dll/shellext/stobject/resources/battery/charging0.ico [new file with mode: 0644]
dll/shellext/stobject/resources/battery/charging1.ico [new file with mode: 0644]
dll/shellext/stobject/resources/battery/charging2.ico [new file with mode: 0644]
dll/shellext/stobject/resources/battery/charging3.ico [new file with mode: 0644]
dll/shellext/stobject/resources/battery/charging4.ico [new file with mode: 0644]
dll/shellext/stobject/resources/battery/error.ico [new file with mode: 0644]
dll/shellext/stobject/resources/hotplug/0.ico [new file with mode: 0644]
dll/shellext/stobject/resources/hotplug/1.ico [new file with mode: 0644]
dll/shellext/stobject/stobject.rc
dll/shellext/stobject/volume.cpp