dtkcore/docs
yeshanshan 072dd9562d
feat: Add generic configuration support for DConfig (#236)
All application can use same configuration by generic
  configuration.
    Loading cache file can fallback to noappid's directory when not
using appid or not find cache file.
    one application writes configuration.
    ```c++
    auto config = DConfig::createGeneric(FileName);
    config->setValue("common-configuration", true);
    ```
    other applications read configration can give appid or not to
get the configuration.

    Set empty string for DBus caller when using acquireManager.

Log: 配置策略支持应用无关配置,缓存精准匹配到meta是否使用appid
Influence: none

Change-Id: I78b331f9c455617d5dfea6df087b1f4828390974
2023-02-16 09:41:28 +00:00
..
dci docs: update docs 2023-02-14 13:40:45 +08:00
filesystem fix: qch generate error 2023-02-15 16:54:36 +08:00
global feat: Add generic configuration support for DConfig (#236) 2023-02-16 09:41:28 +00:00
log docs: update docs 2023-02-14 13:40:45 +08:00
settings docs: add example for dsettings 2023-01-08 23:17:29 -06:00
src docs: add example for dsettings 2023-01-08 23:17:29 -06:00
util fix: qch generate error 2023-02-15 16:54:36 +08:00
CMakeLists.txt feat: support Qt6 2023-02-14 13:22:03 +08:00
MainPage.zh_CN.md docs: update MainPage 2022-12-06 09:52:21 +08:00
Specification.md feat(doc): add package for doc 2022-08-29 09:33:59 +08:00