summaryrefslogtreecommitdiff
path: root/caribou/daemon/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build: use git.mkDaiki Ueno2012-12-301-0/+2
| | | | | | | | Use git.mk to generate .gitignore files upon building. Also remove *.[ch] from CLEANFILES since it makes little sense with automake Vala support. https://bugzilla.gnome.org/show_bug.cgi?id=687315
* build: suppress Python bytecode generation when buildingDaiki Ueno2012-12-301-3/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687315
* Major re-work of Python modules:Eitan Isaacson2011-05-021-0/+8
* Created Antler to use new keyboard model via PyGI * Rearanged settings to accomodate view/model seperation. * Created in preferences executable, it will be a standalone generic caribou settings UI where we will eventually get the important stuff in GNOME's control panel. * DBusified the UI.