summaryrefslogtreecommitdiffstats
path: root/src/audio/main.vala
AgeCommit message (Collapse)AuthorFilesLines
2018-06-28all: I18N supporttestingSebastian 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-0/+2
2017-04-18all: switch from session to system busSebastian Reichel1-2/+2
2013-04-28put audio path into configSebastian Reichel1-3/+11
2013-04-27fix init in audio daemonSebastian Reichel1-0/+4
2013-03-26code restructureSebastian Reichel1-0/+38