summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* style.css: Fix failure to start in GNOME FlashbackJeremy Bicha2017-12-011-1/+1
| | | | | | | The order for 'font' properties matters https://developer.gnome.org/gtk3/stable/chap-css-properties.html https://bugzilla.gnome.org/show_bug.cgi?id=791001
* autostart: Set NoDisplay=trueJeremy Bicha2017-10-131-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=788906
* A Hungarian layout file for the touch variant (layouts/touch/hu.xml.in) and ↵Romhányi Viktor2017-02-132-0/+426
| | | | | | the necessary updated Makefile.am https://bugzilla.gnome.org/show_bug.cgi?id=778538
* Czech layout: add ecaron and diaeresism.suchanek.2@gmail.com2017-02-081-0/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=777912
* The Czech layout (layouts/touch/cs.xml.in) along with an updated Makefile.amm.suchanek.2@gmail.com2017-02-022-0/+269
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=777912
* Added russian touch keyboard layoutIvan Kolesnikov2017-02-022-0/+119
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=776980
* Fix theme parsing error for antler keyboard style.cssParag Nemade2016-07-021-3/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=768105
* Add Polish special characters to tablet qwerty layoutPiotr Drąg2016-02-151-8/+34
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=756623
* Add Polish special characters to touch qwerty layoutPiotr Drąg2016-02-151-10/+48
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=756623
* Add Polish special characters to fullscale qwerty layoutPiotr Drąg2016-02-151-10/+48
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=756623
* Added new layout "tablet"Simon Schumann2016-02-108-1/+708
| | | | | | "tablet" is a fullscale layout but optimized for touch input https://bugzilla.gnome.org/show_bug.cgi?id=760470
* fixed ssharp for German fullscale layoutSimon Schumann2016-01-102-1/+4
|
* Added German fullscale layoutSimon Schumann2016-01-103-1/+228
|
* 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
|