diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2011-06-10 18:18:58 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2011-06-12 10:05:16 +0200 |
commit | b2223d65951c3ad706d76d35e15df8cf2e17535f (patch) | |
tree | 50f8b823c9a115483975f41b7cd2a75401430b22 /NEWS | |
parent | e1e9a6d3198516e9924068b4fab0d4df070a76a5 (diff) | |
download | logdiag-b2223d65951c3ad706d76d35e15df8cf2e17535f.tar.gz logdiag-b2223d65951c3ad706d76d35e15df8cf2e17535f.tar.xz logdiag-b2223d65951c3ad706d76d35e15df8cf2e17535f.zip |
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |