commit yast2-ycp-ui-bindings for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-ycp-ui-bindings for openSUSE:Factory checked in at 2014-05-06 13:40:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-ycp-ui-bindings (Old) and /work/SRC/openSUSE:Factory/.yast2-ycp-ui-bindings.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-ycp-ui-bindings" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-ycp-ui-bindings/yast2-ycp-ui-bindings.changes 2014-04-13 13:13:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-ycp-ui-bindings.new/yast2-ycp-ui-bindings.changes 2014-05-06 13:40:24.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Apr 17 08:01:25 UTC 2014 - jsrain@suse.cz + +- Added built-in for setting wizard logo (bnc#868722) +- 3.1.7 + +------------------------------------------------------------------- Old: ---- yast2-ycp-ui-bindings-3.1.6.tar.bz2 New: ---- yast2-ycp-ui-bindings-3.1.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ycp-ui-bindings.spec ++++++ --- /var/tmp/diff_new_pack.K8zfU8/_old 2014-05-06 13:40:25.000000000 +0200 +++ /var/tmp/diff_new_pack.K8zfU8/_new 2014-05-06 13:40:25.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-ycp-ui-bindings -Version: 3.1.6 +Version: 3.1.7 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -41,7 +41,7 @@ Conflicts: yast2 < 2.23.0 Conflicts: yast2-libyui < 2.42.0 -BuildRequires: libyui-devel >= 3.0.11 +BuildRequires: libyui-devel >= 3.1.2 # libyui ImplPtr BuildRequires: boost-devel ++++++ yast2-ycp-ui-bindings-3.1.6.tar.bz2 -> yast2-ycp-ui-bindings-3.1.7.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ycp-ui-bindings-3.1.6/package/yast2-ycp-ui-bindings.changes new/yast2-ycp-ui-bindings-3.1.7/package/yast2-ycp-ui-bindings.changes --- old/yast2-ycp-ui-bindings-3.1.6/package/yast2-ycp-ui-bindings.changes 2014-04-11 11:11:35.000000000 +0200 +++ new/yast2-ycp-ui-bindings-3.1.7/package/yast2-ycp-ui-bindings.changes 2014-04-18 13:42:41.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Apr 17 08:01:25 UTC 2014 - jsrain@suse.cz + +- Added built-in for setting wizard logo (bnc#868722) +- 3.1.7 + +------------------------------------------------------------------- Wed Apr 9 12:53:42 UTC 2014 - mvidner@suse.com - Enable wizard title on the left instead of on top (bnc#868859) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ycp-ui-bindings-3.1.6/package/yast2-ycp-ui-bindings.spec new/yast2-ycp-ui-bindings-3.1.7/package/yast2-ycp-ui-bindings.spec --- old/yast2-ycp-ui-bindings-3.1.6/package/yast2-ycp-ui-bindings.spec 2014-04-11 11:11:35.000000000 +0200 +++ new/yast2-ycp-ui-bindings-3.1.7/package/yast2-ycp-ui-bindings.spec 2014-04-18 13:42:41.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-ycp-ui-bindings -Version: 3.1.6 +Version: 3.1.7 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -43,7 +43,7 @@ Conflicts: yast2 < 2.23.0 Conflicts: yast2-libyui < 2.42.0 -BuildRequires: libyui-devel >= 3.0.11 +BuildRequires: libyui-devel >= 3.1.2 # libyui ImplPtr BuildRequires: boost-devel diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ycp-ui-bindings-3.1.6/src/YCP_UI.cc new/yast2-ycp-ui-bindings-3.1.7/src/YCP_UI.cc --- old/yast2-ycp-ui-bindings-3.1.6/src/YCP_UI.cc 2014-04-11 11:11:35.000000000 +0200 +++ new/yast2-ycp-ui-bindings-3.1.7/src/YCP_UI.cc 2014-04-18 13:42:41.000000000 +0200 @@ -1665,5 +1665,15 @@ return YCPVoid(); } +YCPValue YCP_UI::SetProductLogo( const YCPBoolean & show_logo ) +{ + yuiMilestone() << "Setting heading log to " << show_logo << std::endl; + + YUI::application()->setShowProductLogo( show_logo->value() ); + + return YCPVoid(); +} + + // EOF diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ycp-ui-bindings-3.1.6/src/YCP_UI.h new/yast2-ycp-ui-bindings-3.1.7/src/YCP_UI.h --- old/yast2-ycp-ui-bindings-3.1.6/src/YCP_UI.h 2014-04-11 11:11:35.000000000 +0200 +++ new/yast2-ycp-ui-bindings-3.1.7/src/YCP_UI.h 2014-04-18 13:42:41.000000000 +0200 @@ -98,6 +98,8 @@ static YCPValue PollInput (); static YCPBoolean TextMode (); static YCPValue SetReleaseNotes ( const YCPMap & relnotes ); + static YCPValue SetProductLogo ( const YCPBoolean & show_logo); + /** diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ycp-ui-bindings-3.1.6/src/YUINamespace.cc new/yast2-ycp-ui-bindings-3.1.7/src/YUINamespace.cc --- old/yast2-ycp-ui-bindings-3.1.6/src/YUINamespace.cc 2014-04-11 11:11:35.000000000 +0200 +++ new/yast2-ycp-ui-bindings-3.1.7/src/YUINamespace.cc 2014-04-18 13:42:41.000000000 +0200 @@ -247,6 +247,17 @@ YCPValue +YUINamespace::SetProductLogo( const YCPBoolean & show_logo) +{ + if ( YUIComponent::ui() ) + return YCP_UI::SetProductLogo( show_logo ); + else + return YCPVoid(); +} + + + +YCPValue YUINamespace::ChangeWidget( const YCPTerm & widget_id, const YCPSymbol & property, const YCPValue & new_value ) { if ( YUIComponent::ui() ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ycp-ui-bindings-3.1.6/src/YUINamespace.h new/yast2-ycp-ui-bindings-3.1.7/src/YUINamespace.h --- old/yast2-ycp-ui-bindings-3.1.6/src/YUINamespace.h 2014-04-11 11:11:35.000000000 +0200 +++ new/yast2-ycp-ui-bindings-3.1.7/src/YUINamespace.h 2014-04-18 13:42:41.000000000 +0200 @@ -316,6 +316,9 @@ /* TYPEINFO: void (map<any,any>) */ YCPValue SetReleaseNotes( const YCPMap & relnotes ); + /* TYPEINFO: void(boolean) */ + YCPValue SetProductLogo( const YCPBoolean & show_logo); + YCPValue -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de