<feed xmlns='http://www.w3.org/2005/Atom'>
<title>logdiag/share, branch origin/master</title>
<subtitle>Schematic editor</subtitle>
<id>http://cgit.janouch.name/logdiag/atom?h=origin%2Fmaster</id>
<link rel='self' href='http://cgit.janouch.name/logdiag/atom?h=origin%2Fmaster'/>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/'/>
<updated>2022-07-25T11:31:32Z</updated>
<entry>
<title>Tidy up GSettings</title>
<updated>2022-07-25T11:31:32Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2022-07-25T11:30:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=9003f36ba25426aa28db505384cc50b426e6505b'/>
<id>urn:sha1:9003f36ba25426aa28db505384cc50b426e6505b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Close symbol paths where appropriate</title>
<updated>2021-11-02T09:36:17Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-11-02T09:35:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=7499f92811cadbd5928dab8d092014bc72aa2b1d'/>
<id>urn:sha1:7499f92811cadbd5928dab8d092014bc72aa2b1d</id>
<content type='text'>
Removes some ugliness in PDF exports, stemming from line thickness.
</content>
</entry>
<entry>
<title>Use GResources for the UI file and the LICENSE</title>
<updated>2021-11-01T11:20:16Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-11-01T09:53:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=3465557a5b3b09b563fc45d2c3b13f09c4935a34'/>
<id>urn:sha1:3465557a5b3b09b563fc45d2c3b13f09c4935a34</id>
<content type='text'>
 - The About dialog now displays the licence.
 - The main UI file is now integrated into the binary.

The project needed some of its ugly CMake code back.
</content>
</entry>
<entry>
<title>Add basic print functionality</title>
<updated>2021-10-28T03:57:27Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-10-25T13:54:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=4f01392de56f44e33a7e0989a340cced73147a5a'/>
<id>urn:sha1:4f01392de56f44e33a7e0989a340cced73147a5a</id>
<content type='text'>
Sadly, the line width depends on the widget's DPI, which seems to
even cause uneven lines on Windows, where virtual printers claim
high DPI.  It might also be an unrelated problem.

Similarly, selected objects are exported highlighted.

Other than that, it works quite well.

Add a manifest to make the print dialog look nice with the older
GTK+ bundle we depend upon.

The RC file could theoretically be scanned for /\s+"([^"]+)"\s*$/,
unescaped, and the results configure_file()-stamped.
</content>
</entry>
<entry>
<title>Clean up</title>
<updated>2021-10-28T03:18:03Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-10-28T03:18:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=a4a0dd2106bc183408441c20a17d5d1c53fa52b9'/>
<id>urn:sha1:a4a0dd2106bc183408441c20a17d5d1c53fa52b9</id>
<content type='text'>
It turns out the RC detection snippet is no longer necessary
after the recent CMake version bump.

The "name" argument in the UI file is redundant, implied by "action".
</content>
</entry>
<entry>
<title>Add the user guide to the Help menu</title>
<updated>2021-10-25T00:50:14Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-10-24T22:59:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=da0a5c43dc53a48a70f4f1a15bce081b87bbe85f'/>
<id>urn:sha1:da0a5c43dc53a48a70f4f1a15bce081b87bbe85f</id>
<content type='text'>
The old GLib put up a good fight, it says "URIs not supported"
even for the file:// scheme.
</content>
</entry>
<entry>
<title>Bump the CMake version requirement, fix Windows</title>
<updated>2021-10-22T18:08:51Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-10-22T13:04:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=47fb9653b86986a76d9a5dd67955ffd598755e17'/>
<id>urn:sha1:47fb9653b86986a76d9a5dd67955ffd598755e17</id>
<content type='text'>
 - Add a missing runtime library for gettext-tools.
 - Remove the no longer necessary customized FindGettext.cmake,
   since the downloaded gettext binaries are new enough.
 - Make the installer at least ask to uninstall previous versions.
 - Adjust the PATH of tests so that they'll run on Windows directly.
 - Fix quoting so that the project will build inside paths with spaces.
 - Resolve a GSettings deprecation warning.
 - Update the README's build instructions as appropriate.
 - Require CMake 3.9 because of the README's suggestion to fix
   FindPkgConfig.cmake manually using separate_arguments(UNIX_COMMAND).

Tested build configurations:
 - native Arch Linux,
 - native Windows XP with the newest NSIS,
 - Arch Linux Mingw-w64 i686 Win32Depends.cmake NSIS cross-build + XP,
 - Arch Linux Mingw-w64 x86_64 MSYS2 NSIS cross-build + Windows 10.

Detected issues:
 - The file save dialog will not add the extension automatically,
   seen with MSYS2.
</content>
</entry>
<entry>
<title>Support multiple filenames on command line.</title>
<updated>2012-10-09T16:03:28Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p.janouch@gmail.com</email>
</author>
<published>2012-10-09T16:03:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=0066917014d32f80b70982b927ee5a6859b0cbd5'/>
<id>urn:sha1:0066917014d32f80b70982b927ee5a6859b0cbd5</id>
<content type='text'>
Should work fine, although I doubt anyone would use it.
</content>
</entry>
<entry>
<title>Remove category icons.</title>
<updated>2012-10-08T05:29:57Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p.janouch@gmail.com</email>
</author>
<published>2012-08-29T13:46:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=ef64c0427f58f1d286823cbb9c1929d3ebec730f'/>
<id>urn:sha1:ef64c0427f58f1d286823cbb9c1929d3ebec730f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace LdLibraryToolbar with LdLibraryPane.</title>
<updated>2012-10-07T22:12:58Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p.janouch@gmail.com</email>
</author>
<published>2012-08-10T01:38:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=00a50737f365f6d99c4cb43b41fe5085f70bf178'/>
<id>urn:sha1:00a50737f365f6d99c4cb43b41fe5085f70bf178</id>
<content type='text'>
</content>
</entry>
</feed>
