summaryrefslogtreecommitdiffstats
path: root/src/curses-ui/main.vala
AgeCommit message (Collapse)AuthorFilesLines
2018-06-28all: I18N supporttestingSebastian Reichel1-5/+8
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/+2
2018-06-28all: Add DBusError to avoid warnings with valac 0.40Sebastian Reichel1-12/+5
2018-06-28all: replace hard-coded KtT branding with dynamic textJohannes Rudolph1-0/+9
* extend config file with general details * extend curves-ui makefile add config * Use name from config * replace static text with dynamic text * read short name and long name from config * replace SHORTNAME tags with the shortname * replace mail related branding information * add missing Replacement * make VAT (Umsatzsteuer) optional * make space name dynamic * make short name in treasuremail text dynamic * make pdf text more dynamic
2018-06-28curses-ui: Load logo from fileJohannes Rudolph1-1/+3
This loads the ASCII art logo shown in the curses UI from a file instead of having it hard-coded in the binary.
2017-04-18all: switch from session to system busSebastian Reichel1-2/+2
2015-06-13waiting time reducedHolger Cremer1-1/+1
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-10show a popup for invalid product or missing loginHolger Cremer1-5/+11
2013-04-28do not set loghandler before ui is initializedSebastian Reichel1-2/+2
2013-04-27do not wait for audio stream on ui exitSebastian Reichel1-5/+10
2013-03-27display messages from scanner sessionSebastian Reichel1-1/+10
2013-03-27handle errorsSebastian Reichel1-3/+15
2013-03-26code restructureSebastian Reichel1-0/+49