summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* data: Install appdata file to %_datadir/metainfo (#10)appdata-metainfofujiwarat2018-12-062-5/+10
|
* configure: Replaced AC_PROG_LIBTOOL with LT_INITfujiwarat2018-09-131-1/+1
|
* engine: input mode should be changed even if the mode is hiddenfujiwarat2018-06-294-14/+16
| | | | BUS=https://github.com/ibus/ibus/issues/2018
* tests: Enabled tests on consolefujiwarat2018-04-033-54/+313
|
* tests: Added GTK_IM_MODULE=ibusfujiwarat2018-03-271-0/+1
| | | | gnome-shell uses gtk-im-context-simple by default
* tests: Fixed some errors in the Makefile scriptfujiwarat2018-03-261-8/+17
| | | | | | - The username in ps command is udner 7 characters. - Added GI_TYPELIB_PATH and LD_LIBRARY_PATH for anthy typelib and libs. - python has a buffer in stdout and stderr during koji build.
* engine: Load $HOME/.XCompose filefujiwarat2018-03-262-4/+6
|
* Release 1.5.101.5.10fujiwarat2018-03-191-3/+3
| | | | | | | | | | | | | Fixed a warning in ibus-anthy.appdata.xml (#5) Fix page_up, page_down, candidate_clicked (#6) Fixed circle_typing_method for Alt-Romaji, Ctrl-/ Added Shift-F7 shortcut key to convert all to Katanaka tests: Add automation testing Migrated DConf to GSettings Added ISSUE_TEMPLATE (fujiwarat) e0e6492 Added po/es.po po/cs.po Updated emoji dictionary for Unicode 10 and emoji 5.0 Updated emoji dictionary for emoji 11.0
* Added Translationsfujiwarat2018-03-193-9/+945
| | | | Added po/cs.po po/fr.po
* tests: Fixed anthytest to work with GSettingsfujiwarat2018-03-192-4/+26
|
* Updated emoji dictionary for emoji 11.0fujiwarat2018-03-192-4/+285
| | | | | | https://unicode.org/emoji/charts-11.0/emoji-released.html Signed-off-by: fujiwarat <takao.fujiwara1@gmail.com>
* Updated emoji dictionary for Unicode 10 and emoji 5.0fujiwarat2018-03-152-7/+339
| | | | | https://unicode.org/emoji/future/emoji-candidates.html https://unicode.org/emoji/charts-5.0/emoji-released.html
* Added ISSUE_TEMPLATEfujiwarat2018-02-071-0/+38
|
* Migrated DConf to GSettings for python2fujiwarat2017-12-2822-2574/+1267
|
* Migrated DConf to GSettingsfujiwarat2017-12-1516-2348/+2170
|
* tests: Fix make distfujiwarat2017-11-231-7/+7
|
* tests: Enabled make testsfujiwarat2017-11-234-3/+52
|
* tests: Added test case 4fujiwarat2017-11-232-12/+71
|
* tests: Enable to run in the tarball dirfujiwarat2017-11-212-1/+54
|
* engine: Added __cmd_convert_to_katakana_allfujiwarat2017-11-214-16/+190
|
* tests: Added test case2fujiwarat2017-11-212-18/+12
|
* tests: Add automation testingfujiwarat2017-11-204-0/+266
|
* Fixed circle_typing_methodfujiwarat2017-05-262-2/+24
|
* Fix page_up, page_down, candidate_clicked (#6)fujiwarat2017-05-262-10/+10
|
* Fixed a warning in ibus-anthy.appdata.xml (#5)fujiwarat2017-05-2610-825/+892
|
* Added po/es.pofujiwarat2017-05-262-0/+926
|
* Updated emoji dictionaryfujiwarat2017-05-262-0/+4
|
* Released 1.5.91.5.9fujiwarat2016-10-191-1/+1
| | | | | | | | | | Renamed anthy.appdata.xml to ibus-anthy.appdata.xml Updated id, license and contact in ibus-anthy.appdata.xml Added gettext domain in ibus-anthy.appdata.xml Fixed environment variables in anthy.xml and scripts (#4) Fixed __cmd_predict() Enabled to click candidate and page up/down on Emoji lookup table Updated Emoji dictionary for Unicode 9.0 and Emoji 3.0
* Updated translationsfujiwarat2016-10-196-973/+2008
| | | | Updated po/LINGUAS po/ca.po po/fr.po po/ja.po po/pt_BR.po po/uk.po
* Updated emoji dictionaryfujiwarat2016-10-192-6/+152
|
* Updated Emoji dictionary for Unicode 9.0 and Emoji 3.0fujiwarat2016-10-193-9/+387
| | | | http://unicode.org/emoji/charts/emoji-released.html
* Enabled to click candidate and page up/down on Emoji lookup tablefujiwarat2016-10-192-6/+12
| | | | Based on https://github.com/ibus/ibus/commit/faf5e3c56d
* Fixed __cmd_predict()fujiwarat2016-10-192-10/+10
|
* Updated POTFILES.infujiwarat2016-10-192-136/+136
|
* Fixed environment variables in anthy.xml and scripts (#4)fujiwarat2016-03-0213-106/+112
|
* Added gettext domain in ibus-anthy.appdata.xmlfujiwarat2016-03-022-0/+2
|
* Updated id, license and contact in ibus-anthy.appdata.xmlfujiwarat2016-03-021-3/+4
|
* Renamed anthy.appdata.xml to ibus-anthy.appdata.xmlfujiwarat2016-03-022-1/+1
|
* Release 1.5.81.5.8fujiwarat2016-01-204-9/+17
| | | | | | | | | | | | Updated URL in anthy.appdata.xml.in Fixed bytes to str in thumb.py for python3 Fixed get_xkb_layout in thumb.py setup: Delete a check button "Show input mode icon" Implement "Automatically commit" with periods. Updated emoji.t Fixed PyGIWarning: GdkX11 was imported without specifying a version Added Variation Sector in emoji.t Split emoji.t into emoji-each.t and emoji-emoji.t
* Split emoji.t into emoji-each.t and emoji-emoji.tfujiwarat2016-01-203-657/+701
|
* Added Variation Sector in emoji.tfujiwarat2016-01-191-2/+8
|
* Fixed PyGIWarning: GdkX11 was imported without specifying a versionfujiwarat2016-01-1912-24/+80
|
* Updated emoji.tbaserock/1.5.7-6-g9ba0a2afujiwarat2015-11-061-3/+53
|
* Implement "Automatically commit" with periods.fujiwarat2015-09-187-164/+197
|
* setup: Delete a check button "Show input mode icon"fujiwarat2015-09-182-36/+2
| | | | Revert the commit (4f37090b51) by mistake.
* Fixed get_xkb_layout in thumb.pyfujiwarat2015-09-172-2/+2
|
* Fixed bytes to str in thumb.py for python3fujiwarat2015-09-171-2/+2
| | | | | GLIb.spawn_sync() returns type bytes and the type is different between python2 and python3.
* Updated URL in anthy.appdata.xml.infujiwarat2015-09-021-3/+3
|
* Released 1.5.71.5.7fujiwarat2015-07-161-1/+1
| | | | | | | | | Fixed no parent when click on shortcut keys. Updated emoji.t Added textdomain in default.xml Added anthy.appdata.xml Fixed to import sys (#1214092) Added icon_prop_key in default.xml
* Update french translationジュリアン2015-07-101-53/+28
|