summaryrefslogtreecommitdiffstats
path: root/src/input-device/input-device.vala
AgeCommit message (Collapse)AuthorFilesLines
2018-06-28all: I18N supporttestingSebastian Reichel1-6/+6
This adds I18N support using standard gettext system together with an initial German translation. This can be used to search locales in some directory: Intl.bindtextdomain("shopsystem", "/home/sre/src/serial-barcode-scanner"); And this can be used to switch language at runtime: Intl.setlocale(LocaleCategory.ALL, "");
2018-06-28Update CopyrightJohannes Rudolph1-0/+1
2018-06-28all: Add DBusError to avoid warnings with valac 0.40Sebastian Reichel1-1/+1
2017-12-29adds dockerHolger Cremer1-0/+4
2015-09-12input-device: add new daemonSebastian Reichel1-0/+317
The input-device daemon can be used instead of the serial-device daemon for barcode scanners, that are connected as HID device.