<feed xmlns='http://www.w3.org/2005/Atom'>
<title>logdiag, branch v0.3.0</title>
<subtitle>Schematic editor</subtitle>
<id>http://cgit.janouch.name/logdiag/atom?h=v0.3.0</id>
<link rel='self' href='http://cgit.janouch.name/logdiag/atom?h=v0.3.0'/>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/'/>
<updated>2021-11-03T06:18:35Z</updated>
<entry>
<title>Bump version, update NEWS</title>
<updated>2021-11-03T06:18:35Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-11-03T06:18:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=9dc1d20d6ccf7659ce521003d135bc83ea6c0331'/>
<id>urn:sha1:9dc1d20d6ccf7659ce521003d135bc83ea6c0331</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CMakeLists.txt: fix macOS build</title>
<updated>2021-11-02T15:29:30Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-11-02T15:25:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=66a3b3e259e8d46a046b3b4b9a9253dd3e2a394e'/>
<id>urn:sha1:66a3b3e259e8d46a046b3b4b9a9253dd3e2a394e</id>
<content type='text'>
GTK+ doesn't seem to be working much on macOS/brew/M1, though.
</content>
</entry>
<entry>
<title>Make note of an alternative export approach</title>
<updated>2021-11-02T10:43:49Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-11-02T10:43:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=3ff0f117f9344a2bbfa352bfa4fb9514d7ce6979'/>
<id>urn:sha1:3ff0f117f9344a2bbfa352bfa4fb9514d7ce6979</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reset view position on opening a file</title>
<updated>2021-11-02T10:28:48Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-11-02T10:28:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=de291ffddb3c92252199dc424d68c2adc84c53f8'/>
<id>urn:sha1:de291ffddb3c92252199dc424d68c2adc84c53f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add all opened files to the recent list</title>
<updated>2021-11-02T10:24:40Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-11-02T09:56:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=baaca4c58f92115676638599fa50c35b50351f9c'/>
<id>urn:sha1:baaca4c58f92115676638599fa50c35b50351f9c</id>
<content type='text'>
The GTK+ file open/save dialog has already been adding them,
but opening files from the command line would circumvent that path.
</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>CMakeFiles.txt: remove a confused comment</title>
<updated>2021-11-01T12:04:26Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-11-01T12:04:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=deceafb4f4b6d2c59c6dbd6358d5ad68ae88fa59'/>
<id>urn:sha1:deceafb4f4b6d2c59c6dbd6358d5ad68ae88fa59</id>
<content type='text'>
The process is not executed from a Makefile, the concern is void.
</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>CMakeLists.txt: shuffle things around</title>
<updated>2021-11-01T10:57:01Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-11-01T09:34:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=082f1aa41c9d08fcb72e0af14ce5f3475c93482b'/>
<id>urn:sha1:082f1aa41c9d08fcb72e0af14ce5f3475c93482b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't generate marshallers in the source tree</title>
<updated>2021-11-01T09:14:19Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-11-01T09:08:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=8950a533b414c39d9bf15b87ae57f28f5b4f154e'/>
<id>urn:sha1:8950a533b414c39d9bf15b87ae57f28f5b4f154e</id>
<content type='text'>
This is much cleaner.  I'm unsure of the original motivations,
perhaps I just wanted to have all source files next to each other.
There is no functional issue with the build directory, though.
</content>
</entry>
</feed>
