Branch: refs/heads/master
Home:   http://github.com/phuang/ibus-pinyin

Commit: 998c9299f04a4756ff8a08ab3448b3f7860b9fe0
    
http://github.com/phuang/ibus-pinyin/commit/998c9299f04a4756ff8a08ab3448b3f7860b9fe0
Author: Peng Huang <[email protected]>
Date:   2009-09-22 (Tue, 22 Sep 2009)

Changed paths:
  M AUTHORS
  M Makefile.am
  M README
  M autogen.sh
  M configure.ac
  A data/Makefile.am
  A data/icons/Makefile.am
  A data/icons/chinese.svg
  A data/icons/english.svg
  A data/icons/full-punct.svg
  A data/icons/full.svg
  A data/icons/half-punct.svg
  A data/icons/half.svg
  A data/icons/ibus-pinyin.svg
  A data/scripts/create_db.py
  A data/scripts/create_index.py
  A data/scripts/create_unique_index.py
  A data/scripts/double.py
  A data/scripts/id.py
  A data/scripts/pydict.py
  A data/scripts/pyutil.py
  R debian/README.Debian
  R debian/changelog
  R debian/compat
  R debian/control
  R debian/copyright
  R debian/cron.d.ex
  R debian/dirs
  R debian/docs
  R debian/emacsen-install.ex
  R debian/emacsen-remove.ex
  R debian/emacsen-startup.ex
  R debian/ibus-pinyin-default.ex
  R debian/ibus-pinyin.doc-base.EX
  R debian/init.d.ex
  R debian/init.d.lsb.ex
  R debian/manpage.1.ex
  R debian/manpage.sgml.ex
  R debian/manpage.xml.ex
  R debian/menu.ex
  R debian/postinst.ex
  R debian/postrm.ex
  R debian/preinst.ex
  R debian/prerm.ex
  R debian/rules
  R debian/watch.ex
  R engine/Makefile.am
  R engine/factory.py
  R engine/ibus-engine-pinyin.in
  R engine/main.py
  R engine/pinyin.py
  R engine/pinyin.xml.in.in
  R engine/pycreatedb.py
  R engine/pydict.py
  R engine/pyparser.py
  R engine/pysqlitedb.py
  R engine/pyutil.py
  R engine/special_phrase
  R engine/special_table
  R engine/specialphrase.py
  R engine/specialtable.py
  M ibus-pinyin.spec.in
  R icons/Makefile.am
  R icons/chinese.svg
  R icons/english.svg
  R icons/full-letter.svg
  R icons/full-punct.svg
  R icons/half-letter.svg
  R icons/half-punct.svg
  R icons/ibus-pinyin.svg
  M po/LINGUAS
  M po/POTFILES.in
  R po/ja.po
  A po/zh_CN.gmo
  M po/zh_CN.po
  M setup/Makefile.am
  A setup/ibus-pinyin-preferences.glade
  M setup/ibus-setup-pinyin.in
  M setup/main.py
  R setup/setup.glade
  A src/Array.h
  A src/Bus.h
  A src/Config.cc
  A src/Config.h
  A src/Database.cc
  A src/Database.h
  A src/DoublePinyinEditor.cc
  A src/DoublePinyinEditor.h
  A src/DoublePinyinTable.h
  A src/Engine.cc
  A src/Engine.h
  A src/FullPinyinEditor.cc
  A src/FullPinyinEditor.h
  A src/HalfFullConverter.cc
  A src/HalfFullConverter.h
  A src/LookupTable.h
  A src/Main.cc
  A src/Makefile.am
  A src/PhraseArray.h
  A src/PhraseEditor.cc
  A src/PhraseEditor.h
  A src/PinyinArray.h
  A src/PinyinEditor.cc
  A src/PinyinEditor.h
  A src/PinyinEngine.cc
  A src/PinyinEngine.h
  A src/PinyinParser.cc
  A src/PinyinParser.h
  A src/Pointer.h
  A src/Property.h
  A src/SpecialTable.h
  A src/String.h
  A src/Text.h
  A src/Types.h
  A src/Util.h
  A src/pinyin.xml.in.in
  A src/scripts/genpytable.py
  A src/scripts/pydict.py
  A src/special_table

Log Message:
-----------
Import c version pinyin engine


Commit: 9bc6ab1d2816b790c87885a426e9cda053be7050
    
