dasom-im / dasom

Dasom is a multilingual input method framework
https://dasom-im.github.io
GNU Lesser General Public License v3.0
12 stars 3 forks source link

Add DASOM_CONNECTION_DASOM_IM_QT5 #57

Closed ghost closed 8 years ago

ghost commented 8 years ago

https://github.com/dasom-im/dasom-jeongeum/issues/15 이슈를 해결하기 위한 코드입니다. dasom 프레임워크에 DASOM_CONNECTION_DASOM_IM_QT5 을 추가합니다. dasom_im_new api 가 변경됩니다.

이 코드를 적용시키면 dasom-gtk, dasom-qt, dasom-jeongeum 에서 에러가 발생할 것입니다. dasom-gtk, dasom-qt, dasom-jeongeum을 수정하는 코드를 곧 올리겠습니다.

ghost commented 8 years ago

DasomIM *dasom_im_new (DasomConnectionType type); 에 맞게 수정하는 PR 을 올렸습니다. https://github.com/dasom-im/dasom-gtk/pull/3 https://github.com/dasom-im/dasom-qt/pull/5 DASOM_CONNECTION_DASOM_IM_QT5에 맞게 수정하는 PR 을 올렸습니다. https://github.com/dasom-im/dasom-jeongeum/pull/16

이 커밋과 위의 커밋들은 https://github.com/dasom-im/dasom-jeongeum/issues/15 을 해결하기 위함입니다.