summaryrefslogtreecommitdiffstats
path: root/src/pgp
AgeCommit message (Collapse)AuthorFilesLines
2018-06-29all: I18N supportSebastian Reichel3-10/+12
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-28pgp: replace deprecated Archive.Read.support_compression_all with ↵Sebastian Reichel1-1/+1
Archive.Read.support_filter_all
2018-06-28all: Add DBusError to avoid warnings with valac 0.40Sebastian Reichel3-6/+8
2017-04-18all: switch from session to system busSebastian Reichel1-2/+2
2016-08-04pgp: libgpgme requires _FILE_OFFSET_BITS=64Sebastian Reichel1-1/+1
2015-04-07Make the Makefile more quietSebastian Reichel1-0/+1
2014-04-09silence C-Compiler warningsSebastian Reichel1-1/+1
2013-03-26ignore binariesSebastian Reichel1-0/+1
2013-03-26code restructureSebastian Reichel4-0/+210