summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Tajik translation updatedVictor Ibragimov2013-12-201-4/+8
|
* Enable string from daemon.vala file for translationParag Nemade2013-12-203-2/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=720653
* Post-release bumpDaiki Ueno2013-11-191-1/+1
|
* Release 0.4.13CARIBOU_0_4_13Daiki Ueno2013-11-181-0/+6
|
* xadapter: disable slowkeys when sending key eventManuel BACHMANN2013-11-052-0/+38
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=698746
* Updated slovak translationPavol Klačanský2013-09-221-29/+28
|
* Post-release bumpDaiki Ueno2013-08-211-1/+1
|
* Release 0.4.12CARIBOU_0_4_12Daiki Ueno2013-08-211-0/+6
|
* libcaribou: factor out X dependencyDaiki Ueno2013-08-096-34/+199
| | | | | | | This patch adds a new abstract class DisplayAdapter to handle multiple display backends, other than X. https://bugzilla.gnome.org/show_bug.cgi?id=705720
* Tajik translation updatedVictor Ibragimov2013-07-301-21/+24
|
* Tajik translation updatedVictor Ibragimov2013-07-261-21/+21
|
* Post-release bumpDaiki Ueno2013-06-041-1/+1
|
* Release 0.4.11CARIBOU_0_4_11Daiki Ueno2013-06-042-1/+9
| | | | Also fix missing post-release version bump at the previous release.
* build: fix VPATH build in data directoryDaiki Ueno2013-06-042-4/+8
|
* build: use suffix rule to generates layoutsDaiki Ueno2013-04-222-10/+20
| | | | | To handle dependencies on common/*.xml, use suffix rule instead of pattern rule.
* Make key repeat work againDaiki Ueno2013-04-228-24/+36
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=690435
* Updated Korean translationSeong-ho Cho2013-03-221-35/+10
|
* [l10n] Added Tadjik translationVictor Ibragimov2013-03-192-0/+251
|
* Release 0.4.10CARIBOU_0_4_10Daiki Ueno2013-03-191-0/+6
|
* Converted Portuguese translation to New Spelling (Novo AO)Duarte Loreto2013-03-171-38/+31
|
* Add --help option to caribou commandDaiki Ueno2013-03-151-0/+14
|
* Post-release bumpDaiki Ueno2013-03-042-2/+2
|
* Release 0.4.9CARIBOU_0_4_9Daiki Ueno2013-03-041-0/+8
|
* daemon: check if atspi bus is ready to useDaiki Ueno2013-03-041-1/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=694921
* Fix errors when building with python 3Daiki Ueno2013-02-282-6/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=694480
* xml-deserializer: fallback to "touch" keyboard type, if not foundDaiki Ueno2013-02-261-0/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=689844
* Create tar.xz archive on "make dist", instead of tar.gzDaiki Ueno2013-02-201-1/+1
|
* Update version in README and fix a typoDaiki Ueno2013-02-201-2/+2
|
* build: Mark as not supporting srcdir != builddirColin Walters2013-02-181-0/+6
| | | | | | Basically automake's vala rules cd $(srcdir), which breaks variable references like $(top_srcdir), since they're relative to the build directory.
* Post-release bumpDaiki Ueno2013-02-181-1/+1
|
* Release 0.4.8CARIBOU_0_4_8Daiki Ueno2013-02-181-0/+13
|
* Update doapDaiki Ueno2013-02-181-0/+8
|
* Track XKB group configuration changeDaiki Ueno2013-02-182-14/+44
| | | | | | | | | | | | Since GNOME 3.6, switching XKB layouts changes the group configuration, while libcaribou assumes that the configuration is fixed during the session. This patch tries to track group configuration changes and allow clients to reconstruct keyboard UI through two new signals: KeyboardModel::group-added and KeyboardModel::group-removed. https://bugzilla.gnome.org/show_bug.cgi?id=694011
* Revert "Define make dependencies on layout files"Daiki Ueno2013-02-172-4/+0
| | | | | This reverts commit fdf8f0e68e6e1c69496c8fd1146d5e363d1776e0. It did not work well with the existing wildcard rules.
* Fix distcheck.Daiki Ueno2013-02-172-1/+1
|
* Don't rebuild docs on every "make" run.Daiki Ueno2013-02-171-6/+12
| | | | | Create timestamp files to avoid redundant valadoc invocation. This is a port of folks bug#691923.
* Port daemon from Python to ValaDaiki Ueno2013-02-1710-179/+227
| | | | | | This eliminates the need of the shell script wrapper. https://bugzilla.gnome.org/show_bug.cgi?id=688218
* Include atspi-2.vapi and config.vapiDaiki Ueno2013-02-173-0/+810
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=688218
* Move external vapi files under $(top_srcdir)/vapiDaiki Ueno2013-02-176-4/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=688218
* Define make dependencies on layout filesDaiki Ueno2013-02-172-0/+4
|
* Add missing symbols to fullscale layouts.Daiki Ueno2013-02-171-30/+30
|
* Add back missing grave to touch layoutsDaiki Ueno2013-02-161-2/+2
| | | | Minor fix to the last commit.
* Add missing symbols to touch layoutsDaiki Ueno2013-02-161-30/+30
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680556
* Don't check the toolkit-accessibility settingMatthias Clasen2013-02-131-50/+0
| | | | | It is irrelevant for gtk3 and clutter apps. https://bugzilla.gnome.org/show_bug.cgi?id=693616
* Remove desktop fileWilliam Jon McCann2013-02-122-21/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=684887
* Updated Uyghur translationGheyret Kenji2013-01-271-24/+21
| | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
* libcaribou: fix dereferencing Gdk.XEvent pointer with Vala 0.16Daiki Ueno2013-01-211-0/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=691992
* Post-release bumpAlejandro Piñeiro2013-01-151-1/+1
|
* Release 0.4.7CARIBOU_0_4_7Alejandro Piñeiro2013-01-151-0/+17
|
* Fix 'make install' when --enable-docs is usedAlejandro Piñeiro2013-01-151-1/+0
| | | | | | | | Commit 89b918dfbb11f8ccc3162eb84097c39baccac9cc added documentation, using folks module as reference. It failed when doing 'make install' (so also 'make distcheck') because it tried to install a img/png directory that exists at folks but not on caribou.