<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dialog-rs, branch v0.1.0</title>
<subtitle>Display dialog boxes using various backends (Rust library)</subtitle>
<id>https://git.ireas.org/dialog-rs/atom?h=v0.1.0</id>
<link rel='self' href='https://git.ireas.org/dialog-rs/atom?h=v0.1.0'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/dialog-rs/'/>
<updated>2019-01-08T04:15:26Z</updated>
<entry>
<title>Release v0.1.0</title>
<updated>2019-01-08T04:15:26Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2019-01-08T04:15:26Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/dialog-rs/commit/?id=72200eb89e91019777f84c881caf5d3cc9649fbd'/>
<id>urn:sha1:72200eb89e91019777f84c881caf5d3cc9649fbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor io::Error into custom Error enum</title>
<updated>2019-01-08T04:13:45Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2019-01-08T04:13:23Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/dialog-rs/commit/?id=4ffee6bacc3579c57687f4029d2fc73213592c39'/>
<id>urn:sha1:4ffee6bacc3579c57687f4029d2fc73213592c39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add question dialog boxes</title>
<updated>2019-01-08T03:54:39Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2019-01-08T03:49:42Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/dialog-rs/commit/?id=fce7d2b9bf30e09b615dbd77b4dd7db94d623bfb'/>
<id>urn:sha1:fce7d2b9bf30e09b615dbd77b4dd7db94d623bfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add input dialog boxes</title>
<updated>2019-01-08T03:54:20Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2019-01-08T03:16:20Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/dialog-rs/commit/?id=ec84c425282c3fd26f5e862b7864ad2ae7ec1e2e'/>
<id>urn:sha1:ec84c425282c3fd26f5e862b7864ad2ae7ec1e2e</id>
<content type='text'>
This patch implements input dialog boxes.  This required some
refactoring in the dialog backend to allow additional arguments after
the width and the height.
</content>
</entry>
<entry>
<title>Move tests/ to examples/</title>
<updated>2019-01-08T03:54:14Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2019-01-08T02:55:11Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/dialog-rs/commit/?id=1c76a540d647f351e27498e6f2135ff404853693'/>
<id>urn:sha1:1c76a540d647f351e27498e6f2135ff404853693</id>
<content type='text'>
So far it is hard to write unit tests for this crate as we don’t have
much logic.  The existing tests are usage examples, therefore they are
moved to the examples directory.  They can be run with `cargo run
--example &lt;name&gt;`.
</content>
</entry>
<entry>
<title>backends/Dialog: Add support for output handling</title>
<updated>2019-01-08T03:54:07Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2019-01-08T02:21:32Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/dialog-rs/commit/?id=9fc28c2099b50484a4b3154f64f764904d57334e'/>
<id>urn:sha1:9fc28c2099b50484a4b3154f64f764904d57334e</id>
<content type='text'>
dialog(1) uses stdin to display the dialog boxes and prints output to
stderr (if applicable).  This patch changes the command invocation in
the Dialog backend to capture stderr.  stdin and stdout are inherited
from the main process so that dialog can display the dialog boxes and
receive user input.
</content>
</entry>
<entry>
<title>Implement message boxes using the dialog backend</title>
<updated>2019-01-08T03:54:00Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2019-01-08T02:11:55Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/dialog-rs/commit/?id=a0b0a3c6a57097d56c5c471e5cb72bbde8198da8'/>
<id>urn:sha1:a0b0a3c6a57097d56c5c471e5cb72bbde8198da8</id>
<content type='text'>
This patch adds a first dialog box type, message boxes, and a first
backend, the dialog(1) tool.  It does not yet address the problems of
output handling and backend selection.
</content>
</entry>
<entry>
<title>Create project skeleton</title>
<updated>2019-01-08T03:53:45Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2019-01-08T03:53:45Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/dialog-rs/commit/?id=31e1410bf3299301879171d5677f69925828844c'/>
<id>urn:sha1:31e1410bf3299301879171d5677f69925828844c</id>
<content type='text'>
</content>
</entry>
</feed>
