Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 如果窗口打开时即为最大化状态,则最大化图标显示错误 #600

Closed
wants to merge 406 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 28, 2024

  1. fix: hotSpot pos not scaled

    map position from Native will scale with deviceRatio
    
    Bug: https://pms.uniontech.com/bug-view-70386.html
    Log: none
    Influence: drag tabbar with high dpi
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    cc93372 View commit details
    Browse the repository at this point in the history
  2. docs: update docs and images

    更新示例文档dtitlebar.zh_CN.dox, 源码注释dtitlebar.cpp, 新增示例图像
    
    Log:
    Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    971cae3 View commit details
    Browse the repository at this point in the history
  3. docs: update docs for widget

    修改文档中的链接错误
    
    Log:
    Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ae37d44 View commit details
    Browse the repository at this point in the history
  4. docs: update docs for widget

    更新注释
    
    Log:
    Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2524f08 View commit details
    Browse the repository at this point in the history
  5. doc: add mainpage

    添加主页
    
    Log:
    xzl01 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7efd8eb View commit details
    Browse the repository at this point in the history
  6. docs: update docs and images

    更新dslider的示例与文档标准化
    
    Log:
    Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    35d17c1 View commit details
    Browse the repository at this point in the history
  7. docs: update example docs and images

    更新 DBackgroundGroup 示例和示例图像
    
    Log:
    Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5fd1dc8 View commit details
    Browse the repository at this point in the history
  8. docs: update examples、 docs and images

    更新dsettingsdialog示例和文档、图像
    
    Log:
    Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a50d103 View commit details
    Browse the repository at this point in the history
  9. doc: update doc for dsettingsdialog

    更新dsettingsdialog文档示例
    
    Log:
    Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9ab749b View commit details
    Browse the repository at this point in the history
  10. doc: update dlistview doc

    更新 dlistview 示例和文档,修改cpp注释
    
    Log:
    Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d2547ef View commit details
    Browse the repository at this point in the history
  11. docs: update groups and create new initial docs

    新建文档分组和新建初始文件
    
    Log:
    Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e3d7228 View commit details
    Browse the repository at this point in the history
  12. chore: Sync by linuxdeepin/.github@d45f73b

    sync by github workflow
    
    Log: none
    Influence: none
    deepin-admin-bot authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    11d6dd3 View commit details
    Browse the repository at this point in the history
  13. fix: correct default constructor for DStyleHelper

    Modify default value for m_style of DStyleHelper from nullptr to
    QApplication::style in case we have a stack overflow.
    
    Log: correct default constructor for DStyleHelper
    asterwyx authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5cb0c2d View commit details
    Browse the repository at this point in the history
  14. fix: add Dtk::Gui link for dtkuiplugin

    Fix compile error for dtkuiplugin, add Dtk::Gui link.
    
    Log: add Dtk::Gui link for dtkuiplugin
    asterwyx authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    fae6a38 View commit details
    Browse the repository at this point in the history
  15. feat: add ToolTip support

    Add ToolTip support for DListView and DLabel
    
    Task: https://pms.uniontech.com/task-view-227383.html
    Log: add ToolTip support
    asterwyx authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7313b2b View commit details
    Browse the repository at this point in the history
  16. feat: Add TightMode support for TitleBar

      Send StyleChange event for all widget when
    received sizemode changed.
      Add SizeModeHelper for common function.
      Modify radius, Shadow of MainWindow.
    
    Log: 支持紧凑模式切换
    Task: https://pms.uniontech.com/task-view-227385.html
    Influence: none
    Change-Id: I3cb83d22db1b3b058ed34443263d8321af09281d
    18202781743 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    246a63a View commit details
    Browse the repository at this point in the history
  17. feat: Add compact support for some widgets

      Modify dstyle's value when switch SizeMode;
      Add compact support for dialog, listview and other base widget.
    
    Log: 支持基本控件的紧凑模式切换
    Task: https://pms.uniontech.com/task-view-227385.html
    Influence: none
    Change-Id: I8f83d1fddd723a51bd01561c3723a9c352e9d852
    18202781743 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    edcf0c1 View commit details
    Browse the repository at this point in the history
  18. doc: update docs for ddialog

    更新ddialog的文档
    
    Log: update docs
    
    Task: deepin-community/coding-quarter#26
    chenchongbiao authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1bc32fc View commit details
    Browse the repository at this point in the history
  19. feat: Support multi split screen for dtitlebar

      Adjust ui style.
      Move implement from dtitlebar.cpp to splitscreen.cpp.
    
    Log: 标题栏支持多分屏
    Task: https://pms.uniontech.com/task-view-180357.html
    Influence: 依赖平台插件升级,标题栏最大化按钮悬浮时分屏功能
    Change-Id: I3911fd178f5ceae41a0e3f5227e4abae153583e7
    18202781743 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    68a967d View commit details
    Browse the repository at this point in the history
  20. fix: fix wrong position of first ComboBox popup

    ComboBox popup at the wrong position the first time after application
    launched. Fix this behavior.
    
    Log: fix wrong position of ComboBox popup
    Bug: https://pms.uniontech.com/bug-view-177525.html
    asterwyx authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    fd7b782 View commit details
    Browse the repository at this point in the history
  21. feat: 增加特性展示功能

    1. 增加特性对话框类接口;
    2. dapplication增加特性对话框相关接口;
    3. 重新布局关于对话框;
    
    Log: 新增特性介绍功能
    Task: https://pms.uniontech.com/task-view-227391.html
    Influence: 特性介绍,关于介绍
    Change-Id: Ie6244bd313bb385846f4c5c066108b65f5afcb4f
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9396d38 View commit details
    Browse the repository at this point in the history
  22. feat: 特性介绍框文案翻译

    特性介绍框需求相关文案翻译
    
    Log: 增加特性介绍需求相关文案翻译
    Task: https://pms.uniontech.com/task-view-227391.html
    Influence: 特性介绍文案
    Change-Id: Icd3bfeeea5ce60034bc59cf947718b24099f870a
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6cdde48 View commit details
    Browse the repository at this point in the history
  23. chore: replace doxygen theme

    替换doxygen主题安装方式
    
    Log:
    xzl01 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c11ef57 View commit details
    Browse the repository at this point in the history
  24. chore: update changelog

    update changelog
    
    Log: update changelog
    Influence: none
    Change-Id: I5c21fd35617b305dcaf508895175e01ef5621f3c
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f2e88a2 View commit details
    Browse the repository at this point in the history
  25. feat: 自定义工具栏

    1. 显示自定义工具栏;
    2. 工具栏上调整控件位置;
    3. 工具栏上添加和移除控件;
    4. 恢复默认工具栏控件;
    5. 工具栏生效。
    
    Log: 添加自定义工具栏功能
    Influence: none
    
    Change-Id: Icb1d12d4c8881ace309e9b5cd5508bbca965c5fc
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    07ecbd7 View commit details
    Browse the repository at this point in the history
  26. refactor(cmake): improve cmake and add new feature

     * remove redundant "dtkwidget" in include directory;
     * improve cmake, modify some variable names, use file() to collect
     source files for scalability;
     * add full target_link_libraries support.
    
    Log: add full target_link_libraries support
    Influence: all projects who include headers directly by path
    asterwyx authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    101677d View commit details
    Browse the repository at this point in the history
  27. fix: 增加titlebarSettingsImpl空指针判断

    新建dtitlebar对象,未调用settings(),titlebarSettingsImpl是空的
    
    Log: 增加titlebarSettingsImpl空指针判断
    Influence: titlebar
    Change-Id: I6f330f59556b86b34e94c8cb8997556c7bb59e8e
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0f626c2 View commit details
    Browse the repository at this point in the history
  28. docs: update docs

    更新文档
    
    log: update docs
    xzl01 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5dbf28f View commit details
    Browse the repository at this point in the history
  29. docs: update the document of DFloatingButton

    更新文档
    
    Log: docs: update the document of DFloatingButton
    xzl01 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    84fed26 View commit details
    Browse the repository at this point in the history
  30. chore: update changelog

    update changelog
    Log: update changelog
    Influence: none
    
    Change-Id: Ic7059641a79d7e6970c556e8882d3293b733ea62
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    663b1f1 View commit details
    Browse the repository at this point in the history
  31. doc: update docs for danchors

    更新danchors的文档
    
    Log: update docs
    
    Task: deepin-community/coding-quarter#26
    chenchongbiao authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    cd4afbb View commit details
    Browse the repository at this point in the history
  32. fix: correct file name

    examples/collections/org.deepin.dtkwiget.feature-display.json 文件名拼写错误
    
    Log:
    ice909 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b38e57b View commit details
    Browse the repository at this point in the history
  33. fix: 二次调起特性对话框崩溃

    原因:特性对话框的父窗口是关于对话框时,
          随着关于对话框销毁,再次访问特性对话框对象就会崩溃。
    修改:1.特性对话框不设置父窗口,随着应用退出销毁。
          2.特性对话框展示时,调整位置。
    
    Log: 修复二次调起特性对话框崩溃问题
    Influence: 特性对话框
    Change-Id: I56671745ae6fb087133c34fcd50f54d4b9789e81
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c07ad15 View commit details
    Browse the repository at this point in the history
  34. chore: remove useless dependencies

    as title
    
    Log:
    Groveer authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7916672 View commit details
    Browse the repository at this point in the history
  35. fix: the entrance of feature display is visible when no item is added

    when no feature item is added, hide the entrance in about daboutdialog
    
    Log: fix the issue about feature dialog has no content
    Influence: feature display
    Change-Id: Id13ce0b84ede3d084f219cfbd35e1d2a94e3b4bc
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    22335aa View commit details
    Browse the repository at this point in the history
  36. chore: update changelog

    Log: update to 5.6.6
    Decodetalkers authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d99b401 View commit details
    Browse the repository at this point in the history
  37. fix: Lossing LIBDTKWIDGTE_LIBRARY macro

      It lossed when qmake to cmake, and it causes DApplication::
    buildDtkVersion function is error, because it's value is assigned
    when builing application.
    
    Log: none
    Influence: none
    Change-Id: Ie636df17c485f7d43cd5458cf3a2f2627388a07a
    18202781743 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ee8c5f7 View commit details
    Browse the repository at this point in the history
  38. fix: DStyleOptionButton's incompatible

      It was introduced in e4fdfe5 .
      It cause incompatible that DStyleOptionButton add a member
    variable `dciIcon`.
      App is crashed if libdtkwidget5 is different between App built
    and running loaded, (app builds with 5.5, but loads 5.6 version).
      We shouldn't add member variable that defined in .h and which
    breaks abi.
      If this case has exist, we can Use DApplication::builtDtkVersion()
    to avoid to accessing the member in some lower version.
      We are lucky, because we have `features` to avoid to accessing
    `dciIcon` member in lower version.
      FloatingButton doesn't need add DciIcon to features, because
    DDciIcon has execute this code.
    
    Log: none
    Influence: App crash in some case
    Change-Id: Iff4d596c6f90fa82f0d93ec9db0118d8d0bffa40
    18202781743 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    de5f666 View commit details
    Browse the repository at this point in the history
  39. docs: update docs

    更新枚举的注释方式,规范化文档
    
    Log:
    xzl01 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    245dd00 View commit details
    Browse the repository at this point in the history
  40. doc: update the doc of dfeaturedisplaydialog

    update the interface doc of dfeaturedisplaydialog
    
    Log: update the doc of dfeaturedisplaydialog
    Influence: doc
    Change-Id: I238fa7c5675bd3d51e3a7112fbe8ed549b3d3d51
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9f21036 View commit details
    Browse the repository at this point in the history
  41. fix: background widget is always shown when sidebar is hidden

    change background widget's visibility when the signal of expandChanged is emitted
    
    Log: resolve the issue that background widget is always shown when sidebar is hidden
    Influence: sidebar
    Change-Id: I0a2fc73614aecfb736f52f00cb6ca07459f48fb7
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    923291f View commit details
    Browse the repository at this point in the history
  42. chore: rename sidebarVisble to sidebarVisible

    obsolete old interface sidebarVisible due to spelling mistake
    
    Log: rename sidebarVisble to sidebarVisible
    Influence: sidebar
    Change-Id: I7c932f4fc8f43db2271d3562d446b4f663e11ad4
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    52b07eb View commit details
    Browse the repository at this point in the history
  43. fix: find_dependency error

    Older version CMake find_dependency has a defeat that COMPONENTS
    find will fail. Find single dependency separately to avoid this issue.
    
    Log: fix find_dependency error
    asterwyx authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    47e7245 View commit details
    Browse the repository at this point in the history
  44. chore: hide custom toolbar in the example

    Hide the custom toolbar section in the example
    
    Log: none
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7d3b5f4 View commit details
    Browse the repository at this point in the history
  45. chore: update changelog

    update changelog
    Log: update changelog
    
    Influence: none
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    10e4d62 View commit details
    Browse the repository at this point in the history
  46. fix: DStyleOptionButton's incompatible

      This is a supplement for 9b6e608
    It's default assignment constructor will call buillt
    dtkwidget's  `dciIcon` conftructor, but `dciIcon` object is a
    unassignment space, it causes app crashed.
    18202781743 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    de17358 View commit details
    Browse the repository at this point in the history
  47. chore: update changelog

    Release 5.6.8.
    
    Log: update changelog to 5.6.8
    asterwyx authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    660cf52 View commit details
    Browse the repository at this point in the history
  48. doc: update docs

    更新dlineedit和dspinner的文档
    
    Log: update docs
    mhduiy authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b7aad10 View commit details
    Browse the repository at this point in the history
  49. chore: modify the result code of dprintpreviewdialog to accept or reject

    give the explicit result code (accept or reject) when pressing print button
    or cancel button of dprintpreviewdialog.
    
    Log: modify the result code of dprintpreviewdialog to accept or reject
    Influence: dprintpreviewdialog
    Change-Id: Ic6ee36b7fc805ed16762bc203001d1248211fb1e
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    365af01 View commit details
    Browse the repository at this point in the history
  50. docs: update docs for dfilechooseredit

    更新dfilechooseredit的文档
    
    Log:
    chenchongbiao authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f5076f6 View commit details
    Browse the repository at this point in the history
  51. docs: add example for dfilechooseredit

    给dfilechooseredit添加例子
    
    Log:
    chenchongbiao authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6471837 View commit details
    Browse the repository at this point in the history
  52. docs: update docs

    更新dboxwidget的文档
    
    Log:
    chenchongbiao authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b07df90 View commit details
    Browse the repository at this point in the history
  53. docs: add example for dboxwidget

    给dboxwidget添加例子
    
    Log:
    chenchongbiao authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    040e7e1 View commit details
    Browse the repository at this point in the history
  54. chore: DPrintPreviewDialog add update setting interface.

    Add interface updateDialogSettingInfo, apps can update print dialog
    settings at construction time.
    Add docs and UT, fix a bug that may cause a memory leak.
    
    Log: DPrintPreviewDialog add update setting interface.
    Influence: Add update setting interface.
    rb-union authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c9caa1f View commit details
    Browse the repository at this point in the history
  55. chore: Remove redundant code about acknowledgement in daboutdialog

    1. add obsolete interfaces about acknowledgement
    2. remove redundant code about acknowledgement
    
    Log: remove redundant code about acknowledgement in daboutdialog
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    145a34a View commit details
    Browse the repository at this point in the history
  56. fix: add color-only mode in dprintpreviewdialog

    add support for color-only mode to dprintpreviewdialog
    
    Log: add color-only mode in dprintpreviewdialog
    Issue: https://github.com/linuxdeepin/dtkwidget/issues/354
    Influence: print preview
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8fec94b View commit details
    Browse the repository at this point in the history
  57. docs: add dfeaturedisplaydialog image to docs

    add image to docs
    
    Log: add dfeaturedisplaydialog image to docs
    Influence: docs
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    bd81a69 View commit details
    Browse the repository at this point in the history
  58. docs: update readme

    add docs link
    
    Log:
    xzl01 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    bd6918f View commit details
    Browse the repository at this point in the history
  59. fix: DAbstractDialog translucent background

    if windowmanager not support blur window effect
    do not set `Qt::WA_TranslucentBackground` attribute
    setblurEnabled will not work
    
    Issue: linuxdeepin#358
    Log: fix Dialog translucent background
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6fc6d49 View commit details
    Browse the repository at this point in the history
  60. fix: Modify style for example's titlebar

      Clipping TitleBar control and modifing radius from 16 to DMainWindow's radius.
    
    Issue: https://github.com/linuxdeepin/dtkwidget/issues/323
    18202781743 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    73a473a View commit details
    Browse the repository at this point in the history
  61. fix: Restore window's size for example

      Restore window size
    18202781743 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2dc6f3d View commit details
    Browse the repository at this point in the history
  62. chore: remove log about sidebar

    remove userless log obout sidebar
    
    Log: remove log about sidebar
    Influence: none
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7ad269b View commit details
    Browse the repository at this point in the history
  63. fix: Modify size style for toolbar

      Adjust toolbar iconsize from 24 to 16.
      Add example for toolbutton.
    
    Log: 依赖qt5integration升级
    Issue: https://github.com/linuxdeepin/dtkwidget/issues/326
    18202781743 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0d4da13 View commit details
    Browse the repository at this point in the history
  64. fix: Modify PushButton to adapt CompactMode

      Use `ButtonMargin` as Arrow's margin with frame, and changes it
    from 8 to 10.
      Modify Indicator in CompactMode.
    
    Issue: https://github.com/linuxdeepin/dtkwidget/issues/326
    18202781743 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    069f125 View commit details
    Browse the repository at this point in the history
  65. chore: set BUILD_DOCS OFF

    Log:
    xzl01 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    55c2176 View commit details
    Browse the repository at this point in the history
  66. fix: Adjust SwitchButtonhandler's width in CompactMode

      SwitchButtonhandlerWidth is different,
      It's SwitchButtonGroove's width is 40 in CompactMode, and 50 in NormalMode,
    It's just by 5 / 3 * PM_SwitchButtonHandleWidth.
    
    Issue: https://github.com/linuxdeepin/dtkwidget/issues/326
    18202781743 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    dd14543 View commit details
    Browse the repository at this point in the history
  67. fix: Modify edit widgets to adapt CompactMode

      Adjust the interval between widget to 10 for edit.
    
    Issue: https://github.com/linuxdeepin/dtkwidget/issues/325
    18202781743 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    39168f4 View commit details
    Browse the repository at this point in the history
  68. fix: Adjust icon size for subclass of lineedit

      DLineEditPrivate provides a default size for subclass.
    18202781743 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    363eac5 View commit details
    Browse the repository at this point in the history
  69. doc: update docs

    更新dwindowoption docs
    
    Log: update docs
    
    Task: linuxdeepin/issues/360
    qq909244296 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9caf83f View commit details
    Browse the repository at this point in the history
  70. fix: modify listview for compact mode

    In compact mode:
    modify margins to margin(10, 6, 10, 6)
    modify icon size to QSize(24, 24)
    
    Log: modify listview in compact mode
    Issue: https://github.com/linuxdeepin/dtkwidget/issues/324
    Influence: compact mode
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8721f4c View commit details
    Browse the repository at this point in the history
  71. feat: add the ability to configure the default height of the DTitleBar

    新增通过DConfig配置DTitleBar的功能
    
    Issue: linuxdeepin#367
    chenchongbiao authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    86b121d View commit details
    Browse the repository at this point in the history
  72. chore: tx config tweak

    update group name
    tx --version : TX Client, version=1.6.5
    tx pull --all --branch master
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    83fcd30 View commit details
    Browse the repository at this point in the history
  73. fix: adjust daboutdialog's ui

    adjust the ui of daboutdialog
    
    Log: adjust daboutdialog's ui
    Issue: https://github.com/linuxdeepin/dtkwidget/issues/361
    Influence: daboutdialog
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3042dff View commit details
    Browse the repository at this point in the history
  74. fix: update updateTitlebarHeight

    修改updateTitlebarHeight函数,取消titlebarHeight等于50的判断,配置文件默认值为-1
    
    Issue: linuxdeepin#367
    chenchongbiao authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6c65faa View commit details
    Browse the repository at this point in the history
  75. chore(CI): add OBS workflows

    add OBS workflows and modify PKGBUILD support OBS build
    
    log:
    tsic404 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    39562d1 View commit details
    Browse the repository at this point in the history
  76. fix: Modify SearchEdit's icon

      `search_indicator` and `search_action`'s size is 36 * 36, and
    they have more than white space, now we update those icon in
    dtkgui and qt5integration, and remove unnecessary avoidance.
    
    Issue: https://github.com/linuxdeepin/dtkwidget/issues/325
    Log: It depends dtkgui and qt5integration.
    18202781743 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4131435 View commit details
    Browse the repository at this point in the history
  77. feat: 增加覆盖指定界面的水印类DWaterMarkHelper

    可通过DWaterMarkHelper的接口设置水印样式,并通过registerWidget添加水印
    
    Log:
    Influence: 无
    Task: https://pms.uniontech.com/task-view-243575.html
    Change-Id: I84cf4d3fb0eb17deb0ab9c2e7b154bf884167a0b
    ssk-wh authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    bd71a36 View commit details
    Browse the repository at this point in the history
  78. chore: update to 5.6.9

    Log: update changelog
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    11d029e View commit details
    Browse the repository at this point in the history
  79. fix: SwitchButtonHandle isn't expanded when switchbutton is expanded

    set the handle's width to half of switchbutton's width;
    set the handle's height to switchbutton's height.
    
    Log: modify the handle's size in switchbutton
    Issue: https://github.com/linuxdeepin/dtkwidget/issues/389
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8f13b41 View commit details
    Browse the repository at this point in the history
  80. fix: Build error for Qt 5.15~6.1

      PM_LineEditIconSize is introduced in qt6.2 or patch,
    the iconSize is always 20 in NormalMode or CompactMode.
    Building error is introduced in 'ec55b744d6ae766911d01948c56eac8b18fc5289'
    
    Log:
    18202781743 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    240b18b View commit details
    Browse the repository at this point in the history
  81. fix: icon size is abnormal when dpi > 1

    ButtonIconSize does't multiply ratio in dstyle, which lead to
    both pixmap size and rect size disagree.
    
    Log: modify ButtonIconSize's default value
    Issue: https://github.com/linuxdeepin/dtkwidget/issues/390
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d204be9 View commit details
    Browse the repository at this point in the history
  82. fix: ListView's widget switching hide and show frequently

      It's apparent when we set a widget for DStandardItem, and
    hovering it, it look obvious when changing Widget's cursor.
      We hide widget depending on the different of last and current
    frame, When we hover one item, Viewport also to be repaint,
    and it's area is an item hovered, this caused we made a
    calculation error.
    
    Issue: https://github.com/linuxdeepin/dtkwidget/issues/364
    18202781743 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ed6aac2 View commit details
    Browse the repository at this point in the history
  83. Fix: Qt::ToolButtonTextUnderIcon does't work

    set a fixed layout mode Qt::ToolButtonTextBesideIcon in codebase
    
    Log: delete fixed layout Qt::ToolButtonTextBesideIcon
    Issue: https://github.com/linuxdeepin/dtkwidget/issues/403
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9300250 View commit details
    Browse the repository at this point in the history
  84. fix: Modify ButtonMargin from 10 to 8

      According to designer.
      It results display error for dde-control-center's shutcut keys
    for `10`, so we change it back.
    
    Issue: linuxdeepin#373
    18202781743 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9145346 View commit details
    Browse the repository at this point in the history
  85. fix: TextAction doesn't display in center

      We calculate text rect including origin text and action text
    in AliginVCenter layout, and then paint it.
    
    Issue: https://github.com/linuxdeepin/dtkwidget/issues/408
    18202781743 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    00c69c4 View commit details
    Browse the repository at this point in the history
  86. chore: Sync by linuxdeepin/.github@c5d10d3

    sync by github workflow
    
    Log: none
    Influence: none
    deepin-admin-bot authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c4d0cb3 View commit details
    Browse the repository at this point in the history
  87. chore: Sync by linuxdeepin/.github@2dd2256

    sync by github workflow
    
    Log: none
    Influence: none
    deepin-admin-bot authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    22da8a4 View commit details
    Browse the repository at this point in the history
  88. fix: DFloatingButton can't display dciicon

      Option's `features` is overridden.
    18202781743 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    cff6f03 View commit details
    Browse the repository at this point in the history
  89. fix: remove unused librsvg dependency from PKGBUILD

    It's not mentioned anymore in this project.
    felixonmars authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3a6ff30 View commit details
    Browse the repository at this point in the history
  90. fix: remove unused cmake option from PKGBUILD

    `HUNTER_ENABLED` isn't mentioned elsewhere in this project.
    felixonmars authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9b617d9 View commit details
    Browse the repository at this point in the history
  91. fix: don't set CMAKE_BUILD_TYPE in CMakeLists.txt

    Distributions actually prefer CMAKE_BUILD_TYPE being `None` (the default value) so that their CFLAGS/LDFLAGS are used instead of the cmake presets. Let's do not overwrite it with "Release".
    felixonmars authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ef0aec2 View commit details
    Browse the repository at this point in the history
  92. chore: update to 5.6.10

    Log: update changelog
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b64c89f View commit details
    Browse the repository at this point in the history
  93. fix: DMPRISControl style conflicts with design

    * Icon is too small compared to design, replace the icon with new
    icon that is 36x36 and fix the button size (52x52) and icon size.
    * Spacing between media control buttons is smaller than design. Set
    fixed spacing in control buttons layout (Default is 80px).
    * Add DMPRISControl example in collections.
    
    Log: fix DMPRISControl style conflicts with design
    asterwyx authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5dd7950 View commit details
    Browse the repository at this point in the history
  94. feat: add DMPRISControl example

    Add example in collections for DMPRISControl widget.
    asterwyx authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ba0a42e View commit details
    Browse the repository at this point in the history
  95. Revert "fix: icon size is abnormal when dpi > 1"

    This reverts commit de8d8f9.
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b6251a2 View commit details
    Browse the repository at this point in the history
  96. chore: init option by baseStyleOption() in diconbutton

    init option by virtual function baseStyleOption() in diconbutton
    
    Log: init option by baseStyleOption() in diconbutton
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    959c50e View commit details
    Browse the repository at this point in the history
  97. doc: update DSwitchButton docs

    更新DSwitchButton控件的文档
    
    Log: update docs
    chenchongbiao authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3bc9be6 View commit details
    Browse the repository at this point in the history
  98. fix: remove unused librsvg dependency from dtkwidget.spec

    It's no longer in use.
    felixonmars authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b33e0e1 View commit details
    Browse the repository at this point in the history
  99. fix: suppress cmake warning for missing directory specified

    Fixes the following warning:
    
    ```
    CMake Warning:
      No source or binary directory provided.  Both will be assumed to be the
      same as the current working directory, but note that this warning will
      become a fatal error in future CMake releases.
    ```
    felixonmars authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    dfbfe0e View commit details
    Browse the repository at this point in the history
  100. feat: Deprecate DApplicationSettings

      The feature has been moved to DGuiApplicationHelper in the
    commit 19492cbfb71954a4939028b37ce66981d34e324e
    18202781743 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    54b1d44 View commit details
    Browse the repository at this point in the history
  101. fix: 修复ArrowRectanble设置位置错误

    当给ArrowRectanble设置parent的时候,调用show方法没有计算顶层窗口的位置导致最终计算的窗口错误
    
    Log: 修复锁屏界面竖屏无法显示网络列表
    Influence: 登陆界面和锁屏界面的网络列表
    Bug: https://pms.uniontech.com/bug-view-195913.html
    ut003640 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c953c09 View commit details
    Browse the repository at this point in the history
  102. fix: titlebar was not updated when titlebarHeight was changed

    修复titlebarHeight属性被修改时,标题栏没有实时生效。
    
    Issue: linuxdeepin/dtk#51
    chenchongbiao authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1fe2f89 View commit details
    Browse the repository at this point in the history
  103. fix: the redundant field "version" has been added

    remove the redundant field "version: " in about dialog
    
    Issue: linuxdeepin/dtk#62
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9950235 View commit details
    Browse the repository at this point in the history
  104. fix: must set CMAKE_INSTALL_PREFIX before GNUInstallDirs

    Log:
    Never modify the value of CMAKE_INSTALL_PREFIX after including GNUInstallDirs
    Otherwise incorrect CMAKE_INSTALL_FULL_XXXX values will be computed
    wineee authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d31afe8 View commit details
    Browse the repository at this point in the history
  105. chore: update translation files

    delete some deprecate words.
    add some words about custom toolbar.
    
    Log: update translation files
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    df86721 View commit details
    Browse the repository at this point in the history
  106. fix: adjust floatbutton's size in compact mode

    In compact mode, add the margins to sizehint.
    
    Log: modify floatbutton's content size to 36*36
    Issue: linuxdeepin/dtk#36
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    cd4c54f View commit details
    Browse the repository at this point in the history
  107. chore: bump version to 5.6.11

    update changelog
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    55c5fae View commit details
    Browse the repository at this point in the history
  108. chore: use activatableServiceNames

    Use the activatableServiceNames instead of isServiceRegistered
    to detect new version dbus interfaces exists
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8b9bb62 View commit details
    Browse the repository at this point in the history
  109. feat: add license dialog widget

    add dlicensedialog interface and function.
    
    Log: add license dialog widget
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1f1cba7 View commit details
    Browse the repository at this point in the history
  110. chore: Sync by linuxdeepin/.github@2e5e092

    sync by github workflow
    
    Log: none
    Influence: none
    deepin-admin-bot authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8543d68 View commit details
    Browse the repository at this point in the history
  111. chore: update translations about license feature

    add translations about license feature
    
    Log: update translations about license feature
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    910ee91 View commit details
    Browse the repository at this point in the history
  112. fix(licensedialog): it does't work by clicking enter action

    connect two signals between enter action and listview on license dialog.
    
    Log: fix the issue that it doesn't work by clicking enter action
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    40f46bb View commit details
    Browse the repository at this point in the history
  113. chore: change the licenses of example

    change the licenses of the example
    
    Log: change the licences of the example
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e4fe1f9 View commit details
    Browse the repository at this point in the history
  114. chore: bump version to 5.6.12

    update changelog
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    23fa848 View commit details
    Browse the repository at this point in the history
  115. chore: change the text of the title on licensedialog

    change the text "Credits" to "open-source software"
    
    Log: change the text of the title on licensedialog
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    fcb23c7 View commit details
    Browse the repository at this point in the history
  116. chore: Add properties about license in dapplication interface

    add properties about license feature in dapplication interface.
    
    Log: Add properties about license
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    27d2686 View commit details
    Browse the repository at this point in the history
  117. chore: Change the text of the title in dlicensedialog

    Change "open-source software" to "Open-Source Software"
    
    Log: Change the text of the title in dlicensedialog
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    cc505e7 View commit details
    Browse the repository at this point in the history
  118. fix: 修改分屏菜单位置错误

    只Qt::Widget的窗口并有父窗口的计算使用父窗口rect
    
    Log: 修改分屏菜单位置错误
    Bug: https://pms.uniontech.com/bug-view-199083.html
    Influence: 锁屏界面/任务栏等网络插件窗口显示,窗口分屏提示窗口
    caixr23 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9249a81 View commit details
    Browse the repository at this point in the history
  119. fix: abnormal font size

    if qApp->font() dpi is invalid(<=0) fallback to d_defaultDpi
    see qt_defaultDpiX / qt_defaultDpiY(qfont.cpp)
    
    Issue: linuxdeepin/dtk#17
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    108f29e View commit details
    Browse the repository at this point in the history
  120. chore: update translations abouut license

    update translations about license
    
    Log: update translations about license
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3d7fbd9 View commit details
    Browse the repository at this point in the history
  121. fix: DApplication casting error

    Log: 修复DApplication的转换错误
    heyuming authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e592678 View commit details
    Browse the repository at this point in the history
  122. fix: TextEdit color group not update

    control's palette not changed whene window activate changed
    
    Bug: https://pms.uniontech.com/bug-view-196603.html
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    432cf28 View commit details
    Browse the repository at this point in the history
  123. feat(build): support Qt6

    Log: 支持Qt6
    heyuming authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b1d8158 View commit details
    Browse the repository at this point in the history
  124. feat(lib): support Qt6

    Log:适配Qt6
    heyuming authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7c6f339 View commit details
    Browse the repository at this point in the history
  125. feat(others): support Qt6

    Log: 适配Qt6
    heyuming authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c8e118b View commit details
    Browse the repository at this point in the history
  126. fix: correct copy assignment operator

    Log: 纠正拷贝赋值运算符
    heyuming authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c9a2c27 View commit details
    Browse the repository at this point in the history
  127. fix: compile error of unit test

    ut_dstyleditemdelegate.cpp does not using namespace Dtk::Gui; Add
    this to it.
    
    Log: fix compile error of unit test
    asterwyx authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    90cd9e4 View commit details
    Browse the repository at this point in the history
  128. fix: Attempted to overwrite a QRandomGenerator to system() or global().

    QRandomGenerator::global() no need to call seed
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d11d442 View commit details
    Browse the repository at this point in the history
  129. fix: unit test error under qt5

    Log: 修复qt5下单元测试的错误
    heyuming authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5154876 View commit details
    Browse the repository at this point in the history
  130. chore: remove old dependency

    Log: 移除旧依赖
    heyuming authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9a0ff37 View commit details
    Browse the repository at this point in the history
  131. fix: fix compile error under qt6

    Log: 修复Qt6下的编译错误
    heyuming authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5f528d6 View commit details
    Browse the repository at this point in the history
  132. fix: unit test error under qt6

    Log: 修复qt6下的单元测试错误
    heyuming authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    49a2d3f View commit details
    Browse the repository at this point in the history
  133. fix: titlebar buttons don't recover

    Titlebar has a targetWindow and it will sync disableFlags with window's
    motif functions. Do not set disableFlags according to the current
    state of buttons. Because when targetWindow(That is also top level
    window of titlebar) is disabled, all its children will always return
    false when invoking isEnabled.
    Also, never explicitly disable any button unless you know when to
    enable it again. Let top level window manages it. DisableFlags only
    apply to configuration, will not reveal buttons' state.
    
    Log: fix titlebar buttons don't recover
    asterwyx authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    01958f5 View commit details
    Browse the repository at this point in the history
  134. chore: update changelog

    Release 5.6.13
    
    Log:
    heyuming authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    572947c View commit details
    Browse the repository at this point in the history
  135. fix: Button background lightness display error

      Adjust color's lightness by ColorType.
    
    Issue: linuxdeepin/dtk#82
    18202781743 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e3dbe87 View commit details
    Browse the repository at this point in the history
  136. doc: update docs for dpasswordedit

    更新dpasswordedit的文档
    
    Log: update docs
    
    Task: deepin-community/coding-quarter#26
    homehomehu authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d5d27e7 View commit details
    Browse the repository at this point in the history
  137. doc: update docs for dtabbar

    更新dtabbar的文档
    
    Log: update docs
    
    Issue: linuxdeepin/dtk linuxdeepin#94
    homehomehu authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9077dda View commit details
    Browse the repository at this point in the history
  138. refactor!: deprecate some interfaces in dtk6

    Log: 在dtk6中废弃一些接口
    heyuming authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    953af01 View commit details
    Browse the repository at this point in the history
  139. doc: update docs for dcombobox

    更新dcombobox文档
    
    Log: update docs
    Issue: linuxdeepin/dtk#94 (comment)
    Skye-rs authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8b74dcb View commit details
    Browse the repository at this point in the history
  140. doc: A small change to Dcombobox

    改正dcombobox.cpp中一处注释
    
    Log: Correction of a comment in Dcombobox
    Skye-rs authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    cc130c7 View commit details
    Browse the repository at this point in the history
  141. doc: update docs for dsuggestbutton

    更新dsuggestbutton的文档
    
    Log: update docs
    
    Issue: linuxdeepin/dtk#94
    homehomehu authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    bcca267 View commit details
    Browse the repository at this point in the history
  142. doc: update docs for dwaterprogress

    更新dwaterprogress的文档
    
    Log: update docs
    
    Issue: linuxdeepin/dtk#94
    homehomehu authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2b70aa0 View commit details
    Browse the repository at this point in the history
  143. doc: update docs for dbaseexpand

    更新dbaseexpand的文档
    
    Log: update docs
    
    Issue: linuxdeepin/dtk#94
    lavender9527 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ef8bede View commit details
    Browse the repository at this point in the history
  144. doc: update docs for diconbutton

    更新diconbutton的文档,添加示例代码及运行图片
    
    Log: update docs
    
    Issue: linuxdeepin/dtk#94
    lavender9527 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    86309b6 View commit details
    Browse the repository at this point in the history
  145. doc: update docs for dipv4lineedit

    更新dipv4lineedit的文档
    
    Log: update docs
    Issue: linuxdeepin/dtk#94 (comment)
    Skye-rs authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2c566bf View commit details
    Browse the repository at this point in the history
  146. doc: update docs for dbuttonbox

    更新dbuttonbox的文档
    
    Log: update docs
    
    Issue: linuxdeepin/dtk#94
    LEpoii authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4d5068d View commit details
    Browse the repository at this point in the history
  147. fix: remove ut to support DTK6.0

    Log: 移除了部分DTK6.0不支持的ut,以便通过编译,后续需要补充
    xzl01 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    50c0b5e View commit details
    Browse the repository at this point in the history
  148. chore: Sync by linuxdeepin/.github@559e911

    sync by github workflow
    
    Log: none
    Influence: none
    deepin-admin-bot authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    12d4542 View commit details
    Browse the repository at this point in the history
  149. doc: update docs for dwarningbutton

    更新dwarningbutton的文档
    
    Log: update docs
    
    Issue: linuxdeepin/dtk#94
    LEpoii authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    229ae94 View commit details
    Browse the repository at this point in the history
  150. doc: update docs for dframe

    更新dframe的文档
    
    Log: update docs
    
    Issue: linuxdeepin/dtk#94
    LEpoii authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    41a290f View commit details
    Browse the repository at this point in the history
  151. doc: update docs for dtoolbutton

    更新dtoolbutton的文档
    
    Log: update docs
    
    Issue: linuxdeepin/dtk#94
    Skye-rs authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a1474a6 View commit details
    Browse the repository at this point in the history
  152. fix: the 'ValueChanged' signal was never emitted in dcircleprogress

    Due to a lack of signal triggering in dcircleprogress,the 'ValueChanged' signal was never emitted.
    
    Log:为dcircleprogress修复了一个接口bug,在setValue()函数内部设置信号发射,解决了ValueChanged信号不会发射的问题
    homehomehu authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9d93be4 View commit details
    Browse the repository at this point in the history
  153. doc: update docs for dspinbox

    更新dspinbox的文档,添加示例代码及运行图片
    
    Log: update docs
    
    Issue: linuxdeepin/dtk#94
    lavender9527 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9ac8d3d View commit details
    Browse the repository at this point in the history
  154. doc: update docs for dsearchedit

    更新dsearchedit的文档
    
    Log: update docs
    
    Issue: linuxdeepin/dtk#94
    LEpoii authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9eb870e View commit details
    Browse the repository at this point in the history
  155. doc: update docs for dbaseline

    更新dbaseline的文档
    
    Log: update docs
    
    Issue: linuxdeepin/dtk#94
    homehomehu authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e85e5b3 View commit details
    Browse the repository at this point in the history
  156. doc: update docs for dcoloredprogressbar

    更新dcoloredprogressbar的文档
    
    Log: update docs
    
    Issue: linuxdeepin/dtk#94
    homehomehu authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    15d3da7 View commit details
    Browse the repository at this point in the history
  157. doc: update docs for dprogressbar

    更新dprogressbar的文档
    
    Log: update docs
    
    Issue: linuxdeepin/dtk#94
    LEpoii authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c0954d8 View commit details
    Browse the repository at this point in the history
  158. chore: reduce compilation warnings

    解决部分文档编译警告
    
    解决cpp文件中部分注释编译警告
    
    Issue: linuxdeepin/dtk#96
    OneZeroer authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a8b7005 View commit details
    Browse the repository at this point in the history
  159. doc: update docs for dmessagemanager

    更新dmessagemanager的文档
    
    Log: update docs
    
    Issue: linuxdeepin/dtk#94
    homehomehu authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b805ca2 View commit details
    Browse the repository at this point in the history
  160. Revert "fix: 修改内存泄露问题"

    This reverts commit 7efd5d2.
    xzl01 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f8c42bc View commit details
    Browse the repository at this point in the history
  161. fix: fix memory leak in danchors.cpp

    Log:
    xzl01 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9cdc456 View commit details
    Browse the repository at this point in the history
  162. fix: to fix unused qrc file in UT

    Log:
    xzl01 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4c21ed6 View commit details
    Browse the repository at this point in the history
  163. feat: add some UT

    Log:
    xzl01 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6d76f96 View commit details
    Browse the repository at this point in the history
  164. doc: update docs for dtextedit

    更新dtextedit的文档
    
    Log: update docs
    
    Issue: linuxdeepin/dtk#94
    LEpoii authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    251bd57 View commit details
    Browse the repository at this point in the history
  165. fix: fix the bug of the test-recoverage.sh

    Log:
    xzl01 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9bc3238 View commit details
    Browse the repository at this point in the history
  166. chore: deprecate dhidpihelper

    DHiDPIHelper has nothing to do with dtkwidget. Move the only function
    loadNxPixmap to Dtk::Gui::DIcon. Deprecate the implementation in
    dtkwidget.
    
    Log: deprecate dhidpihelper
    asterwyx authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7719418 View commit details
    Browse the repository at this point in the history
  167. chore: update changelog

    Release 5.6.14.
    deepin-ci-robot authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    98e4630 View commit details
    Browse the repository at this point in the history
  168. chore: remove useless files

    Log:
    xzl01 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    354c335 View commit details
    Browse the repository at this point in the history
  169. feat: Add UT for DComboBox

      Add UT.
    18202781743 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    55d5a8b View commit details
    Browse the repository at this point in the history
  170. doc: update docs for dfontcombobox

    更新dfontcombobox的文档
    
    Log: update docs
    
    Issue: linuxdeepin/dtk#94
    LEpoii authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7582c0d View commit details
    Browse the repository at this point in the history
  171. doc: update docs for dtooltip

    更新dtooltip的文档,添加示例代码和图片
    
    Log: update docs
    
    Issue: linuxdeepin/dtk#94
    lavender9527 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    90d1a82 View commit details
    Browse the repository at this point in the history
  172. doc: update docs for dcircleprogress

    更新dcircleprogress的文档
    
    Log: update docs
    
    Issue: linuxdeepin/dtk#94
    homehomehu authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    93e53a2 View commit details
    Browse the repository at this point in the history
  173. doc: update docs for dcrumbedit

    更新dcrumbedit的文档
    
    Log: update docs
    
    Issue: linuxdeepin/dtk#94
    LEpoii authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e61c11d View commit details
    Browse the repository at this point in the history
  174. chore: move loadtranslator to dtkgui

    dependcy: linuxdeepin/dtkgui#183
    load qt and app translation files in dtkgui
    dtkwidget only load dtkwidget_xx.qm
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4edf25e View commit details
    Browse the repository at this point in the history
  175. chore: update changelog

    Release 5.6.15.
    asterwyx authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    44806fe View commit details
    Browse the repository at this point in the history
  176. feat: add ut_dpalettehelper

    Log:
    xzl01 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    180b215 View commit details
    Browse the repository at this point in the history
  177. chore: add test for dwatermarkhelper

    Log:
    xzl01 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    140b611 View commit details
    Browse the repository at this point in the history
  178. fix: update dependency libfreetype-dev

    libfreetype6-dev is a transitional package. Debian sid now uses
    libfreetype-dev. Change libfreetype6-dev to libfreetype-dev.
    
    Log: update dependency libfreetype-dev
    asterwyx authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1273f82 View commit details
    Browse the repository at this point in the history
  179. chore: update changelog

    Release 5.6.16.
    deepin-ci-robot authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    540a815 View commit details
    Browse the repository at this point in the history
  180. fix: sidebar expand/collapse status error

    diff expand/collapse from sidebar visible
    
    Issue: linuxdeepin/developer-center#5297
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    72eafb7 View commit details
    Browse the repository at this point in the history
  181. feat: DFontSizeManager tweak

    - add T11 (default 8 px)
    - T5 17px ==> 16px
    
    Issue: linuxdeepin/dtk#116
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2c1adec View commit details
    Browse the repository at this point in the history
  182. fix: remove not working test case

    Log:
    xzl01 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    10f8c2c View commit details
    Browse the repository at this point in the history
  183. feat: Add UT for DWaterMarkWidget

      Add UT.
    18202781743 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c179f37 View commit details
    Browse the repository at this point in the history
  184. chore: do not show alert message if text is empty

    show an empty alert frame makes no sense
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    70f735d View commit details
    Browse the repository at this point in the history
  185. chore: support Qt 6.4.2

    Log:
    xzl01 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    00adf24 View commit details
    Browse the repository at this point in the history
  186. fix: example sidebar not show

    setSidebarWidget will show sidebar widget
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a0c8a56 View commit details
    Browse the repository at this point in the history
  187. chore: update changelog

    Release 5.6.17.
    asterwyx authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e103b35 View commit details
    Browse the repository at this point in the history
  188. fix: ColorMode may be inconsistent with settings.

    The current ColorMode is inconsistent with the set
    currentIndex after switch the printer.
    Refresh the current print ColorMode after reset
    the ColorMode combobox.
    
    Log: ColorMode may be inconsistent with settings.
    Bug: https://pms.uniontech.com/bug-view-219201.html
    Influence: PrintPreview
    rb-union authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    acc26ba View commit details
    Browse the repository at this point in the history
  189. chore: correct typos about action slots

    Log:
    felixonmars authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    eed5c00 View commit details
    Browse the repository at this point in the history
  190. feat: use DIconTheme::findQIcon

    Replacing QIcon::fromTheme.
    
    Issue: linuxdeepin/developer-center#4112
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f5204e1 View commit details
    Browse the repository at this point in the history
  191. fix: 修复打印预览,切换打印机的时候预览图颜色显示异常

    颜色选项默认选择第一项,第一项有可能是彩色或黑白,QCombobox在设置与之前相同的项的时候其CurrentIndexChanged信号不会被触发,正因如此,导致预览图没有及时没刷新,修改为在为组合框添加item的时候,将其currentIndex设置为-1,保证后续的CurrentIndexChanged信号及时被触发
    
    Log: 修复打印预览,切换打印机的时候预览图颜色显示异常
    Bug: https://pms.uniontech.com/bug-view-220315.html
    Influence: 打印预览切换打印机时预览图的颜色表现
    mhduiy authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5e69de4 View commit details
    Browse the repository at this point in the history
  192. doc: update docs for denhancedwidget

    更新denhancedwidget的文档,添加示例代码
    
    Log: update docs
    
    Issue: linuxdeepin/dtk#94
    lavender9527 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b322faa View commit details
    Browse the repository at this point in the history
  193. chore: update changelog

    Release 5.6.18.
    deepin-ci-robot authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1e90b57 View commit details
    Browse the repository at this point in the history
  194. feat: change DTK_STATIC_TRANSLATION to the default setting.

    change DTK_STATIC_TRANSLATION to the default setting.
    默认设置DTK_STATIC_TRANSLATION,以便第三方dtk应用可以较方便携带翻译文件
    wangling12 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    85017ca View commit details
    Browse the repository at this point in the history
  195. chore: update changelog

    Release 5.6.19.
    deepin-ci-robot authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0a3eea3 View commit details
    Browse the repository at this point in the history
  196. feat: styleHint tweak

    SH_UnderlineShortcut
    Whether shortcuts are underlined.
    
    SH_Menu_KeyboardSearch
    Whether disable the typing to search for menu items
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8f23d0f View commit details
    Browse the repository at this point in the history
  197. chore: add synchronization workflow

    Add synchronization workflow to synchronize to DTK6.
    
    Log: add synchronization workflow
    asterwyx authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4cd9526 View commit details
    Browse the repository at this point in the history
  198. fix: redefinition of verticalTabs

    Function verticalTabs is exposed by qtabbar_p.h as constexpr static
    inline, original definition in dtabbar.cpp will lead to an redefinition
    error. Just rename dtk's implementation.
    
    Note: Probably we should replace private implementaion with Qt's
    implementation after all versions of Qt expose this function.
    Log: fix redefinition of verticalTabs
    asterwyx authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2aafeb6 View commit details
    Browse the repository at this point in the history
  199. fix: export inexistent classes in config

    Some classes is totally dropped in dtk6. These should not be exported
    in config file.
    
    Log: fix exporting inexistent classes in config
    asterwyx authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    92427db View commit details
    Browse the repository at this point in the history
  200. fix: 修复DLicenseDialog内存泄漏

    listModel没挂父对象也没有主动销毁
    
    Log: 修复DLicenseDialog内存泄漏
    Influence: DLicenseDialog
    Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    74a8ef7 View commit details
    Browse the repository at this point in the history
  201. fix: DArrowRectangle left/right style incorrect

    radiusArrowStyleEnable 后 border 少了一些绘制路径
    
    Issue: linuxdeepin/dtk#92
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1b09e4c View commit details
    Browse the repository at this point in the history
  202. fix: DApplication初始化过程中会覆盖原有事件掩码,导致丢失事件

    DApplication应用初始化时通过设置xcb窗口属性,设置了XCB_EVENT_MASK_PROPERTY_CHANGE事件掩码,此时Xorg会对发送给客户端的事件根据事件掩码来过滤,例如关闭文件选择对话框时发送的类型为focusIn的clientMessageEvent就不会发送给客户端。修改为先判断当前事件掩码是否含有XCB_EVENT_MASK_PROPERTY_CHANGE掩码,有的话不进行处理,没有的话在原有掩码上追加该掩码
    
    Bug: https://pms.uniontech.com/bug-view-220369.html
    LiHua000 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    026dd19 View commit details
    Browse the repository at this point in the history
  203. feat: move ddesktopservices to dtkgui

    move ddesktopservices from dtkwidget to dtkgui
    
    Issue: linuxdeepin/dtk#134
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c56ce88 View commit details
    Browse the repository at this point in the history
  204. chore: update changelog

    Release 5.6.20.
    deepin-ci-robot authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    38f3ace View commit details
    Browse the repository at this point in the history
  205. chore: nullptr check in dstyleditemdelegate

    nullptr check
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    30d4e6b View commit details
    Browse the repository at this point in the history
  206. chore: logical judgment errors

    default is attribute is UseInactiveColorGroup
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a4cd985 View commit details
    Browse the repository at this point in the history
  207. chore: update changelog

    Release 5.6.21.
    deepin-ci-robot authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    771cd99 View commit details
    Browse the repository at this point in the history
  208. Configuration menu
    Copy the full SHA
    136d767 View commit details
    Browse the repository at this point in the history
  209. chore: remove unused headers in header

    Log:
    Decodetalkers authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    491d245 View commit details
    Browse the repository at this point in the history
  210. chore: update changelog

    Release 5.6.22.
    deepin-ci-robot authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ff993b4 View commit details
    Browse the repository at this point in the history
  211. chore: use hasBlurWindow instead of hasComposite

    hasBlurWindow is more accurate
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3f77284 View commit details
    Browse the repository at this point in the history
  212. feat: sidebar widget with blur widget behind

    add a blur widget(behindwindowblend) behind sidebar widget
    add a vline right of sidebar
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2aba42d View commit details
    Browse the repository at this point in the history
  213. chore: bump version to 5.6.23

    update changelog
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    82ce2cf View commit details
    Browse the repository at this point in the history
  214. chore: 调整关于对话框界面布局和样式

    调整关于对话框界面布局和样式
    
    Log: 调整关于对话框界面布局和样式
    Task: https://pms.uniontech.com/task-view-303535.html
    Influence: 关于对话框
    Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c178626 View commit details
    Browse the repository at this point in the history
  215. fix: 调整关于对话框链接颜色

    调整关于对话框链接颜色
    
    Log: 调整关于对话框链接颜色
    Task: https://pms.uniontech.com/task-view-303535.html
    Influence: 关于对话框链接颜色
    Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1fe5215 View commit details
    Browse the repository at this point in the history
  216. fix: 修复关于对话框在应用名称很长时内容有被截断的情况

    调整关于对话框布局
    
    Log: 修复关于对话框在应用名称很长时内容有被截断的情况
    Bug: https://pms.uniontech.com/bug-view-240835.html
    Influence: 关于对话框布局
    Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    459d9ab View commit details
    Browse the repository at this point in the history
  217. fix: 修复dslider刻度标签内容过长时,显示不下的问题

    内容过长时,取省略号替代
    
    Log:
    Task: https://pms.uniontech.com/task-view-325247.html
    Influence: DSlider刻度标签显示
    Change-Id: I47993df919b5fcc238db42b609b6183d5011e14a
    (cherry picked from commit 0b89d4cbcc9817b7829dfc5d196284f5c8de9945)
    Mars-cb authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    bf032cf View commit details
    Browse the repository at this point in the history
  218. fix: dconfig frequent construction and destruction

    Frequent construction and destruction will connect / disconnect dbus...
    kegechen authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9a4a19e View commit details
    Browse the repository at this point in the history
  219. fix: black circle in PasswordEdit

    set the size of black circle to 6 pixel by changing the font,
    set the letter spacing to 200 under PercentageSpacing type.
    
    Issue: linuxdeepin/developer-center#7335
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    51197cc View commit details
    Browse the repository at this point in the history
  220. chore: Adapt to Qt 6.6.1

    replace the obsolete interface
    
    Log: Adapt to Qt 6.6.1
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    04eb7f9 View commit details
    Browse the repository at this point in the history
  221. Revert "fix: black circle in PasswordEdit"

    This reverts commit a6b5b14.
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7fcb19a View commit details
    Browse the repository at this point in the history
  222. fix: black circle in PasswordLineEdit

    change 0x25CF to 0x26AB(medium black circle) on the password character
    
    Issue: linuxdeepin/developer-center#7335
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e98ac15 View commit details
    Browse the repository at this point in the history
  223. chore: update changelog

    Release 5.6.25.
    deepin-ci-robot authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    40bc149 View commit details
    Browse the repository at this point in the history
  224. chore: 调整标题栏“更多/最小化/最大化/关闭按钮”的图标为最新1070图标样式

    调整标题栏“更多/最小化/最大化/关闭按钮”的图标为最新1070图标样式
    
    Log: 调整标题栏“更多/最小化/最大化/关闭按钮”的图标为最新1070图标样式
    Task: https://pms.uniontech.com/task-view-331465.html
    Influence: 窗口标题栏 更多/最小化/最大化/关闭按钮
    Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    559518c View commit details
    Browse the repository at this point in the history
  225. feat: don't hide alert message automatically.

    Don't hide alert message automatically when follower hides.
    
    Log: don't hide alert message automatically.
    Issue: linuxdeepin/developer-center#5622
    asterwyx authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c55bb9c View commit details
    Browse the repository at this point in the history
  226. chore: update changelog

    Release 5.6.26.
    deepin-ci-robot authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5dac121 View commit details
    Browse the repository at this point in the history
  227. chore: disable broken workflow build

    Disable debian build cause dtkwidget may depends on qt6.6, but debian's
    version is 6.4.
    
    Log: disable broken workflow build
    asterwyx authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c2bfe2a View commit details
    Browse the repository at this point in the history
  228. fix: next action rect position error

    Spacing should be counts of pixel without any content between two
    line. for two dot, spacing = dot1 - dot2 - 1, not dot1 - dot2.
    
    Log: fix next action rect position error
    Issue: linuxdeepin/developer-center#6379
    asterwyx authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    15ef7c3 View commit details
    Browse the repository at this point in the history
  229. fix: fix the problem of text position in dstyleditemdelegate

    as title
    
    log: as title
    issue: linuxdeepin/developer-center#7673
    ssk-wh authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    32807d2 View commit details
    Browse the repository at this point in the history
  230. fix: Split window position error

    Move to inside the screen when exceeding the edge of the screen
    
    Issue: linuxdeepin/developer-center#4840
    mhduiy authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a804182 View commit details
    Browse the repository at this point in the history
  231. chore: update changelog

    Release 5.6.27.
    deepin-ci-robot authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1bb5eb8 View commit details
    Browse the repository at this point in the history
  232. fix: window menu icon

    revert new icon to old menu icon
    
    Issue: linuxdeepin/developer-center#8297
    FeiWang1119 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    aea1a2c View commit details
    Browse the repository at this point in the history
  233. chore: update changelog

    Release 5.6.28.
    deepin-ci-robot authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    21571d8 View commit details
    Browse the repository at this point in the history
  234. fix: 修复大多数按钮不响应enter事件

    修复大多数按钮不响应enter事件,仅支持DApplication应用
    
    Log: 修复大多数按钮不响应enter事件
    Bug: https://pms.uniontech.com/bug-view-253935.html
    Influence: 按钮响应键盘回车事件
    Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    37b0098 View commit details
    Browse the repository at this point in the history
  235. revert: "fix: 自定义页码切换问题"

    Do not reset custom page ranges when changing printers, page
    size or anything else like this.
    
    Issue: linuxdeepin/developer-center#7983
    Log: revert f53dfff
    ArchieMeng authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5fb659b View commit details
    Browse the repository at this point in the history
  236. fix: support build on qt 6.7

    log: QKeyMapper::possibleKeys return QList<KeyboardModifiers> in qt 6.7
    wineee authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3c8f996 View commit details
    Browse the repository at this point in the history
  237. Configuration menu
    Copy the full SHA
    4732635 View commit details
    Browse the repository at this point in the history
  238. chore: update changelog

    Release 5.6.29.
    deepin-ci-robot authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7f62e51 View commit details
    Browse the repository at this point in the history
  239. feat: modify the spacing between the title and the top

    Set the space for title layout to 0
    
    Issue: linuxdeepin/developer-center#8418
    mhduiy authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8eb8feb View commit details
    Browse the repository at this point in the history
  240. fix: 解决wayland下,DDialog窗口透明问题的问题 (linuxdeepin#578)

    wayland下,当进程设置DGuiApplicationHelper::ColorCompositing后,DDialog需要
    主动设置模糊窗口效果
    
    Log:
    Bug: https://pms.uniontech.com/bug-view-249975.html
    Influence: wayland下,DDialog窗口模糊
    cjqkl authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1117431 View commit details
    Browse the repository at this point in the history
  241. chore: update changelog

    Release 5.6.30.
    deepin-ci-robot authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ba79527 View commit details
    Browse the repository at this point in the history
  242. chore: update changelog

    Release 5.6.31.
    deepin-ci-robot authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8963586 View commit details
    Browse the repository at this point in the history
  243. fix: DMessageManager::sendMessage cause crash

    in sendMessage_helper, seems that content could be nullptr when QWebEngineView is DMainWindow's centralWidget
    
    Log: add judgment whether content is nullptr in sendMessage_helper
    zty199 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    642c3e6 View commit details
    Browse the repository at this point in the history
  244. fix: wrong product icon size in DAboutDialog

    when compiled with Qt6, product icon size is set to windowHandle().baseSize()
    which is not the same as compiled with Qt5 (fixed size 128x128)
    
    Log: use 128x128 pixmap in DAboutDialog::setProductIcon
    zty199 authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    88647b2 View commit details
    Browse the repository at this point in the history
  245. fix: DTitleBar动态设置Icon时间距异常

    spacerItem多次设置,改为设置前先移除之前的
    
    Log:
    Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    20a6219 View commit details
    Browse the repository at this point in the history
  246. fix: 控制中心标题栏返回按钮消失 (linuxdeepin#588)

    DTK清除多余space使用的方法有问题,应使用itemAt而不是takeAt
    
    Log: 控制中心标题栏返回按钮消失
    Bug: https://pms.uniontech.com/bug-view-264379.html
    Influence: 控制中心-标题栏
    Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0af9336 View commit details
    Browse the repository at this point in the history
  247. chore: update changelog

    Release 5.6.33.
    deepin-ci-robot authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    afe78b1 View commit details
    Browse the repository at this point in the history
  248. chore: update changelog

    Release 5.6.34.
    deepin-ci-robot authored and Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ef9c07f View commit details
    Browse the repository at this point in the history
  249. fix: 如果窗口打开时即为最大化状态,则最大化图标显示错误

    窗口打开时没有windowstatechanged事件,不会去设置窗口状态,在showEvent中处理一下
    
    Log:
    Bug: https://pms.uniontech.com/bug-view-262201.html
    Influence: mainwindow最大化
    Whale107 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    df07227 View commit details
    Browse the repository at this point in the history
  250. Configuration menu
    Copy the full SHA
    c229daf View commit details
    Browse the repository at this point in the history