Commit Graph

139 Commits

Author SHA1 Message Date
Mike FABIAN
29ab80c41e update to 1.2.10
- make profiling work again and make it easier to use
- port from Python2 to Python3
- add python-enchant support
2014-02-28 11:33:43 +01:00
Mike FABIAN
98916ff415 update to 1.2.9
- Fix behaviour of arrow right keys in preëdit (Resolves: rhbz#1049324)
- Add timestamps to entries in the user database
- Add timestamp support to user_transliteration.py
- Use a single user database for all engines
- Add *-inscript2 transliteration options to the Indian languages where these were still missing (Resolves: rhbz#1051405)
- Make it possible to use multiple hunspell dictionaries at the same time
- Make it possible to specify a list of dictionaries in the config files
- Make it possible to get a word back into preëdit by using backspace (Resolves: rhbz#1032442)
2014-01-17 16:42:03 +01:00
anish
8c65f47e5b Fixed bugs 1045294,1045299 2013-12-20 11:27:46 +05:30
Mike FABIAN
a14836c0ae update to 1.2.7
- Don’t strip characters with Unicode category “Cf” (Other, format) from tokens (Resolves: rhbz#1032504)
2013-11-20 14:05:46 +01:00
Mike FABIAN
e7fd10921c update to 1.2.6
- Change wording of the option to show the total number of candidates (Resolves: rhbz#1029748)
- Commit candidate clicked on with the mouse (Resolves: rhbz#1029822)
- Use direct input also for IBus.InputPurpose.PIN
- remove unused und superfluous arguments of constructor of Hunspell class
- Add some transliteration options to .conf files which had only native keyboard enabled
2013-11-14 14:10:52 +01:00
Mike FABIAN
556baa660c update to 1.2.5
- Add feature to display input method description to setup tool (Resolves: rhbz#1001581)
- Remove the options “m17n_mim_name” and “other_ime” from the .conf files
- remove tab_enable option from config files
2013-10-11 15:53:32 +02:00
Mike FABIAN
c724aabca3 update to 1.2.4
- Use normalization form NFD internally for Korean as well
- Add check for input purpose for gnome-shell password dialog (Resolves: rhbz#10
13008 - ibus-typing-booster shows entered text in password fields)
2013-09-30 13:23:39 +02:00
Mike FABIAN
a3262917d2 update to 1.2.3
- Fix exception handling when trying to install a rpm package (Resolves: rhbz#98
6178)
2013-08-07 08:10:10 +02:00
Mike FABIAN
a9607111b2 update to 1.2.2
- Commit immediately when certain punctuation characters are typed and transliteration is not used (Resolves: rhbz#981179)
- Add an option to try completion only when a minimum number of characters has been typed
2013-07-15 11:42:17 +02:00
Mike FABIAN
f08b62fc88 update to 1.2.1
- Pop up a message box when a file has been read to train the database, indicating success or failure (Resolves: rhbz#979933)
- Update German translation
- Ignore most punctuation characters and mathematical symbols when tokenizing (Resolves: rhbz#979939)
2013-07-03 15:57:13 +02:00
Mike FABIAN
2f6239f3e2 update to 1.2.0
- Make TAB when used to enable/disable the lookup table work as a toogle
- Create a VIEW for “LIKE input_phrase%” in select_words() and use that
  in the following SELECT statements (Makes candidate calculation more
  than 10 times faster)
2013-06-28 16:58:42 +02:00
Mike FABIAN
8d0df998b7 update to 1.1.0
- Add a commit=True parameter to check_phrase_and_update_frequency()
- Fix that the page_size is shown as 0 in the setup tool if it has not been set before
- Do not use AUTOINCREMENT
- Make it possible to exit the setup tool by typing Control-C in the terminal
- Add feature to read a text file for training the user database
- Update German translations and .pot file
- Fix error when the hunspell dictionary for an engine is missing
2013-06-24 19:04:28 +02:00
Mike FABIAN
e0c7497633 update to 1.0.3
- Don’t output page_size in “/usr/libexec/ibus-engine-typing-booster --xml” (Resolves: rhbz#975449 - ibus-daemon prints warnings because “/usr/libexec/ibus-engine-typing-booster --xml” prints the invalid element “page_size”)
- Use ~/.local/share/ibus-typing-booster/ to store user data and log files (Resolves: rhbz#949035 - don't use a hidden directory under .local/share)
2013-06-18 19:39:19 +02:00
Mike FABIAN
cbb10eff85 update to 1.0.2
- Push context *after* writing the trigram to the database
2013-06-14 15:19:31 +02:00
Mike FABIAN
9c857931db update to 1.0.1 upstream version
- Fix problem when IBUS_TYPING_BOOSTER_DEBUG_LEVEL is not set
2013-06-14 10:12:36 +02:00
Mike FABIAN
839daea795 update to 1.0.0 upstream version
- Remove mudb and use “Write-Ahead Logging”
- Introduce an environment variable IBUS_TYPING_BOOSTER_DEBUG_LEVEL for debugging
- Speed up converting an old database to the current format
- Make prediction more intelligent by using context of up to 2 previous words
- Automatically remove whitespace between the last word and a punctuation character ending a sentence
2013-06-13 20:14:32 +02:00
Mike FABIAN
b416a7e036 update to 0.0.32 upstream version
- Resolves: rhbz#969847 - Editing in the preëdit of ibus-typing-booster behaves weird, especially with transliteration
- Fix behaviour of Control+Number
- When committing by typing TAB, update frequency data in user database
- When committing by tying RETURN or ENTER, update frequency data in user database
- Do not try to match very long words in the hunspell dictionaries
- Rewrite the code for moving and editing within the preëdit (rhbz#969847)
- Fix encoding error when changing values with the setup tool
- Add ko_KR.conf and ko_KR.svg
- Use normalization forms NFD or NFKD internally and NFC externally
- Remove old way of using libtranslit via ctypes
- Get rid of “freq” column in databases
- Remove too simpleminded auto-capitalization
2013-06-02 19:39:55 +02:00
Mike FABIAN
a545ac1140 update to 0.0.31 upstream version
- Resolves: rhbz#968209 - Typing characters which are not explicitly listed as “valid_input_chars” in .conf files in ibus-typing-booster get inserted in a weird position
- Remove lots of unused and/or useless code
- Simplify some code
- Fix the problem that after “page down” the first “arrow down” does not move down in the lookup table
- Never use “-” or “=” as page up and page down keys
- Print more useful debug output when an exception happens
- Replace unencodable characters when asking pyhunspell for suggestions
- Get dictionary encoding from .aff file
- Get rid of the the variable “valid_input_chars” (https://bugzilla.redhat.com/show_bug.cgi?id=968209)
- Remove option “valid_input_chars” from .conf files and template.txt
- Replace keysym2unichr(key.code) with IBus.keyval_to_unicode(key.code)
2013-05-29 15:49:27 +02:00
Mike FABIAN
11cb1b4d39 update to 0.0.30 upstream version
- simplify database structure and code
- The Swedish hunspell dictionary is in UTF-8, not ISO-8859-1
- SQL LIKE should behave case sensitively
- Do not throw away the input phrase in hunspell_suggest.suggest()
- Merge candidates which have the same resulting phrase in select_words()
- Remove phrases always from the user database when typing Alt+Number
- Sync memory user database “mudb” to disk user database “user_db” on focus out
- Delete all records from mudb after syncing to user_db
- Do not prevent phrases of length < 4 to be added to the frequency database
- Resolves: #966947 - When typing a/ with the da_DK ibus-typing-booster, one gets weird matches like a/ACJSTVW
- Do not use lang_chars for matching in the hunspell dictionaries, return immediately if input contains a “/” (Resolves: #966947)
- Remove lang_chars variable
- Use re.escape() to escape the string typed by the user correctly for use in a regular expression
- When removing a phrase with Alt+Number, remove it independent of the input_phrase
2013-05-26 09:48:48 +02:00
Mike FABIAN
d354b70403 update to 0.0.29 ustream version
- Resolves: #962609  - [abrt] ibus-typing-booster-0.0.28-1.fc19: main.py:107:__init__:AttributeError: tabsqlitedb instance has no attribute 'get_ime_property' (Fix setup tool to use the new class for parsing the config files)
- Avoid adding duplicates to the database by checking first whether phrase is already there in add_phrase()
2013-05-14 08:30:12 +02:00
Mike FABIAN
7d6a56689e update to 0.0.28 upstream version
- Resolves: #961923 - python /usr/share/ibus-typing-booster/engine/main.py --xml is extremely slow when many hunspell dictionaries are installed
- Put the input phrase into a single column in the databases instead of using one column for each character
- Get rid of tab_dict
2013-05-10 21:00:55 +02:00
Mike FABIAN
0737635574 update to 0.0.27 upstream version
- Resolves: #959860 - [as_IN] Wrong keymap name Assami (fix spelling error in language name for Assamese)
- Resolves: #958770 - [ibus-typing-Booster][gu-IN]- Typo error (fix spelling error in language name for Gujarati)
- Resolves: #875285 - IME names too long in gnome-shell Input Sources indicator (remove ✓ from symbol in the .conf files)
- simplify code in select_words()
- remove some unused functions
2013-05-06 13:19:46 +02:00
Mike FABIAN
4d5874a593 update to 0.0.26 upstream version
- Resolves: #910986 - The arrow icons at the bottom of the candidate lookup table of ibus-typing-booster do not work
- Use different .svg icons for all engines
- Increase number of suggestions from hunspell
- Use the auxiliary text to display the number of candidates
- Make the display of the number of candidates in the auxiliary text optional
- Display of the number of candidates needs to be updated on page-up and page-down
2013-02-14 13:05:33 +01:00
Mike FABIAN
8c78c0cf26 update to 0.0.25 upstream version
- Port to use pygobject3
2013-02-14 08:16:44 +01:00
Mike FABIAN
835f1466c1 update to 0.0.24 upstream version
- Resolves: #884808 - ibus-typing-booster should also show candidates which correct spelling errors
- Use pyhunspell to add spell-checking suggestions
- Use underline for preedit
- Colourize spellchecking suggestions and system phrases already used
2012-12-07 16:53:28 +01:00
Mike FABIAN
2dc5378600 update to 0.0.23 upstream version
- Resolves:  #879262  dictionary is not automatically reloaded when it is installed via the setup tool
- Make the engine reload the dictionary when the dictionary is installed via the setup tool
2012-11-23 17:32:49 +01:00
Mike FABIAN
d7feb005c2 update to 0.0.22 upstream version
- Resolves: #876666 Properties of ibus-typing-booster to select input methods are not shown by gnome-shell in f18
- Make the engine use the input method from the dconf setting
- Add combobox to setup GUI to select input method
- Update German translation
2012-11-15 09:07:54 +01:00
Mike FABIAN
e1a7fb16e9 update to 0.0.21 upstream version
- Resolves: #875285 Shorten symbol displayed in gnome panel
- Add space before ( in long display name
2012-11-12 15:24:53 +01:00
Mike FABIAN
a235922b56 update to 0.0.20 upstream version
- Resolves: #874421
- Improve setup GUI to make correct dictionary installable
- Add page size spin button to setup tool
- Connect signals in __init__ of SetupUI after setting the initial values
- Make the setup tool find the right config file in gnome-shell on Fedora 18
- Update German translation
2012-11-08 16:13:01 +01:00
Mike FABIAN
0c7a4cf69d update to 0.0.19 upstream version
- get rid of the rpmlint warning “incorrect-fsf-address”.
2012-11-06 10:10:20 +01:00
Mike FABIAN
9bf6440abc update to 0.0.18 upstream version
- Resolves: #871056
- Save setup option “Enable suggestions by Tab Key” correctly in dconf
2012-10-31 19:34:30 +01:00
Mike FABIAN
1017f4a9d6 update to 0.0.16 upstream version
- Resolves: #869687
- Make enabling the lookup table with the TAB key work correctly
2012-10-25 08:16:41 +02:00
Mike FABIAN
25c9c3ea52 update to 0.0.15 upstream version
- Resolves: #869050
- Make sure the lookup table is hidden if there are no candidates to suggest(#869050)
2012-10-23 07:53:34 +02:00
Mike FABIAN
13c405bcfe Build for 0.0.14 version 2012-10-22 17:04:59 +02:00
Anish Patil
36fc97d32d Build for 0.0.10 version 2012-09-27 17:16:21 +05:30
Anish Patil
d69e627e74 Build for 0.0.9 version 2012-09-13 17:28:56 +05:30
anish
da2f93f46c Upstream has releseased new version 2012-08-14 11:57:58 +05:30
anish
854742ad43 Initial build 2012-07-27 16:16:48 +05:30
Fedora Release Engineering
7d52264fb0 Initial setup of the repo 2012-07-20 12:49:32 +00:00