OSDN Git Service

[dennco] refactored the directory structure. Now directory layer1 and layer2 are...
authortkawata <tkawata@users.sourceforge.jp>
Tue, 23 Oct 2012 00:57:43 +0000 (09:57 +0900)
committertkawata <tkawata@users.sourceforge.jp>
Tue, 23 Oct 2012 00:57:43 +0000 (09:57 +0900)
commita9c79f21f4dd3be20622911ca88d4d75a7d5263a
treebc43b1404d752cdbf56935434b5a43f378c518a1
parent50b3be6f6f82791d42a8a4fca74d19b5026736b7
[dennco] refactored the directory structure. Now directory layer1 and layer2 are the same with engine/layer1 and engine/layer2 directory for denncoCreator.
141 files changed:
Source/Source.pro
Source/layer1/DNGlobal.cpp [moved from Source/DNGlobal.cpp with 100% similarity]
Source/layer1/DNGlobal.h [moved from Source/DNGlobal.h with 100% similarity]
Source/layer1/DNStorage.cpp [moved from Source/DNStorage.cpp with 100% similarity]
Source/layer1/DNStorage.h [moved from Source/DNStorage.h with 100% similarity]
Source/layer1/DNStorageImpl.h [moved from Source/DNStorageImpl.h with 100% similarity]
Source/layer1/DNUtils.cpp [moved from Source/DNUtils.cpp with 100% similarity]
Source/layer1/DNUtils.h [moved from Source/DNUtils.h with 100% similarity]
Source/layer1/TKAxon.cpp [moved from Source/TKAxon.cpp with 100% similarity]
Source/layer1/TKAxon.h [moved from Source/TKAxon.h with 100% similarity]
Source/layer1/TKAxonTerminal.cpp [moved from Source/TKAxonTerminal.cpp with 100% similarity]
Source/layer1/TKAxonTerminal.h [moved from Source/TKAxonTerminal.h with 100% similarity]
Source/layer1/TKCell.cpp [moved from Source/TKCell.cpp with 100% similarity]
Source/layer1/TKCell.h [moved from Source/TKCell.h with 100% similarity]
Source/layer1/TKCellCode.cpp [moved from Source/TKCellCode.cpp with 100% similarity]
Source/layer1/TKCellCode.h [moved from Source/TKCellCode.h with 100% similarity]
Source/layer1/TKCellCodeInstance.cpp [moved from Source/TKCellCodeInstance.cpp with 100% similarity]
Source/layer1/TKCellCodeInstance.h [moved from Source/TKCellCodeInstance.h with 100% similarity]
Source/layer1/TKConsole.h [moved from Source/TKConsole.h with 100% similarity]
Source/layer1/TKContainer.cpp [moved from Source/TKContainer.cpp with 100% similarity]
Source/layer1/TKContainer.h [moved from Source/TKContainer.h with 100% similarity]
Source/layer1/TKDebug.cpp [moved from Source/TKDebug.cpp with 100% similarity]
Source/layer1/TKDebug.h [moved from Source/TKDebug.h with 100% similarity]
Source/layer1/TKLock.cpp [moved from Source/TKLock.cpp with 100% similarity]
Source/layer1/TKLock.h [moved from Source/TKLock.h with 100% similarity]
Source/layer1/TKLockImpl.h [moved from Source/TKLockImpl.h with 100% similarity]
Source/layer1/TKLog.cpp [moved from Source/TKLog.cpp with 100% similarity]
Source/layer1/TKLog.h [moved from Source/TKLog.h with 100% similarity]
Source/layer1/TKReceptor.cpp [moved from Source/TKReceptor.cpp with 100% similarity]
Source/layer1/TKReceptor.h [moved from Source/TKReceptor.h with 100% similarity]
Source/layer1/platform/osx/OSXTKLockImpl.h [moved from Source/platform/osx/OSXTKLockImpl.h with 100% similarity]
Source/layer1/platform/osx/OSXTKLockImpl.mm [moved from Source/platform/osx/OSXTKLockImpl.mm with 100% similarity]
Source/layer1/platform/osx/TKConsole.mm [moved from Source/platform/osx/TKConsole.mm with 100% similarity]
Source/layer1/platform/qt/QtTKConsole.cpp [moved from Source/platform/qt/QtTKConsole.cpp with 100% similarity]
Source/layer1/platform/qt/qtdnstorageimpl.cpp [moved from Source/platform/qt/qtdnstorageimpl.cpp with 100% similarity]
Source/layer1/platform/qt/qtdnstorageimpl.h [moved from Source/platform/qt/qtdnstorageimpl.h with 100% similarity]
Source/layer1/platform/qt/qttklockimpl.cpp [moved from Source/platform/qt/qttklockimpl.cpp with 100% similarity]
Source/layer1/platform/qt/qttklockimpl.h [moved from Source/platform/qt/qttklockimpl.h with 100% similarity]
Source/layer2/DNContainerBuilder.cpp [moved from Source/DNContainerBuilder.cpp with 100% similarity]
Source/layer2/DNContainerBuilder.h [moved from Source/DNContainerBuilder.h with 100% similarity]
Source/layer2/DNDirectory.cpp [moved from Source/DNDirectory.cpp with 100% similarity]
Source/layer2/DNDirectory.h [moved from Source/DNDirectory.h with 100% similarity]
Source/layer2/DNDirectoryImpl.h [moved from Source/DNDirectoryImpl.h with 100% similarity]
Source/layer2/DNFileList.cpp [moved from Source/DNFileList.cpp with 100% similarity]
Source/layer2/DNFileList.h [moved from Source/DNFileList.h with 100% similarity]
Source/layer2/DNXML.cpp [moved from Source/DNXML.cpp with 100% similarity]
Source/layer2/DNXML.h [moved from Source/DNXML.h with 100% similarity]
Source/layer2/DNXMLElement.cpp [moved from Source/DNXMLElement.cpp with 100% similarity]
Source/layer2/DNXMLElement.h [moved from Source/DNXMLElement.h with 100% similarity]
Source/layer2/DNXMLImpl.h [moved from Source/DNXMLImpl.h with 100% similarity]
Source/layer2/platform/qt/qtdndirectoryimpl.cpp [moved from Source/platform/qt/qtdndirectoryimpl.cpp with 100% similarity]
Source/layer2/platform/qt/qtdndirectoryimpl.h [moved from Source/platform/qt/qtdndirectoryimpl.h with 100% similarity]
Source/layer2/platform/qt/qtdnxmlimpl.cpp [moved from Source/platform/qt/qtdnxmlimpl.cpp with 100% similarity]
Source/layer2/platform/qt/qtdnxmlimpl.h [moved from Source/platform/qt/qtdnxmlimpl.h with 100% similarity]
Source/layer3/DNAlert.cpp [moved from Source/DNAlert.cpp with 100% similarity]
Source/layer3/DNAlert.h [moved from Source/DNAlert.h with 100% similarity]
Source/layer3/DNAlertImpl.h [moved from Source/DNAlertImpl.h with 100% similarity]
Source/layer3/DNEngine.cpp [moved from Source/DNEngine.cpp with 100% similarity]
Source/layer3/DNEngine.h [moved from Source/DNEngine.h with 100% similarity]
Source/layer3/DNSerialPort.cpp [moved from Source/DNSerialPort.cpp with 100% similarity]
Source/layer3/DNSerialPort.h [moved from Source/DNSerialPort.h with 100% similarity]
Source/layer3/DNSerialPortImpl.h [moved from Source/DNSerialPortImpl.h with 100% similarity]
Source/layer3/DNServerBase.h [moved from Source/DNServerBase.h with 100% similarity]
Source/layer3/DNServerHTTP.cpp [moved from Source/DNServerHTTP.cpp with 100% similarity]
Source/layer3/DNServerHTTP.h [moved from Source/DNServerHTTP.h with 100% similarity]
Source/layer3/DNServerHTTPImpl.h [moved from Source/DNServerHTTPImpl.h with 100% similarity]
Source/layer3/DNServerSerialPort.cpp [moved from Source/DNServerSerialPort.cpp with 100% similarity]
Source/layer3/DNServerSerialPort.h [moved from Source/DNServerSerialPort.h with 100% similarity]
Source/layer3/DNSettings.cpp [moved from Source/DNSettings.cpp with 100% similarity]
Source/layer3/DNSettings.h [moved from Source/DNSettings.h with 100% similarity]
Source/layer3/DNSettingsImpl.h [moved from Source/DNSettingsImpl.h with 100% similarity]
Source/layer3/DNThread.cpp [moved from Source/DNThread.cpp with 100% similarity]
Source/layer3/DNThread.h [moved from Source/DNThread.h with 100% similarity]
Source/layer3/DNThreadImpl.h [moved from Source/DNThreadImpl.h with 100% similarity]
Source/layer3/DNTimeKeeper.cpp [moved from Source/DNTimeKeeper.cpp with 100% similarity]
Source/layer3/DNTimeKeeper.h [moved from Source/DNTimeKeeper.h with 100% similarity]
Source/layer3/DNTimeKeeperImpl.h [moved from Source/DNTimeKeeperImpl.h with 100% similarity]
Source/layer3/OSXJSScript/TKJSBasicCell.cpp [moved from Source/TKJSBasicCell.cpp with 100% similarity]
Source/layer3/OSXJSScript/TKJSBasicCell.h [moved from Source/TKJSBasicCell.h with 100% similarity]
Source/layer3/OSXJSScript/TKJSCellBase.cpp [moved from Source/TKJSCellBase.cpp with 100% similarity]
Source/layer3/OSXJSScript/TKJSCellBase.h [moved from Source/TKJSCellBase.h with 100% similarity]
Source/layer3/OSXJSScript/TKJSCellCode.cpp [moved from Source/TKJSCellCode.cpp with 100% similarity]
Source/layer3/OSXJSScript/TKJSCellCode.h [moved from Source/TKJSCellCode.h with 100% similarity]
Source/layer3/OSXJSScript/TKJSCellCodeInstance.cpp [moved from Source/TKJSCellCodeInstance.cpp with 100% similarity]
Source/layer3/OSXJSScript/TKJSCellCodeInstance.h [moved from Source/TKJSCellCodeInstance.h with 100% similarity]
Source/layer3/OSXJSScript/TKJSContainer.cpp [moved from Source/TKJSContainer.cpp with 100% similarity]
Source/layer3/OSXJSScript/TKJSContainer.h [moved from Source/TKJSContainer.h with 99% similarity]
Source/layer3/QtDennco/dnwebinterface.cpp [moved from Source/QtDennco/dnwebinterface.cpp with 100% similarity]
Source/layer3/QtDennco/dnwebinterface.h [moved from Source/QtDennco/dnwebinterface.h with 100% similarity]
Source/layer3/QtDennco/main.cpp [moved from Source/QtDennco/main.cpp with 100% similarity]
Source/layer3/QtDennco/mainwindow.cpp [moved from Source/QtDennco/mainwindow.cpp with 100% similarity]
Source/layer3/QtDennco/mainwindow.h [moved from Source/QtDennco/mainwindow.h with 100% similarity]
Source/layer3/QtDennco/mainwindow.ui [moved from Source/QtDennco/mainwindow.ui with 100% similarity]
Source/layer3/QtDennco/portinfodialog.ui [moved from Source/QtDennco/portinfodialog.ui with 100% similarity]
Source/layer3/QtScript/dnqsbasiccell.cpp [moved from Source/QtScript/dnqsbasiccell.cpp with 100% similarity]
Source/layer3/QtScript/dnqsbasiccell.h [moved from Source/QtScript/dnqsbasiccell.h with 100% similarity]
Source/layer3/QtScript/dnqsbasicstoragecell.cpp [moved from Source/QtScript/dnqsbasicstoragecell.cpp with 100% similarity]
Source/layer3/QtScript/dnqsbasicstoragecell.h [moved from Source/QtScript/dnqsbasicstoragecell.h with 100% similarity]
Source/layer3/QtScript/dnqscellbase.cpp [moved from Source/QtScript/dnqscellbase.cpp with 100% similarity]
Source/layer3/QtScript/dnqscellbase.h [moved from Source/QtScript/dnqscellbase.h with 100% similarity]
Source/layer3/QtScript/dnqscellcode.cpp [moved from Source/QtScript/dnqscellcode.cpp with 100% similarity]
Source/layer3/QtScript/dnqscellcode.h [moved from Source/QtScript/dnqscellcode.h with 100% similarity]
Source/layer3/QtScript/dnqscellcodeinstance.cpp [moved from Source/QtScript/dnqscellcodeinstance.cpp with 100% similarity]
Source/layer3/QtScript/dnqscellcodeinstance.h [moved from Source/QtScript/dnqscellcodeinstance.h with 100% similarity]
Source/layer3/QtScript/dnqscontainer.cpp [moved from Source/QtScript/dnqscontainer.cpp with 100% similarity]
Source/layer3/QtScript/dnqscontainer.h [moved from Source/QtScript/dnqscontainer.h with 100% similarity]
Source/layer3/QtScript/dnqsinputcell.cpp [moved from Source/QtScript/dnqsinputcell.cpp with 100% similarity]
Source/layer3/QtScript/dnqsinputcell.h [moved from Source/QtScript/dnqsinputcell.h with 100% similarity]
Source/layer3/QtScript/dnqsoutputcell.cpp [moved from Source/QtScript/dnqsoutputcell.cpp with 100% similarity]
Source/layer3/QtScript/dnqsoutputcell.h [moved from Source/QtScript/dnqsoutputcell.h with 100% similarity]
Source/layer3/TKUICell.cpp [moved from Source/TKUICell.cpp with 100% similarity]
Source/layer3/TKUICell.h [moved from Source/TKUICell.h with 100% similarity]
Source/layer3/dennco.h [moved from Source/dennco.h with 100% similarity]
Source/layer3/platform/osx/OSXDNAlert.h [moved from Source/platform/osx/OSXDNAlert.h with 100% similarity]
Source/layer3/platform/osx/OSXDNAlert.mm [moved from Source/platform/osx/OSXDNAlert.mm with 100% similarity]
Source/layer3/platform/osx/OSXDNDirectoryImpl.h [moved from Source/platform/osx/OSXDNDirectoryImpl.h with 100% similarity]
Source/layer3/platform/osx/OSXDNDirectoryImpl.mm [moved from Source/platform/osx/OSXDNDirectoryImpl.mm with 100% similarity]
Source/layer3/platform/osx/OSXDNSimpleHTTPServerImpl.h [moved from Source/platform/osx/OSXDNSimpleHTTPServerImpl.h with 100% similarity]
Source/layer3/platform/osx/OSXDNSimpleHTTPServerImpl.mm [moved from Source/platform/osx/OSXDNSimpleHTTPServerImpl.mm with 100% similarity]
Source/layer3/platform/osx/OSXDNTimeKeeperImpl.h [moved from Source/platform/osx/OSXDNTimeKeeperImpl.h with 100% similarity]
Source/layer3/platform/osx/OSXDNTimeKeeperImpl.mm [moved from Source/platform/osx/OSXDNTimeKeeperImpl.mm with 100% similarity]
Source/layer3/platform/osx/OSXDNXMLImpl.h [moved from Source/platform/osx/OSXDNXMLImpl.h with 100% similarity]
Source/layer3/platform/osx/OSXDNXMLImpl.mm [moved from Source/platform/osx/OSXDNXMLImpl.mm with 100% similarity]
Source/layer3/platform/osx/SimpleHTTPConnection.h [moved from Source/platform/osx/SimpleHTTPConnection.h with 100% similarity]
Source/layer3/platform/osx/SimpleHTTPConnection.mm [moved from Source/platform/osx/SimpleHTTPConnection.mm with 100% similarity]
Source/layer3/platform/osx/SimpleHTTPServer.h [moved from Source/platform/osx/SimpleHTTPServer.h with 100% similarity]
Source/layer3/platform/osx/SimpleHTTPServer.mm [moved from Source/platform/osx/SimpleHTTPServer.mm with 100% similarity]
Source/layer3/platform/osx/SimpleHTTPServerController.h [moved from Source/platform/osx/SimpleHTTPServerController.h with 100% similarity]
Source/layer3/platform/osx/SimpleHTTPServerController.mm [moved from Source/platform/osx/SimpleHTTPServerController.mm with 100% similarity]
Source/layer3/platform/qt/qtdnalertimpl.cpp [moved from Source/platform/qt/qtdnalertimpl.cpp with 100% similarity]
Source/layer3/platform/qt/qtdnalertimpl.h [moved from Source/platform/qt/qtdnalertimpl.h with 100% similarity]
Source/layer3/platform/qt/qtdnserialportimpl.cpp [moved from Source/platform/qt/qtdnserialportimpl.cpp with 100% similarity]
Source/layer3/platform/qt/qtdnserialportimpl.h [moved from Source/platform/qt/qtdnserialportimpl.h with 100% similarity]
Source/layer3/platform/qt/qtdnsettingsimpl.cpp [moved from Source/platform/qt/qtdnsettingsimpl.cpp with 100% similarity]
Source/layer3/platform/qt/qtdnthreadimpl.cpp [moved from Source/platform/qt/qtdnthreadimpl.cpp with 100% similarity]
Source/layer3/platform/qt/qtdnthreadimpl.h [moved from Source/platform/qt/qtdnthreadimpl.h with 100% similarity]
Source/layer3/platform/qt/qtdntimekeeperimpl.cpp [moved from Source/platform/qt/qtdntimekeeperimpl.cpp with 100% similarity]
Source/layer3/platform/qt/qtdntimekeeperimpl.h [moved from Source/platform/qt/qtdntimekeeperimpl.h with 100% similarity]
Source/layer3/platform/qt/qtsimplehttpserverimpl.cpp [moved from Source/platform/qt/qtsimplehttpserverimpl.cpp with 100% similarity]
Source/layer3/platform/qt/qtsimplehttpserverimpl.h [moved from Source/platform/qt/qtsimplehttpserverimpl.h with 100% similarity]
Source/versioninfo.h