summaryrefslogtreecommitdiffstats
path: root/src/pdf-invoice/main.vala
AgeCommit message (Collapse)AuthorFilesLines
2018-07-15all: simplify datadir configurationSebastian Reichel1-1/+2
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-7/+10
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-28all: Add DBusError to avoid warnings with valac 0.40Sebastian Reichel1-2/+4
2017-04-18all: switch from session to system busSebastian Reichel1-2/+2
2013-05-16pdf-invoice: get datapath from configSebastian Reichel1-1/+12
2013-03-26code restructureSebastian Reichel1-0/+36