]> vaikene.ee Git - evaf/commit - src/main/GUI/main.cpp
More work on the common library and the main GUI application.
authorEnar Väikene <enar.vaikene@mt.com>
Fri, 22 Apr 2011 10:12:08 +0000 (13:12 +0300)
committerEnar Väikene <enar.vaikene@mt.com>
Fri, 22 Apr 2011 10:12:08 +0000 (13:12 +0300)
commit4d81227da330c21c7aa0badc88bd5ad4467067fb
tree27b918764deb5630a5ee2c38a2981bf3faf8146b
parent5815060246f84e8efdf3143b4e8c7d00778168cf
More work on the common library and the main GUI application.
Changed directory names from GUI and CLI applications to follow namespace names.
25 files changed:
src/CMakeLists.txt
src/libs/Common/app.h
src/libs/Common/globals.h
src/libs/Common/iapp.h
src/libs/Common/ilogger.h
src/libs/Common/logger.cpp [new file with mode: 0644]
src/libs/Common/logger.h [new file with mode: 0644]
src/libs/Common/version.rc
src/main/CLI/CMakeLists.txt [moved from src/main/cli/CMakeLists.txt with 100% similarity]
src/main/CLI/main.cpp [moved from src/main/cli/main.cpp with 100% similarity]
src/main/CLI/main.h [moved from src/main/cli/main.h with 100% similarity]
src/main/CMakeLists.txt
src/main/GUI/CMakeLists.txt [moved from src/main/gui/CMakeLists.txt with 91% similarity]
src/main/GUI/exithandler.cpp [new file with mode: 0644]
src/main/GUI/exithandler.h [moved from src/main/gui/main.h with 54% similarity]
src/main/GUI/fatalerr.cpp [new file with mode: 0644]
src/main/GUI/fatalerr.h [new file with mode: 0644]
src/main/GUI/gui.qrc [new file with mode: 0644]
src/main/GUI/gui.rc [new file with mode: 0644]
src/main/GUI/main.cpp [new file with mode: 0644]
src/main/GUI/main.h [new file with mode: 0644]
src/main/GUI/version.h [new file with mode: 0644]
src/main/GUI/version.rc [new file with mode: 0644]
src/main/GUI/winconsole.cpp [new file with mode: 0644]
src/main/GUI/winconsole.h [new file with mode: 0644]