Import dtkcore_5.5.31.orig.tar.gz
authorBoyuan Yang <byang@debian.org>
Wed, 25 May 2022 03:35:19 +0000 (04:35 +0100)
committerBoyuan Yang <byang@debian.org>
Wed, 25 May 2022 03:35:19 +0000 (04:35 +0100)
commitda287b5076fc24cc10b5c0c72ce747b4c2d179f4
treedb9ce2309976f58a55677a696091db0c169b3f54
Import dtkcore_5.5.31.orig.tar.gz

[dgit import orig dtkcore_5.5.31.orig.tar.gz]
232 files changed:
.clog.toml [new file with mode: 0644]
.github/workflows/backup-to-gitlab.yml [new file with mode: 0644]
.github/workflows/call-build-deb.yml [new file with mode: 0644]
.github/workflows/call-chatOps.yml [new file with mode: 0644]
.github/workflows/call-commitlint.yml [new file with mode: 0644]
.github/workflows/cppcheck.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.gitlab-ci.yml [new file with mode: 0644]
.packit.yaml [new file with mode: 0644]
.project.json [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/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/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]
doc/src/dtkcore-index.qdoc [new file with mode: 0644]
doc/src/dtkcore.qdoc [new file with mode: 0644]
dtkcore.pro [new file with mode: 0644]
examples/dasync-example/dasync-example.pro [new file with mode: 0644]
examples/dasync-example/main.cpp [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/DConfig [new file with mode: 0644]
src/DConfigFile [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/dbus/org.desktopspec.ConfigManager.Manager.xml [new file with mode: 0644]
src/dbus/org.desktopspec.ConfigManager.xml [new file with mode: 0644]
src/dconfig.cpp [new file with mode: 0644]
src/dconfig.h [new file with mode: 0644]
src/dconfigfile.cpp [new file with mode: 0644]
src/dconfigfile.h [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/dtkcore_global.cpp [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/dsettingsdconfigbackend.cpp [new file with mode: 0644]
src/settings/backend/dsettingsdconfigbackend.h [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/dasync.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/dtimedloop.cpp [new file with mode: 0644]
src/util/dtimedloop.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/data.qrc [new file with mode: 0644]
tests/data/dconf-example.meta.json [new file with mode: 0755]
tests/data/dconf-example.override.json [new file with mode: 0644]
tests/data/dconf-example_other_app_configure.meta.json [new file with mode: 0755]
tests/data/dconf-global.meta.json [new file with mode: 0755]
tests/data/dconf-global.override.json [new file with mode: 0755]
tests/data/dconf-override/dconf-example.override.a.b.json [new file with mode: 0755]
tests/data/dconf-override/dconf-example.override.a.json [new file with mode: 0755]
tests/data/dt-settings.json [new file with mode: 0644]
tests/ddesktopentry/ddesktopentry.pro [new file with mode: 0644]
tests/dthreadutils/dthreadutils.pro [new file with mode: 0644]
tests/dutils/dutils.pro [new file with mode: 0644]
tests/dvtablehook/dvtablehook.pro [new file with mode: 0644]
tests/main.cpp [new file with mode: 0644]
tests/test-recoverage-qmake.sh [new file with mode: 0755]
tests/test_helper.hpp [new file with mode: 0644]
tests/tests.pro [new file with mode: 0644]
tests/ut_dasync.cpp [new file with mode: 0644]
tests/ut_dconfig.cpp [new file with mode: 0644]
tests/ut_dconfigfile.cpp [new file with mode: 0644]
tests/ut_ddesktopentrytest.cpp [new file with mode: 0644]
tests/ut_ddisksizeformatter.cpp [new file with mode: 0644]
tests/ut_dfilesystemwatcher.cpp [new file with mode: 0644]
tests/ut_dfilewatcher.cpp [new file with mode: 0644]
tests/ut_dfilewatchermanager.cpp [new file with mode: 0644]
tests/ut_dpathbuf.cpp [new file with mode: 0644]
tests/ut_dpinyin.cpp [new file with mode: 0644]
tests/ut_drecentmanager.cpp [new file with mode: 0644]
tests/ut_dsecurestring.cpp [new file with mode: 0644]
tests/ut_dsettings.cpp [new file with mode: 0644]
tests/ut_dstandardpaths.cpp [new file with mode: 0644]
tests/ut_dthreadutils.cpp [new file with mode: 0644]
tests/ut_dtimeunitformatter.cpp [new file with mode: 0644]
tests/ut_dtrashmanager.cpp [new file with mode: 0644]
tests/ut_dutil.cpp [new file with mode: 0644]
tests/ut_dutil.h [new file with mode: 0644]
tests/ut_dvtablehook.cpp [new file with mode: 0644]
tests/ut_gsettingsbackend.cpp [new file with mode: 0644]
tests/ut_logger.cpp [new file with mode: 0644]
tests/ut_qsettingsbackend.cpp [new file with mode: 0644]
tests/ut_singleton.cpp [new file with mode: 0644]
tests/ut_singleton.h [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/qdbusxml2cpp/README [new file with mode: 0644]
tools/qdbusxml2cpp/qdbusxml2cpp.cpp [new file with mode: 0644]
tools/qdbusxml2cpp/qdbusxml2cpp.pro [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]