http://github.com/phuang/ibus-pinyin/commit/9bc6ab1d2816b790c87885a426e9cda053be7050
Author: Peng Huang <[email protected]>
Date:   2009-09-22 (Tue, 22 Sep 2009)

Changed paths:
  M .gitignore

Log Message:
-----------
Remove all files from .gitignore.


Commit: 7ab0dd288d917a5c588af4134320c32c13b9d801
    
http://github.com/phuang/ibus-pinyin/commit/7ab0dd288d917a5c588af4134320c32c13b9d801
Author: Peng Huang <[email protected]>
Date:   2009-09-22 (Tue, 22 Sep 2009)

Changed paths:
  M Makefile.am
  A data/scripts/Makefile
  M src/scripts/genpytable.py

Log Message:
-----------
Fix build errors.


Commit: 820b19b3f9c80bfd56a1b0a3e1ee05f95d8cdf5f
    
http://github.com/phuang/ibus-pinyin/commit/820b19b3f9c80bfd56a1b0a3e1ee05f95d8cdf5f
Author: Peng Huang <[email protected]>
Date:   2009-09-22 (Tue, 22 Sep 2009)

Changed paths:
  R po/zh_CN.gmo

Log Message:
-----------
Remove zh_CN.gmo


Commit: 34d0c0da7958579b241b5a51851ed18e1fc81ed9
    
http://github.com/phuang/ibus-pinyin/commit/34d0c0da7958579b241b5a51851ed18e1fc81ed9
Author: Peng Huang <[email protected]>
Date:   2009-09-23 (Wed, 23 Sep 2009)

Changed paths:
  M src/PinyinEngine.cc

Log Message:
-----------
Add Shift+Shace & Control+. shortcuts


Commit: 13e14bc02147d5575ee7e29c24286e349af00933
    
http://github.com/phuang/ibus-pinyin/commit/13e14bc02147d5575ee7e29c24286e349af00933
Author: Peng Huang <[email protected]>
Date:   2009-09-23 (Wed, 23 Sep 2009)

Changed paths:
  M po/zh_CN.po
  M src/Makefile.am
  M src/PinyinParser.cc
  A src/SimpTradConverter.cc
  A src/SimpTradConverter.h
  M src/scripts/genpytable.py
  A src/scripts/gensimptradtable.py
  A src/scripts/map.py

Log Message:
-----------
Add SimpTradConverter.


Commit: b5ed6295724e9b69350e661587f46d3bcfda49d8
    
http://github.com/phuang/ibus-pinyin/commit/b5ed6295724e9b69350e661587f46d3bcfda49d8
Author: Peng Huang <[email protected]>
Date:   2009-09-23 (Wed, 23 Sep 2009)

Changed paths:
  M src/SimpTradConverter.cc
  M src/SimpTradConverter.h
  M src/scripts/gensimptradtable.py

Log Message:
-----------
Implement SimTradConverter


Commit: 4560e4d77aed235f98041864b83d95c49ff542d9
    
http://github.com/phuang/ibus-pinyin/commit/4560e4d77aed235f98041864b83d95c49ff542d9
Author: Peng Huang <[email protected]>
Date:   2009-09-23 (Wed, 23 Sep 2009)

Changed paths:
  M src/PinyinEngine.cc
  M src/PinyinEngine.h

Log Message:
-----------
WIP.


Commit: 902cee398e046244a992061b417efd0a72ed6d7b
    
http://github.com/phuang/ibus-pinyin/commit/902cee398e046244a992061b417efd0a72ed6d7b
Author: Peng Huang <[email protected]>
Date:   2009-09-23 (Wed, 23 Sep 2009)

Changed paths:
  M po/zh_CN.po
  M src/LookupTable.h
  M src/PinyinEngine.cc
  M src/PinyinEngine.h
  M src/Text.h

Log Message:
-----------
Add Traditional Chinese support


Commit: fc6e52a1619b3cd92c0de9960ab11370ca3d683b
    
http://github.com/phuang/ibus-pinyin/commit/fc6e52a1619b3cd92c0de9960ab11370ca3d683b
Author: Peng Huang <[email protected]>
Date:   2009-09-23 (Wed, 23 Sep 2009)

Changed paths:
  M data/icons/Makefile.am
  A data/icons/simp-chinese.svg
  A data/icons/trad-chinese.svg
  M src/PinyinEngine.cc

Log Message:
-----------
Add icons for simplified/traditional chinese


