platform/upstream/ibus-hangul.git
14 years agoadd i18n.h to Makefile.am's file list 1.2.0.20091031
Choe Hwanjin [Sat, 31 Oct 2009 08:02:04 +0000 (17:02 +0900)]
add i18n.h to Makefile.am's file list

14 years agouse libhangul 0.0.10 to enable romaja method
Choe Hwanjin [Sat, 31 Oct 2009 07:51:02 +0000 (16:51 +0900)]
use libhangul 0.0.10 to enable romaja method

14 years agochange hanja mode label
Choe Hwanjin [Sat, 31 Oct 2009 07:47:31 +0000 (16:47 +0900)]
change hanja mode label

    * change the button label to 'Hanja lock'
    * use gettext package for translation
    * update po files

14 years agoimplement romaja method
Choe Hwanjin [Sat, 17 Oct 2009 03:56:06 +0000 (12:56 +0900)]
implement romaja method

 * use libhangul's romaja routine

14 years agoAdd symbol character table feature
Choe Hwanjin [Sat, 19 Sep 2009 04:45:58 +0000 (13:45 +0900)]
Add symbol character table feature

 * add symbol.txt data file
 * look up symbol table file first, then hanja table.

14 years agoRefactoring hanja mode code
Choe Hwanjin [Fri, 18 Sep 2009 15:50:12 +0000 (00:50 +0900)]
Refactoring hanja mode code

 * check visibility before hide lookup table.
   If the engine hide again invisible lookup table, then ibus client doesn't
   work correctly. Selected text will be delete with non input key, such as
   arrow keys.
 * simplify update lookup table routine.

14 years agoImplementation of Hanja mode
Choe Hwanjin [Mon, 31 Aug 2009 05:45:02 +0000 (14:45 +0900)]
Implementation of Hanja mode

 * Add hanja mode property
 * Add ibus level preedit string

14 years agoMerge branch 'master' of git://github.com/phuang/ibus-hangul 1.2.0.20090617
Choe Hwanjin [Sat, 20 Jun 2009 12:37:30 +0000 (21:37 +0900)]
Merge branch 'master' of git://github.com/phuang/ibus-hangul

14 years agocheck libhangul version on configure stage
Choe Hwanjin [Sun, 14 Jun 2009 13:23:06 +0000 (22:23 +0900)]
check libhangul version on configure stage

ibus-hangul may depend on libhangul version, so we need to check it,
or ibus-hangul will not work as expected.
See this bug: https://bugzilla.redhat.com/show_bug.cgi?id=501212

14 years agoadd a rule to make ChangeLog automatically
Choe Hwanjin [Sun, 14 Jun 2009 11:24:08 +0000 (20:24 +0900)]
add a rule to make ChangeLog automatically

14 years agoFix some coding style problem
Peng Huang [Sun, 14 Jun 2009 06:57:04 +0000 (14:57 +0800)]
Fix some coding style problem

14 years agoModify process_key_event method and bump version.
Peng Huang [Sun, 14 Jun 2009 06:55:04 +0000 (14:55 +0800)]
Modify process_key_event method and bump version.

15 years agoFix build rpm problems. 1.1.0.20090328
Peng Huang [Sat, 28 Mar 2009 06:42:08 +0000 (14:42 +0800)]
Fix build rpm problems.

15 years agoUpdate authors
Choe Hwanjin [Mon, 23 Mar 2009 14:31:19 +0000 (23:31 +0900)]
Update authors

15 years agoNot dist config.py which is generated by configure
Choe Hwanjin [Sat, 21 Mar 2009 15:12:58 +0000 (00:12 +0900)]
Not dist config.py which is generated by configure

15 years agoupdate ignore file
Choe Hwanjin [Sat, 21 Mar 2009 14:54:31 +0000 (23:54 +0900)]
update ignore file

15 years agoSet ibus-setup-hangul window icon
Choe Hwanjin [Sat, 21 Mar 2009 14:42:58 +0000 (23:42 +0900)]
Set ibus-setup-hangul window icon

