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.
This commit is contained in:
2011-06-10 18:18:58 +02:00
parent e1e9a6d319
commit b2223d6595
7 changed files with 80 additions and 3 deletions

1
NEWS
View File

@@ -1,5 +1,6 @@
Version TBD
- Added scrolling using the middle mouse button.
- View menu settings are remembered.
- Fixed command line parsing on Windows,
it's not limited to the system ANSI codepage anymore.
- Fixed checking for the shift key when selecting.