Commit: 0f6dbec1e15bac3a115c8a0736ae894c6584b329
    
http://github.com/phuang/ibus-pinyin/commit/0f6dbec1e15bac3a115c8a0736ae894c6584b329
Author: Peng Huang <[email protected]>
Date:   2009-09-23 (Wed, 23 Sep 2009)

Changed paths:
  M po/zh_CN.po
  M setup/ibus-pinyin-preferences.glade
  M setup/main.py
  M src/Config.cc
  M src/Config.h
  M src/PinyinEngine.cc

Log Message:
-----------
Add configure for Simplified/Traditional Chinese


Commit: 4ce8b5db3be34deefc8785d9e9602142a1761c1f
    
http://github.com/phuang/ibus-pinyin/commit/4ce8b5db3be34deefc8785d9e9602142a1761c1f
Author: Peng Huang <[email protected]>
Date:   2009-09-23 (Wed, 23 Sep 2009)

Changed paths:
  M setup/ibus-pinyin-preferences.glade
  M setup/main.py

Log Message:
-----------
Fix some typos.


Commit: 94d850c70fd078dabfa8dea39112f95db545f99b
    
http://github.com/phuang/ibus-pinyin/commit/94d850c70fd078dabfa8dea39112f95db545f99b
Author: Peng Huang <[email protected]>
Date:   2009-09-23 (Wed, 23 Sep 2009)

Changed paths:
  M src/scripts/gensimptradtable.py
  R src/scripts/map.py
  A src/scripts/sctc.py

Log Message:
-----------
Use name SimpTrad table


Commit: 613a80f34fcfffc559a0abf0252b187f18199c9b
    
http://github.com/phuang/ibus-pinyin/commit/613a80f34fcfffc559a0abf0252b187f18199c9b
Author: Peng Huang <[email protected]>
Date:   2009-09-23 (Wed, 23 Sep 2009)

Changed paths:
  M src/Makefile.am

Log Message:
-----------
Remove unused variables.


Commit: 15dd100c26f19308f5824142defb3a1ba38aa350
    
http://github.com/phuang/ibus-pinyin/commit/15dd100c26f19308f5824142defb3a1ba38aa350
Author: Peng Huang <[email protected]>
Date:   2009-09-23 (Wed, 23 Sep 2009)

Changed paths:
  M src/PinyinEngine.cc
  M src/Text.h

Log Message:
-----------
StaticText use Text as parent class.


Commit: 27bab03f8813af661371d23706ed3a410228830a
    
http://github.com/phuang/ibus-pinyin/commit/27bab03f8813af661371d23706ed3a410228830a
Author: Peng Huang <[email protected]>
Date:   2009-09-24 (Thu, 24 Sep 2009)

Changed paths:
  M data/icons/simp-chinese.svg
  M data/icons/trad-chinese.svg

Log Message:
-----------
Clean up icons


Commit: 32820f777a5bbc94ca9e521db545d264f973f62f
    
http://github.com/phuang/ibus-pinyin/commit/32820f777a5bbc94ca9e521db545d264f973f62f
Author: Peng Huang <[email protected]>
Date:   2009-09-24 (Thu, 24 Sep 2009)

Changed paths:
  M data/icons/full-punct.svg
  M data/icons/full.svg
  M data/icons/half-punct.svg

Log Message:
-----------
Clean up icons


Commit: 64cc8d82fb927baa0d0fdd14bfd0a295b9ff22c0
    
http://github.com/phuang/ibus-pinyin/commit/64cc8d82fb927baa0d0fdd14bfd0a295b9ff22c0
Author: Peng Huang <[email protected]>
Date:   2009-09-24 (Thu, 24 Sep 2009)

Changed paths:
  M src/Text.h

Log Message:
-----------
Refine coding style


Commit: 3fdf13e54e1e8c2ef417baa40f0c954a6cf8d2e3
    
http://github.com/phuang/ibus-pinyin/commit/3fdf13e54e1e8c2ef417baa40f0c954a6cf8d2e3
Author: Peng Huang <[email protected]>
Date:   2009-09-24 (Thu, 24 Sep 2009)

Changed paths:
  M src/SimpTradConverter.cc

Log Message:
-----------
Add assert in simpToTrad


Commit: 83b156c8854c87dbf01a0a8bb1e69d900873eabf
    