15 years agoUpdate translations
Choe Hwanjin [Sat, 21 Mar 2009 11:19:04 +0000 (20:19 +0900)]
Update translations

Add korean translation.
Update POTFILES for setup tool.

15 years agoUse bindtextdomain to specify localedir
Choe Hwanjin [Sat, 21 Mar 2009 11:10:29 +0000 (20:10 +0900)]
Use bindtextdomain to specify localedir

Set textdomain dir to localedir which is spcified on configure stage.
config.py file has the prefix configuration.

15 years agoUpdate ibus-hangul icon and add svg image
Choe Hwanjin [Sat, 21 Mar 2009 08:17:37 +0000 (17:17 +0900)]
Update ibus-hangul icon and add svg image

15 years agoAdd setup property
Choe Hwanjin [Sat, 21 Mar 2009 08:15:09 +0000 (17:15 +0900)]
Add setup property

15 years agoUpdate IBusConfig routine: issue #304
Choe Hwanjin [Mon, 9 Mar 2009 14:33:22 +0000 (23:33 +0900)]
Update IBusConfig routine: issue #304

15 years agoMerge branch 'master' of git://github.com/phuang/ibus-hangul
Choe Hwanjin [Sat, 7 Mar 2009 14:59:05 +0000 (23:59 +0900)]
Merge branch 'master' of git://github.com/phuang/ibus-hangul

15 years agoImplement ibus-setup-hangul
Choe Hwanjin [Sat, 7 Mar 2009 14:37:08 +0000 (23:37 +0900)]
Implement ibus-setup-hangul

ibus-setup-hangul is written in python as other engines are.
And it uses glade as well.

15 years agoAdd config item: HangulKeyboard
Choe Hwanjin [Sun, 1 Mar 2009 14:03:19 +0000 (23:03 +0900)]
Add config item: HangulKeyboard

Hangul keyboard setting should be configured by users.
Now libhangul context will be created according to "HangulKeyboard" config
item. Hangul engine watches it being changed.

Later, user can change the hangul keyboard layout by ibus-setup-hangul.

15 years agoImplement hanja conversion feature
Choe Hwanjin [Sat, 28 Feb 2009 11:51:35 +0000 (20:51 +0900)]
Implement hanja conversion feature

15 years agoReplace priority with rank
Huang Peng [Tue, 24 Feb 2009 09:20:50 +0000 (17:20 +0800)]
Replace priority with rank

15 years agoAdd priority in hangul.xml.
Huang Peng [Tue, 24 Feb 2009 08:51:39 +0000 (16:51 +0800)]
Add priority in hangul.xml.

15 years agoLet's ignore shift keys:
Choe Hwanjin [Sun, 22 Feb 2009 07:10:28 +0000 (16:10 +0900)]
Let's ignore shift keys:

Or you cannot input some characters with shift keys.
If the shift key flush the current preedit string, users cannot add characters
with shift key to the preedit string.

15 years agoFix backspace processing:
Choe Hwanjin [Sun, 22 Feb 2009 06:54:43 +0000 (15:54 +0900)]
Fix backspace processing:

Preedit string needs to update after processing backspace key.

15 years agofix typos
Choe Hwanjin [Fri, 20 Feb 2009 15:10:12 +0000 (00:10 +0900)]
fix typos

15 years agoFix problem when generate xml.
Huang Peng [Wed, 18 Feb 2009 11:41:29 +0000 (19:41 +0800)]
Fix problem when generate xml.

15 years agoRefine coding style.
Huang Peng [Mon, 16 Feb 2009 03:25:47 +0000 (11:25 +0800)]
Refine coding style.

15 years agoUse round lookup table. 1.1.0.20090211
Huang Peng [Mon, 9 Feb 2009 02:29:40 +0000 (10:29 +0800)]
Use round lookup table.

15 years agoFix problem when create hangul.xml.
Huang Peng [Fri, 6 Feb 2009 01:51:34 +0000 (09:51 +0800)]
Fix problem when create hangul.xml.

