-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Park Shinjo
committed
Oct 25, 2014
1 parent
805a03c
commit 91e24ad
Showing
4 changed files
with
33 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: dotdanbae | ||
Version: 0.1 | ||
Version: 0.2 | ||
Release: 1%{?dist} | ||
Summary: Korean layout and input method for Sailfish OS | ||
License: GPLv2+ | ||
|
@@ -43,3 +43,19 @@ rm -rf %{buildroot} | |
/usr/share/maliit/plugins/com/jolla/layouts/ko_common/KoNaratgeulInputHandler.qml | ||
/usr/share/maliit/plugins/com/jolla/layouts/ko_common/2set_handler.js | ||
/usr/share/maliit/plugins/com/jolla/layouts/ko_common/naratgeul_handler.js | ||
|
||
%changelog | ||
* Sat Oct 25 2014 Park Shinjo <[email protected]> 0.1 | ||
- Fix layout switching bug. | ||
|
||
* Wed Feb 19 2014 Park Shinjo <[email protected]> 0.1 | ||
- Added Naratgeul layout. | ||
- Bumped version number and changed name. | ||
- Fixed bug on trailing syllables in 2-set layout. | ||
|
||
* Tue Jan 14 2014 Park Shinjo <[email protected]> 0.02 | ||
- Rewrite to use ohi instead of libhangul. | ||
- Removes usage of any native code. | ||
|
||
* Mon Jan 13 2014 Park Shinjo <[email protected]> 0.01 | ||
- Initial release based on libhangul. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
[ko_2set.qml] | ||
name=한글(두벌식) | ||
languageCode=KO | ||
handler=layouts/ko_common/KoInputHandler.qml | ||
|
||
[ko_naratgeul.qml] | ||
name=한글(나랏글) | ||
languageCode=KO | ||
handler=layouts/ko_common/KoNaratgeulInputHandler.qml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters