From b2223d65951c3ad706d76d35e15df8cf2e17535f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Fri, 10 Jun 2011 18:18:58 +0200 Subject: Integrate GSettings, remember View settings. The org.logdiag ID has been chosen as I haven't found any specific rules and com.github.logdiag seems not to be future-proof. This domain remains available so far, anyway. The schemas are compiled only when installed directly to CMAKE_INSTALL_PREFIX to the root filesystem. When invoking `make install` with DESTDIR, only the XML files are copied over as the schemas would have to be recompiled later anyway. --- share/org.logdiag.gschema.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 share/org.logdiag.gschema.xml (limited to 'share') diff --git a/share/org.logdiag.gschema.xml b/share/org.logdiag.gschema.xml new file mode 100644 index 0000000..515e0b8 --- /dev/null +++ b/share/org.logdiag.gschema.xml @@ -0,0 +1,17 @@ + + + + true + Whether to show the main toolbar + + + true + Whether to show the library toolbar + + + true + Whether to show the grid + + + + -- cgit v1.2.3