http://github.com/phuang/ibus-pinyin/commit/83b156c8854c87dbf01a0a8bb1e69d900873eabf
Author: Peng Huang <[email protected]>
Date:   2009-09-24 (Thu, 24 Sep 2009)

Changed paths:
  M po/zh_CN.po
  M setup/ibus-pinyin-preferences.glade

Log Message:
-----------
Fix some typos
Update zh_CN.po


Commit: 4e2273761ef1fb1b56ee63f582b0c6d6ffd230bc
    
http://github.com/phuang/ibus-pinyin/commit/4e2273761ef1fb1b56ee63f582b0c6d6ffd230bc
Author: Peng Huang <[email protected]>
Date:   2009-09-24 (Thu, 24 Sep 2009)

Changed paths:
  M setup/ibus-pinyin-preferences.glade

Log Message:
-----------
Hide some unused options.


Commit: 15cd217742d7c773867e067eed8d6de8af4af297
    
http://github.com/phuang/ibus-pinyin/commit/15cd217742d7c773867e067eed8d6de8af4af297
Author: Peng Huang <[email protected]>
Date:   2009-09-24 (Thu, 24 Sep 2009)

Changed paths:
  M po/zh_CN.po
  M setup/ibus-pinyin-preferences.glade

Log Message:
-----------
Adjust preferences dialog


Commit: 6bc7522f638b1d7f80d7c2706a62369a578505a1
    
http://github.com/phuang/ibus-pinyin/commit/6bc7522f638b1d7f80d7c2706a62369a578505a1
Author: Peng Huang <[email protected]>
Date:   2009-09-24 (Thu, 24 Sep 2009)

Changed paths:
  M setup/ibus-pinyin-preferences.glade
  M setup/main.py

Log Message:
-----------
Use HScale widget for page size


Commit: 348bf0203d58e22c64ef3e91fee2cc279c1af0aa
    
http://github.com/phuang/ibus-pinyin/commit/348bf0203d58e22c64ef3e91fee2cc279c1af0aa
Author: Peng Huang <[email protected]>
Date:   2009-09-24 (Thu, 24 Sep 2009)

Changed paths:
  M setup/ibus-pinyin-preferences.glade

Log Message:
-----------
Delay update of page size


Commit: a0ee977ca23b41650f841089e1f184787324b22a
    
http://github.com/phuang/ibus-pinyin/commit/a0ee977ca23b41650f841089e1f184787324b22a
Author: Peng Huang <[email protected]>
Date:   2009-09-24 (Thu, 24 Sep 2009)

Changed paths:
  M setup/ibus-pinyin-preferences.glade

Log Message:
-----------
Adjust the setup ui


Commit: b4041c918a42a6f26d190fd9009800bc12c42548
    
http://github.com/phuang/ibus-pinyin/commit/b4041c918a42a6f26d190fd9009800bc12c42548
Author: Peng Huang <[email protected]>
Date:   2009-09-24 (Thu, 24 Sep 2009)

Changed paths:
  M setup/ibus-pinyin-preferences.glade
  M setup/main.py
  M src/Config.cc
  M src/Config.h
  M src/PinyinEngine.cc

Log Message:
-----------
Implement shift select candidate


Commit: 077a9b9ede0f64fdf54e2d3801a8a34cbb7b6543
    
http://github.com/phuang/ibus-pinyin/commit/077a9b9ede0f64fdf54e2d3801a8a34cbb7b6543
Author: Peng Huang <[email protected]>
Date:   2009-09-24 (Thu, 24 Sep 2009)

Changed paths:
  M po/zh_CN.po

Log Message:
-----------
Update zh_CN.po


Commit: 1b7a439abe24cd350a0332c632302b78a3d99853
    
http://github.com/phuang/ibus-pinyin/commit/1b7a439abe24cd350a0332c632302b78a3d99853
Author: Peng Huang <[email protected]>
Date:   2009-09-24 (Thu, 24 Sep 2009)

Changed paths:
  M src/PinyinEngine.cc

Log Message:
-----------
Use ? : operator


Commit: 9e2d1632f9a7b512457a4ee276bf1ed824de6903
    
http://github.com/phuang/ibus-pinyin/commit/9e2d1632f9a7b512457a4ee276bf1ed824de6903
Author: Peng Huang <[email protected]>
Date:   2009-09-24 (Thu, 24 Sep 2009)

Changed paths:
  M setup/ibus-pinyin-preferences.glade
  M src/PinyinEngine.cc

Log Message:
-----------
Implement auto commit.


