summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2013-07-05Delete the python xdg dependency.fujiwarat1-1/+1
BUG=RH#980749 Review URL: https://codereview.appspot.com/10930043
2012-02-01Minor fixes related to git.mk.Daiki Ueno1-2/+0
Remove .gitignore files from the git repo, define GITIGNOREFILES in some Makefiles, and update git.mk from the Behdad upstream. BUG=none TEST=manually Review URL: https://codereview.appspot.com/5581057
2011-07-05Add org.freedesktop.IBus.Config.GetValues to get all values in one RPC.Peng Huang2-1/+5
BUG=http://crosbug.com/16287 TEST=Linux desktop Review URL: http://codereview.appspot.com/4667056
2011-07-04Fix make dpkg errors.Peng Huang3-0/+3
BUG=None TEST=Make dpkg Review URL: http://codereview.appspot.com/4673041
2011-06-16Fix make dpkg errors.Peng Huang1-0/+4
BUG=make dpkg failed TEST=make dpkg Review URL: http://codereview.appspot.com/4629044
2011-05-03Fix make dpkg errors, and add gtk3 support for debianPeng Huang5-6/+25
BUG=None TEST=Linux desktop Review URL: http://codereview.appspot.com/4436076
2011-04-08Refine RequestName code and fix make dpkg errors.Peng Huang1-0/+16
BUG=none TEST=Linux Desktop Review URL: http://codereview.appspot.com/4368056
2011-04-05Fix make dpkg errors.Peng Huang2-1/+8
BUG=none TEST=make dpkg Review URL: http://codereview.appspot.com/4324047
2011-03-23Fix make debian package errors.Peng Huang1-0/+4
BUG=none TEST=make dpkg Review URL: http://codereview.appspot.com/4279068
2011-03-17Do not block UI in IBusIMContext anymore.Peng Huang1-0/+4
Replace some block IPC calls with async IPC calls, and then IBusIMContext will not block UI anymore. BUG=http://crosbug.com/12310 TEST=Linux desktop Review URL: http://codereview.appspot.com/4287054
2011-03-16Add git.mk from gtk+ project, Use it to update .gitignorePeng Huang1-0/+2
BUG=none TEST=make Review URL: http://codereview.appspot.com/4280050
2011-03-10Update symbols file.Yusuke Sato1-1/+33
./autogen.sh ./configure --enable-gtk-doc make dpkg cp ppa/ibus-1.3.99.20110309/debian/libibus-1.0-0/DEBIAN/symbols debian/libibus-1.0-0.symbols vi debian/libibus-1.0-0.symbols # remove "-1phuang1~maverick1" make dpkg # confirm that lintian does not report an error. Review URL: http://codereview.appspot.com/4253068
2011-02-28Unify async and sync function names.Peng Huang1-2/+2
BUG=none TEST=Linux desktop Review URL: http://codereview.appspot.com/4246042
2011-02-18Fix make dpkg errors.Peng Huang1-0/+4
BUG=none TEST=make dpkg Review URL: http://codereview.appspot.com/4184055
2011-01-27Fix build debian package error.Peng Huang1-1/+1
BUG= TEST=make dpkg Review URL: http://codereview.appspot.com/4013046
2011-01-27Export async version ibus_input_context_process_key_event.Peng Huang1-0/+2
Some application may want to integrate with ibus directly, and want to use async mode for processing key events. So I make ibus_input_context_process_key_event to be an async function, and also added ibus_input_context_process_key_event_sync. Fix problem in introspection of Engine. BUG=none TEST=Tested in Ubuntu 10.10 Review URL: http://codereview.appspot.com/4032044
2011-01-21Fix some race conditions during create engine, also fix dpkg build error.Peng Huang1-0/+2
BUG=chromium-os:10750 TEST=on Linux desktop Review URL: http://codereview.appspot.com/3970044
2010-11-16Remove block call in ibus-daemon, and use async call instead and clean up code.Peng Huang1-7/+4
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-03Fix some issues within codereview.Peng Huang1-1/+1
2010-11-03Rename ibus_engine_desc_new2 and ibus_component_new2 to *_new_varargs.Peng Huang1-2/+2
wip.
2010-11-03Fix some problems in debian packages.Peng Huang4-5/+8
2010-11-03Fix some runtime errors.Peng Huang1-1/+1
2010-11-03Change version to 1.3.99Peng Huang6-241/+259
2010-11-03Use gdbus in glib, and get rid of libdbusPeng Huang4-146/+16
2010-07-05Update libibus2.symbolsPeng Huang1-0/+13
2010-07-05Remove some patches.Peng Huang2-31/+0
2010-06-09Update debian build scriptsPeng Huang1-1/+5
2010-06-07Update debian build scriptsPeng Huang3-1/+5
2010-06-05Support gtk3Peng Huang1-7/+8
2010-05-28Remove changelogPeng Huang1-5/+0
2010-05-28Add ppa target to generate debian source package.Peng Huang13-683/+459
2010-03-22Fix deb build problem.Peng Huang1-1/+1
2010-01-30Fix a typoPeng Huang1-1/+1
2010-01-30Update debian pacakge scriptsPeng Huang2-3/+31
2010-01-19Remove some symbols for debian package.Peng Huang1-2/+0
2009-12-10Change file mode.Peng Huang1-0/+0
2009-09-30Update debian packaging scripts from ubuntuPeng Huang47-1218/+1118
2009-02-11Rename iBus to IBus.Peng Huang1-1/+1
2008-09-24Remove commetted lineHuang Peng1-1/+0
2008-09-24Remove --with-gtk-im-module-dir in debian build script.Huang Peng1-2/+9
2008-09-11Import debian packaging files by 一叶 <oneleaf@gmail.com>.Huang Peng28-0/+1272