Skip to content

Commit

Permalink
Last preperations for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Top-Ranger committed Oct 23, 2016
1 parent 34b8cc0 commit bed3713
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion qml/pages/About.qml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Page {
}

Label {
text: "Vocabulary 0.1"
text: "Vocabulary 1.0"
}

Text {
Expand Down
18 changes: 9 additions & 9 deletions qml/pages/List.qml
Original file line number Diff line number Diff line change
Expand Up @@ -120,19 +120,19 @@ Page {
anchors.fill: parent
currentIndex: -1

PullDownMenu {
MenuItem {
text: qsTr("Remove all vocabulary")
onClicked: {
remorse_popup.execute(qsTr("Remove all vocabulary"), function() {if(!simple_interface.clearAllVocabulary()) { panel.show() } else { listModel.clear(); originModel.clear() } }, 10000)
}
}
}

header: Column {
width: page.width
spacing: Theme.paddingMedium

PullDownMenu {
MenuItem {
text: qsTr("Remove all vocabulary")
onClicked: {
remorse_popup.execute(qsTr("Remove all vocabulary"), function() {if(!simple_interface.clearAllVocabulary()) { panel.show() } else { listModel.clear(); originModel.clear() } }, 10000)
}
}
}

PageHeader {
width: parent.width
title: qsTr("Vocabulary list") + " (" + listModel.count + ")"
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-vocabulary.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Name: harbour-vocabulary
%{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: Vocabulary trainer for SailfishOS
Version: 0.1
Version: 1.0
Release: 1
Group: Qt/Qt
License: Apache-2.0
Expand Down

0 comments on commit bed3713

Please sign in to comment.