Branch: refs/heads/1.3.y
Home: https://github.com/ibus/ibus-qt
Commit: d697cd9e6777bc7d5d7d2740d98d0298154a4f00
https://github.com/ibus/ibus-qt/commit/d697cd9e6777bc7d5d7d2740d98d0298154a4f00
Author: Peng Huang <[email protected]>
Date: 2010-04-10 (Sat, 10 Apr 2010)
Changed paths:
M CMakeLists.txt
M src/CMakeLists.txt
Log Message:
-----------
Fix build error with binutils-gold
Commit: 2d64bcfe33e26b4ba59c98a605b01c383805eec3
https://github.com/ibus/ibus-qt/commit/2d64bcfe33e26b4ba59c98a605b01c383805eec3
Author: Peng Huang <[email protected]>
Date: 2010-04-16 (Fri, 16 Apr 2010)
Changed paths:
A debian/changelog
A debian/clean
A debian/compat
A debian/control
A debian/copyright
A debian/ibus-qt4.install
A debian/libibus-qt-dev.install
A debian/libibus-qt1.install
A debian/patches/binutils-gold
A debian/patches/series
A debian/rules
A debian/source/format
A debian/watch
Log Message:
-----------
Add debian package support from Li Daoing's repository
Commit: 6e099069e193e9e33bb22e6d870d710b4ed9f54b
https://github.com/ibus/ibus-qt/commit/6e099069e193e9e33bb22e6d870d710b4ed9f54b
Author: Peng Huang <[email protected]>
Date: 2010-04-28 (Wed, 28 Apr 2010)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
Fix build error with cmake-2.6
Commit: f0f141dbcc38b2d42ac0ff1359b94626302d0313
https://github.com/ibus/ibus-qt/commit/f0f141dbcc38b2d42ac0ff1359b94626302d0313
Author: Peng Huang <[email protected]>
Date: 2010-04-28 (Wed, 28 Apr 2010)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
Use if(NOT ..) to replace if(NOT DEFINED ..) in CMakeLists.txt
Commit: 781b7a16649e7d9594f68c64adb33660fb67f8a2
https://github.com/ibus/ibus-qt/commit/781b7a16649e7d9594f68c64adb33660fb67f8a2
Author: Peng Huang <[email protected]>
Date: 2010-04-28 (Wed, 28 Apr 2010)
Changed paths:
M qtim/ibus-input-context.cpp
Log Message:
-----------
Use memset to init memory block.
Commit: 0b5e0dc04f4323695cb2acd0ca31e047da1fadbe
https://github.com/ibus/ibus-qt/commit/0b5e0dc04f4323695cb2acd0ca31e047da1fadbe
Author: Peng Huang <[email protected]>
Date: 2010-06-15 (Tue, 15 Jun 2010)
Changed paths:
A debian/changelog
A debian/clean
A debian/compat
A debian/control
A debian/copyright
A debian/ibus-qt4.install
A debian/libibus-qt-dev.install
A debian/libibus-qt1.install
A debian/patches/binutils-gold
A debian/patches/series
A debian/rules
A debian/source/format
A debian/watch
Log Message:
-----------
Merge remote branch 'origin/debian'
Commit: b62d2643b3654af88f456443ff18b410cf2ff092
https://github.com/ibus/ibus-qt/commit/b62d2643b3654af88f456443ff18b410cf2ff092
Author: fujiwarat <[email protected]>
Date: 2010-07-23 (Fri, 23 Jul 2010)
Changed paths:
M qtim/ibus-input-context.cpp
Log Message:
-----------
Fix background and foreground in preedit QTextCharFormat.
Commit: 87e83facae3fd8054f60e377076819597aa2890f
https://github.com/ibus/ibus-qt/commit/87e83facae3fd8054f60e377076819597aa2890f
Author: fujiwarat <[email protected]>
Date: 2010-08-19 (Thu, 19 Aug 2010)
Changed paths:
M CMakeLists.txt
M ibus-qt.spec.in
M src/qibusenginedesc.cpp
M src/qibusenginedesc.h
Log Message:
-----------
Added hotkeys in IBus::EngineDesc .
Commit: a2092b7098b3ef32b25cd66dc782883000971990
https://github.com/ibus/ibus-qt/commit/a2092b7098b3ef32b25cd66dc782883000971990
Author: fujiwarat <[email protected]>
Date: 2010-08-19 (Thu, 19 Aug 2010)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
Release 1.3.1
Commit: 56c3e8552a4369f8f37fa3b706c36e02752c4181
https://github.com/ibus/ibus-qt/commit/56c3e8552a4369f8f37fa3b706c36e02752c4181
Author: Peng Huang <[email protected]>
Date: 2010-08-19 (Thu, 19 Aug 2010)
Changed paths:
M src/qibusenginedesc.h
Log Message:
-----------
Use const QString & for argument types
Commit: 282bf68d2064972fd24de109e0280fd48c299c9c
https://github.com/ibus/ibus-qt/commit/282bf68d2064972fd24de109e0280fd48c299c9c
Author: Peng Huang <[email protected]>
Date: 2010-11-25 (Thu, 25 Nov 2010)
Changed paths:
M qtim/ibus-input-context.cpp
Log Message:
-----------
Fix selected text be deleted problem.
Commit: d2a4e30fdb92aeaf476dcaaf2b5d6f8275d6af70
https://github.com/ibus/ibus-qt/commit/d2a4e30fdb92aeaf476dcaaf2b5d6f8275d6af70
Author: Peter Wu <[email protected]>
Date: 2012-09-05 (Wed, 05 Sep 2012)
Changed paths:
M src/CMakeLists.txt
M src/qibusbus.cpp
Log Message:
-----------
Do not crash on missing/invalid DISPLAY envvar.
- Check whether the passed DISPLAY environment variable contains ":".
- Fallback to "-display" parameter passed to QApplication.
Commit: 8e94e4c50e1b0418d8e0f82d8b74bc1bf85ea17a
https://github.com/ibus/ibus-qt/commit/8e94e4c50e1b0418d8e0f82d8b74bc1bf85ea17a
Author: Takao Fujiwara <[email protected]>
Date: 2012-10-16 (Tue, 16 Oct 2012)
Changed paths:
A codereview.settings
Log Message:
-----------
Add codereview.settings.
This is for us to use codereview.appspot.com for code reviews.
Instructions to use codereview.appspot.com:
1. Get depot_tools and add PATH to the directory
http://dev.chromium.org/developers/how-tos/depottools
2. In your local IBus git repository,
% git checkout master
% git checkout -b somefix
make changes
% git cl upload
do code reviews at codereview.appspot.com
once it's done, run "git cl push" if you can commit.
otherwise, ask committers to commit on behalf.
Review URL: https://codereview.appspot.com/6682049
Commit: 40e119bd5577fc383990ad02b175ec64292f764b
https://github.com/ibus/ibus-qt/commit/40e119bd5577fc383990ad02b175ec64292f764b
Author: Jekyll Wu <[email protected]>
Date: 2012-10-16 (Tue, 16 Oct 2012)
Changed paths:
M src/qibusserializable.h
Log Message:
-----------
Fix a non-const lvalue build error with clang-3.1
BUG=http://code.google.com/p/ibus/issues/detail?id=1506
Review URL: https://codereview.appspot.com/6697048
Patch from Jekyll Wu <[email protected]>.
Commit: 0f3b716934f5e5e2b8a72140f875a6e598b28750
https://github.com/ibus/ibus-qt/commit/0f3b716934f5e5e2b8a72140f875a6e598b28750
Author: fujiwarat <[email protected]>
Date: 2012-12-13 (Thu, 13 Dec 2012)
Changed paths:
M src/CMakeLists.txt
Log Message:
-----------
Fix an undefined reference to 'XDisplayString'
BUG=http://code.google.com/p/ibus/issues/detail?id=1560
Review URL: https://codereview.appspot.com/6923057
Commit: 18312342dc5fb8327a7be5f0695a7a700b6c3c91
https://github.com/ibus/ibus-qt/commit/18312342dc5fb8327a7be5f0695a7a700b6c3c91
Author: fujiwarat <[email protected]>
Date: 2013-03-04 (Mon, 04 Mar 2013)
Changed paths:
M qtim/ibus-input-context.cpp
M qtim/ibus-input-context.h
Log Message:
-----------
Disable ibus input context when QLineEdit is password mode.
Apply a similar fix with ibus gtk+ modules.
BUG=http://code.google.com/p/ibus/issues/detail?id=1599
Review URL: https://codereview.appspot.com/7435050
Commit: b1944efb641bf31a1318cfcb18a86f2a5fec74aa
https://github.com/ibus/ibus-qt/commit/b1944efb641bf31a1318cfcb18a86f2a5fec74aa
Author: fujiwarat <[email protected]>
Date: 2013-03-11 (Mon, 11 Mar 2013)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
Release 1.3.2
Review URL: https://codereview.appspot.com/7494046
Commit: b5bd6307c83cf900f9f8c9a5226a78bcb825e332
https://github.com/ibus/ibus-qt/commit/b5bd6307c83cf900f9f8c9a5226a78bcb825e332
Author: fujiwarat <[email protected]>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
M qtim/ibus-input-context.cpp
Log Message:
-----------
Enable dead_belowdot with de layout.
AltGr + j returns dead_belowdot in de layout.
E.g. AltGr + j, s returns U+1E63 with de.
XLookupString can get dead_belowdot but the return value is 0.
I think XLookupString does not failed with return value 0.
BUG=RH#921164
Review URL: https://codereview.appspot.com/7812045
Commit: e0c387076d5b9aab376da5377ac1726149e94cec
https://github.com/ibus/ibus-qt/commit/e0c387076d5b9aab376da5377ac1726149e94cec
Author: fujiwarat <[email protected]>
Date: 2013-08-13 (Tue, 13 Aug 2013)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
Fixed installed but unpackaged files with rpm-build 4.11.1 and %doc.
BUG=RH#992554
TEST=rpmbuild
Review URL: https://codereview.appspot.com/12735043
Commit: ec5d3097ee103419d25d161ee142df775cbaba0a
https://github.com/ibus/ibus-qt/commit/ec5d3097ee103419d25d161ee142df775cbaba0a
Author: Benoit Pierre <[email protected]>
Date: 2013-09-10 (Tue, 10 Sep 2013)
Changed paths:
M qtim/ibus-input-context.cpp
M qtim/ibus-input-context.h
M src/interfaces/org.freedesktop.IBus.InputContext.xml
M src/qibusinputcontext.cpp
M src/qibusinputcontext.h
M src/qibusinputcontextproxy.h
Log Message:
-----------
Proof of concept implementation for delete-surrounding-text.
The QInput method for committing text can be used to replace a region of
text by an empty string, effectively allowing us to delete text.
BUG=http://code.google.com/p/ibus/issues/detail?id=1642
Review URL: https://codereview.appspot.com/13361046
Patch from Benoit Pierre <[email protected]>.
Commit: 06b3173967f0b6305b56c2f7e5487bd2bffd98e8
https://github.com/ibus/ibus-qt/commit/06b3173967f0b6305b56c2f7e5487bd2bffd98e8
Author: Trung Ngo <[email protected]>
Date: 2014-03-27 (Thu, 27 Mar 2014)
Changed paths:
M qtim/ibus-input-context.cpp
M qtim/ibus-input-context.h
M src/interfaces/org.freedesktop.IBus.InputContext.xml
M src/qibusinputcontext.cpp
M src/qibusinputcontext.h
M src/qibusinputcontextproxy.cpp
M src/qibusinputcontextproxy.h
M src/qibustypes.h
Log Message:
-----------
Finish the surrounding text implementation
BUG=http://code.google.com/p/ibus/issues/detail?id=1698
TEST=ibus_engine_get_surrounding_text()
Review URL: https://codereview.appspot.com/80470044
Patch from Trung Ngo <[email protected]>.
Commit: 3c2a0aa3e8792c85ce902c23aaa468583df41362
https://github.com/ibus/ibus-qt/commit/3c2a0aa3e8792c85ce902c23aaa468583df41362
Author: fujiwarat <[email protected]>
Date: 2014-04-22 (Tue, 22 Apr 2014)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
Release 1.3.3
Review URL: https://codereview.appspot.com/89820043
Compare: https://github.com/ibus/ibus-qt/compare/2335004da6b6...3c2a0aa3e879
--
--
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
---
You received this message because you are subscribed to the Google Groups
"ibus-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.