Branch: refs/heads/debian
Home: http://github.com/phuang/ibus-pinyin
Commit: 30b4b372c2c4bad09c6ae94ebbd5b00e57ee9adf
http://github.com/phuang/ibus-pinyin/commit/30b4b372c2c4bad09c6ae94ebbd5b00e57ee9adf
Author: Peng Huang <[email protected]>
Date: 2010-04-16 (Fri, 16 Apr 2010)
Changed paths:
M configure.ac
M ibus-pinyin.spec.in
A m4/boost.m4
M src/Editor.h
M src/Makefile.am
M src/PinyinEngine.cc
M src/PinyinProperties.h
A src/Signal.h
Log Message:
-----------
Use boost::signals2 to replace sigc++, do not need sigc++ library in
runtime
Commit: 414466300e91073a3af1f8c43024f8aeb454954d
http://github.com/phuang/ibus-pinyin/commit/414466300e91073a3af1f8c43024f8aeb454954d
Author: Peng Huang <[email protected]>
Date: 2010-04-17 (Sat, 17 Apr 2010)
Changed paths:
M src/Database.cc
M src/Database.h
M src/Editor.h
M src/Engine.cc
M src/PhraseEditor.cc
M src/PhraseEditor.h
M src/PinyinEngine.cc
M src/PinyinEngine.h
M src/SpecialPhrase.cc
M src/SpecialPhrase.h
M src/SpecialPhraseTable.cc
M src/SpecialPhraseTable.h
Log Message:
-----------
Use boost::shared_ptr to manage object instance.
Commit: 2bb3f4dda26efcdcd93fcae0b2e5983a324272aa
http://github.com/phuang/ibus-pinyin/commit/2bb3f4dda26efcdcd93fcae0b2e5983a324272aa
Author: Peng Huang <[email protected]>
Date: 2010-04-17 (Sat, 17 Apr 2010)
Changed paths:
M Makefile.am
Log Message:
-----------
Generate ChangeLog from git during make dist
Commit: a417506b1cd0e2987745a925053160ff8182ecaa
http://github.com/phuang/ibus-pinyin/commit/a417506b1cd0e2987745a925053160ff8182ecaa
Author: Peng Huang <[email protected]>
Date: 2010-04-17 (Sat, 17 Apr 2010)
Changed paths:
M src/Pointer.h
M src/Signal.h
Log Message:
-----------
Use struct
Commit: 319924aa7ea5bb9cce557d0c474ac5d641f78dbb
http://github.com/phuang/ibus-pinyin/commit/319924aa7ea5bb9cce557d0c474ac5d641f78dbb
Author: Peng Huang <[email protected]>
Date: 2010-04-17 (Sat, 17 Apr 2010)
Changed paths:
M src/Pointer.h
Log Message:
-----------
Remove debug output
Commit: cbbfa1fbec89ab312fc132c465404b8c0da754aa
http://github.com/phuang/ibus-pinyin/commit/cbbfa1fbec89ab312fc132c465404b8c0da754aa
Author: Peng Huang <[email protected]>
Date: 2010-04-18 (Sun, 18 Apr 2010)
Changed paths:
M src/Bus.h
M src/Config.cc
M src/Config.h
M src/LookupTable.h
M src/Main.cc
M src/Makefile.am
A src/Object.h
M src/PinyinEngine.cc
M src/PinyinEngine.h
M src/PinyinProperties.cc
M src/Property.h
M src/Text.h
Log Message:
-----------
Use Object as the base class to replace Pointer.
Commit: 15e5b18dfea9b6d66d39bf486070c6a33ffd6227
http://github.com/phuang/ibus-pinyin/commit/15e5b18dfea9b6d66d39bf486070c6a33ffd6227
Author: Peng Huang <[email protected]>
Date: 2010-04-18 (Sun, 18 Apr 2010)
Changed paths:
M src/Engine.cc
M src/PinyinEngine.h
Log Message:
-----------
Remove PinyinEnginePtr
Commit: 812c0178fc27969f371eb0e5d373141ab2efe9ee
http://github.com/phuang/ibus-pinyin/commit/812c0178fc27969f371eb0e5d373141ab2efe9ee
Author: Peng Huang <[email protected]>
Date: 2010-04-18 (Sun, 18 Apr 2010)
Changed paths:
M src/Config.cc
M src/Config.h
M src/PinyinEngine.cc
M src/PinyinProperties.cc
M src/Util.h
Log Message:
-----------
Remove StaticString
Commit: 1433c8fc3a9a92d2da0f04d565e954ba3b366590
http://github.com/phuang/ibus-pinyin/commit/1433c8fc3a9a92d2da0f04d565e954ba3b366590
Author: Peng Huang <[email protected]>
Date: 2010-04-18 (Sun, 18 Apr 2010)
Changed paths:
M src/PinyinEngine.cc
M src/PinyinEngine.h
Log Message:
-----------
Remove unused code
Commit: 9eaf10e010931ad4f3b4249957ce29633492e8b8
http://github.com/phuang/ibus-pinyin/commit/9eaf10e010931ad4f3b4249957ce29633492e8b8
Author: Peng Huang <[email protected]>
Date: 2010-04-18 (Sun, 18 Apr 2010)
Changed paths:
M src/FallbackEditor.cc
Log Message:
-----------
Reset m_prev_commited_char in FallbackEditor
Commit: 37e2dce77ff0c0a48fd51e74a19179e9044fb536
http://github.com/phuang/ibus-pinyin/commit/37e2dce77ff0c0a48fd51e74a19179e9044fb536
Author: Peng Huang <[email protected]>
Date: 2010-04-18 (Sun, 18 Apr 2010)
Changed paths:
M src/Editor.h
M src/Text.h
M src/Util.h
Log Message:
-----------
Use std::string to replace String
Commit: 1454d9f1192bbc42f3ed70a7c220fdef56c1cb8c
http://github.com/phuang/ibus-pinyin/commit/1454d9f1192bbc42f3ed70a7c220fdef56c1cb8c
Author: Peng Huang <[email protected]>
Date: 2010-04-18 (Sun, 18 Apr 2010)
Changed paths:
M src/PinyinEditor.cc
M src/String.h
Log Message:
-----------
Use tab for page down
Commit: bd5261752efc27558d4ccc46498faaf1d6955cd4
http://github.com/phuang/ibus-pinyin/commit/bd5261752efc27558d4ccc46498faaf1d6955cd4
Author: Peng Huang <[email protected]>
Date: 2010-04-19 (Mon, 19 Apr 2010)
Changed paths:
M src/Phrase.h
M src/Types.h
Log Message:
-----------
Does not use typedef any more
Commit: 27ad7fcaacf9ff6e2d6c026ca9a659502b2fca72
http://github.com/phuang/ibus-pinyin/commit/27ad7fcaacf9ff6e2d6c026ca9a659502b2fca72
Author: Peng Huang <[email protected]>
Date: 2010-04-19 (Mon, 19 Apr 2010)
Changed paths:
M src/phrases.txt
Log Message:
-----------
Fix typo in phrases.txt
Commit: acbdb94591434a29e4684ba8c61d1e988da3b2ef
http://github.com/phuang/ibus-pinyin/commit/acbdb94591434a29e4684ba8c61d1e988da3b2ef
Author: Peng Huang <[email protected]>
Date: 2010-04-19 (Mon, 19 Apr 2010)
Changed paths:
M debian/changelog
M debian/control
M debian/rules
A debian/source/format
Log Message:
-----------
Update debian from Li Daobing's repository
Commit: d310e9009d25d0491f91db9a7b793deae670d1a1
http://github.com/phuang/ibus-pinyin/commit/d310e9009d25d0491f91db9a7b793deae670d1a1
Author: Peng Huang <[email protected]>
Date: 2010-04-19 (Mon, 19 Apr 2010)
Changed paths:
M debian/control
Log Message:
-----------
Does not need swig
--
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