]> vaikene.ee Git - evaf/commit
Started working on the LogView module.
authorEnar Väikene <enar@vaikene.net>
Tue, 18 Oct 2011 12:43:56 +0000 (15:43 +0300)
committerEnar Väikene <enar@vaikene.net>
Tue, 18 Oct 2011 12:43:56 +0000 (15:43 +0300)
commit6490924aa3d05fe32a3437fbd6cdde289a6a9a6b
tree5880290e70291545214e3eed65897cb209db8c7a
parent8e3cd0a676dde4e99f88feeeccea53caeb67e5b6
Started working on the LogView module.
The LogView module implements a widget that shows messages output with the Common::iLogger interface.
src/plugins/CMakeLists.txt
src/plugins/LogView/CMakeLists.txt [new file with mode: 0644]
src/plugins/LogView/factory.cpp [new file with mode: 0644]
src/plugins/LogView/factory.h [new file with mode: 0644]
src/plugins/LogView/liblogview.h [new file with mode: 0644]
src/plugins/LogView/logview.cpp [new file with mode: 0644]
src/plugins/LogView/logview.h [new file with mode: 0644]
src/plugins/LogView/version.h [new file with mode: 0644]
src/plugins/LogView/version.rc [new file with mode: 0644]