Commit: cc46aa7c24252c17d213655e4dd9ea07682672de
    
http://github.com/phuang/ibus-pinyin/commit/cc46aa7c24252c17d213655e4dd9ea07682672de
Author: Peng Huang <[email protected]>
Date:   2009-09-25 (Fri, 25 Sep 2009)

Changed paths:
  M AUTHORS
  M Makefile.am
  M configure.ac
  M data/Makefile.am
  M data/icons/Makefile.am
  M data/scripts/pydict.py
  M data/scripts/pyutil.py
  M ibus-pinyin.spec.in
  M m4/Makefile.am
  M po/Makevars
  M po/zh_CN.po
  M setup/Makefile.am
  M setup/ibus-setup-pinyin.in
  M src/Makefile.am
  M src/special_table

Log Message:
-----------
Change author info


Commit: 38c62f348c03a8b715a8baa12eedcd75c68eafc7
    
http://github.com/phuang/ibus-pinyin/commit/38c62f348c03a8b715a8baa12eedcd75c68eafc7
Author: Peng Huang <[email protected]>
Date:   2009-09-25 (Fri, 25 Sep 2009)

Changed paths:
  M src/DoublePinyinEditor.cc
  M src/FullPinyinEditor.cc
  M src/FullPinyinEditor.h
  M src/PinyinEngine.h

Log Message:
-----------
Reset in focusOut


Commit: d94521ce1bf8405f0fd46a1050704dba050024f2
    
http://github.com/phuang/ibus-pinyin/commit/d94521ce1bf8405f0fd46a1050704dba050024f2
Author: Peng Huang <[email protected]>
Date:   2009-09-25 (Fri, 25 Sep 2009)

Changed paths:
  M src/Array.h
  M src/Makefile.am
  M src/PinyinEngine.cc
  A src/WideString.h

Log Message:
-----------
Add WideString


Commit: 347d4564f6015e32887a537861b2d5f6d3f31fb2
    
http://github.com/phuang/ibus-pinyin/commit/347d4564f6015e32887a537861b2d5f6d3f31fb2
Author: Peng Huang <[email protected]>
Date:   2009-09-25 (Fri, 25 Sep 2009)

Changed paths:
  M src/String.h
  M src/WideString.h

Log Message:
-----------
Support WideString in String


Commit: ae26cda94d9ffc2df06414284a6e09bf24da2d0d
    
http://github.com/phuang/ibus-pinyin/commit/ae26cda94d9ffc2df06414284a6e09bf24da2d0d
Author: Peng Huang <[email protected]>
Date:   2009-09-26 (Sat, 26 Sep 2009)

Changed paths:
  M src/Array.h
  M src/Makefile.am
  M src/PinyinEngine.cc
  M src/String.h
  A src/WideString.h

Log Message:
-----------
Merge branch '1.2.99' of github.com:phuang/ibus-pinyin into 1.2.99


Commit: 8965a486d163828f7283a0b9ac3b83a56d6a0cef
    
http://github.com/phuang/ibus-pinyin/commit/8965a486d163828f7283a0b9ac3b83a56d6a0cef
Author: Peng Huang <[email protected]>
Date:   2009-09-27 (Sun, 27 Sep 2009)

Changed paths:
  M src/Database.cc
  M src/Database.h

Log Message:
-----------
Refectory conditions


Commit: 54f0169827e813747e6f295e12d13099b36d7bb1
    
http://github.com/phuang/ibus-pinyin/commit/54f0169827e813747e6f295e12d13099b36d7bb1
Author: Peng Huang <[email protected]>
Date:   2009-09-27 (Sun, 27 Sep 2009)

Changed paths:
  M src/Database.h

Log Message:
-----------
Use get replace operator []


Commit: 6b097b4ca7bca4ac328c3296d5dc3a2f7c078215
    
http://github.com/phuang/ibus-pinyin/commit/6b097b4ca7bca4ac328c3296d5dc3a2f7c078215
Author: Peng Huang <[email protected]>
Date:   2009-09-27 (Sun, 27 Sep 2009)

Changed paths:
  M src/Database.h

Log Message:
-----------
Refine coding style


Commit: ba136a3846ed111cfabb05b47c16c8a9c393b8fe
    
http://github.com/phuang/ibus-pinyin/commit/ba136a3846ed111cfabb05b47c16c8a9c393b8fe
Author: Peng Huang <[email protected]>
Date:   2009-09-27 (Sun, 27 Sep 2009)

