OSDN Git Service

Migrating to Qt platform (1).
authortkawata <tkawata@gmail.com>
Sat, 25 Feb 2012 15:04:17 +0000 (00:04 +0900)
committertkawata <tkawata@gmail.com>
Sat, 25 Feb 2012 15:04:17 +0000 (00:04 +0900)
commitf9346227822871a8d9d232b9bc69159fb0b53b45
tree50796e9c24ea26f510fd434f7cb130c6e724b03c
parentd150687a140d0c35b90f4de11012ece8dab1b003
Migrating to Qt platform (1).
43 files changed:
Source/DNEngine.cpp
Source/DNHTTPServer.cpp
Source/DNUtils.cpp
Source/DNUtils.h
Source/QtDennco/main.cpp [new file with mode: 0644]
Source/QtDennco/mainwindow.cpp [new file with mode: 0644]
Source/QtDennco/mainwindow.h [new file with mode: 0644]
Source/QtDennco/mainwindow.ui [new file with mode: 0644]
Source/QtScript/dnqsbasiccell.cpp [new file with mode: 0644]
Source/QtScript/dnqsbasiccell.h [new file with mode: 0644]
Source/QtScript/dnqscellbase.cpp [new file with mode: 0644]
Source/QtScript/dnqscellbase.h [new file with mode: 0644]
Source/QtScript/dnqscellcode.cpp [new file with mode: 0644]
Source/QtScript/dnqscellcode.h [new file with mode: 0644]
Source/QtScript/dnqscellcodeinstance.cpp [new file with mode: 0644]
Source/QtScript/dnqscellcodeinstance.h [new file with mode: 0644]
Source/QtScript/dnqscontainer.cpp [new file with mode: 0644]
Source/QtScript/dnqscontainer.h [new file with mode: 0644]
Source/TKCell.cpp
Source/TKCell.h
Source/TKCellCode.h
Source/TKCellCodeInstance.cpp
Source/TKCellCodeInstance.h
Source/TKContainer.h
Source/TKJSBasicCell.cpp
Source/TKJSBasicCell.h
Source/TKJSCellCode.cpp
Source/TKJSContainer.cpp
Source/TKUICell.h
Source/platform/qt/qtdnalertimpl.cpp [new file with mode: 0644]
Source/platform/qt/qtdnalertimpl.h [new file with mode: 0644]
Source/platform/qt/qtdndirectoryimpl.cpp [new file with mode: 0644]
Source/platform/qt/qtdndirectoryimpl.h [new file with mode: 0644]
Source/platform/qt/qtdntimekeeperimpl.cpp [new file with mode: 0644]
Source/platform/qt/qtdntimekeeperimpl.h [new file with mode: 0644]
Source/platform/qt/qtdnxmlimpl.cpp [new file with mode: 0644]
Source/platform/qt/qtdnxmlimpl.h [new file with mode: 0644]
Source/platform/qt/qtsimplehttpserverimpl.cpp [new file with mode: 0644]
Source/platform/qt/qtsimplehttpserverimpl.h [new file with mode: 0644]
Source/platform/qt/qttklockimpl.cpp [new file with mode: 0644]
Source/platform/qt/qttklockimpl.h [new file with mode: 0644]
Source/versioninfo.h [new file with mode: 0644]
dennco.pro [new file with mode: 0644]