Skip to content

Latest commit

 

History

History
284 lines (148 loc) · 12.6 KB

CHANGELOG.md

File metadata and controls

284 lines (148 loc) · 12.6 KB

0.3.11 (2019-04-17)

Bug Fixes

  • ScreenScaleFactors cannot be applied to all screens when only one value is specified (24a73d6b)
  • font pixel changed when connect a screen (fcca6b5e)
  • enable real-time scale for window only on enable screenScaleFactors (520f00eb)

Features

  • support auto update the window geometry by new device pixel ratio (6902fc8a)

0.3.10 (2019-04-04)

0.3.9 (2019-04-03)

Bug Fixes

Features

  • screen scale support takes effect in real time (1e9c855b)

0.3.8 (2019-03-27)

0.3.7.2 (2019-01-10)

Bug Fixes

Features

  • add property "touchFlickBeginMoveDelay" for DThemeSettings (2ab1fab0)

0.3.7.1 (2018-12-14)

Bug Fixes

  • QPushButton icon color follow theme (e1f6d379)

0.3.7 (2018-11-30)

Bug Fixes

  • can not read image file on the second time (668540cf)
  • set the QMenu Qt::WA_TranslucentBackground does not take effect (6814e028)
  • Menu: check icon when select state (8fe47513)

0.3.6 (2018-10-25)

Features

0.3.5 (2018-08-28)

Bug Fixes

  • iconengine: use the original one if cast failed (50286e1d)

0.3.4 (2018-08-13)

Bug Fixes

  • build failed on libqt5xdg2 (da972cac)
  • return a null pixmap in QIcon::pixmap (8d923ea9)

0.3.3 (2018-08-06)

Features

  • anyway try to enable dxcb for QMenu and QTipLabel (689e440b)

Bug Fixes

  • the dde-desktop UI is blocked (c75ffad8)

0.3.2 (2018-07-31)

Bug Fixes

  • not update the xdg system icon theme when the icon theme is changed (cc738c11)
  • remove gtk2 depend (6b2d1f7d)

Features

  • support custom the color scheme of get icon from theme (0daec72b)

0.3.1 (2018-07-19)

Bug Fixes

  • can not build if the "Qt5Xdg" package version is not 2.0.0 (444f3a47)

Features

  • DIconEngine: bypass some path which contains '/' (0c6a7496)

0.3.0 (2018-05-24)

Features

  • style: use QPalette active text brush on DTabBar tab widget (d8ee34e6)

Bug Fixes

  • crash on paint QTabBar (8d74156e)
  • the line edit widget border color on focus state (4718470d)
  • QLineEdit: not refresh close button after theme changed (7aca7279)
  • combox: don't render text when edit state (2f558376)
  • style: DTabBar close button cannot visible (399ad32d)

0.2.10 (2018-03-14)

Bug Fixes

  • the line edit widget border color on focus state (4718470d)

0.2.9 (2018-03-08)

Bug Fixes

  • set the progress bar widget radius to 4 (3cc29bbf)
  • progress bar border color (7da33a5d)
  • button border color in pressed state (578948d4)
  • Style::fullBrush filled icon is not the right size (fb785a3f)
  • drawProgressBarContentsControl crash if widget is nullptr (1494cff6)
  • crash at drawPushButtonLabel (795e9fb6)
  • crash at drawStandardIcon/isTabBarToolButton (45a305fd)
  • tab of QTabBar close button visible position is wrong on after tabs move (6049831b)
  • not visible close button on tab when QTabBar style is QStyleSheetStyle (0ca51e06)
  • dstyle: button border corner offset (2c74e56e)
  • style:
    • set the scroll bar padding to 2px (8cf9a91a)
    • scroll bar border color on dark style (0b3472b0)

Features

  • support add custom widgets to deepin file chooser dialog (63caf8ff)
  • add split line for DTabBar add button (31730a0b)
  • add dark style for QTabBar/DTabBar (7c811b44)
  • draw QTabBar widget (9da78b60)
  • dstyle:
    • hide menu icon with DApplication and QLineEdit (291c7292)
    • support SuggestButtonColor (a644e697)
  • style:
    • draw alert border on DLineEdit (810ebeda)
    • the tab bar tab text below the close button increases the transparency gradient (83bdc592)
    • lineedit left padding to 3px (e56ae93c)

0.2.8.3 (2017-12-06)

Bug Fixes

  • style: visable bottom lines on QMenu when hover item (c8eb56b7)

0.2.8.2 (2017-12-06)

Features

  • theme: set window flags for native dialog (3ec67bf0)

Bug Fixes

  • is dxcb platform if the "_d_isDxcb" property is true of QCoreApplication (714b5f78)
  • style:
    • visable left/top lines on draw rubber band control (9c06e770)
    • bottom/right visible lines on draw rubber band rect for QListView (1177381a)
    • slider icons (dae8caa6)

0.2.8.1 (2017-11-02)

Bug Fixes

  • remove libqt5dxcb-dev for "Conflicts" and "Provides" (4d38dbca)

0.2.8 (2017-11-02)

Features

  • keep the window border is 1px for hiDPI (da8040c4)
  • theme plugin: read settings from config file (aacc2995)
  • theme style: auto update the widgets font when theme config file changed (d478074e)

Bug Fixes

  • add build-depend: libegl1-mesa-dev (2d265267)
  • build failed(add build-depend: libmtdev-dev) (babdc356)
  • set cursor is invaild (a2e235be)
  • dxcb:
  • style:
    • update all widgets on font changed (0e28f244)
    • update all widgets on font changed (d4a65deb)
  • theme:
    • "DFileSystemWatcherPrivate::addPaths: inotify_add_watch failed" (a0322a68)
    • set ini codec to "utf8" for QSettings (3a4f7d76)