New upstream version 5.2.0
authorBoyuan Yang <byang@debian.org>
Tue, 5 May 2020 13:47:10 +0000 (09:47 -0400)
committerBoyuan Yang <byang@debian.org>
Tue, 5 May 2020 13:47:10 +0000 (09:47 -0400)
commit39e75a269416eb341cecc5c12728aa577eece1b6
treeada837fe3ab64ad1d00077004c99fb488c5cd947
parentcc3c45e9234cb6ef7308120bb7319f1de28bf324
New upstream version 5.2.0
123 files changed:
.gitlab-ci.yml [new file with mode: 0644]
.qmake.conf
CHANGELOG.md
LICENSE
README.md
cmake/DtkCMake/DtkCMakeConfig.cmake
cmake/DtkTools/DtkSettingsToolsMacros.cmake [new file with mode: 0644]
cmake/DtkTools/DtkToolsConfig.cmake [new file with mode: 0644]
debian/changelog
debian/control
debian/copyright
debian/libdtkcore-bin.install [deleted file]
debian/libdtkcore2.install [deleted file]
debian/libdtkcore2.symbols [deleted file]
debian/libdtkcore5-bin.install [new file with mode: 0644]
debian/libdtkcore5.install [new file with mode: 0644]
dtk_build_config.prf
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]
src/DDesktopEntry [new file with mode: 0644]
src/DSecureString [new file with mode: 0644]
src/base/base.pri
src/base/dobject.cpp
src/base/dobject.h
src/base/dsingleton.h
src/base/private/dobject_p.h
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
src/dsysinfo.h
src/dtk_module.prf
src/dtk_qmake.prf
src/dtkcore_global.h
src/filesystem/DTrashManager [new file with mode: 0644]
src/filesystem/dbasefilewatcher.cpp
src/filesystem/dbasefilewatcher.h
src/filesystem/dfilesystemwatcher.h
src/filesystem/dfilesystemwatcher_dummy.cpp
src/filesystem/dfilesystemwatcher_linux.cpp
src/filesystem/dfilesystemwatcher_win.cpp
src/filesystem/dfilewatcher.cpp
src/filesystem/dfilewatcher.h
src/filesystem/dfilewatchermanager.cpp
src/filesystem/dfilewatchermanager.h
src/filesystem/dpathbuf.h
src/filesystem/dstandardpaths.cpp
src/filesystem/dstandardpaths.h
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
src/filesystem/private/dbasefilewatcher_p.h
src/filesystem/private/dfilesystemwatcher_dummy_p.h
src/filesystem/private/dfilesystemwatcher_linux_p.h
src/filesystem/private/dfilesystemwatcher_win_p.h
src/log/AbstractAppender.cpp
src/log/CuteLogger_global.h
src/log/LogManager.cpp
src/log/LogManager.h
src/log/RollingFileAppender.cpp
src/log/RollingFileAppender.h
src/settings/backend/qsettingbackend.cpp
src/settings/backend/qsettingbackend.h
src/settings/dsettings.cpp
src/settings/dsettings.h
src/settings/dsettingsbackend.h
src/settings/dsettingsgroup.cpp
src/settings/dsettingsgroup.h
src/settings/dsettingsoption.cpp
src/settings/dsettingsoption.h
src/src.pro
src/util/DExportedInterface [new file with mode: 0644]
src/util/DFileServices [new file with mode: 0644]
src/util/DVtableHook [new file with mode: 0644]
src/util/dabstractunitformatter.cpp
src/util/dabstractunitformatter.h
src/util/ddisksizeformatter.cpp
src/util/ddisksizeformatter.h
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
src/util/dpinyin.cpp [new file with mode: 0644]
src/util/dpinyin.h
src/util/drecentmanager.cpp
src/util/drecentmanager.h
src/util/dtimeunitformatter.cpp
src/util/dtimeunitformatter.h
src/util/dutil.h
src/util/dvtablehook.cpp [new file with mode: 0644]
src/util/dvtablehook.h [new file with mode: 0644]
src/util/util.pri
src/version.pri [deleted file]
tests/data.qrc [deleted file]
tests/data/dt-settings.json [deleted file]
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/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/dutiltester.cpp [deleted file]
tests/dutiltester.h [deleted file]
tests/dvtablehook/dvtablehook.pro [new file with mode: 0644]
tests/dvtablehook/tst_dvtablehook.cpp [new file with mode: 0644]
tests/main.cpp [deleted file]
tests/singletontester.cpp [deleted file]
tests/singletontester.h [deleted file]
tests/tests.pro
tools/deepin-os-release/deepin-os-release.pro
tools/deepin-os-release/main.cpp
tools/settings/main.cpp