summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2018-07-15build: switch to meson buildsystemSebastian Reichel1-15/+11
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-1/+13
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-04-07Make the Makefile more quietSebastian Reichel1-4/+4
2013-04-28add dbus service filesSebastian Reichel1-0/+1
2013-03-26code restructureSebastian Reichel1-12/+8
2013-02-25s/curses/ncursesw/gSebastian Reichel1-1/+1
2013-02-25new curses user interfaceSebastian Reichel1-2/+2
2013-02-05initial code for GPG supportSebastian Reichel1-2/+2
2012-10-05fix --help and add --versionSebastian Reichel1-1/+1
2012-10-05refactor scanner session codeSebastian Reichel1-1/+1
2012-10-05merge user import script into the web interfaceSebastian Reichel1-2/+2
Users can be imported from *.csv files via /users/import.
2012-10-02Initial Audio Support via GStreamerSebastian Reichel1-2/+2
2012-10-02restructure code, switch from GTK to Web based UISebastian Reichel1-9/+13
- 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-08-08lock serial deviceSebastian Reichel1-1/+1
2012-08-08switch from terminal to gtk windowSebastian Reichel1-1/+1
2012-08-06add new restock GTK dialogSebastian Reichel1-2/+2
2012-05-16add database creation scriptSebastian Reichel1-0/+3
2012-05-16disable web.vala for nowSebastian Reichel1-1/+2
2012-05-16code refactor + changed status led meaningSebastian Reichel1-1/+1
2012-05-16add lokal backendSebastian Reichel1-2/+2
2012-04-30use valac-0.16Sebastian Reichel1-1/+1
2012-04-28initial code importSebastian Reichel1-0/+12