Merge lp:~nik90/podbird/add-tab-icons into lp:podbird/devel

Proposed by Nekhelesh Ramananthan
Status: Merged
Merged at revision: 144
Proposed branch: lp:~nik90/podbird/add-tab-icons
Merge into: lp:podbird/devel
Diff against target: 38 lines (+4/-0)
1 file modified
app/components/TabsList.qml (+4/-0)
To merge this branch: bzr merge lp:~nik90/podbird/add-tab-icons
Reviewer Review Type Date Requested Status
Podbird Developers Pending
Review via email: mp+290062@code.launchpad.net

Description of the change

Added icons to the tab menu

To post a comment you must log in.
lp:~nik90/podbird/add-tab-icons updated
150. By Nekhelesh Ramananthan

Reverted button color theme change

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'app/components/TabsList.qml'
2--- app/components/TabsList.qml 2016-03-23 22:27:28 +0000
3+++ app/components/TabsList.qml 2016-03-24 16:46:28 +0000
4@@ -24,6 +24,7 @@
5
6 children: [
7 Action {
8+ iconName: "slideshow"
9 text: i18n.tr("Episodes")
10 enabled: tabs.selectedTab !== episodesTab
11 onTriggered: {
12@@ -32,6 +33,7 @@
13 },
14
15 Action {
16+ iconName: "add"
17 text: i18n.tr("Add New Podcasts")
18 enabled: tabs.selectedTab !== searchTab
19 onTriggered: {
20@@ -40,6 +42,7 @@
21 },
22
23 Action {
24+ iconSource: Qt.resolvedUrl("../graphics/podcast-symbol.png")
25 text: i18n.tr("Podcasts")
26 enabled: tabs.selectedTab !== podcastTab
27 onTriggered: {
28@@ -48,6 +51,7 @@
29 },
30
31 Action {
32+ iconName: "settings"
33 text: i18n.tr("Settings")
34 enabled: tabs.selectedTab !== settingsTab
35 onTriggered: {
36
37=== added file 'app/graphics/podcast-symbol.png'
38Binary files app/graphics/podcast-symbol.png 1970-01-01 00:00:00 +0000 and app/graphics/podcast-symbol.png 2016-03-24 16:46:28 +0000 differ

Subscribers

People subscribed via source and target branches