summaryrefslogtreecommitdiffstats
path: root/src/curses-ui/main.vala
AgeCommit message (Collapse)AuthorFilesLines
2018-07-18Debian packagingSebastian Reichel1-5/+2
2018-07-15all: simplify datadir configurationSebastian Reichel1-4/+10
This simplifies the datadir configuration and removes the expectation, that the code is executed from the repository. It should now be possible to install this into the system like any other common Linux application.
2018-06-29all: I18N supportSebastian 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