Skip to content

Commit

Permalink
fixed styling for non-Wizard dialogues (bnc#925882)
Browse files Browse the repository at this point in the history
- allow styling of the YQMainWinDock object
- the stylesheet editor (Ctrl+Shift+Alt+s) also works for
  non-Wizard dialogues now
- 2.46.18
  • Loading branch information
lslezak committed May 6, 2015
1 parent b1f23d6 commit 15ae3ad
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed May 6 08:29:27 UTC 2015 - lslezak@suse.cz

- fixed styling for non-Wizard dialogues (bnc#925882)
- allow styling of the YQMainWinDock object (the main non-Wizard
window)
- the stylesheet editor (Ctrl+Shift+Alt+s) also works for
non-Wizard dialogues now
- 2.46.18

-------------------------------------------------------------------
Tue Feb 10 11:54:04 UTC 2015 - jsrain@suse.cz

Expand Down
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SET(VERSION_MAJOR "2")
SET(VERSION_MINOR "46")
SET(VERSION_PATCH "17")
SET(VERSION_PATCH "18")
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )

##### This is need for the libyui core, ONLY.
Expand Down
2 changes: 2 additions & 0 deletions src/QY2Styler.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ class QY2Styler : public QObject

QHash<QString,BackgrInfo> _backgrounds;
QMap<QWidget*, QList< QWidget* > > _children;
// remember all registered widgets to allow styling not only for
// the explicitly requested children widgets (stored in _children)
QList< QWidget* > _registered_widgets;
QString _style;
QString _textStyle;
Expand Down

0 comments on commit 15ae3ad

Please sign in to comment.