summaryrefslogtreecommitdiffstats
path: root/src/serial-device
AgeCommit message (Collapse)AuthorFilesLines
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-18/+21
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 Reichel2-1/+3
2018-06-28Add RFID supportJohannes Rudolph1-3/+3
2017-04-18all: switch from session to system busSebastian Reichel1-2/+2
2015-09-12input-device: add new daemonSebastian Reichel4-24/+4
The input-device daemon can be used instead of the serial-device daemon for barcode scanners, that are connected as HID device.
2015-04-07Make the Makefile more quietSebastian Reichel1-0/+1
2014-04-09silence C-Compiler warningsSebastian Reichel1-1/+1
2013-04-27fix byterate dividerSebastian Reichel1-1/+1
2013-03-26ignore binariesSebastian Reichel1-0/+1
2013-03-26code restructureSebastian Reichel4-0/+357