Import dtkcore_5.2.2.5.orig.tar.gz
authorArun Kumar Pariyar <openarungeek@gmail.com>
Thu, 3 Sep 2020 05:56:38 +0000 (06:56 +0100)
committerArun Kumar Pariyar <openarungeek@gmail.com>
Thu, 3 Sep 2020 05:56:38 +0000 (06:56 +0100)
commitff370a0787f6d2517f236470f0c0b06790c07949
tree87692ae41cf5d11b7b9510572646bb84357dae7a
Import dtkcore_5.2.2.5.orig.tar.gz

[dgit import orig dtkcore_5.2.2.5.orig.tar.gz]
188 files changed:
.clog.toml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.gitlab-ci.yml [new file with mode: 0644]
.qmake.conf [new file with mode: 0644]
.release.json [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
cmake/Dtk/DtkConfig.cmake [new file with mode: 0644]
cmake/DtkCMake/DtkCMakeConfig.cmake [new file with mode: 0644]
cmake/DtkTools/DtkSettingsToolsMacros.cmake [new file with mode: 0644]
cmake/DtkTools/DtkToolsConfig.cmake [new file with mode: 0644]
conanfile.py [new file with mode: 0644]
debian/api.json [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/libdtkcore-dev.install [new file with mode: 0644]
debian/libdtkcore5-bin.install [new file with mode: 0644]
debian/libdtkcore5.install [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
debian/symbols.amd64 [new file with mode: 0644]
doc/Specification.md [new file with mode: 0644]
dtk_build_config.prf [new file with mode: 0644]
dtkcore.pro [new file with mode: 0644]
examples/examples.pro [new file with mode: 0644]
examples/expintf-example/expintf-example.pro [new file with mode: 0644]
examples/expintf-example/main.cpp [new file with mode: 0644]
rpm/dtkcore.spec [new file with mode: 0644]
src/DDesktopEntry [new file with mode: 0644]
src/DSecureString [new file with mode: 0644]
src/DSysInfo [new file with mode: 0644]
src/base/DObject [new file with mode: 0644]
src/base/DObjectPrivate [new file with mode: 0644]
src/base/DSingleton [new file with mode: 0644]
src/base/base.pri [new file with mode: 0644]
src/base/dobject.cpp [new file with mode: 0644]
src/base/dobject.h [new file with mode: 0644]
src/base/dsingleton.h [new file with mode: 0644]
src/base/private/dobject_p.h [new file with mode: 0644]
src/base/private/private.pri [new file with mode: 0644]
src/com.deepin.dtk.gschema.xml [new file with mode: 0644]
src/ddesktopentry.cpp [new file with mode: 0644]
src/ddesktopentry.h [new file with mode: 0644]
src/dsecurestring.cpp [new file with mode: 0644]
src/dsecurestring.h [new file with mode: 0644]
src/dsysinfo.cpp [new file with mode: 0644]
src/dsysinfo.h [new file with mode: 0644]
src/dtk_build.prf [new file with mode: 0644]
src/dtk_cmake.prf [new file with mode: 0644]
src/dtk_lib.prf [new file with mode: 0644]
src/dtk_module.prf [new file with mode: 0644]
src/dtk_qmake.prf [new file with mode: 0644]
src/dtk_translation.prf [new file with mode: 0644]
src/dtkcore_global.h [new file with mode: 0644]
src/filesystem/DBaseFileWatcher [new file with mode: 0644]
src/filesystem/DFileSystemWatcher [new file with mode: 0644]
src/filesystem/DFileWatcher [new file with mode: 0644]
src/filesystem/DFileWatcherManager [new file with mode: 0644]
src/filesystem/DPathBuf [new file with mode: 0644]
src/filesystem/DStandardPaths [new file with mode: 0644]
src/filesystem/DTrashManager [new file with mode: 0644]
src/filesystem/dbasefilewatcher.cpp [new file with mode: 0644]
src/filesystem/dbasefilewatcher.h [new file with mode: 0644]
src/filesystem/dfilesystemwatcher.h [new file with mode: 0644]
src/filesystem/dfilesystemwatcher_dummy.cpp [new file with mode: 0644]
src/filesystem/dfilesystemwatcher_linux.cpp [new file with mode: 0644]
src/filesystem/dfilesystemwatcher_win.cpp [new file with mode: 0644]
src/filesystem/dfilewatcher.cpp [new file with mode: 0644]
src/filesystem/dfilewatcher.h [new file with mode: 0644]
src/filesystem/dfilewatchermanager.cpp [new file with mode: 0644]
src/filesystem/dfilewatchermanager.h [new file with mode: 0644]
src/filesystem/dpathbuf.cpp [new file with mode: 0644]
src/filesystem/dpathbuf.h [new file with mode: 0644]
src/filesystem/dstandardpaths.cpp [new file with mode: 0644]
src/filesystem/dstandardpaths.h [new file with mode: 0644]
src/filesystem/dtrashmanager.h [new file with mode: 0644]
src/filesystem/dtrashmanager_dummy.cpp [new file with mode: 0644]
src/filesystem/dtrashmanager_linux.cpp [new file with mode: 0644]
src/filesystem/filesystem.pri [new file with mode: 0644]
src/filesystem/private/dbasefilewatcher_p.h [new file with mode: 0644]
src/filesystem/private/dfilesystemwatcher_dummy_p.h [new file with mode: 0644]
src/filesystem/private/dfilesystemwatcher_linux_p.h [new file with mode: 0644]
src/filesystem/private/dfilesystemwatcher_win_p.h [new file with mode: 0644]
src/filesystem/private/private.pri [new file with mode: 0644]
src/log/AbstractAppender.cpp [new file with mode: 0644]
src/log/AbstractAppender.h [new file with mode: 0644]
src/log/AbstractStringAppender.cpp [new file with mode: 0644]
src/log/AbstractStringAppender.h [new file with mode: 0644]
src/log/ConsoleAppender.cpp [new file with mode: 0644]
src/log/ConsoleAppender.h [new file with mode: 0644]
src/log/CuteLogger_global.h [new file with mode: 0644]
src/log/DLog [new file with mode: 0644]
src/log/FileAppender.cpp [new file with mode: 0644]
src/log/FileAppender.h [new file with mode: 0644]
src/log/LICENSE [new file with mode: 0644]
src/log/LogManager.cpp [new file with mode: 0644]
src/log/LogManager.h [new file with mode: 0644]
src/log/Logger.cpp [new file with mode: 0644]
src/log/Logger.h [new file with mode: 0644]
src/log/OutputDebugAppender.cpp [new file with mode: 0644]
src/log/OutputDebugAppender.h [new file with mode: 0644]
src/log/README.md [new file with mode: 0644]
src/log/RollingFileAppender.cpp [new file with mode: 0644]
src/log/RollingFileAppender.h [new file with mode: 0644]
src/log/cutelogger.pri [new file with mode: 0644]
src/log/log.pri [new file with mode: 0644]
src/settings/DSettings [new file with mode: 0644]
src/settings/DSettingsGroup [new file with mode: 0644]
src/settings/DSettingsOption [new file with mode: 0644]
src/settings/backend/gsettingsbackend.cpp [new file with mode: 0644]
src/settings/backend/gsettingsbackend.h [new file with mode: 0644]
src/settings/backend/qsettingbackend.cpp [new file with mode: 0644]
src/settings/backend/qsettingbackend.h [new file with mode: 0644]
src/settings/dsettings.cpp [new file with mode: 0644]
src/settings/dsettings.h [new file with mode: 0644]
src/settings/dsettingsbackend.h [new file with mode: 0644]
src/settings/dsettingsgroup.cpp [new file with mode: 0644]
src/settings/dsettingsgroup.h [new file with mode: 0644]
src/settings/dsettingsoption.cpp [new file with mode: 0644]
src/settings/dsettingsoption.h [new file with mode: 0644]
src/settings/settings.pri [new file with mode: 0644]
src/src.pro [new file with mode: 0644]
src/util/DAbstractUnitFormatter [new file with mode: 0644]
src/util/DDBusSender [new file with mode: 0644]
src/util/DDiskSizeFormatter [new file with mode: 0644]
src/util/DExportedInterface [new file with mode: 0644]
src/util/DFileServices [new file with mode: 0644]
src/util/DNotifySender [new file with mode: 0644]
src/util/DPinyin [new file with mode: 0644]
src/util/DRecentManager [new file with mode: 0644]
src/util/DThreadUtils [new file with mode: 0644]
src/util/DTimeUnitFormatter [new file with mode: 0644]
src/util/DUtil [new file with mode: 0644]
src/util/DVtableHook [new file with mode: 0644]
src/util/README.dpinyin [new file with mode: 0644]
src/util/dabstractunitformatter.cpp [new file with mode: 0644]
src/util/dabstractunitformatter.h [new file with mode: 0644]
src/util/ddbussender.cpp [new file with mode: 0644]
src/util/ddbussender.h [new file with mode: 0644]
src/util/ddisksizeformatter.cpp [new file with mode: 0644]
src/util/ddisksizeformatter.h [new file with mode: 0644]
src/util/dexportedinterface.cpp [new file with mode: 0644]
src/util/dexportedinterface.h [new file with mode: 0644]
src/util/dfileservices.h [new file with mode: 0644]
src/util/dfileservices_dummy.cpp [new file with mode: 0644]
src/util/dfileservices_linux.cpp [new file with mode: 0644]
src/util/dnotifysender.cpp [new file with mode: 0644]
src/util/dnotifysender.h [new file with mode: 0644]
src/util/dpinyin.cpp [new file with mode: 0644]
src/util/dpinyin.h [new file with mode: 0644]
src/util/drecentmanager.cpp [new file with mode: 0644]
src/util/drecentmanager.h [new file with mode: 0644]
src/util/dthreadutils.cpp [new file with mode: 0644]
src/util/dthreadutils.h [new file with mode: 0644]
src/util/dtimeunitformatter.cpp [new file with mode: 0644]
src/util/dtimeunitformatter.h [new file with mode: 0644]
src/util/dutil.h [new file with mode: 0644]
src/util/dvtablehook.cpp [new file with mode: 0644]
src/util/dvtablehook.h [new file with mode: 0644]
src/util/resources/dpinyin.dict [new file with mode: 0644]
src/util/util.pri [new file with mode: 0644]
src/util/util.qrc [new file with mode: 0644]
tests/ddesktopentry/CMakeLists.txt [new file with mode: 0644]
tests/ddesktopentry/ddesktopentry.pro [new file with mode: 0644]
tests/ddesktopentry/tst_ddesktopentrytest.cpp [new file with mode: 0644]
tests/dthreadutils/dthreadutils.pro [new file with mode: 0644]
tests/dthreadutils/tst_dthreadutils.cpp [new file with mode: 0644]
tests/dutils/data.qrc [new file with mode: 0644]
tests/dutils/data/dt-settings.json [new file with mode: 0644]
tests/dutils/dutils.pro [new file with mode: 0644]
tests/dutils/dutiltester.cpp [new file with mode: 0644]
tests/dutils/dutiltester.h [new file with mode: 0644]
tests/dutils/main.cpp [new file with mode: 0644]
tests/dutils/singletontester.cpp [new file with mode: 0644]
tests/dutils/singletontester.h [new file with mode: 0644]
tests/dvtablehook/dvtablehook.pro [new file with mode: 0644]
tests/dvtablehook/tst_dvtablehook.cpp [new file with mode: 0644]
tests/tests.pro [new file with mode: 0644]
tools/deepin-os-release/deepin-os-release.pro [new file with mode: 0644]
tools/deepin-os-release/main.cpp [new file with mode: 0644]
tools/script/dtk-license.py [new file with mode: 0644]
tools/script/dtk-translate.py [new file with mode: 0644]
tools/settings/main.cpp [new file with mode: 0644]
tools/settings/settings.pro [new file with mode: 0644]
tools/tools.pro [new file with mode: 0644]