15 years agore-implement it in c language.
Huang Peng [Thu, 5 Feb 2009 08:26:43 +0000 (16:26 +0800)]
re-implement it in c language.

15 years agoprocessing backspace correctly 0.1.1.20081023
Huang Peng [Sun, 21 Sep 2008 22:53:24 +0000 (06:53 +0800)]
processing backspace correctly
processing keys with shift
processing keys correctly when capslock key is toggled
flushing on focus out
by Choe Hwanjin <choe.hwanjin@gmail.com>

15 years agoadd user environment variable to Makefile test code by Choe Hwanjin <choe.hwanjin...
Huang Peng [Sun, 21 Sep 2008 22:52:31 +0000 (06:52 +0800)]
add user environment variable to Makefile test code by Choe Hwanjin <choe.hwanjin@gmail.com>

15 years agoModify CFLAGS.
Huang Peng [Tue, 9 Sep 2008 10:49:37 +0000 (18:49 +0800)]
Modify CFLAGS.

15 years agoUpdate po files. 0.1.1.20080901
Huang Peng [Mon, 1 Sep 2008 00:32:49 +0000 (08:32 +0800)]
Update po files.

15 years agoChange install folder.
Huang Peng [Mon, 1 Sep 2008 00:27:10 +0000 (08:27 +0800)]
Change install folder.

15 years agoTranslate engine name.
Huang Peng [Sat, 30 Aug 2008 00:00:49 +0000 (08:00 +0800)]
Translate engine name.

15 years agoflush Hangul ic when non ascii key.
Huang Peng [Fri, 29 Aug 2008 13:10:35 +0000 (21:10 +0800)]
flush Hangul ic when non ascii key.

15 years agoDo not use HanjaTable.
Huang Peng [Sun, 24 Aug 2008 07:54:38 +0000 (15:54 +0800)]
Do not use HanjaTable.

15 years agoFix configure warning. 0.1.1.20080821
Huang Peng [Thu, 21 Aug 2008 13:41:32 +0000 (21:41 +0800)]
Fix configure warning.

15 years agoUpdate hangul icon.
Huang Peng [Wed, 20 Aug 2008 23:17:16 +0000 (07:17 +0800)]
Update hangul icon.

15 years agoDecorate preedit string.
Huang Peng [Sun, 17 Aug 2008 00:41:53 +0000 (08:41 +0800)]
Decorate preedit string.

15 years agoRename anthy to hangul
Huang Peng [Sat, 16 Aug 2008 09:50:32 +0000 (17:50 +0800)]
Rename anthy to hangul

15 years agoFix spec error.
Huang Peng [Fri, 15 Aug 2008 14:29:39 +0000 (22:29 +0800)]
Fix spec error.

15 years agoRemove tables.py.
Huang Peng [Fri, 15 Aug 2008 14:24:35 +0000 (22:24 +0800)]
Remove tables.py.

15 years agoWIP.
Huang Peng [Fri, 15 Aug 2008 14:17:34 +0000 (22:17 +0800)]
WIP.

15 years agotest.py: Add .libs in sys.path.
Huang Peng [Fri, 15 Aug 2008 10:48:35 +0000 (18:48 +0800)]
test.py: Add .libs in sys.path.

15 years agoUpdate test.py
Huang Peng [Fri, 15 Aug 2008 10:44:24 +0000 (18:44 +0800)]
Update test.py

15 years agoFix compile warnings.
Huang Peng [Fri, 15 Aug 2008 09:53:13 +0000 (17:53 +0800)]
Fix compile warnings.

15 years agoWIP.
Huang Peng [Fri, 15 Aug 2008 08:12:01 +0000 (16:12 +0800)]
WIP.

15 years agoRaise Exception when load hanjatable failed.
Huang Peng [Fri, 15 Aug 2008 08:06:10 +0000 (16:06 +0800)]
Raise Exception when load hanjatable failed.

