<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dialog-rs, branch v0.3.0</title>
<subtitle>Display dialog boxes using various backends (Rust library)</subtitle>
<id>https://git.ireas.org/dialog-rs/atom?h=v0.3.0</id>
<link rel='self' href='https://git.ireas.org/dialog-rs/atom?h=v0.3.0'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/dialog-rs/'/>
<updated>2019-12-10T19:06:00Z</updated>
<entry>
<title>Release v0.3.0</title>
<updated>2019-12-10T19:06:00Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2019-12-10T19:06:00Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/dialog-rs/commit/?id=202c49a327b7a3dc3bfa199da2ac7484ee105f65'/>
<id>urn:sha1:202c49a327b7a3dc3bfa199da2ac7484ee105f65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'file-selection' into next</title>
<updated>2019-12-10T19:02:59Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2019-12-10T19:02:59Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/dialog-rs/commit/?id=e152b4f4b6aa274774d1c750c3106528ebd4f1d4'/>
<id>urn:sha1:e152b4f4b6aa274774d1c750c3106528ebd4f1d4</id>
<content type='text'>
This patch series introduces a new FileSelection dialog type, see [0].

[0] https://lists.sr.ht/~ireas/dialog-rs-dev/%3C20191203122011.GA64086%40kunshan.atexit.net%3E
</content>
</entry>
<entry>
<title>Add Open/Save mode to the file selection dialog</title>
<updated>2019-12-10T18:56:32Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2019-12-10T18:46:44Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/dialog-rs/commit/?id=89afcb4844dd484f0c9cdfef7e5ff8d751647c43'/>
<id>urn:sha1:89afcb4844dd484f0c9cdfef7e5ff8d751647c43</id>
<content type='text'>
This patch adds the option to set a FileSelectionMode, either Open or
Save.  Not all backends might support this – currently, only zenity and
kdialog do.  Per default, the Open mode is used (as before).
</content>
</entry>
<entry>
<title>Add the FileSelection dialog to the change log</title>
<updated>2019-12-10T18:56:26Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2019-12-10T18:24:45Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/dialog-rs/commit/?id=7d1a146003117694e9d970b0cf08c514ffad1c6e'/>
<id>urn:sha1:7d1a146003117694e9d970b0cf08c514ffad1c6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement show_file_selection for kdialog backend</title>
<updated>2019-12-10T18:56:19Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2019-12-10T18:10:30Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/dialog-rs/commit/?id=1b50ae033b646db0efc8ea0917685a3a0c8bfc94'/>
<id>urn:sha1:1b50ae033b646db0efc8ea0917685a3a0c8bfc94</id>
<content type='text'>
This patch adds an implementation of Backend’s show_file_selection
function to the KDialog backend, using KDialog’s --getopenfilename
option.
</content>
</entry>
<entry>
<title>Add FileSelection dialog type</title>
<updated>2019-12-10T18:56:09Z</updated>
<author>
<name>Reyk Floeter</name>
<email>reyk.floeter@googlemail.com</email>
</author>
<published>2019-12-10T15:24:36Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/dialog-rs/commit/?id=2f3e2b5474834e3d733edf09b831c5607d451f49'/>
<id>urn:sha1:2f3e2b5474834e3d733edf09b831c5607d451f49</id>
<content type='text'>
This patch adds the FileSelection struct representing a file selection
dialog.  It can be displayed using the backend’s show_file_selection
function.

Currently, we only support file open dialogs (i. e.  choosing an
existing file).  Support for save dialogs should be added in the future.
</content>
</entry>
<entry>
<title>Add CI scripts for builds.sr.ht</title>
<updated>2019-10-27T11:04:09Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2019-10-27T11:01:08Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/dialog-rs/commit/?id=3b76a0a46ce38eef7fe3e5a969cec6ffee47f227'/>
<id>urn:sha1:3b76a0a46ce38eef7fe3e5a969cec6ffee47f227</id>
<content type='text'>
This patch adds three CI scripts:
- archlinux builds dialog-rs on Arch with the latest rustc version.
- debian builds dialog-rs on Debian Stable with an older rustc version.
- lint checks the formatting, REUSE compliance and clippy warnings.

These scripts are executed on each push.  If a script fails, the
committer will receive a mail.  If a script fails on the master branch,
a mail is sent to the mailing list instead.  The builds are also listed
in the web interface at:
	https://builds.sr.ht/~ireas/dialog-rs
</content>
</entry>
<entry>
<title>Implement Default for all backend structs</title>
<updated>2019-10-27T10:59:40Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2019-10-27T10:55:30Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/dialog-rs/commit/?id=0970381271bd07f020a888b027653ca627e8655c'/>
<id>urn:sha1:0970381271bd07f020a888b027653ca627e8655c</id>
<content type='text'>
This fixes the clippy warning new_without_default [0].

[0] https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default
</content>
</entry>
<entry>
<title>Comply with the REUSE specification 3.0</title>
<updated>2019-10-27T10:46:36Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2019-10-27T10:42:45Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/dialog-rs/commit/?id=ca06c4c4a2846b1c0410af1c7a68c65f5489a0b9'/>
<id>urn:sha1:ca06c4c4a2846b1c0410af1c7a68c65f5489a0b9</id>
<content type='text'>
The REUSE specification defines best practices for handling of copyright
information in open source software projects.  This patch adds copyright
and license statements to some files and renames the LICENSE file to
comply with version 3.0 of the specification.
</content>
</entry>
<entry>
<title>Add missing backtick in doc comment</title>
<updated>2019-10-26T11:07:41Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2019-10-26T11:07:41Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/dialog-rs/commit/?id=dfe809ae6c191cbc8478363bc5b0ed2626f91bb0'/>
<id>urn:sha1:dfe809ae6c191cbc8478363bc5b0ed2626f91bb0</id>
<content type='text'>
</content>
</entry>
</feed>
