summaryrefslogtreecommitdiffstats
path: root/src/main.vala
AgeCommit message (Collapse)AuthorFilesLines
2013-02-05add system clock checkSebastian Reichel1-0/+9
2013-02-05initial code for GPG supportSebastian Reichel1-0/+11
2012-10-06Add full audio support (Closes: GH-13)Sebastian Reichel1-2/+3
2012-10-05fix --help and add --versionSebastian Reichel1-4/+30
2012-10-05refactor scanner session codeSebastian Reichel1-62/+2
2012-10-05play audio on shutdown (GH-13)Sebastian Reichel1-6/+26
2012-10-05add system sounds (first part of GH-13)Sebastian Reichel1-0/+1
2012-10-05merge user import script into the web interfaceSebastian Reichel1-0/+5
Users can be imported from *.csv files via /users/import.
2012-10-02restructure code, switch from GTK to Web based UISebastian Reichel1-0/+113
- 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