15 years agoImplement hangul.i
Huang Peng [Fri, 15 Aug 2008 07:59:02 +0000 (15:59 +0800)]
Implement hangul.i

15 years agoRename anthy to hangul
Huang Peng [Fri, 15 Aug 2008 06:16:12 +0000 (14:16 +0800)]
Rename anthy to hangul

15 years agoUse more @@.
Huang Peng [Fri, 15 Aug 2008 06:09:37 +0000 (14:09 +0800)]
Use more @@.

15 years agoRemove test.py from POFILES.in 0.1.1.20080815
Huang Peng [Fri, 15 Aug 2008 03:36:08 +0000 (11:36 +0800)]
Remove test.py from POFILES.in

15 years agoAdd CFLAGS & CXXFLAGS.
Huang Peng [Thu, 14 Aug 2008 13:36:55 +0000 (21:36 +0800)]
Add CFLAGS & CXXFLAGS.

15 years agoUse pkgdatadir for icons.
Huang Peng [Thu, 14 Aug 2008 00:23:50 +0000 (08:23 +0800)]
Use pkgdatadir for icons.

15 years agoUse @PACKAGE_NAME@ in spec.in
Huang Peng [Thu, 14 Aug 2008 00:19:35 +0000 (08:19 +0800)]
Use @PACKAGE_NAME@ in spec.in

15 years agoAdd i18n support.
Huang Peng [Wed, 13 Aug 2008 15:20:43 +0000 (23:20 +0800)]
Add i18n support.

15 years agoFix problem in spec.
Huang Peng [Wed, 13 Aug 2008 07:59:48 +0000 (15:59 +0800)]
Fix problem in spec.

15 years agoInstall ibus-engine-anthy in @bindir@
Huang Peng [Wed, 13 Aug 2008 07:56:15 +0000 (15:56 +0800)]
Install ibus-engine-anthy in @bindir@

15 years agoChange ibus_micro_version to 1. 0.1.1.20080812
Huang Peng [Tue, 12 Aug 2008 07:08:04 +0000 (15:08 +0800)]
Change ibus_micro_version to 1.

15 years agoRemove TestProp 0.1.0.20080810
Huang Peng [Sat, 9 Aug 2008 06:16:33 +0000 (14:16 +0800)]
Remove TestProp

15 years agoImplement Latin and Wide Latin input mode.
Huang Peng [Sat, 9 Aug 2008 06:15:38 +0000 (14:15 +0800)]
Implement Latin and Wide Latin input mode.

15 years agoAdd input mode support.
Huang Peng [Sat, 9 Aug 2008 05:41:58 +0000 (13:41 +0800)]
Add input mode support.

15 years agoAdd symbols support.
Huang Peng [Sat, 9 Aug 2008 05:24:15 +0000 (13:24 +0800)]
Add symbols support.

15 years agoAdd symbols in tables.
Huang Peng [Sat, 9 Aug 2008 05:13:36 +0000 (13:13 +0800)]
Add symbols in tables.

15 years agoRefine coding style.
Huang Peng [Sat, 9 Aug 2008 00:31:32 +0000 (08:31 +0800)]
Refine coding style.

15 years agoAdd python-config.py.
Huang Peng [Sat, 9 Aug 2008 00:20:13 +0000 (08:20 +0800)]
Add python-config.py.

15 years agoRemove commeted lines.
Huang Peng [Fri, 8 Aug 2008 08:58:35 +0000 (16:58 +0800)]
Remove commeted lines.

15 years agoFix some problem for fedora packaging review.
Huang Peng [Fri, 8 Aug 2008 08:43:41 +0000 (16:43 +0800)]
Fix some problem for fedora packaging review.

15 years agoUse GPLv2 COPING.
Huang Peng [Fri, 8 Aug 2008 07:23:58 +0000 (15:23 +0800)]
Use GPLv2 COPING.

15 years agoRefine doc.
Huang Peng [Fri, 8 Aug 2008 05:12:13 +0000 (13:12 +0800)]
Refine doc.

