summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #37 from cogniti/patch-1baserock/1.5.0-13-g44f41aechoehwanjin2015-02-071-0/+1
|\ | | | | Added g_variant_unref (value)
| * Added g_variant_unref (value)Hodong Kim2015-02-071-0/+1
|/ | | g_variant_unref (value); 가 누락되어 추가했습니다.
* Merge pull request #35 from changwoo/setup-ui-cleanupchoehwanjin2015-02-031-4/+4
|\ | | | | Setup ui cleanup
| * Correct capitalization of setup labelsChangwoo Ryu2015-02-021-3/+3
| | | | | | | | | | | | * All words in header labels should be capitalized, according to the GNOME HIG * "Hangul" should be capitalized.
| * Correct more spacingsChangwoo Ryu2014-11-081-1/+1
| |
* | Merge pull request #34 from encukou/autogen-remove-gettextchoehwanjin2015-01-311-3/+0
|\ \ | | | | | | Don't use both AM_GNU_GETTEXT and IT_PROG_INTLTOOL
| * | Don't use both AM_GNU_GETTEXT and IT_PROG_INTLTOOLPetr Viktorin2015-01-301-3/+0
|/ / | | | | | | | | | | | | | | | | When using IT_PROG_INTLTOOL using the gettect automake macros isn't necessary. To make matters worse, when mixing the marcos both try to generate po/Makefile.in.in. Recent versions of intltool detect when gettext won and bails when building. See e.g. similar bug in gdm: https://bugzilla.gnome.org/show_bug.cgi?id=711818
* | Merge pull request #31 from changwoo/masterchoehwanjin2015-01-171-0/+3
|\ \ | |/ |/| Fix RPM build failure
| * Fix RPM build failureChangwoo Ryu2015-01-141-0/+3
|/
* Merge pull request #28 from changwoo/python3choehwanjin2014-11-064-6/+7
|\ | | | | Add configure --with-python option
| * setup: Remove unused $(pkglibdir)Changwoo Ryu2014-11-062-4/+1
| | | | | | | | | | | | $(pkgdatadir)/setup/config.py had Arch-dependent $(pkglibdir) path. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768061
| * Update .gitignoreChangwoo Ryu2014-10-251-1/+0
| | | | | | | | Remove obsolete setup/hangul_keyboard_list
| * Add configure --with-python optionChangwoo Ryu2014-10-131-1/+6
|/ | | | It could be used to select python2 or python3
* Version up to 1.5.01.5.0Choe Hwanjin2014-10-121-2/+2
|
* Don't dist config.pyChoe Hwanjin2014-09-261-1/+0
| | | | config.py will be generated from config.py.in.
* Use AC_PROG_MKDIR_P instead of AM_PROG_MKDIR_PChoe Hwanjin2014-09-262-1/+2
| | | | The 'AM_PROG_MKDIR_P' macro is deprecated.
* Merge pull request #22 from changwoo/python3choehwanjin2014-09-244-60/+27
|\ | | | | Python3 migration
| * Python3 compatibilityChangwoo Ryu2014-08-134-60/+27
| | | | | | | | | | - Use ctypes instead of pipe - Set python in build time
* | Merge pull request #25 from jincreator/masterchoehwanjin2014-08-181-1/+2
|\ \ | | | | | | Use kr104 keyboard.
| * | Use kr104 keyboard.Jinkyu Yi2014-08-181-1/+2
|/ /
* | Add access key to "Start in hangul mode" check buttonChoe Hwanjin2014-08-173-45/+86
|/ | | | | Access keys are rearranged. Translations are updated.
* Update on keys and off keys on config value changedChoe Hwanjin2014-08-081-0/+6
|
* Rename config item "hangul-keys" to "switch-keys"Choe Hwanjin2014-08-082-14/+14
|
* Aware of lookup table orientation.Choe Hwanjin2014-08-051-0/+5
| | | | We need to check lookup table orientation on starting, too.
* Conform to GSettings key naming rules.Choe Hwanjin2014-08-052-36/+36
|
* Add on key featureChoe Hwanjin2014-08-041-0/+16
|
* Add off key feature.Choe Hwanjin2014-08-031-2/+23
| | | | | On Escape key event, the input mode will be changed to latin mode. This will help vi* users.
* Merge pull request #24 from changwoo/setup-ui-cleanupchoehwanjin2014-08-031-34/+16
|\ | | | | setup: Add spacing and clean ups
| * Correct spacingsChangwoo Ryu2014-08-031-34/+16
|/ | | | See https://wiki.gnome.org/Design/HIG/Layout
* Add "Start in hangul mode" optionChoe Hwanjin2014-08-022-3/+40
| | | | | | | | | If this widget is checked, "initial_input_mode" config will be set as "hangul". This widget is not match to the config item "initial_input_mode". But I think "Start in hangul mode" check box is easier to use than "initial_input_mode" combo box.
* setup: Use GtkBox instead of GtkVBox, GtkHBoxChoe Hwanjin2014-08-021-14/+20
|
* Use "initial_input_mode" config item on startupChoe Hwanjin2014-08-021-21/+66
| | | | | | When the "initial_input_mode" config item is changed, there is no need to change the current input mode. "initial_input_mode" item should be applied on staring routine.
* Add "initial_input_mode" config item.Choe Hwanjin2014-07-301-35/+61
| | | | | | | | If initial_input_mode is "hangul", then hangul engine will start in hangul mode, otherwise in latin mode. I've changed hangul_mode to more general name, input_mode. I will add UI for this config item later.
* Rename "hangul_mode" property to "InputMode".Choe Hwanjin2014-07-301-1/+10
| | | | | And Add symbol to InputMode property. This will show InputMode status on gnome-shell.
* Merge pull request #18 from ueno/hangul-togglechoehwanjin2014-07-213-44/+354
|\ | | | | Allow hangul mode to be toggled
| * Merge pull request #2 from changwoo/hangul-toggleDaiki Ueno2014-07-103-17/+260
| |\ | | | | | | Hangul toggle improvements
| | * Change property label: "Hangul lock" -> "Hangul mode"Changwoo Ryu2014-07-061-1/+1
| | |
| | * Update hangul mode property on toggle keyChangwoo Ryu2014-07-061-0/+8
| | |
| | * Add Hangul toggle key setupChangwoo Ryu2014-07-063-16/+251
| | |
| * | Merge pull request #1 from changwoo/hangul-toggleDaiki Ueno2014-07-011-0/+1
| |\ \ | | |/ | | | Add Shift+space to the default toggle key list
| | * Add Shift+space to the default toggle key listChangwoo Ryu2014-06-291-0/+1
| |/
| * Allow hangul mode to be toggledDaiki Ueno2014-03-111-28/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | Since 1.5 of IBus, IME's enable/disable feature has gone, and one can no longer quickly turn on/off IME status by keyboard (although he can switch between an XKB layout and the Hangul IME with Super-Space, it is known to be too slow/inconvenient). So, some IMEs have already started providing enable/disable feature by themselves. See: https://fedorahosted.org/i18n/ticket/26 This patch makes hangul_mode (currently not in use) to be switchable. This is implemented in a similar manner as hanja_mode, except that I renamed HanjaKeyList into more generic HotkeyList.
* | Merge pull request #21 from changwoo/masterchoehwanjin2014-06-301-1/+0
|\ \ | | | | | | Remove deprecated Encoding key from the FDO desktop entry
| * | Remove deprecated Encoding key from the FDO desktop entryChangwoo Ryu2014-06-291-1/+0
|/ /
* | Use uppercase mnemonics in translations.Choe Hwanjin2014-05-101-2/+2
|/ | | | Issue: https://github.com/choehwanjin/ibus-hangul/issues/19
* Merge pull request #14 from ueno/gnome-commonchoehwanjin2013-04-041-14/+23
|\ | | | | build: use gnome-common to bootstrap
| * build: use gnome-common to bootstrapDaiki Ueno2013-04-021-14/+23
|/
* Version up to 1.4.21.4.2Choe Hwanjin2013-01-261-1/+1
|
* Update documentChoe Hwanjin2013-01-261-0/+5
|
* Don't use ENV variable in Makefile (NetBSD problem)Choe Hwanjin2013-01-132-3/+3
| | | | | | | | NetBSD uses ENV variable for shell option. So our makefile should not override ENV variable. We use ENV_PROG instead Issue: http://code.google.com/p/ibus/issues/detail?id=1029