summaryrefslogtreecommitdiffstats
path: root/src/input-device
AgeCommit message (Collapse)AuthorFilesLines
2018-06-28all: I18N supporttestingSebastian Reichel3-15/+18
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 Rudolph2-0/+2
2018-06-28all: Add DBusError to avoid warnings with valac 0.40Sebastian Reichel3-2/+4
2018-06-28Add RFID supportJohannes Rudolph1-3/+10
2017-12-29adds dockerHolger Cremer1-0/+4
2017-04-18all: switch from session to system busSebastian Reichel1-2/+2
2015-09-12input-device: add new daemonSebastian Reichel5-0/+395
The input-device daemon can be used instead of the serial-device daemon for barcode scanners, that are connected as HID device.