14
0

Accepting request 705005 from home:pgajdos

- version update to 2.6.8
  - Fix double border in QtabWidget for pyqt5
  - Fix widgets border in QTabWidget as QLabel  #141, #123, #126
  - Fix QTab scroller buttons background #136
  - Update color from images, fix #127
  - Add retina resolution @2x, fix #140
  - Intermediate version before merge PR #142 adding scripts
  - Fix combobox indicator and padding #132
  - Fix PyQtGraph plot axes covered by padding #134
  - Update authors
  - Fix tabbed bordeless frames and add more examples, #123, #126
  - Add feedback to pressed buttons, #133
  - Change future warning to pending deprecation for developers, #125 in v2.x
  - Fix hover in qtabwidget, #128

OBS-URL: https://build.opensuse.org/request/show/705005
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-QDarkStyle?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-05-23 13:18:37 +00:00
committed by Git OBS Bridge
parent 42cd46af77
commit c46921c001
4 changed files with 31 additions and 11 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu May 23 12:14:36 UTC 2019 - pgajdos@suse.com
- version update to 2.6.8
- Fix double border in QtabWidget for pyqt5
- Fix widgets border in QTabWidget as QLabel #141, #123, #126
- Fix QTab scroller buttons background #136
- Update color from images, fix #127
- Add retina resolution @2x, fix #140
- Intermediate version before merge PR #142 adding scripts
- Fix combobox indicator and padding #132
- Fix PyQtGraph plot axes covered by padding #134
- Update authors
- Fix tabbed bordeless frames and add more examples, #123, #126
- Add feedback to pressed buttons, #133
- Change future warning to pending deprecation for developers, #125 in v2.x
- Fix hover in qtabwidget, #128
-------------------------------------------------------------------
Tue Jan 29 15:58:37 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>