summaryrefslogtreecommitdiffstats
path: root/src/input-device
AgeCommit message (Collapse)AuthorFilesLines
2018-07-18Debian packagingSebastian Reichel1-1/+0
2018-07-15build: switch to meson buildsystemSebastian Reichel1-10/+0
We build the project with 'meson' now instead of using custom configure script + GNU Makefiles. To build the project, go to the project root directory and use the following commands: Building: meson build cd build ninja Update Language Files: ninja shopsystem-pot ninja shopsystem-update-po Install: DESTDIR=./tmp ninja install
2018-06-29all: I18N supportSebastian 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.