Changed paths:
  M src/PinyinEngine.cc

Log Message:
-----------
Reset before commit text to application.


Commit: b7196b0435b8d4ccd61d06fe7df275c1f580d107
    
http://github.com/phuang/ibus-pinyin/commit/b7196b0435b8d4ccd61d06fe7df275c1f580d107
Author: Peng Huang <[email protected]>
Date:   2009-09-27 (Sun, 27 Sep 2009)

Changed paths:
  M src/PinyinEngine.cc
  M src/PinyinEngine.h

Log Message:
-----------
Commit half width '.' after half width numbers


Commit: b02b9e47675ed2dcc8486faacada1b4a582056a3
    
http://github.com/phuang/ibus-pinyin/commit/b02b9e47675ed2dcc8486faacada1b4a582056a3
Author: Peng Huang <[email protected]>
Date:   2009-09-28 (Mon, 28 Sep 2009)

Changed paths:
  M src/PinyinEngine.cc
  M src/PinyinEngine.h

Log Message:
-----------
Press space to select highlight candidate


Commit: 06f2ebbe03b12c27b22beb6bff51a94e598d64a8
    
http://github.com/phuang/ibus-pinyin/commit/06f2ebbe03b12c27b22beb6bff51a94e598d64a8
Author: Peng Huang <[email protected]>
Date:   2009-09-28 (Mon, 28 Sep 2009)

Changed paths:
  M src/FullPinyinEditor.cc

Log Message:
-----------
Add some comments


Commit: 5b5fa823cd1ccc656ad28323e19d3e6edb3afb4d
    
http://github.com/phuang/ibus-pinyin/commit/5b5fa823cd1ccc656ad28323e19d3e6edb3afb4d
Author: Peng Huang <[email protected]>
Date:   2009-09-28 (Mon, 28 Sep 2009)

Changed paths:
  A src/Phrase.h

Log Message:
-----------
Add Phrase.h


Commit: 1101d1d38fb5c78be0cf92893888804da6afc2a6
    
http://github.com/phuang/ibus-pinyin/commit/1101d1d38fb5c78be0cf92893888804da6afc2a6
Author: Peng Huang <[email protected]>
Date:   2009-09-28 (Mon, 28 Sep 2009)

Changed paths:
  A src/Phrase.h

Log Message:
-----------
Merge branch '1.2.99' of [email protected]:phuang/ibus-pinyin into 1.2.99


Commit: b75395ca94f913b964c43066875fdbfb0b488041
    
http://github.com/phuang/ibus-pinyin/commit/b75395ca94f913b964c43066875fdbfb0b488041
Author: Peng Huang <[email protected]>
Date:   2009-09-28 (Mon, 28 Sep 2009)

Changed paths:
  M src/Makefile.am
  M src/Phrase.h
  M src/PhraseArray.h
  M src/PhraseEditor.cc
  M src/PhraseEditor.h
  M src/PinyinEngine.cc
  M src/Types.h

Log Message:
-----------
Refactory PhraseEditor


Commit: 80a09d4cda14d6294d7d6849af1e21eacad73c86
    
http://github.com/phuang/ibus-pinyin/commit/80a09d4cda14d6294d7d6849af1e21eacad73c86
Author: Peng Huang <[email protected]>
Date:   2009-09-28 (Mon, 28 Sep 2009)

Changed paths:
  M src/Database.cc

Log Message:
-----------
Use operator += of phrase


Commit: 699336c050105398d36940b4db9ba55beb04a517
    
http://github.com/phuang/ibus-pinyin/commit/699336c050105398d36940b4db9ba55beb04a517
Author: Peng Huang <[email protected]>
Date:   2009-09-28 (Mon, 28 Sep 2009)

Changed paths:
  M src/PinyinEngine.cc
  M src/PinyinEngine.h

Log Message:
-----------
Show unselected pinyin in preedit text


Commit: 9d66a329785cabc2aea5dc6501e03fe7df20a805
    
http://github.com/phuang/ibus-pinyin/commit/9d66a329785cabc2aea5dc6501e03fe7df20a805
Author: Peng Huang <[email protected]>
Date:   2009-09-28 (Mon, 28 Sep 2009)

Changed paths:
  M src/Array.h
  M src/DoublePinyinEditor.cc
  M src/PinyinArray.h
  M src/PinyinEngine.cc
  M src/PinyinParser.cc

