summaryrefslogtreecommitdiffstats
path: root/src/input-device/main.vala
AgeCommit message (Collapse)AuthorFilesLines
2018-06-29all: I18N supportSebastian Reichel1-8/+11
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-0/+2
2018-06-28Add RFID supportJohannes Rudolph1-3/+10
2017-04-18all: switch from session to system busSebastian Reichel1-2/+2
2015-09-12input-device: add new daemonSebastian Reichel1-0/+47
The input-device daemon can be used instead of the serial-device daemon for barcode scanners, that are connected as HID device.