summaryrefslogtreecommitdiff
path: root/setup
Commit message (Collapse)AuthorAgeFilesLines
* Add the escape_to_latin command as a vi-cooperative cancel (#29)Frédéric Mangano2022-08-032-0/+2
| | | | | | | | | | | | | | | When writing Japanese in Vim, everytime I switch from Insert mode back to Normal mode, I need to also switch back the IBus input mode to Latin or else Vim won’t take any of my input. This is kind fo annoying as key sequences like `<Esc>:w` easily get wired into muscle memory. For comparison, uim has got a vi-cooperative mode for that use case. See <https://blog.myon.info/entry/2014/04/14/entry/> for illustration. Here’s a new command which, when converting, behaves like cancel, but otherwise switches to Latin and sends the Escape key. To make IBus vi-cooperative, a user can map the Escape key to escape_to_latin instead of cancel.
* setup: Minimum candidate window page size to 1fujiwarat2022-04-142-2/+2
| | | | IBusLookupTable assert with page_size > 0 (rhbz#2064261)
* Fix covscan resultfujiwarat2021-04-274-9/+13
| | | | | | | - Fix double quote not to re-splitting elements - Fix deprecated GObject private - Fix section variable initialization - Fix dlg variable condition assignment
* setup: Set ANTHY_PC in _config.pyfujiwarat2021-02-103-4/+5
| | | | | Forgot to update setup/Makefile besides engine/Makefile Also delete deprecated gettext.bind_textdomain_codeset()
* configure: Fix to install zipcode dict with anthy-unicode (#1779129)fujiwarat2019-12-042-6/+6
|
* build: Prefer gettext over intltool (#11)Martin Blanchard2019-03-124-7/+9
| | | | | | The intltool module is outdated: https://wiki.gnome.org/Initiatives/GnomeGoals/GettextMigration
* engine: input mode should be changed even if the mode is hiddenfujiwarat2019-03-112-4/+4
| | | | BUS=https://github.com/ibus/ibus/issues/2018
* Migrated DConf to GSettings for python2fujiwarat2017-12-288-2074/+897
|
* Migrated DConf to GSettingsfujiwarat2017-12-156-2034/+857
|
* engine: Added __cmd_convert_to_katakana_allfujiwarat2017-11-212-0/+38
|
* Fixed environment variables in anthy.xml and scripts (#4)fujiwarat2016-03-024-36/+36
|
* Release 1.5.81.5.8fujiwarat2016-01-202-4/+4
| | | | | | | | | | | | 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
* Fixed PyGIWarning: GdkX11 was imported without specifying a versionfujiwarat2016-01-194-8/+32
|
* Implement "Automatically commit" with periods.fujiwarat2015-09-184-4/+12
|
* setup: Delete a check button "Show input mode icon"fujiwarat2015-09-182-36/+2
| | | | Revert the commit (4f37090b51) by mistake.
* Updated URL to use github.comfujiwarat2015-06-262-2/+2
|
* setup: Fixed deprecated APIs since GTK 3.14fujiwarat2015-05-152-2144/+2076
| | | | | | | GtkAlignment and GtkMisc have been no longer available since GTK 3.14 and use gtk_widget_set_margin_*(). gtk_widget_set_margin_[start|end]() are new in GTK 3.12 so still use gtk_widget_set_margin_[left|right]()
* Fixed no parent when click on shortcut keys.fujiwarat2014-10-082-4/+4
|
* Fixed Gtk.SearchEntry.search-changed signal for gtk 3.8.fujiwarat2014-09-162-2/+6
|
* Added search entry in view dictionary dialog.fujiwarat2014-08-272-0/+166
|
* Set preview_lines to -1 in zip code.fujiwarat2014-08-222-2/+2
|
* Added Emoji dictionary.fujiwarat2014-08-222-0/+24
|
* Set a parent window from 'IBUS_SETUP_XID' environment variable in setup.fujiwarat2014-07-162-10/+40
|
* Set max-width-chars property in ibus-anthy-setup wrapped GtkLabel.fujiwarat2014-07-162-0/+2
|
* Fixed deprecated warnings with python3-gobject 3.13.3.fujiwarat2014-07-162-40/+64
| | | | | | | | | | | | | | python3-gobject adds several warnings in gi/overrides/Gtk.py /usr/share/ibus-anthy/setup/main.py:1519: PyGTKDeprecationWarning: The "buttons" argument must be a Gtk.ButtonsType enum value. Please use the "add_buttons" method for adding buttons. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations /usr/lib64/python3.4/site-packages/gi/overrides/Gtk.py:537: PyGTKDeprecationWarning: The keyword(s) "parent" have been deprecated in favor of "transient_for" respectively. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
* Fixed deprecated GtkHBox, GtkVBox and GtkStock since GTK+ 3.10.fujiwarat2014-02-184-240/+258
|
* Added python3.fujiwarat2014-01-3018-96/+6423
| | | | | The default is to use 'python' and --with-python option can change it. ./configure --with-python=python3
* Fixed IOError in print sys.stderr when the parent process exits.fujiwarat2014-01-061-4/+12
|
* Show UTF-8 copyright by default with GNOME suggestion.fujiwarat2013-08-292-19/+4
|
* Imported anthy zipcode.t into ibus-anthy.fujiwarat2013-08-291-4/+3
|
* Updated source files with the latest GPL 2.0.fujiwarat2013-08-295-25/+25
|
* Added Era dict.fujiwarat2013-08-291-0/+12
|
* Enhanced dictionary selection.fujiwarat2013-08-293-79/+14
|
* Fixed in case IBus.Bus.get_config returns NULL.fujiwarat2013-06-193-16/+34
|
* Fixed ibus-engine-anthy --xml without displayfujiwarat2013-06-191-0/+5
|
* Added customizable Hiragana_Katakana key.fujiwarat2013-05-132-5/+14
|
* Fixed some bugs.fujiwarat2013-05-131-1/+2
| | | | | | | Fixed Thumb Shift mode. timeout_and_full is no longer available in pygobject3. Fixed __cmd_circle_dict_method Used setxkbmap in Thumb Shift mode. until Gdk.property_get is fixed. Removed Hiragana_Katanaka in circle_kana_mode for latin_with_shift
* Added Zenkaku_Hankaku to on-off keys.fujiwarat2013-05-112-1/+2
|
* Enabled Latin mode with Shift key.fujiwarat2013-05-103-17/+36
|
* Updated copyright.fujiwarat2013-05-096-12/+12
|
* Removed deprecated GObject.fujiwarat2013-03-141-3/+3
|
* Fixed to convert yen to U+30FC in kana mode. (#1596)fujiwarat2013-02-201-0/+7
|
* setup: Look like a modal dialog when under gnome-control-centerRui Matos2013-01-212-1/+25
| | | | | In order to look better integrated when launched from gnome-control-center we should look like a modal dialog.
* Added to sync the user config xml between versions.fujiwarat2012-12-311-2/+34
|
* Added ibus menu customization.fujiwarat2012-12-254-160/+303
|
* Replaced the legacy icon gtk-preferences with preferences-desktop.fujiwarat2012-12-252-0/+6
|
* Fixed thumb table customizations.fujiwarat2012-10-262-119/+123
|
* Fixed romaji table customizations.fujiwarat2012-10-262-276/+282
|
* Fixed kana table customizations. (#1403)fujiwarat2012-10-262-212/+348
|
* Added us layout table for Kana.fujiwarat2012-10-192-6/+140
|