Log Message:
-----------
Adjust preedit text dynamically


Commit: 6fc3c5aae690b2f4c1170dbcf890a43f8adf5f0c
    
http://github.com/phuang/ibus-pinyin/commit/6fc3c5aae690b2f4c1170dbcf890a43f8adf5f0c
Author: Peng Huang <[email protected]>
Date:   2009-09-29 (Tue, 29 Sep 2009)

Changed paths:
  M src/PinyinEditor.h
  M src/PinyinEngine.cc

Log Message:
-----------
Hide auxiliary text if no candidates


Commit: b3423070d9b267eb8c3755ca8a865250845aad5c
    
http://github.com/phuang/ibus-pinyin/commit/b3423070d9b267eb8c3755ca8a865250845aad5c
Author: Peng Huang <[email protected]>
Date:   2009-09-29 (Tue, 29 Sep 2009)

Changed paths:
  M src/PinyinEngine.cc

Log Message:
-----------
Also set the foreground color of the highlight candidate in preedit text


Commit: 8f598fd6296df0d24916a030631e2967bc9dddcf
    
http://github.com/phuang/ibus-pinyin/commit/8f598fd6296df0d24916a030631e2967bc9dddcf
Author: Peng Huang <[email protected]>
Date:   2009-09-29 (Tue, 29 Sep 2009)

Changed paths:
  M src/Array.h
  M src/PinyinArray.h
  M src/PinyinEngine.cc

Log Message:
-----------
Fix some bugs.


Commit: 47bfea10eca0449551c930efaaa389263b749ff1
    
http://github.com/phuang/ibus-pinyin/commit/47bfea10eca0449551c930efaaa389263b749ff1
Author: Peng Huang <[email protected]>
Date:   2009-09-29 (Tue, 29 Sep 2009)

Changed paths:
  M po/zh_CN.po

Log Message:
-----------
Update zh_CN.po


Commit: 6e126f3b96183a4820a2c5db374b16af92d27f5f
    
http://github.com/phuang/ibus-pinyin/commit/6e126f3b96183a4820a2c5db374b16af92d27f5f
Author: Peng Huang <[email protected]>
Date:   2009-09-29 (Tue, 29 Sep 2009)

Changed paths:
  M src/PinyinEngine.cc

Log Message:
-----------
Use ' ' replace '\'' in pinyin string


Commit: 53501ecd68dd46aa97413adeab38e2cbfdfe610c
    
http://github.com/phuang/ibus-pinyin/commit/53501ecd68dd46aa97413adeab38e2cbfdfe610c
Author: Peng Huang <[email protected]>
Date:   2009-09-29 (Tue, 29 Sep 2009)

Changed paths:
  M src/PinyinEngine.cc
  M src/PinyinEngine.h

Log Message:
-----------
Add Typing and Editing modes


Commit: ca6793524c34c754709bf1126827b6d142d53bcb
    
http://github.com/phuang/ibus-pinyin/commit/ca6793524c34c754709bf1126827b6d142d53bcb
Author: Peng Huang <[email protected]>
Date:   2009-09-29 (Tue, 29 Sep 2009)

Changed paths:
  M src/PinyinEngine.cc

Log Message:
-----------
Fix some bugs


Commit: 7d2aeda8396d1c617ae2c0336f9fe8a384da6ead
    
http://github.com/phuang/ibus-pinyin/commit/7d2aeda8396d1c617ae2c0336f9fe8a384da6ead
Author: Peng Huang <[email protected]>
Date:   2009-09-29 (Tue, 29 Sep 2009)

Changed paths:
  M src/PinyinEngine.cc

Log Message:
-----------
Update preedit and auxiliary text format


Commit: eac3c4057934617567288069fc7515177e175322
    
http://github.com/phuang/ibus-pinyin/commit/eac3c4057934617567288069fc7515177e175322
Author: Peng Huang <[email protected]>
Date:   2009-09-29 (Tue, 29 Sep 2009)

Changed paths:
  M src/PinyinEngine.cc

Log Message:
-----------
Show preedit text correctly


Commit: 714143ad7539df66860607a316e36e1b7155d1dd
    
http://github.com/phuang/ibus-pinyin/commit/714143ad7539df66860607a316e36e1b7155d1dd
Author: Peng Huang <[email protected]>
Date:   2009-09-29 (Tue, 29 Sep 2009)

