summaryrefslogtreecommitdiffstats
path: root/src/scanner-session/scannersession.vala
AgeCommit message (Collapse)AuthorFilesLines
2018-06-28all: I18N supporttestingSebastian Reichel1-24/+22
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-8/+10
2018-06-28Add RFID supportJohannes Rudolph1-5/+15
2018-06-28scanner-session: initial state machine implementationJohannes Rudolph1-124/+187
2018-06-28scanner-session: add getCodeType()Johannes Rudolph1-0/+22
2018-06-28scanner-session: add play_audio()Johannes Rudolph1-0/+20
2017-09-29scanner-session: make valac-0.36 happySebastian Reichel1-1/+1
2017-04-18Merge branch 'master' into customizable_user_soundsSebastian Reichel1-4/+4
2017-04-18all: switch from session to system busSebastian Reichel1-4/+4
2017-04-16adds a new feature: a user can select it's sond theme in the web interface. ↵Holger Cremer1-1/+4
If not selected, a random theme is used.
2016-09-17move disabled flag from auth table to user tableSebastian Reichel1-1/+1
2015-09-13Add support for aliased EANsSebastian Reichel1-0/+1
Some products are sold under different EANs (e.g. per-country EANs). The alias table can be used to map multiple EANs to a single product.
2015-09-12input-device: add new daemonSebastian Reichel1-2/+2
The input-device daemon can be used instead of the serial-device daemon for barcode scanners, that are connected as HID device.
2015-06-13replace the popup with an overlay over the messagebox - this is much better ↵Holger Cremer1-3/+3
on very small screens
2015-06-12a simple cli interface to send barcodesHolger Cremer1-192/+196
2015-06-10show a popup for invalid product or missing loginHolger Cremer1-3/+8
2013-06-15handle DatabaseError in db.get_product_nameSebastian Reichel1-1/+18
2013-04-28report sale removal to UIdbusSebastian Reichel1-1/+4
2013-04-28send out error message via dbusSebastian Reichel1-1/+1
2013-04-27fallback to default themeSebastian Reichel1-2/+8
2013-03-27handle errorsSebastian Reichel1-2/+17
2013-03-26code restructureSebastian Reichel1-0/+164