]> vaikene.ee Git - evaf/commit
Added main window plugin implementing Single Document Interface.
authorEnar Väikene <enar@vaikene.net>
Wed, 20 Jul 2011 08:42:52 +0000 (11:42 +0300)
committerEnar Väikene <enar@vaikene.net>
Wed, 20 Jul 2011 08:42:52 +0000 (11:42 +0300)
commit06f9c5336ba8a2200b68f636520707693eb5ada7
tree33b5b4afb22c12d1a420c802c5078ac1cea2205f
parentb4e0cc814aa897d5a4e1e35a329e31b6ddbe6d0b
Added main window plugin implementing Single Document Interface.
src/plugins/CMakeLists.txt
src/plugins/SdiWindow/CMakeLists.txt [new file with mode: 0644]
src/plugins/SdiWindow/factory.cpp [new file with mode: 0644]
src/plugins/SdiWindow/factory.h [new file with mode: 0644]
src/plugins/SdiWindow/iSdiWindow [new file with mode: 0644]
src/plugins/SdiWindow/isdiwindow.h [new file with mode: 0644]
src/plugins/SdiWindow/libsdiwindow.h [new file with mode: 0644]
src/plugins/SdiWindow/sdiwindow.cpp [new file with mode: 0644]
src/plugins/SdiWindow/sdiwindow.h [new file with mode: 0644]
src/plugins/SdiWindow/version.h [new file with mode: 0644]
src/plugins/SdiWindow/version.rc [new file with mode: 0644]