张丁元
|
0dc0efd248
|
fix: build failed on MacOS
|
2019-12-10 10:22:12 +08:00 |
ck
|
647b150dc1
|
fix: saving wps office sheet modify event duplicated
wps表格包含较多数据(8000+行)时,修改保存收到大量重复的修改事件。增加过滤相同事件的判断。
|
2019-12-06 19:51:12 +08:00 |
zccrs
|
4561e5fbf2
|
feat: add DFileSerices
copy from dtkwidget
|
2019-11-30 16:17:08 +08:00 |
zccrs
|
939541c61e
|
feat: add DTrashManager
move from dtkwidget
|
2019-11-30 16:05:10 +08:00 |
zccrs
|
caef88c229
|
fix warnings of code(DSysInfo)
|
2019-11-30 14:23:33 +08:00 |
zccrs
|
c0a96dcfcf
|
feat: add DVtableHook
|
2019-11-30 14:21:49 +08:00 |
Gary Wang
|
6884be6f68
|
feat: new interface for getting information of different organization
|
2019-11-28 15:58:22 +08:00 |
Gary Wang
|
b55380d643
|
feat: basic support to parse xdg-desktop-entry files
|
2019-11-28 11:47:12 +08:00 |
zccrs
|
772bb77008
|
fix: ensure uos is equivalent to deepin
|
2019-11-27 15:44:30 +08:00 |
Gary Wang
|
a013549232
|
fix: should ensure deepin info
|
2019-11-22 18:09:18 +08:00 |
Gary Wang
|
04d32611df
|
feat: support deepin distribution info config file
|
2019-11-22 16:48:16 +08:00 |
Chris Xiong
|
3573da6d89
|
fix: batch_pathmap should be a QMultiHash.
|
2019-11-08 15:37:26 +08:00 |
Chris Xiong
|
cc0a885147
|
fix: removing path from DFileSystemWatcher has unpredictable results.
|
2019-11-07 14:21:40 +08:00 |
Chris Xiong
|
b9e609a046
|
fix: file moved detection.
See dde-file-manager@06a47b9a for details.
|
2019-11-06 11:52:31 +08:00 |
Chris Xiong
|
d106ed5bbc
|
fix: DFileSystemWatcher only emits signal for one path if it's bound to multiple locations.
|
2019-11-05 09:31:23 +08:00 |
Chris Xiong
|
e66d3ae403
|
fix: make sure the action exists before invoking it.
|
2019-10-31 16:19:50 +08:00 |
Chris Xiong
|
09dc86a13d
|
feat: add class for exposing invokable to D-Bus.
|
2019-10-28 11:28:09 +08:00 |
justforlxz
|
5164821681
|
feat(DSecureString): add copy constructor
|
2019-09-21 16:24:58 +08:00 |
zccrs
|
2f6423e5d6
|
release 5.0.3
|
2019-09-21 13:32:14 +08:00 |
zccrs
|
ec9f80ced4
|
feat: add library gsettings schema
com.deepin.dtk.gschema.xml
|
2019-09-15 18:55:41 +08:00 |
zccrs
|
49586f0efd
|
refactor: move the Chinese2Pinyin codes to dpinyin.cpp
|
2019-09-15 15:38:27 +08:00 |
Gary Wang
|
9f83c45760
|
feat: DSecureString which always fill 0 on delete
|
2019-09-12 15:47:08 +08:00 |
deepinzhangshuang
|
b211fbe216
|
rebuild
|
2019-09-06 15:40:10 +08:00 |
zccrs
|
5be4b12f1b
|
fix: fix pkgconfig file format
|
2019-09-03 20:49:31 +08:00 |
zccrs
|
1ea80a75bc
|
feat: support gitlabl auto build
|
2019-09-03 09:10:40 +08:00 |
zccrs
|
d5d8790db8
|
refactor: update the package version to 5.0.0
|
2019-09-03 08:54:52 +08:00 |
Gary Wang
|
6e171ad864
|
fix: remove deepin-desktop-base dept
|
2019-08-27 11:21:07 +08:00 |
王耀华
|
00e56b0966
|
Merge branch 'cmake-for-settingtools' into 'master'
feat: DtkTools module for libdtkcore-bin
See merge request dde-v20/dtkcore!1
|
2019-08-06 21:03:54 +08:00 |
Gary Wang
|
d281cc8e0f
|
feat: DtkTools module for libdtkcore-bin
|
2019-08-06 20:49:23 +08:00 |
zccrs
|
e33af02a7e
|
fix: use DTK_MODULE_NAME replace TARGET
fix the setting tools install path is wrong
|
2019-07-31 13:41:17 +08:00 |
zccrs
|
4ab4f8b8ae
|
fix: the PKG_MODULE_DEPENDS dno't add Qt modules
|
2019-07-30 20:54:20 +08:00 |
zccrs
|
c7eedf39c6
|
fix: the pkg-config "Requires" values
|
2019-07-30 19:46:41 +08:00 |
zccrs
|
a64a8da288
|
refactor: adjust responsibility of the prf files
prf files:
* dtk_build_config.prf: 只用于dtk模块,包含一些编译
中需要的变量(如版本号,文件名等)
* dtk_build.prf: 只用于dtk模块,为模块编译添加一些
必要的信息,以及动态生成一些源文件(如 dtkcore_config.h)
* dtk_cmake.prf: 只用于dtk模块,在编译过程中生成
模块对应的的cmake package文件,便于在cmake项目中引入库
* dtk_module.prf: 只用于dtk模块,生成一个qmake模块对应的
pri文件,便于在qmake项目中引入库
* dtk_translation.prf: 只用于dtk模块,封装了模块内翻译文件的
生成以及安装的操作
* dtk_qmake.prf: dtk库提供的通用方法,可用于任意qmake项目,
包含了获取系统版本号、当前构建平台信息等一些变量的定义
|
2019-07-30 17:01:17 +08:00 |
Gary Wang
|
2606b1624f
|
fix: dtk-settings binary location for libdtkcore-bin package
(#24)
|
2019-07-30 11:13:23 +08:00 |
zccrs
|
f476312f47
|
fix: use "$$ROOT_DIR" replace "$$mod_inst_pfx/.."
|
2019-07-25 19:54:59 +08:00 |
zccrs
|
b2df7cde34
|
refactor: export defines "DTK_LIB_DIR_NAME" "DXXX_TRANSLATIONS_PATH" "DXXX_TRANSLATIONS_DIR"
reset the translate file path to "/usr/share/libdtk-2.0.16/DXXX/translations"
|
2019-07-25 16:32:50 +08:00 |
zccrs
|
deb1813558
|
Revert "update packages to version 5"
This reverts commit 761feaaa66.
|
2019-07-25 13:41:21 +08:00 |
deepinzhangshuang
|
761feaaa66
|
update packages to version 5
|
2019-07-25 11:16:28 +08:00 |
zccrs
|
141a7cca1f
|
Revert "remove version config"
This reverts commit 96970458d0.
|
2019-07-25 10:13:25 +08:00 |
deepinzhangshuang
|
96970458d0
|
remove version config
|
2019-07-25 09:59:33 +08:00 |
deepinzhangshuang
|
91f8e89c61
|
remove check failed symbols
|
2019-07-18 15:59:35 +08:00 |
deepinzhangshuang
|
bcc35ca7bf
|
remove deepin-desktop-base buildep
|
2019-07-18 15:51:49 +08:00 |
Gary Wang
|
e34dcae466
|
feat: allow dtk-settings-tools skip json key translation
(#21)
|
2019-07-06 16:38:43 +08:00 |
zccrs
|
49427b76b4
|
refactor: use commit count for the package version
Version number no longer depends on datetime
|
2019-07-05 14:42:48 +08:00 |
zccrs
|
c3062b9370
|
Update CHANGLE.md
|
2019-05-23 13:55:41 +08:00 |
Gary Wang
|
90ac734b87
|
fix(DSettings): crash when calling getOption() if option doesn't exist
(#18)
|
2019-05-21 17:02:59 +08:00 |
Felix Yan
|
a3873dc5f4
|
chore: correct a typo
|
2019-05-07 17:47:44 +08:00 |
zccrs
|
959dd546f9
|
Update CHANGELOG.md
|
2019-04-18 09:12:10 +08:00 |
zccrs
|
782d3370d8
|
Update symbols file
|
2019-04-18 09:10:01 +08:00 |
zccrs
|
be3ab0ad2f
|
Update CHANGELOG.md
|
2019-04-17 10:38:05 +08:00 |