Commit Graph

200 Commits

Author SHA1 Message Date
Mike FABIAN
4f727b0a17 Update to 2.21.1
- Small performance tweak in detecting terminals
- Translation update from Weblate (nl 100%, pl 100%, sv 100%, tr 100%)
2023-02-09 16:46:08 +01:00
Mike FABIAN
34dc896bbe Update to 2.21.0
- Add an option to disable Typing Booster in terminals
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/414)
- Update emoji annotations from CLDR
- Add autosettings option (command line only at the moment, useful for
  https://github.com/mike-fabian/ibus-typing-booster/issues/328)
- Translation update from Weblate (de 100%, uk 100%)
2023-02-06 15:40:35 +01:00
Mike FABIAN
09dfbd7470 Update to 2.20.0
- Allow predictions when 0 characters have been typed
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/268)
2023-01-19 16:53:23 +01:00
Mike FABIAN
c3f471d724 Update to 2.19.13
- Catch exception when user database is locked during shutdown
  (Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=215144)
2022-12-30 12:32:23 +01:00
Mike FABIAN
2396b97ec7 Update to 2.19.12
- Try not to fail if the database contains invalid UTF-8 or is otherwise malformed
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/409)
2022-12-29 11:33:22 +01:00
Mike FABIAN
b21402bbce Update to 2.19.10
- Save space when displaying compose completion in horizontal lookup tables
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/407)
2022-11-29 11:18:06 +01:00
Mike FABIAN
69166d06be Update to 2.19.9
- Emoji search: If search strings contain whitespace count as an exact match if
  all words match in any order
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/405)
- emoji-picker: If a search string contains non-whitespace characters, strip whitespace
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/404)
- emoji-picker: Put the first match in a search always into the clipboards automatically
  Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/402)
2022-11-28 21:41:12 +01:00
Mike FABIAN
af26f733b9 Update to 2.19.8
- Do not show automatic emoji predictions when OSK (on-screen-keyboard) is visible
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/398)
- Update emoji annotations from CLDR
- If a commit is triggered by a simple space, commit the space instead of forwarding it
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/397)
2022-11-08 14:12:46 +01:00
Mike FABIAN
224edcf98d Update to 2.19.7
- Avoid inline completion when OSK (on-screen-keyboard) is shown
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/395)
- Do not reset input purpose on focus out
  (See: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5966#note_1576732)
2022-10-24 20:32:05 +02:00
Mike FABIAN
4a1e267040 Update to 2.19.6
- Update emoji annotations from CLDR
- Avoid showing passwords in OSK buttons by disabling typing-booster
  in terminals when the on-screen-keyboard (OSK) is shown
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/393)
  (Requires: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2511)
- Translation update from Weblate (bn 100% complete)
2022-10-15 11:26:44 +02:00
Mike FABIAN
74508698f0 Update to 2.19.2
- Do not commit by index when OSK is visible
  (Resolves: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5865)
- Translation update from Weblate (sw 100% complete)
2022-10-10 08:59:23 +02:00
Mike FABIAN
3451f625f2 Update to 2.19.1
- Update emoji annotations from CLDR
- Make search for input methods which contain uppercase in their names work
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/387)
- Translation update from Weblate (bn 73.8% complete)
2022-10-05 13:38:45 +02:00
Mike FABIAN
815006620e Update to 2.19.0
- Save horizontal space to make the new Georgian translations fit better
  on small screens
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/383)
- Make compose support work for sequences starting with keys other
  than Multi_key and dead keys
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/379)
- Update emoji annotations from CLDR
- Stop using deprecated keyword arguments “flags” and “message_format” when
  creating Gtk.MessageDialog()
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/377)
- Use ['ar-kbd', 'NoIME'] by default for all Arabic locales instead of just ['NoIME']
- Make it possible to set options for m17n input methods in the typing booster setup tool
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/360)
- Translation update from Weblate (ar 100%, bn 67% (new!), de 100%, ka 100% (new!), nl 100%, pl 100%, sv 100%, tr 100%, uk 100%)
2022-09-09 16:31:07 +02:00
Mike FABIAN
3a668bde5d Update to 2.18.10
- Add functions to get and set variables for m17n input methods
- Update emoji annotations from CLDR
- Translation update from Weblate (bn added 42% complete)
- Test cases for bn-national-jatiya.mim
- Add more icons in different sizes to the appdata.xml files
- Stop calling self.set_wmclass('emoji-picker', 'Emoji Picker') (avoid deprecation warning)
2022-09-01 14:05:00 +02:00
Mike FABIAN
678bb0047c Update to 2.18.9
- Make it possible to use custom labels for different dictionary matches
- Distinguish dictionary matches shown by flags in the candidate list if
  some flags are identical
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/358)
- Update emoji annotations from CLDR
2022-08-07 12:35:00 +02:00
Mike FABIAN
105a279743 Update to 2.18.7
- Use the environment variable DICPATH as well when searching for dicitonaries
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/357)
- Translation update from Weblate (sw updated to 100%)
2022-08-03 17:12:18 +02:00
Mike FABIAN
b205e84e63 Update to 2.18.6
- Avoid selection changed events when clearing the shortcut treeview
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/355)
- Correctly remember how often user shortcuts were used
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/353)
- Update emoji data files for current Unicode 15.0 DRAFT
- Update UnicodeData.txt to UnicodeData-15.0.0d6.txt
- Update emoji annotations from CLDR
- Use AT-SPI first to get the active window only on wayland, on X11 use xprop immediately
- Translation update from Weblate (sv updated to 100%)
- do not use appstream-util in the check section of the .spec file,
  appstream-util is unmaintained.
