Commit Graph

41 Commits

Author SHA1 Message Date
Mike FABIAN
73bfe43d14 Update to 1.4.24
- Make IBusEngineSimple read ~/.XCompose
  (Resolves: https://github.com/ibus/ibus-m17n/issues/70)
- Do not hide empty preedit text before committing text.
  (Resolves: https://github.com/ibus/ibus-m17n/pull/64).
  Together with ibus >= 1.5.29 this solves the preedit flicker problem perfectly.
- Use “<developer><name>…</name></developer>” in m17n.appdata.xml instead of “<developer_name>…</developer_name>”
  Because </developer_name> is deprecated and it makes the build fail on Fedora rawhide.
2023-11-10 18:13:37 +01:00
Mike FABIAN
dc83dd130d Update to 1.4.23
- Do not translate the Multi_key when using the option “☑️ Use US keyboard layout”
- Fix option “☑️ Use US keyboard layout”
  (Resolves: https://github.com/ibus/ibus-m17n/issues/66)
- Translation update from Weblate: new language Hindi, hi 100%
2023-10-27 12:57:22 +02:00
Mike FABIAN
4a9e04aa90 Update to 1.4.22
- Translation update from Weblate (Lithuanian, lt 100%)
2023-08-21 10:45:05 +02:00
Mike FABIAN
7f20771623 Update to 1.4.21
- Translation update from Weblate (Swedish, sv 100%)
2023-08-07 18:47:56 +02:00
Mike FABIAN
5008fdc92b Update to 1.4.20
- Reduce preedit flicker (Resolves: https://github.com/ibus/ibus/issues/2536)
- Remove `xml:lang="en"` from the screenshot in appdata.xml
  See: https://github.com/ximion/appstream/issues/494
  There must be one image in the default locale, and there can be some
  translated ones, but having only translated images is not okay.
- Use ibus_text_new_from_string (string) instead of
  ibus_text_new_from_static_string (string) in ibus_m17n_engine_commit_string()
- Add missing g_free (buf) in ibus_m17n_mtext_to_utf8()
2023-08-01 21:55:56 +02:00
Mike FABIAN
75a30f60af Update to 1.4.19
- Translation update from Weblate (Sinhala, si 100%)
2023-02-19 19:04:30 +01:00
Mike FABIAN
9d37bed3de Update to 1.4.18
- Add new icon
2022-12-07 12:47:00 +01:00
Mike FABIAN
ad7d7e6809 Update to 1.4.17
- Fix problem that sa-IAST input method cannot be activated and make settings of sa-IAST work
  (Resolves: https://github.com/ibus/ibus-m17n/issues/52)
- Let IBusM17nEngine inherit from IBusEngineSimple to enable compose support
  (Resolves: https://github.com/ibus/ibus-m17n/pull/51)
2022-09-17 20:47:27 +02:00
Mike FABIAN
57f8d7a3aa Update to 1.4.13
- Translation update from Weblate (ar updated 100%, ka added 100%)
2022-09-08 10:19:57 +02:00
Mike FABIAN
6edeedf8a0 Update to 1.4.11
- Added translation using Weblate (Arabic, 100%)
- Add 256x256 icon to m17n.appdata.xml
2022-09-03 12:03:44 +02:00
Mike FABIAN
713e2afed5 Update to 1.4.10
- Add language to longname in --xml output to make engines which have exactly
  the same icon distinguishable in the engine switcher
- Make the icon of the current engine appear at the left of floating panel of ibus.
  And also show the full engine name as a tooltip on that icon
  Before only a generic gear wheel ⚙️ was shown, the same for
  all engines, so one could not distinguish which engine was
  selected in the floating panel.
- Show also the engine name in the title of the setup tool window.
  I.e. instead of just “Preferences” show something like
  “Preferences m17n:t:latn-post”.
- Better icon and a screenshot which can be shown in gnome-software
- Improvements in m17n.appdata.xml
2022-08-05 18:24:03 +02:00
Mike FABIAN
81b4d32d39 Update to 1.4.9
- Free lang and name after engine_name is built
  (Resolves: https://github.com/ibus/ibus-m17n/issues/39)
- Just return from ibus_m17n_engine_callback with nullable m17n
- Accept virtual engine names for CI
- Hide status from the panel if status == title (by Daiki Ueno)
2022-01-18 09:19:37 +01:00
Mike FABIAN
4c08dcf2f4 Update to 1.4.8
- Remove gnome-common requirement and re-write autogen.sh (by Parag Nemade)
  (Resolves: https://github.com/ibus/ibus-m17n/pull/37)
- Translation update from Weblate for Sinhala
2021-10-19 17:26:10 +02:00
Mike FABIAN
ead318acf9 Update to 1.4.7
- Assign symbols to all the new inscript2 engines (and add some other missing symbols)
  (Resolves: https://github.com/ibus/ibus-m17n/issues/34)
- Allow to use kbd engines (#32)
  (Resolves: https://github.com/ibus/ibus-m17n/issues/32)
- ibus-m17n-xkb-options.patch from Fedora included upstream
- ibus-m17n-enable-ar-kbd.patch from Fedora included upstream

- adapt CI test to new input method names
2021-08-13 20:46:01 +02:00
Mike FABIAN
f3165f57c9 Update to 1.4.6
- Make inscript2 engines rank higher than inscript engines
- Resolves: rhbz#1982546
2021-07-15 17:07:49 +02:00
Mike FABIAN
174f20b737 Update to 1.4.5
- Use ibus_engine_update_preedit_with_mode() *always* with IBUS_ENGINE_PREEDIT_COMMIT mode
- Translation update from Weblate, bn new and 100% complete, pt_BR now 100% complete
- Remove redundant target for desktop.in file
2021-04-07 11:27:27 +02:00
Mike FABIAN
78239c5cb6 Update to 1.4.4
- Translation update from Weblate, zh_CN now 100% complete.
2021-01-28 20:42:18 +01:00
Mike FABIAN
1110e55231 Update to 1.4.3
- New translation: es (Spanish) 100%.
2020-06-20 14:33:46 +02:00
Mike FABIAN
5871d3f270 Update to 1.4.2 2020-01-20 07:20:44 +01:00
Mike FABIAN
a429709b41 Update to 1.4.1
- Fix for google code issue 1781 in ibus-m17n for kk (Correct symbols for kk input methods)
- Add German translations
- Add m17n.appdata.xml
2018-10-25 11:32:10 +02:00
Mike FABIAN
6518ef8837 Update to 1.4.0
- Migration from IBusConfig to GSettings
- Remove patches which are included upstream now
2018-10-24 13:15:40 +02:00
Parag Nemade
e9ddb41988
Fix the upstream URL and Source0 tags 2018-06-22 21:13:22 +05:30
Daiki Ueno
a692a4ee70 Update to 1.3.4-1. 2012-05-11 15:36:42 +09:00
Daiki Ueno
5dc11ac5c3 Update to 1.3.3-1. 2011-09-01 19:28:55 +09:00
Daiki Ueno
e07dc15417 Update to 1.3.2-1. 2011-03-07 15:13:46 +09:00
Daiki Ueno
83f062206b Update to 1.3.1-1. 2010-09-03 17:30:46 +09:00
Daiki Ueno
d4227873b1 Update to 1.3.0-2. 2010-07-16 06:16:32 +00:00
Peng Huang
05d0dbf5f0 Update to 1.2.99.20100202 2010-02-02 03:25:05 +00:00
Peng Huang
368f8862e0 Update 1.2.0.20091217 2009-12-17 00:04:59 +00:00
Peng Huang
a08317de05 Port changes from F-12 2009-11-20 05:57:02 +00:00
Peng Huang
787323a403 Update to 1.2.0.20090617, and disable iok patch 2009-06-22 05:41:54 +00:00
Peng Huang
6fb2a3caf8 Update to 1.1.0.20090211 2009-02-11 07:47:32 +00:00
Peng Huang
6569afee1a update to 1.1.0.20090205 2009-02-05 07:12:31 +00:00
Peng Huang
72ce092df1 Update to 0.1.1.20081013 2008-10-13 06:24:30 +00:00
Peng Huang
4d3f88d50a Update to 0.1.1.20081009 2008-10-09 05:29:06 +00:00
Peng Huang
5b6b209a22 Update to 0.1.1.20080901 2008-09-01 00:42:39 +00:00
Peng Huang
ddbe34bee0 Update to 0.1.1.20080823 2008-08-23 01:34:37 +00:00
Peng Huang
56ed380c6e Update to 0.1.1.20080815 2008-08-15 04:05:49 +00:00
Peng Huang
b61544ab6a Update to 0.1.1.20080812 2008-08-12 07:33:30 +00:00
Peng Huang
1f83d85301 Import ibus-m17n. 2008-08-10 11:43:26 +00:00
Kevin Fenzi
a4e9c465f4 Setup of module ibus-m17n 2008-08-10 01:28:44 +00:00