Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
0312birdzhang committed May 26, 2018
1 parent c54fed6 commit c1a854e
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 17 deletions.
2 changes: 1 addition & 1 deletion miaomiaomiao/harbour-souniaoime.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Type=Application
X-Nemo-Application-Type=silica-qt5
Icon=harbour-souniaoime
Exec=harbour-souniaoime
Name=SouniaoIME
Name=SouBirdIME
Name[cn]=搜鸟输入法

Binary file modified miaomiaomiao/harbour-souniaoime.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion miaomiaomiao/qml/cover/CoverPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ CoverBackground {
icon.source: "image://theme/harbour-souniaoime"
icon.width: parent.width/2.5
icon.height: icon.width
text: "🐦🐦🐦"
text: "SouBirdIME"
}
}

36 changes: 23 additions & 13 deletions miaomiaomiao/qml/pages/FirstPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ Page{

SectionHeader{
text: "说明"
font.pixelSize: Theme.fontSizeExtraSmall
}
Label{
text: "本程序大量参考木木大大的山寨谷歌输入法跟gexc大大的拼音输入法,后端采用谷歌拼音输入法代码,做到了既可以使用gexc大大的输入法键盘,又"+
"有木木大大输入法的词汇,并且无Xt9依赖可以安装在移植的机型上,特此声明。<br/>"
+"使用方式:到【设置】-【文本输入】中勾选【搜鸟输入法】,然后在输入的界面切换到本输入法即可,不需要重启。"
+"<br/>本程序只是测试一下开源的谷歌拼音输入法,并无其他意图,在旗鱼上更智能的输入法是不存在的~😂"
+"<br/>使用方式:到【设置】-【文本输入】中勾选【搜鸟输入法】,然后在输入的界面切换到本输入法即可,不需要重启。"
+"<br/><br/>本程序只是测试一下开源的谷歌拼音输入法,并无其他意图,在旗鱼上更智能的输入法是不存在的~😂"
+"<br/><br/>A pinyin input method for simple chinese user."
wrapMode: Text.RichText
font.pixelSize: Theme.fontSizeTiny
color: Theme.primaryColor
Expand All @@ -43,25 +45,41 @@ Page{

SectionHeader{
text: "作者"
font.pixelSize: Theme.fontSizeExtraSmall
}

Label{
text: "旗鱼俱乐部 @0312birdzhang 出品"
wrapMode: Text.WordWrap
textFormat: Text.RichText
font.pixelSize: Theme.fontSizeTiny
color: Theme.highlightColor
color: Theme.primaryColor
width: parent.width - Theme.paddingLarge
horizontalAlignment: Text.AlignRight
}

SectionHeader{
text: "图标"
font.pixelSize: Theme.fontSizeExtraSmall
}

Label{
text: "蝉曦 出品"
wrapMode: Text.WordWrap
textFormat: Text.RichText
font.pixelSize: Theme.fontSizeTiny
color: Theme.primaryColor
width: parent.width - Theme.paddingLarge
horizontalAlignment: Text.AlignRight
}

Item {
width: parent.width
height: Theme.paddingSmall
height: Theme.paddingMedium
}

SectionHeader{
text: "自定义"
text: "自定义设置"
}

SectionHeader{
Expand Down Expand Up @@ -96,14 +114,6 @@ Page{
config.pageSize = value;
}
}

Image{
source: "./notexist.jpg"
width: parent.width - Theme.paddingLarge
height: width
anchors.horizontalCenter: parent.horizontalCenter
fillMode: Image.PreserveAspectFit
}
}
}
}
Binary file removed miaomiaomiao/qml/pages/notexist.jpg
Binary file not shown.
4 changes: 2 additions & 2 deletions rpm/harbour-souniaoime.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Name: harbour-souniaoime
%{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir}

Version: 0.3.0
Version: 0.3.1
Release: 1
Summary: PinyinIme for Sailfish OS
License: LGPLv2
Expand All @@ -21,7 +21,7 @@ BuildRequires: desktop-file-utils


%description
Allows you to use google pinyin to enter simple Chinese character on Sailfish OS.
Allows you to use google pinyin to enter Simple Chinese character on Sailfish OS.


%prep
Expand Down

0 comments on commit c1a854e

Please sign in to comment.