summaryrefslogtreecommitdiffstats
path: root/src/config
AgeCommit message (Collapse)AuthorFilesLines
2018-07-15all: simplify datadir configurationSebastian Reichel1-3/+1
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-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-6/+9
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 Reichel2-16/+16
2017-04-18all: switch from session to system busSebastian Reichel1-1/+1
2015-04-07Make the Makefile more quietSebastian Reichel1-0/+1
2014-04-09silence C-Compiler warningsSebastian Reichel1-1/+1
2013-04-28improve config file location findingSebastian Reichel1-1/+3
2013-03-26ignore binariesSebastian Reichel1-0/+1
2013-03-26code restructureSebastian Reichel4-0/+137