星期四, 1月 13, 2005

CKeyboard is OpenSource and host on sourceforge!

CKeyboard 已經在 sourceforge 中 OpenSource 嘍!!

除了 CKeyboard 外, 還把我之前改過的程式, 也全部 opensource 了!!
包含 ZEditor / qpdf 等....


歡迎有註冊 sourceforge 帳號的開發者發信給我,
我把你加入 member develop 中. 大家一起來開發, 一起來修修補補!!!
讓 CKeyboard 更強大,更方便,支援更多輸入法, 更好用!!!
也希望大家能將我沒完成的部份完成, 讓更多人受用..
(ex. for 簡體中文用, for opie, 支援詞庫等.).


URL: http://sourceforge.net/projects/ckeyboard/


7 則留言:

匿名 提到...

Thanks for developing a such tool for Zaurus. I was wondering if this IME can provide Taiwan Pinyin (=Tongyong Pinyin). I am not good at using Bopomofo to enter Chinese Character, pinyin system will be much better to use on a Zaurus. Or you can tell me how to develop an IME for zaurus, I will try my best.

匿名 提到...

Hello!
謝謝Rack大大!
請問, 可以把「廣東話輸入法」也來個移植麼?
謝謝!!

Jennings

匿名 提到...

你好, 我想把 CKeyboard port 到新版的 opie 上, 想從您的 source code 上重編, 發現還需要 pickboard 的 source code, 這個要去哪裡找啊? google 出來的都一些零碎的檔案, 哪裡有一包的呢?

Unknown 提到...

Dear paar:

好久不見,您是否下載錯 Ckeyboard 專案,我記得有另一個專案也叫 ckeyboard 哦。我的 Ckeyboard compile 不需要依靠 pickboard 。

匿名 提到...

感謝 racklin 大大這麼快回應, 小弟應該沒下載錯, ckeyboard-1.0.5.tar.gz, tar 開後裡面的 Makefile 和 Makefile.in 裡都有這一段:

HEADERS = keyboard.h
../pickboard/pickboardcfg.h
../pickboard/pickboardpicks.h
keyboardimpl.h
SOURCES = keyboard.cpp
../pickboard/pickboardcfg.cpp
../pickboard/pickboardpicks.cpp
keyboardimpl.cpp

下 make 指令時:
$ make all
make: *** No rule to make target `../pickboard/pickboardcfg.h', needed by `keyboard.o'. Stop.

匿名 提到...

有收集到一些 pickboard 的 source 可以開始 make 了, 不過還是錯誤多多..唉, 要編一個給 opie 用的 ckeyboard 真是難啊, 我快要打退堂鼓了..
make 開頭的 debug out:
# make all
make: Warning: File `Makefile' has modification time 3e+05 s in the future
g++ -c -pipe -DQWS -fno-exceptions -fno-rtti -Wall -W -O2 -fno-default-inline -fPIC -DNO_DEBUG -I/opt/QtPalmtop/include -I/opt/QtPalmtop/include -o keyboard.o keyboard.cpp
g++: installation problem, cannot exec `as': No such file or directory
In file included from keyboard.cpp:13:
keyboard.h:13:20: qframe.h: No such file or directory
keyboard.h:14:21: qstring.h: No such file or directory
keyboard.h:15:26: qapplication.h: No such file or directory
keyboard.h:16:32: qwindowsystem_qws.h: No such file or directory
In file included from /usr/include/qpe/config.h:26,
from keyboard.h:17,
from keyboard.cpp:13:
/usr/include/qpe/qpeglobal.h:36:21: qglobal.h: No such file or directory
In file included from keyboard.h:17,
from keyboard.cpp:13:
/usr/include/qpe/config.h:28:18: qmap.h: No such file or directory
/usr/include/qpe/config.h:29:25: qstringlist.h: No such file or directory

Unknown 提到...

dear paar:

加油!! 我手上的 Zaurus 借人了,等我拿回來,再一起投入開發的行列。

若是您要在 sharp-roms 上 compile, 可以把 makefile 和 makefile.in 中的 pickboard 相關的都 mark 掉。

pickboard 是 opie 上的標準鍵盤專案,那可能是我當時適著要 port 到 opie 時加入的。

opie 的開發環境和標準的 QtPalmtop 有些不同,您要參考一下 opie 的官網,這也是為什麼我的 ckeyboard 無法直接在 opie 上執行的原因。