15 years agoCheck it by rpmlint and fixed some problems.
Huang Peng [Fri, 8 Aug 2008 01:16:07 +0000 (09:16 +0800)]
Check it by rpmlint and fixed some problems.

15 years agoFix mistake of icon file path.
Huang Peng [Thu, 7 Aug 2008 01:37:15 +0000 (09:37 +0800)]
Fix mistake of icon file path.

15 years agoChange some env names.
Huang Peng [Thu, 7 Aug 2008 01:30:12 +0000 (09:30 +0800)]
Change some env names.

15 years agoFix problem in ibus-anthy.spec.in.
Huang Peng [Wed, 6 Aug 2008 06:06:36 +0000 (14:06 +0800)]
Fix problem in ibus-anthy.spec.in.

15 years agoInstall icons in @prefix@/share/ibus-anthy/icons.
Huang Peng [Wed, 6 Aug 2008 06:05:31 +0000 (14:05 +0800)]
Install icons in @prefix@/share/ibus-anthy/icons.

15 years agoRename conn to bus.
Huang Peng [Thu, 31 Jul 2008 05:06:03 +0000 (13:06 +0800)]
Rename conn to bus.

15 years agoFix a typo.
Huang Peng [Wed, 30 Jul 2008 23:33:14 +0000 (07:33 +0800)]
Fix a typo.

15 years agoUse IBus Replace dbus.Connection.
Huang Peng [Mon, 28 Jul 2008 06:50:56 +0000 (14:50 +0800)]
Use IBus Replace dbus.Connection.

15 years agoUse unicode for label.
Huang Peng [Tue, 22 Jul 2008 06:39:22 +0000 (14:39 +0800)]
Use unicode for label.

15 years agodoes not import pango.
Huang Peng [Tue, 22 Jul 2008 06:02:40 +0000 (14:02 +0800)]
does not import pango.

15 years agoUse ibus.ATTR_UNDERLINE_SINGLE.
Huang Peng [Tue, 22 Jul 2008 06:02:21 +0000 (14:02 +0800)]
Use ibus.ATTR_UNDERLINE_SINGLE.

15 years agoRename anthy.engine to anthy.engine.in
Huang Peng [Fri, 18 Jul 2008 09:04:15 +0000 (17:04 +0800)]
Rename anthy.engine to anthy.engine.in

15 years agoRefactory Engine & EngineFactory.
Huang Peng [Fri, 18 Jul 2008 02:27:11 +0000 (10:27 +0800)]
Refactory Engine & EngineFactory.

15 years agovim settings.
Huang Peng [Tue, 15 Jul 2008 09:04:39 +0000 (17:04 +0800)]
vim settings.

15 years agoRefine coding style.
Huang Peng [Tue, 15 Jul 2008 05:37:14 +0000 (13:37 +0800)]
Refine coding style.

15 years agoAdd anthy.engine.
Huang Peng [Thu, 10 Jul 2008 07:41:38 +0000 (15:41 +0800)]
Add anthy.engine.

15 years agoModify BuildRequires in spec file.
Huang Peng [Tue, 8 Jul 2008 10:09:54 +0000 (18:09 +0800)]
Modify BuildRequires in spec file.

15 years agoAdd build task srpm.
Huang Peng [Tue, 8 Jul 2008 10:09:33 +0000 (18:09 +0800)]
Add build task srpm.

15 years agoAdd exec in shell launch scritp.
Huang Peng [Fri, 4 Jul 2008 03:09:35 +0000 (11:09 +0800)]
Add exec in shell launch scritp.

15 years agoRemove empty line.
Huang Peng [Mon, 30 Jun 2008 11:34:48 +0000 (19:34 +0800)]
Remove empty line.

15 years agoAdd .gitignore.
Huang Peng [Sun, 29 Jun 2008 23:57:45 +0000 (07:57 +0800)]
Add .gitignore.

15 years agoImport ibus-anthy projiect.
Huang Peng [Sun, 29 Jun 2008 23:57:04 +0000 (07:57 +0800)]
Import ibus-anthy projiect.