summaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Collapse)AuthorFilesLines
2014-02-03Install pygtk2 libraries to python2 site-packages.fujiwarat1-1/+12
Review URL: https://codereview.appspot.com/58930044
2014-01-27Install IBus.py in python2 gi.override.fujiwarat1-0/+5
Review URL: https://codereview.appspot.com/56510043
2013-11-01Update en-us compose table and add locale tables for xkb engines.fujiwarat2-0/+23
BUG=RH#1013651 TEST=engine/ibus-engine-simple, src/libibus.so Review URL: https://codereview.appspot.com/14465046
2013-08-09Update source files with LGP 2.1 according to COPYING.fujiwarat7-42/+42
BUG=http://code.google.com/p/ibus/issues/detail?id=1424 TEST=rpmlint Review URL: https://codereview.appspot.com/12526043
2013-07-12build: fix make checkDaiki Ueno4-9/+12
This contains several fixes to the current tests: - Remove glib mem profiler call from src/tests, which is known not to work with the latest glib release: https://bugzilla.gnome.org/show_bug.cgi?id=701694 valgrind could be used instead. - Replace g_type_init() call in tests with ibus_init(). - Fix ibus-bus test after the DBus property change (commit 458945e7). no global engine may be set in the test environment. Also add more assertions to check the return values. - Fix pygobject test to use LOG_COMPILER and move sys.path adjustment into the test script itself. - Add new files to po/POTFILES.in. BUG= R=takao.fujiwara1@gmail.com Review URL: https://codereview.appspot.com/11156043
2013-04-24Use EXTRA_DIST instead of DIST_SOURCES.fujiwarat1-2/+3
Review URL: https://codereview.appspot.com/8698047
2013-04-22Fix make dist errors.fujiwarat2-1/+7
Review URL: https://codereview.appspot.com/8850043
2013-03-12Add textdomain property to IBusEngineDescDaiki Ueno1-0/+2
BUG=Issue#1580 Review URL: https://codereview.appspot.com/7692043
2013-02-15Fix no rule to make target test-override-ibus.pyfujiwarat1-0/+1
BUG=http://code.google.com/p/ibus/issues/detail?id=1592 Review URL: https://codereview.appspot.com/7332043
2012-12-11Fix IBus.py errors.fujiwarat1-5/+5
BUG=http://code.google.com/p/ibus/issues/detail?id=1559 TEST=ibus-anthy Review URL: https://codereview.appspot.com/6867085
2012-12-05Modernize vala binding generationDaiki Ueno2-18/+18
Use vapigen.m4 and Makefile.vapigen from vala to handle vapi file generation. Also generate vapi always when gir is updated. BUG=none Review URL: https://codereview.appspot.com/6849132
2012-11-23Fix out-of-tree buildDaiki Ueno1-2/+2
Also cleanup Makefiles and fix build error with older valac. BUG=none Review URL: https://codereview.appspot.com/6782099
2012-11-23Install pygobject overrideDaiki Ueno6-0/+462
To mitigate the gap between the old python binding and pygobject, add wrapper to some classes. BUG=none Review URL: https://codereview.appspot.com/6842079
2012-09-06gtk3: Call XIGrabKeycode directly from ValaDaiki Ueno2-0/+54
Port the logic of grabkeycode.c into Vala. This will make it easier to implement XI2 GenericEvent handling in KeybindingManager. BUG=none Review URL: https://codereview.appspot.com/6501080
2012-09-03Cleanup the vala code of gtk3 panel and tool by:Daiki Ueno2-0/+13
- using config.vapi - omitting unnecessary "using X" Also localize ibus tool and make the argument handling better. BUG=none Review URL: https://codereview.appspot.com/6496066
2012-02-01Generate vapi from gir instead of gi.Daiki Ueno11-8867/+29
BUG=none TEST=manually on Fedora 16 Review URL: https://codereview.appspot.com/5599052
2011-03-16Add git.mk from gtk+ project, Use it to update .gitignorePeng Huang2-0/+4
BUG=none TEST=make Review URL: http://codereview.appspot.com/4280050
2010-11-16Remove block call in ibus-daemon, and use async call instead and clean up code.Peng Huang1-4/+9
1. Do not use poll factory of a component. Sometime, it will cause a dead lock of ibus: ibus-daemon are waiting reply from engine, and engine are also waiting for reply from ibus-daemon. 2. Move some API from IBusComponent to BusComponent, Because of those API is for internal using only 3. Add a fake input context in server side to support switching input method when no context has focus. 4. Remove fake input context in imcontext, because we added the server side fake context BUG=none TEST=manual Review URL: http://codereview.appspot.com/3077042
2010-11-03Add metadata file to fix some object ownership correctlyPeng Huang4-6/+7
2010-11-03Add vala test for config modulePeng Huang2-0/+61
2010-11-03Fix vala and gir build issues.Peng Huang2-28/+31
2010-11-03Remove ibusdbus.hPeng Huang2-36/+0
2010-11-03wip.Peng Huang8-1311/+423
2010-11-03wip.Peng Huang2-1/+8
2010-11-03Change version to 1.3.99Peng Huang9-5/+7
2010-11-03Use gdbus in glib, and get rid of libdbusPeng Huang10-6/+5
2010-06-07Update vala demo enginePeng Huang2-8/+67
2010-06-07Add MakefilePeng Huang1-0/+3
2010-06-07Refine demo enginePeng Huang1-2/+73
2010-06-06Regenerate vapi from header files.Peng Huang3-30/+609
2010-06-06Add a demo vala enginePeng Huang1-0/+32
2010-06-06Fix ibus_service_get_connections in vala bindingPeng Huang2-1/+2
2010-06-06Update vala filesPeng Huang2-1/+2
2010-06-06Add --disable-vala in configurePeng Huang1-2/+4
2010-06-06Add ibus-1.0-custom.valaPeng Huang2-1/+2
2010-06-06Add vala supportPeng Huang9-0/+9236
2010-06-06Remove python in bindingsPeng Huang9-187/+0
2010-01-10Update copyright.Peng Huang2-4/+4
2009-10-23Add Copying for Red HatPeng Huang2-0/+2
2009-10-23Change file headerPeng Huang2-2/+2
2009-02-05re-implement ibus in c language.Huang Peng9-0/+209