Skip to content

Commit

Permalink
Merge pull request #101 from hellcp/master
Browse files Browse the repository at this point in the history
Add icons for partitioner (boo#1118521)
  • Loading branch information
joseivanlopez committed Mar 13, 2019
2 parents 35c9775 + 20e9d1c commit 7bf284b
Show file tree
Hide file tree
Showing 11 changed files with 34 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 "49")
SET(VERSION_PATCH "15")
SET(VERSION_PATCH "16")
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )

##### This is needed for the libyui-qt 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 @@ -21,7 +21,7 @@

Name: %{parent}-doc
# DO NOT manually bump the version here; instead, use rake version:bump
Version: 2.49.15
Version: 2.49.16
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 @@
-------------------------------------------------------------------
Wed Mar 13 09:51:41 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>

- Add icons for partitioner (boo#1118521)
- 2.49.16

-------------------------------------------------------------------
Wed Feb 27 17:01:39 UTC 2019 - Stefan Hundhammer <shundhammer@suse.com>

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

Name: libyui-qt
# DO NOT manually bump the version here; instead, use rake version:bump
Version: 2.49.15
Version: 2.49.16
Release: 0
Source: %{name}-%{version}.tar.bz2

Expand Down
4 changes: 4 additions & 0 deletions src/icons/drive-dasd.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/drive-fcoe.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/drive-iscsi.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/drive-xpram.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/drive-zfcp.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/lock.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/qt_icons.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,20 @@
<file alias="dialog-information">icons/dialog-information.svg</file>
<file alias="dialog-question">icons/dialog-question.svg</file>
<file alias="dialog-warning">icons/dialog-warning.svg</file>
<file alias="drive-dasd">icons/drive-dasd.svg</file>
<file alias="drive-fcoe">icons/drive-fcoe.svg</file>
<file alias="drive-harddisk-encrypted">icons/drive-harddisk-encrypted.svg</file>
<file alias="drive-harddisk">icons/drive-harddisk.svg</file>
<file alias="drive-iscsi">icons/drive-iscsi.svg</file>
<file alias="drive-multidisk">icons/drive-multidisk.svg</file>
<file alias="drive-multipartition">icons/drive-multipartition.svg</file>
<file alias="drive-partition">icons/drive-partition.svg</file>
<file alias="drive-xpram">icons/drive-xpram.svg</file>
<file alias="drive-zfcp">icons/drive-zfcp.svg</file>
<file alias="edit-find">icons/edit-find.svg</file>
<file alias="emblem-warning">icons/emblem-warning.svg</file>
<file alias="folder-remote">icons/folder-remote.svg</file>
<file alias="lock">icons/lock.svg</file>
<file alias="media-removable">icons/media-removable.svg</file>
<file alias="view-list">icons/view-list.svg</file>
<file alias="view-list-text">icons/view-list-text.svg</file>
Expand Down

0 comments on commit 7bf284b

Please sign in to comment.