Skip to content

Commit

Permalink
Merge pull request #234 from yast/huha-custom-states-2
Browse files Browse the repository at this point in the history
New Ui Widget
  • Loading branch information
shundhammer committed Nov 6, 2019
2 parents e10e7cb + f4fd8ff commit bc832c9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions package/yast2-ruby-bindings.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Nov 6 11:32:29 UTC 2019 - Stefan Hundhammer <shundhammer@suse.com>

- Added symbol for new UI CustomStatusItemSelector widget
(bsc#1084674)
- Added symbol for UI icon term
- 4.2.4

-------------------------------------------------------------------
Mon Sep 23 12:13:53 UTC 2019 - Stefan Hundhammer <shundhammer@suse.com>

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


Name: yast2-ruby-bindings
Version: 4.2.3
Version: 4.2.4
Url: https://github.com/yast/yast-ruby-bindings
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 2 additions & 0 deletions src/ruby/yast/ui_shortcuts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module UIShortcuts
:CheckBoxFrame,
:ColoredLabel,
:ComboBox,
:CustomStatusItemSelector,
:DateField,
:DownloadProgress,
:DumbTab,
Expand Down Expand Up @@ -78,6 +79,7 @@ module UIShortcuts
:VWeight,
:Wizard,
# special ones that will be upper cased
:icon,
:id,
:item,
:header,
Expand Down

0 comments on commit bc832c9

Please sign in to comment.