Skip to content

Commit

Permalink
Merge pull request #50 from libyui/release_notes_styling
Browse files Browse the repository at this point in the history
Fixed styling for the release notes dialog content (bsc#947167)
  • Loading branch information
lslezak committed Oct 2, 2015
2 parents 82eabdc + f313fd1 commit 754d4be
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
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 "20")
SET(VERSION_PATCH "21")
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )

##### This is need for the libyui core, ONLY.
Expand Down
2 changes: 1 addition & 1 deletion package/libyui-qt-doc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
%define so_version 7

Name: %{parent}-doc
Version: 2.46.20
Version: 2.46.21
Release: 0
Source: %{parent}-%{version}.tar.bz2

Expand Down
6 changes: 6 additions & 0 deletions package/libyui-qt.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 2 14:55:08 UTC 2015 - [email protected]

- fixed styling for the release notes dialog content (bsc#947167)
- 2.46.21

-------------------------------------------------------------------
Wed Sep 16 17:29:23 CEST 2015 - [email protected]

Expand Down
2 changes: 1 addition & 1 deletion package/libyui-qt.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: libyui-qt
Version: 2.46.20
Version: 2.46.21
Release: 0
Source: %{name}-%{version}.tar.bz2

Expand Down
2 changes: 2 additions & 0 deletions src/QY2RelNotesDialog.cc
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ QY2RelNotesDialog::QY2RelNotesDialog( QWidget *parent )
closeButton->setText( _( "&Close" ) );

QY2Styler::styler()->registerWidget( this );
// the stylesheet for the displayed text is set separately
textBrowser->document()->setDefaultStyleSheet( QY2Styler::styler()->textStyle() );
}

void QY2RelNotesDialog::setRelNotes( const std::map<std::string,std::string>& relnotes )
Expand Down

0 comments on commit 754d4be

Please sign in to comment.