2022-07-30 01:37:10 +02:00
Mike FABIAN
f3f537afca Update to 2.18.4
- Get program name of focused window if do_focus_id doesn’t provide that already
- Show lookup table *always* when display of related emoji or words is requested
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/350)
- Translation update from Weblate (nl updated to 100%)
2022-07-27 13:53:38 +02:00
Mike FABIAN
69f30481bd Update to 2.18.0
- Optionally show flags in the candidate list for dictionary matches
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/343)
- Update emoji annotations from CLDR
- Translation update from Weblate
  (de (100%), es (93.7%), pl (100%), tr (100%), uk (100%))
2022-07-18 23:31:03 +02:00
Mike FABIAN
9bf4ef2074 Update to 2.17.1
- Translation update from Weblate (pt updated to 100%)
2022-07-13 11:23:30 +02:00
Mike FABIAN
6d45b853fe Update to 2.17.0
- Improve “Automatically select the best candidate”
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/285)
- Translation update from Weblate
  (de (100%), pl (100%), pt (30.3%), tr (100%), uk (100%))
2022-07-07 10:12:39 +02:00
Mike FABIAN
8b8c8add8a Update to 2.16.7
- When the lookup table is hidden because of inline completion,
  ignore commands to commit candidates by their index
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/325)
- Add a command 'commit' with configurable key bindings
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/320)
- Translation update from Weblate (sw updated to 100%)
2022-06-27 22:23:39 +02:00
Mike FABIAN
2945e3f947 Update to 2.16.5
- Use new pykakasi API instead of the deprecated v1.2 API.
- Fix typo in LOCALE_DEFAULTS for Korean. The default values
  for Korean were not applied because of this typo.
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/321)
- Improve and simplify setting input methods and dictionaries using new
  helper functions
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/318)
- self._is_candidate_auto_selected should only be true if no manual keys
  to select were pressed
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/319)
- Translation update from Weblate (it updated 93.6% (205 of 219 strings))
2022-06-23 15:35:33 +02:00
Mike FABIAN
7e51bf0118 Update to 2.16.3
- Add search entry for already defined custom shortcuts
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/312)
2022-06-20 11:22:25 +02:00
Mike FABIAN
cafb0a869f Update to 2.16.1
- Avoid using forward_key_event() in Gtk4 immodule automatically by checking for
  IBUS_CAP_SYNC_PROCESS_KEY (new, will start working for ibus >= 1.5.27)
- Udate the “Use inline completion” combobox in the setup tool when the
  gsettings value changes
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/313)
- Require Python >= 3.6 to build
- Add client detection code by Takao Fujiwara (will start working for ibus >= 1.5.27)
- If libvoikko.Voikko('fi') fails when initializing a Finnish dictionary,
  continue without voikko