Changed paths:
  M src/PhraseEditor.h
  M src/PinyinEngine.cc

Log Message:
-----------
Fix commi problem


Commit: 5323e2385f36f72405d4ceffa24c2bb1bd2e9a84
    
http://github.com/phuang/ibus-pinyin/commit/5323e2385f36f72405d4ceffa24c2bb1bd2e9a84
Author: Peng Huang <phu...@phuang-laptop.(none)>
Date:   2009-09-29 (Tue, 29 Sep 2009)

Changed paths:
  A debian/changelog
  A debian/compat
  A debian/control
  A debian/copyright
  A debian/docs
  A debian/ibus-pinyin.lintian-overrides
  A debian/rules
  A debian/watch

Log Message:
-----------
Import debian packaging scripts from Ubuntu


Commit: 52e791f2cdd5d12c36698308c6ef35c5c7352218
    
http://github.com/phuang/ibus-pinyin/commit/52e791f2cdd5d12c36698308c6ef35c5c7352218
Author: Peng Huang <[email protected]>
Date:   2009-09-30 (Wed, 30 Sep 2009)

Changed paths:
  M src/Database.h

Log Message:
-----------
Fix segment fault of fuzzy pinyin


Commit: 02413c97d10f845d9daa90425a132b90b87d7d9b
    
http://github.com/phuang/ibus-pinyin/commit/02413c97d10f845d9daa90425a132b90b87d7d9b
Author: Peng Huang <[email protected]>
Date:   2009-09-30 (Wed, 30 Sep 2009)

Changed paths:
  M src/Types.h

Log Message:
-----------
Fix ch c fuzzy pinyin problem


Commit: 1caefa8402499902e5b89b2763c2ab5e75b06e37
    
http://github.com/phuang/ibus-pinyin/commit/1caefa8402499902e5b89b2763c2ab5e75b06e37
Author: Peng Huang <[email protected]>
Date:   2009-09-30 (Wed, 30 Sep 2009)

Changed paths:
  M src/Config.cc
  M src/Types.h

Log Message:
-----------
Fix fuzzy pinyin problem with ian <=> iang


Commit: 894b06bf59417ae6f05b40d5cdb1c53076bc4512
    
http://github.com/phuang/ibus-pinyin/commit/894b06bf59417ae6f05b40d5cdb1c53076bc4512
Author: Peng Huang <[email protected]>
Date:   2009-09-30 (Wed, 30 Sep 2009)

Changed paths:
  M src/PinyinEngine.cc
  M src/PinyinEngine.h

Log Message:
-----------
Commit full width space, only if in full mode


Commit: 458d3dd50ec8dbec2237b5c796f65044d7bd79e6
    
http://github.com/phuang/ibus-pinyin/commit/458d3dd50ec8dbec2237b5c796f65044d7bd79e6
Author: Peng Huang <[email protected]>
Date:   2009-09-30 (Wed, 30 Sep 2009)

Changed paths:
  M src/PinyinEngine.cc

Log Message:
-----------
Refine coding style


Commit: a949d50a4fca0d3d12024220a4a6e2f5c1646a45
    
http://github.com/phuang/ibus-pinyin/commit/a949d50a4fca0d3d12024220a4a6e2f5c1646a45
Author: Peng Huang <[email protected]>
Date:   2009-09-30 (Wed, 30 Sep 2009)

Changed paths:
  M configure.ac
  M data/Makefile.am

Log Message:
-----------
Add --disable-pinyin-database argument of ./configure


Commit: f30f9f83239bdafedf5fa64c33eec27dfb12ea20
    
http://github.com/phuang/ibus-pinyin/commit/f30f9f83239bdafedf5fa64c33eec27dfb12ea20
Author: Peng Huang <[email protected]>
Date:   2009-09-30 (Wed, 30 Sep 2009)

Changed paths:
  M src/DoublePinyinEditor.cc
  M src/PinyinParser.cc

Log Message:
-----------
Fix double pinyin problems.


Commit: c0f86e9a34e82bb41858b80c530cf3df38e6153b
    
http://github.com/phuang/ibus-pinyin/commit/c0f86e9a34e82bb41858b80c530cf3df38e6153b
Author: Peng Huang <[email protected]>
Date:   2009-09-30 (Wed, 30 Sep 2009)

Changed paths:
  M src/Database.cc

Log Message:
-----------
Fix build error with sqlite 3.5



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

回复