summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Add support for qwertz layout as seen in deJan-Michael Brummer2015-03-303-0/+186
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=746482
* Merge azerty support and fr.xml.in in Makefile.amNicolas Chauvet2015-01-201-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=691811
* Add support for azerty layout as seen in frNicolas Chauvet2015-01-202-0/+183
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=691811
* us.xml: Fix escape key does not work.Raphael Freudiger2014-11-092-4/+4
| | | | | | Escape key name should be "Escape" instead of "Esc" https://bugzilla.gnome.org/show_bug.cgi?id=739711
* daemon: Start with D-Bus activationDavid King2014-09-013-4/+17
| | | | | | | | | | Install the daemon to libexecdir. Make the daemon own a name on the session bus, and install a D-Bus service file for it. Allow the name to be replaced by another process, so that a D-Bus activated daemon can be replaced by a GSettings-key autostarted daemon. Handle run() being called multiple times. https://bugzilla.gnome.org/show_bug.cgi?id=683712
* 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-226-20/+20
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=690435
* 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.
* 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
* Remove desktop fileWilliam Jon McCann2013-02-122-21/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=684887
* build: use git.mkDaiki Ueno2012-12-306-1/+13
| | | | | | | | 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-2/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687315
* Fix border-image slice values in antler's gtk CSSDaiki Ueno2012-11-021-1/+1
| | | | | | | According to CSS spec, border-image slice values are not denoted with length units. https://bugzilla.gnome.org/show_bug.cgi?id=687409
* make_schema: don't translate strings in schema filesDaiki Ueno2012-10-181-2/+4
| | | | | | | Prevent summary and description fields in gschema files from being translated. Also embed gettext-domain in schemas. https://bugzilla.gnome.org/show_bug.cgi?id=686200
* Not using units is deprecated in gtk CSS is deprecatedStef Walter2012-04-191-4/+4
| | | | | | * Use 'px' instead. https://bugzilla.gnome.org/show_bug.cgi?id=674344
* Autostart only in GNOME and UnityAlexandre Rostovtsev2011-10-091-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=660901
* Completely remove emoticon button for now.Eitan Isaacson2011-07-184-7/+6
| | | | Re-align space key.
* Remove smiley buttonNohemi Fernandez2011-07-182-5/+1
|
* Add fullscale keyboardNohemi Fernandez2011-07-185-1/+371
| | | | | The fullscale keyboard extends the US touch layout by including keys from the hardware keyboard (ie. Ctrl/Alt, etc).
* Use XSLT to make keyboard definitions easier.Eitan Isaacson2011-06-227-309/+161
|
* abolish margin and use alignEitan Isaacson2011-06-223-60/+60
|
* Converted layout files to XML.Eitan Isaacson2011-06-1410-527/+654
|
* Added service.in file to EXTRA_DIST and service file to CLEANFILES.Eitan Isaacson2011-06-131-2/+3
|
* Added Antler CSS to distEitan Isaacson2011-06-131-0/+1
|
* Use generic keyboard service name.Eitan Isaacson2011-06-081-1/+1
| | | | | | | | - Have it replaceable by a service that is activated later. - Have Antler quit if the generic name is acquired by a new service. - Keep non-replaceable implementation specific name on bus. https://bugzilla.gnome.org/show_bug.cgi?id=651702
* Add prefs button to scan keyboardEitan Isaacson2011-06-011-2/+2
|
* Added "scan" layout.Eitan Isaacson2011-05-283-1/+74
|
* Add scanning style to CSSEitan Isaacson2011-05-281-2/+31
|
* Added custom antler keyboard theme.Eitan Isaacson2011-05-054-1/+163
|
* Updated make_schema.py and data/Makefile.amEitan Isaacson2011-05-051-3/+8
| | | | Make settings python files dependancies for schemas
* Added executable and DBus service file for Antler.Eitan Isaacson2011-05-022-0/+10
|
* Major re-work of Python modules:Eitan Isaacson2011-05-027-11/+11
| | | | | | | | | * 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.
* layouts: Use floats everywhere in json files.Eitan Isaacson2011-05-023-41/+41
|
* Do expected level transitions.Eitan Isaacson2011-05-023-7/+17
|
* Added exclam down and questiondown to "us" keyboard.Eitan Isaacson2011-05-021-2/+2
|
* Added Israel layoutEitan Isaacson2011-05-022-0/+120
|
* Added Arabic layoutEitan Isaacson2011-05-022-0/+120
|
* Use new layout format. Added sub-keys. Added group change notification.Eitan Isaacson2011-05-0211-3218/+216
|
* Adjusted Caribou to use new C library.Eitan Isaacson2011-04-166-44/+44
|
* Fix distcheckEitan Isaacson2011-03-211-1/+2
|
* Made seperate desktop file for autostartEitan Isaacson2011-03-203-1/+12
|
* Generate GSettings schema instead of GConf schema.Eitan Isaacson2011-03-071-19/+8
|
* Make caribou startup automaticallyBastien Nocera2011-02-251-0/+1
| | | | | | | | When the on-screen keyboard is enabled. This means that Caribou will start on GNOME 3 when the on-screen keyboard setting is enabled in the Universal Access panel. https://bugzilla.gnome.org/show_bug.cgi?id=643311
* Added the Japanese QWERTY layout file.Jiro Matsuzawa2011-01-031-0/+782
|
* Make distcheck pass.CARIBOU_0_1_6Eitan Isaacson2010-12-191-5/+7
|
* Force current caribou to use new settings code. Might still be buggy.Eitan Isaacson2010-12-091-676/+0
|