- Always show standard lookup table for compose completions, never try inline completions
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/307)
- Update configure.ac for latest autoconf 2.71
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/309)
- Update emoji annotations from CLDR (oc.xml is new)
- Translation update from Weblate (fr updated)
2022-06-16 14:04:30 +02:00
Mike FABIAN
71f69467ad Update to 2.16.0
- Make it possible to use inline completion without automatic fallback to a candidate list
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/266)
  Now the inline completion option has 3 values:

  • No
  • Yes, with fallback to popup
  • Yes, without fallback to popup

  When choosing “Yes, with fallback”, the behaviour is as it used to be
  when the old checkbox was on: the completion is shown inline if this
  is possible without changing the already typed string in the preedit,
  if this is not possible, a popup candidate list is automatically shown
  instead as a fallback.

  When choosing “Yes without fallback to popup”, a popup candidate list
  is never shown automatically as a fallback but only when explicitely
  requested by typing the key bound to the command
  “select_next_candidate” (By default this is the Tab key).

  When updating to the new release with this new option, the value of
  the old checkbox gets lost. I.e. no matter whether the user had the
  inline completion option checked or not checked before the update,
  after the update the value for “inline completion” reverts to the
  default “No”. So if one was using “inline completion” before the
  update, one has to switch it on again after the update.

- Fix itb_emoji.find_cldr_annotation_path() (It always found a
  match even when the fallback went through all the way to
  'en', therefore all dictionaries were shown as supporting
  emoji in the setup tool)
- Update emoji annotations from CLDR (oc.xml is new)
- Translation update from Weblate (de (100%), jp (36.9%), nl (100%),
  tr (100%), uk (100%) updated)
2022-06-07 08:01:09 +02:00
Mike FABIAN
8868f7554c Update to 2.15.27
- If an emoji is duplicated as a text candidate, use only the
  emoji candidate and increase its score
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/289)
- Update emoji annotations from CLDR
- Translation update from Weblate (sv updated to 100%, sw updated to 100%)
2022-05-12 13:16:03 +02:00
Mike FABIAN
8ab6c6fe84 Update to 2.15.25
- Translation update from Weblate (de, fa, nl, pl, tr, uk updated)
- Make emoji and unicode symbol trigger key configurable
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/279)
- Do not commit if a key triggering a commit is swallowed by transliteration
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/281)
- Elide extremly long comments in the lookup table
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/280)
2022-03-03 13:59:01 +01:00
Mike FABIAN
16210b5afa Update to 2.15.22
- Translation update from Weblate
  (ca, de, es, fr, nl, pl, pt, pt_BR, sv, tr, uk, zh_CN, zh_TW updated)
- Add a “Restore all defaults” button to the setup tool
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/272)
- Allow capital letters and accents in user shortcuts
- Make user shortcuts containing punctuation possible
  Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/271
- Do not record stuff to user database when itb_util.InputHints.PRIVATE is set
- Update emoji annotations from CLDR
2022-02-27 15:40:25 +01:00
Mike FABIAN
e053cc28c1 Update to 2.15.16
- Ignore MOD3_MASK (“Usually” Scroll Lock) when matching key bindings
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/270)
- When a Modifier key release matches a hotkey command, return False not True.
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/269)
- Update emoji annotations from CLDR
- Update UnicodeData.txt UnicodeData-15.0.0d3.txt
2022-01-30 17:08:53 +01:00
Mike FABIAN
1437532714 Update to 2.15.15
- Translation update from Weblate (fr updated to 100%)
2022-01-17 11:57:53 +01:00
Mike FABIAN
b0d6810a88 Update to 2.15.14
- Update emojione.json file to new version emoji.json
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/262)
- Spellchecking during emoji search only for words with more then 5 letters
- Update emoji annotations from CLDR
- When emoji search via codepoint matches, increase the score of the code point match
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/263)
- Translation update from Weblate (cs updated)
2022-01-03 16:48:48 +01:00
Mike FABIAN
94545da795 Update to 2.15.11
- Use @functools.lru_cache(maxsize=None) decorator for remove_accents()
  (Makes everything 30%-40% faster)
- Add sorting option to tabstatistics
- add enchant2 and enchant2-aspell and aspell-en to BuildRequires:
2021-11-29 21:37:31 +01:00
Mike FABIAN
c44085a4c3 Update to 2.15.7
- Convert user database context to lower case and accents removed
  while reading training data
- Make the context in the database case insensitive and accent insensitive
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/256)
- Test cases for the sqlite database
- Allow cleanup_database() to cleanup an in memory database when doing unit tests
- Allow only lower case user shortcuts
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/255)
- Add function to return number of rows in the database for debugging and testing
- Allow to read training data from file when database is empty,
  allow reading from .gz files
