Commit Graph

201 Commits

Author SHA1 Message Date
Colin Duquesnoy
5236a57709 Merge pull request #38 from vladimir-kraus/patch-1
Update style.qss
2016-10-12 19:28:12 +02:00
vladimir-kraus
3dfb014680 Update style.qss
fixed consistency of QTabBar depending on position
2016-10-12 10:28:40 +02:00
ColinDuquesnoy
af97fc41e1 Bump version to 2.2.1 and update changelog 2016-07-17 17:52:12 +02:00
ColinDuquesnoy
90569062ad Recompile qrc file for PySide
and PyQt5

See #36
2016-07-17 17:50:25 +02:00
ColinDuquesnoy
1c11182e6b Update pyqt5 resource file 2016-07-17 16:23:25 +02:00
ColinDuquesnoy
42ea075c10 Remove QStatusBarItem border
Fix #36
2016-07-17 15:32:36 +02:00
Colin Duquesnoy
663f2ef7f9 Update README.md
Remove duplicate screenshot
2016-06-19 15:22:52 +02:00
Colin Duquesnoy
cdcb2d21b8 Fix alternate grid color 2016-06-19 15:17:31 +02:00
Colin Duquesnoy
eeb985c22c Update screenshots 2016-06-19 15:13:13 +02:00
Colin Duquesnoy
9620884908 Fix dockwidget title color on osx
+ update screenshots
2016-06-19 15:12:13 +02:00
Colin Duquesnoy
473d092c99 Bump version and update changelog 2016-06-19 14:53:30 +02:00
Colin Duquesnoy
51d6045240 Many improvement to the stylesheet
- update colors based on the Breeze Dark style of KDE 5
- fix incoherent focus color (close #31)
- remove radio indeterminate style (close #29)
- fix QRadioButton::indicato::menu-arrowr:checked:pressed, should be QRadioButton::indicator:checked:pressed (close #32)
- fix issues with QCheckBox/QRadioButton hover: now hover will use the same color as focus (close #30)
2016-06-19 14:50:22 +02:00
Colin Duquesnoy
c32ee26e01 Add some padding to QToolButton (checked/pressed)
fix #35
2016-06-19 12:18:28 +02:00
Colin Duquesnoy
e70217106c Merge pull request #34 from DKrepsky/fix-README-c++example
fixed README C++ example
2015-12-13 11:16:56 +01:00
David Krepsky
a08cacd60b fixed README C++ example 2015-12-12 13:44:49 -02:00
ColinDuquesnoy
a81b3f62ea Update change log and bump version to 2.1 2015-06-28 14:20:33 +02:00
Colin Duquesnoy
c86f6b1437 Merge pull request #27 from swizzorable/master
Missing line for using QDarkStyleSheet with PyQt4
2015-06-26 14:55:28 +02:00
swizzorable
aa3bfd557c Added another line which needs to be changed, to use it with PyQt4 instead of PySide 2015-06-26 14:36:20 +02:00
ColinDuquesnoy
f617a2ccb7 Add some margin to QMenu::right-arrow 2015-06-25 20:11:40 +02:00
ColinDuquesnoy
f9aef19c46 Bump version to 2.1.dev 2015-06-25 20:07:09 +02:00
ColinDuquesnoy
cf2b64f322 Fix QMenu right arrow style 2015-06-25 20:03:39 +02:00
ColinDuquesnoy
7e5aa1310d Fix unstyled menu indicator (checkbox/radio) 2015-06-25 19:54:16 +02:00
ColinDuquesnoy
7c49747ae0 Move svg source out of the package 2015-06-25 19:53:56 +02:00
ColinDuquesnoy
3e243863f4 Add svg sources 2015-06-25 19:53:13 +02:00
ColinDuquesnoy
0b6eb90b4d Improve QCheckBox and QRadioButton
- use own resources
- fix disabled state
2015-06-25 19:42:57 +02:00
ColinDuquesnoy
6fc8227ff0 QSlider remove focus border 2015-06-24 19:50:40 +02:00
ColinDuquesnoy
f0f2254a82 Improve QCheckBox and QRadioButton style
Now using background images
2015-06-24 19:49:10 +02:00
ColinDuquesnoy
481827e6a3 Additional tweak for #26 2015-06-23 21:47:32 +02:00
ColinDuquesnoy
f3bf9129d3 Add style for QPushButton:checked
and update example

Fix #26
2015-06-23 21:44:34 +02:00
Colin Duquesnoy
47e67fc8a6 Update README.md
Fix badges
2015-05-28 19:46:58 +02:00
ColinDuquesnoy
94a74687e6 Update makeppa
- update version
- switch to stable ppa
2015-05-01 14:57:48 +02:00
ColinDuquesnoy
062535669f Add wheel support 2015-05-01 13:36:04 +02:00
ColinDuquesnoy
073621ae2c Fix version number 2015-05-01 13:30:50 +02:00
Colin Duquesnoy
28d23d57fc Update README.md 2015-05-01 13:28:12 +02:00
Colin Duquesnoy
ccb5dbf76f Merge pull request #25 from ColinDuquesnoy/2.0
Version 2.0
2015-05-01 13:21:04 +02:00
ColinDuquesnoy
3bb59bab77 Add a style for shapeless QFrame 2015-04-28 20:45:31 +02:00
ColinDuquesnoy
09ad583446 Make stylesheet more modern (squash commits)
Get rid off the gradients, rework some artworks and improve QTabWidget, QScrollBar and QToolBox
2015-04-25 21:42:32 +02:00
ColinDuquesnoy
fcb715fb2e Add QSplitter style
Fix #24
2015-04-25 18:49:56 +02:00
ColinDuquesnoy
193dafae3d Make all QToolButton borders transparent
this looks better in the toolbar
2015-04-25 15:16:52 +02:00
ColinDuquesnoy
7bece50f5e Improve QToolButton stylesheet
Make border transparent (look better in toolbar). If you have a QToolButton without menu and not in a toolbar and would like to have the border, just use a popup mode different from DelayedPopup.
2015-04-25 14:47:46 +02:00
ColinDuquesnoy
8f410e68bd Recompile qrc for pyside
#23
2015-04-25 14:04:10 +02:00
ColinDuquesnoy
43ed649982 Recompile for pyside and pyqt4
#23
2015-04-25 14:03:04 +02:00
ColinDuquesnoy
deb924ed99 Fix ToolButon arrow style
Fix #23
2015-04-25 13:59:46 +02:00
ColinDuquesnoy
dad060581e Recompile for pyside
close #21
2015-04-22 17:42:30 +02:00
ColinDuquesnoy
7ce3ccd7e2 Fix QFrame style
and add a QFrame to the example. See #21
2015-04-22 17:25:47 +02:00
ColinDuquesnoy
d8f20219e3 Update gitignore 2015-04-21 13:55:55 +02:00
ColinDuquesnoy
1b2dc633db Update ppa script to build package for trusty, utopic and vivid 2015-04-20 09:19:12 +02:00
ColinDuquesnoy
7754da5afd Add a script to easily create and upload debian source package to ppa 2015-04-19 15:29:09 +02:00
ColinDuquesnoy
5ac98faadc Add support to stdeb
to create debian package out of the qdarkstyle python package
2015-04-09 16:01:51 +02:00
ColinDuquesnoy
44252b23db Update PKGBUILD 2015-04-06 12:13:13 +02:00