Commit Graph

531 Commits

Author SHA1 Message Date
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
zccrs 8d32577a89 fix: Cross-builds incorrectly, built packages contain paths from build architecture
https://github.com/linuxdeepin/dtkcore/issues/10
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924234
2019-04-15 14:04:37 +08:00
Felix Yan 4ee56e31a3 chore: correct a typo 2019-04-09 05:59:04 +08:00
Yanhao Mo 3f99873a78 fix: https://github.com/linuxdeepin/dtkcore/issues/10 2019-03-28 12:24:04 +08:00
zccrs 036d492c8e Update CHANGELOG.md
Change-Id: I8f86e824787876b67f6a432e7d54c3eed7a6ff43
2019-03-27 11:13:03 +08:00
zccrs d852a21811 fix: crash at application
Change-Id: Iec5b429f3e6701694eb8ae16e2100a49d78925c5
2019-03-07 11:10:05 +08:00
zccrs e45969f94a refactor(DLog): Allow the same appender object to be registered to different categories
Change-Id: I14a756698751a54d9a7f90d1cea75f41a5fad82f
2019-03-07 10:54:33 +08:00
justforlxz 89bbcd7c38
feat: add DNotifySender
Notify encapsulation of org.freedesktop.Notifications for easy callers
to send simple notifications

Change-Id: If13a6b0051535e62049f3425682a41eee81857ef
2019-03-05 10:29:13 +08:00
Felix Yan 62c6912991 refactor: fix a typo
Change-Id: Id76593aec2f611dff784e18abc6fa0826076883d
2019-02-26 15:54:32 +08:00
Iceyer 2e871efd2a Release 2.0.9.17
Change-Id: Icfccfdbe93a0fc8c1e414ceba7805f78c5281518
2019-02-26 10:56:48 +08:00
Iceyer e35efbd125 Release 2.0.9.16
Change-Id: If4a53cf04a9aa32329aa20535ea38489dfd1c4c1
2019-02-26 10:55:22 +08:00
Gary Wang cbeb47c97e fix: deepin-os-release support cpu model and other info query
Now support:
--cpu-model, --memory-size, --disk-size

Now with better help output.

Change-Id: I52115e66db0b14ee18854158c231650c7daa530c
2019-02-17 17:33:07 +08:00
zccrs 4778e9bb94 Update CHANGELOG.md
Change-Id: I946110a960e2730142187b7dc6b2c65550299e4a
2019-01-25 13:45:19 +08:00
zccrs 8bae8654bd fix: failed build the deepin-os-release on Qt 5.7.1
Change-Id: I5c4810b2e29c5537375d013935e71b8c05a3ab21
2019-01-23 19:16:49 +08:00
zccrs 8a68af5985 chore: save dpkg-parsechangelog calls in debian/rules
https://github.com/linuxdeepin/internal-discussion/issues/866
Change-Id: Ia71cba608dbaa8c13b6e362080ddeffe74d7fcb4
2019-01-21 13:12:20 +08:00
zccrs 86dbd507c1 fix: use main project c/cxx/ld flags on build deepin-os-release
Change-Id: Ie93492dcf150728e41ae103cc9388b4a3658517e
2019-01-04 13:52:00 +08:00
zccrs f6ea16b603 refactor: add the "buildQMAKEProject" test function for dtk_qmake
use the \"buildQMAKEProject\" build the deepin-os-release tool
Change-Id: Ib24e4ca13bd853d2618e7ea77a3d1672b61f3219
2019-01-04 11:14:43 +08:00
zccrs ec68a7fd44 docs: add document for DObject
Change-Id: I47049e0951123bcaa4c016a2f8e95ef73db29fc5
2019-01-02 20:02:34 +08:00
Iceyer 8da11622d0 Release 2.0.9.14
Change-Id: I46b22be45989845945972daa8f5d56cb2531f993
2019-01-02 16:51:25 +08:00
Felix Yan 1217d0e37c
refactor: fix some typos
Change-Id: I88e4e8d9893deb85806a9bb0f4b4495115fb9118
2018-12-29 03:54:03 +08:00
Iceyer 1994e76ea7 Release 2.0.9.13
Change-Id: Id26750fb5ba06eb58d26c6722a701be72a93cead
2018-12-28 13:05:47 +08:00
Iceyer 634a35ba26 docs: add chinese docs fir DSettingsOption
Change-Id: I233f493faaaea70b741e649976c9404fe9c37818
2018-12-25 20:06:21 +08:00
Iceyer ccd3b083ef Release 2.0.9.12
Change-Id: I2be32540fbfe0dc3071da2fe4b244433880e3531
2018-12-24 18:02:37 +08:00