2021-11-23 07:48:03 +01:00
Mike FABIAN
11a3979a73 Update to 2.15.3
- Title case all candidates if input_phrase is in title case
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/253)
2021-11-19 10:16:33 +01:00
Mike FABIAN
b2796b17a0 Update to 2.15.0
- Make matching in the database case insensitive
  (https://github.com/mike-fabian/ibus-typing-booster/issues/251)
- Remove accents for “input_phrase” when learning from a text file
  (https://github.com/mike-fabian/ibus-typing-booster/issues/252)
- Make matching in dictionaries case insensitive
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/251)
- Cleanup user database when Typing Booster starts
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/239)
  Also use the sqlite3 “VACUUM” command to rebuild the database
  file, repacking it into a minimal amount of disk space
- Add tabstatistics.py, command line tool to display some information
  about the database contents
- Use python3-pycountry as a fallback to langtable
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/250)
- Add “Recommends: python3-regex” to use better regexpressions if available
2021-11-16 16:17:51 +01:00
Mike FABIAN
fc57766f54 Update to 2.14.13
- Skip emoji tests which rely on the enchant results if enchants results change
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/244)
- Make it possible to remove unwanted compose sequences by using
  an empty replacement text
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/245)
- The 🏴‍☠️ “pirate flag” needs a U+FE0F after the final character to be fully qualified
- Update data files for Unicode 14.0.0
2021-09-29 18:50:27 +02:00
Mike FABIAN
064d8c80ef Update to 2.14.12
- Add some extra logging for the emoji tests
- Add 'G-_' to 'G- ' as exceptions which must not trigger commits but
  insert into the preedit
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/243)
- Resolves: rhbz#2002199
- Update emoji annotations from CLDR
2021-09-14 10:35:26 +02:00
Mike FABIAN
44e46e9b24 Update to 2.14.9
- Fix “Inconsistency when typing digits in Compose”
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/238)
- Fix “Toggling input mode on/off does not work when a compose sequence is in progress”
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/237)
- Toggling input mode off should not throw away the current input
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/236)
2021-09-02 18:54:53 +02:00
Mike FABIAN
27438f5a9c Update to 2.14.8
- Translation update from Weblate (ca, es, it updated)
- Update emoji annotations from CLDR
- Add IBus.KEY_KP_Decimal and IBus.KEY_period as a normal/keypad equivalence pair
- get_string_from_lookup_table_cursor_pos() should return the string in NFC
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/234)
- If an exception happens when trying to play a sound, catch it.
- Change default input method for pa from “pa-inscript2” to “pa-inscript2-guru”
- Make appearance tab narrower if possible (helps especially for the French translations)
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/230)
- Spellchecking the preëdit should only spellcheck the part of the preedit which is a word
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/229)
2021-08-30 21:49:50 +02:00
Mike FABIAN
fd4c66fa45 Update to 2.14.4
- Translation update from Weblate (de, nl, pl, sv, tr, uk updated to 100%)
- Update emoji annotations from CLDR
- Treat typing space within a preedit similar to typing Return within a preedit
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/223)
- When a key triggers a commit while no candidate is selected, the cursor
  should **always** be corrected leftwards
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/227)
- When committing with Return inside a preedit, database recording and
  pushed context is wrong
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/226)
- Fix a typo which caused “\n” to be committed where “\t” should have been committed.
- Remove spaces in lookup representation of compose completions
- If a keypad key makes compose sequence invalid, try sequence with
  regular keys instead (And the other way round)
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/224)
- Make typing Return or KP_Enter inside a preedit more reliable
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/222)
- Show input method icons in the setup tool if an icon is available
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/213)
- Rename option “Arrow keys can reopen a preedit” to “Enable reopening preedits”
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/212)
2021-08-22 20:34:08 +02:00
Mike FABIAN
05088ef1ca Update to 2.14.0
- Translation update from Weblate (de, nl, pl, sv, tr, uk updated to 100%)
- Update emoji annotations from CLDR
- Improve code to determine the default dictionaries and input methods
  for the current locale
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/209)
- Improve behaviour of key combinations which normally select text when a preëdit is open
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/210)
- Show possible compose completions on request
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/208)
- When setting self._input_mode to False (direct input),
  set self._hide_input to False as well
