summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2015-09-18 17:23:14 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2015-09-18 17:23:14 +0900
commit0fc8cc7eff39a8fe7f1689affa47fdc779570df5 (patch)
treeabfa517c18a8e3da2eb75afd937b7669d6ffbf86 /setup
parent7e4a3c960daedab1f1ed8daa8ec9ef85ca86f87d (diff)
downloadibus-anthy-0fc8cc7eff39a8fe7f1689affa47fdc779570df5.tar.gz
Implement "Automatically commit" with periods.
Diffstat (limited to 'setup')
-rw-r--r--setup/python2/anthyprefs.py.in5
-rw-r--r--setup/python2/setup.ui3
-rw-r--r--setup/python3/anthyprefs.py.in5
-rw-r--r--setup/python3/setup.ui3
4 files changed, 12 insertions, 4 deletions
diff --git a/setup/python2/anthyprefs.py.in b/setup/python2/anthyprefs.py.in
index c29926a..172d09e 100644
--- a/setup/python2/anthyprefs.py.in
+++ b/setup/python2/anthyprefs.py.in
@@ -5,8 +5,8 @@
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
# Copyright (c) 2009 Hideaki ABE <abe.sendai@gmail.com>
-# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2013 Red Hat, Inc.
+# Copyright (c) 2010-2015 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2015 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -368,6 +368,7 @@ _config = {
'ten_key_mode': 1,
'behavior_on_focus_out': 0,
'behavior_on_period': 0,
+ 'trigger_periods': ',.、。,.',
'page_size': 10,
'half_width_symbol': False,
diff --git a/setup/python2/setup.ui b/setup/python2/setup.ui
index 3ab846b..69bb0eb 100644
--- a/setup/python2/setup.ui
+++ b/setup/python2/setup.ui
@@ -153,6 +153,9 @@
<row>
<col id="0" translatable="yes">Automatically convert</col>
</row>
+ <row>
+ <col id="0" translatable="yes">Automatically commit</col>
+ </row>
</data>
</object>
<object class="GtkListStore" id="model8">
diff --git a/setup/python3/anthyprefs.py.in b/setup/python3/anthyprefs.py.in
index 3198a8c..7c33353 100644
--- a/setup/python3/anthyprefs.py.in
+++ b/setup/python3/anthyprefs.py.in
@@ -5,8 +5,8 @@
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
# Copyright (c) 2009 Hideaki ABE <abe.sendai@gmail.com>
-# Copyright (c) 2010-2014 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2014 Red Hat, Inc.
+# Copyright (c) 2010-2015 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2015 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -361,6 +361,7 @@ _config = {
'ten_key_mode': 1,
'behavior_on_focus_out': 0,
'behavior_on_period': 0,
+ 'trigger_periods': ',.、。,.',
'page_size': 10,
'half_width_symbol': False,
diff --git a/setup/python3/setup.ui b/setup/python3/setup.ui
index 3ab846b..69bb0eb 100644
--- a/setup/python3/setup.ui
+++ b/setup/python3/setup.ui
@@ -153,6 +153,9 @@
<row>
<col id="0" translatable="yes">Automatically convert</col>
</row>
+ <row>
+ <col id="0" translatable="yes">Automatically commit</col>
+ </row>
</data>
</object>
<object class="GtkListStore" id="model8">