summaryrefslogtreecommitdiffstats
path: root/src/serial-device/serial-device.vala
AgeCommit message (Collapse)AuthorFilesLines
2018-06-29all: I18N supportSebastian Reichel1-10/+10
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-28all: Add DBusError to avoid warnings with valac 0.40Sebastian Reichel1-1/+1
2015-09-12input-device: add new daemonSebastian Reichel1-1/+1
The input-device daemon can be used instead of the serial-device daemon for barcode scanners, that are connected as HID device.
2013-04-27fix byterate dividerSebastian Reichel1-1/+1
2013-03-26code restructureSebastian Reichel1-0/+281