- Never mix context from surrounding text with remembered context
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/204)
- Rename the option “Use a workaround for a bug in Qt im module” to
  “Avoid using the forward_key_event() function”
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/200)
- Handle End, Home, KP_End, KP_Home also as commit trigger keys.
  For normal preedits *and* for compose preedits.
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/199)
- Improve typing space or Tab when the cursor is not at the end of the preedit
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/198)
- Completly new implementation of reopening the preedit on
  arrow-keys, BackSpace and Delete. Should be much more reliable.
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/196)
- Special handling of Left and BackSpace when a candidate is manually selected
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/178)
2021-08-12 09:46:31 +02:00
Mike FABIAN
8b207af513 Update to 2.13.1
- Translation update from Weblate (de, nl, pl, tr, uk updated to 100%)
- Don’t skip reopening a preëdit when NumLock is on
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/178)
- Make searching for the “Others” input methods possible in the language
  of the current locale
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/190)
- Don’t loop over the missing dictionaries when installing, install all in one go
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/189)
- When adding an input method, searching for localized language names, endonyms,
  and English language names should work
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/188)
- When adding a dictionary, searching for the language endonym should always work
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/187)
2021-08-03 10:13:14 +02:00
Mike FABIAN
1109a71d4d Update to 2.13.0
- Translation update from Weblate (de, tr, uk updated to 100%)
- Use colour for the compose part of preedit
  (Resolves: Use colour for the compose part of preedit)
- When a compose sequence becomes invalid, don’t throw it away
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/180)
- Cancelling a compose sequence should not beep
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/179)
- Don’t spell check the preedit while a compose sequence is in progress
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/181)
2021-07-31 19:24:06 +02:00
Mike FABIAN
4e49a7d10d Update to 2.12.1
- Starting a compose sequence while a candidate is selected should
  append to the selection
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/175)
- Translation update from Weblate (de, nl, pl, tr, uk all updated to 100%)
- Fix typo in translatable message (Thanks to Yuri Chornoivan)
- Add a few more combining chars for dead keys to the list (Thanks to Matthias Clasen)
2021-07-28 17:06:08 +02:00
Mike FABIAN
d169880f79 Update to 2.12.0
- Use the dead keys added recently to ibus as soon as they become available
  by an ibus update
  (see: 3e2609e68c)
- Make Compose preedit less intrusive, show compose key only in
  the middle of the sequence or when it is the only key so far
- Use · U+00B7 MIDDLE DOT instead of ⎄ U+2384 COMPOSITION SYMBOL to display
  Multi_key in pre-edit.
- Add an option to play a sound on error (for example invalid compose sequence)
- Don’t include the system compose files unconditionally if a user compose file exists
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/170)
- Add option to choose whether to start up in direct input mode
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/169)
- Change default input methods for Indian locales to inscript2
2021-07-27 16:39:39 +02:00
Mike FABIAN
c7fe36c29c Update to 2.11.5
- Resolves: rhbz#1970626 Ensure enum.Flag's obj._value_ is an integer
  (Thanks to Miro Hrončok!)
- Use version.parse from packaging instead of LooseVersion from distutils.version
  (To fix a deprecation warning, see: https://www.python.org/dev/peps/pep-0632/)
- Update py-compile to the version from automake-1.16
  (To fix DeprecationWarning: the imp module is deprecated in favour of
  importlib and slated for removal in Python 3.12;)
2021-06-22 08:01:28 +02:00
Mike FABIAN
91ea89b9f5 Update to 2.11.4
- In main.py “import factory” only when the --xml option is not used
  Resolves: rhbz#1711646
- Limit the “capitalize” case mode used in auto-capitalization to the
  first index in a string
  Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/167
2021-04-29 16:34:01 +02:00
Mike FABIAN
3495e08740 Update to 2.11.2
- Improve the handling of typing digits into the preedit
  Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/164
- Make the keybindings treeview also sortable by clicking the column headers
- Make custom shortcut treeview sortable by clicking on the column headers
- Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/163
- Don’t use surrounding text if InputPurpose.TERMINAL is set
2021-04-06 20:58:27 +02:00
Mike FABIAN
579bc0b777 Update to 2.11.0
- Use sensitivity feature of buttons in the setup tool tab where shortcuts are defined
- Don’t let dialog action area of setup tool expand.
- Improve the setup tool to make it possible to enter multi-line expansions of shortcuts
- Resolves https://github.com/mike-fabian/ibus-typing-booster/issues/158
- Elide extremely long candidates in the lookup table in the middle.
- If a candidate contains newlines, replace the newlines with arrows in the lookup table.
- If a commit string contains new-lines, commit it in several chunks
  and forward Return between the chunks.
- Update emoji annotations from CLDR
- Put the remote icon back in emoji-picker.appdata.xml, it was a
  false positive by appstreamcli
- Translation update from Weblate (pt_PT updated, 100% complete now)
- Skip the inscript2 test cases if these transliterations are not available.
2021-03-11 15:42:58 +01:00