summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2018-07-15build: switch to meson buildsystemSebastian Reichel1-0/+1
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 Reichel1-0/+2
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, "");
2015-06-12a simple cli interface to send barcodesHolger Cremer1-0/+1
2014-02-02update configure scriptSebastian Reichel1-0/+2
configure script now generates configuration files for the sourcecode and the build system.
2013-05-20update gitignoreSebastian Reichel1-3/+2
2012-10-02restructure code, switch from GTK to Web based UISebastian Reichel1-2/+3
- move barcode generation scripts into generation/ - move code to src/ - remove database analysis from invoice/graph - put database creation sql files into sql/ - remove glade builder file - add new templates/ directory, which contains files used by the Web-UI
2012-09-14ignore some more filesSebastian Reichel1-0/+2
2012-06-06event based approachLennart Weller1-0/+1
2012-04-28ignore generated binarySebastian Reichel1-0/+1