<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/kristall, branch querydialog-wrap</title>
<subtitle>A Gemini client written in C++/Qt.
</subtitle>
<id>https://gitea.privatedns.org/xavi/kristall/atom?h=querydialog-wrap</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/kristall/atom?h=querydialog-wrap'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/'/>
<updated>2023-12-15T00:20:45+00:00</updated>
<entry>
<title>querydialog.ui: Allow smaller dialog size</title>
<updated>2023-12-15T00:20:45+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-12-15T00:20:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=867dc83c76d2707041d99e630f5c753780984c16'/>
<id>urn:sha1:867dc83c76d2707041d99e630f5c753780984c16</id>
<content type='text'>
As the query label is determined by the remote server, it can be
arbitrarily long. Therefore, it makes sense to enable word wrap so
the dialog still fits on devices with smaller screens, such as mobile
phones.
</content>
</entry>
<entry>
<title>fix failure when first chunk arrives last</title>
<updated>2023-11-09T07:20:12+00:00</updated>
<author>
<name>Dima Krasner</name>
<email>dima@dimakrasner.com</email>
</author>
<published>2023-11-07T11:51:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=b2fac23783a99519469961e64a51656c76b8ed50'/>
<id>urn:sha1:b2fac23783a99519469961e64a51656c76b8ed50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>coding style cleanup</title>
<updated>2023-11-09T07:20:12+00:00</updated>
<author>
<name>Dima Krasner</name>
<email>dima@dimakrasner.com</email>
</author>
<published>2023-11-07T06:27:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=b84f4ba5ddff171efc28a002e66a23a212199380'/>
<id>urn:sha1:b84f4ba5ddff171efc28a002e66a23a212199380</id>
<content type='text'>
</content>
</entry>
<entry>
<title>coding style cleanup</title>
<updated>2023-11-09T07:20:12+00:00</updated>
<author>
<name>Dima Krasner</name>
<email>dima@dimakrasner.com</email>
</author>
<published>2023-11-07T06:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=e18f9e4ecb50bec23bc5622fc3d17c76d900ab3a'/>
<id>urn:sha1:e18f9e4ecb50bec23bc5622fc3d17c76d900ab3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix build with cmake</title>
<updated>2023-11-09T07:20:12+00:00</updated>
<author>
<name>Dima Krasner</name>
<email>dima@dimakrasner.com</email>
</author>
<published>2023-11-06T18:15:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=64fd9d748460a63fa3d6c66000025c930df76183'/>
<id>urn:sha1:64fd9d748460a63fa3d6c66000025c930df76183</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add ugly guppy:// v0.4 support</title>
<updated>2023-11-09T07:20:12+00:00</updated>
<author>
<name>Dima Krasner</name>
<email>dima@dimakrasner.com</email>
</author>
<published>2023-11-05T17:39:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=1a45619461fd6cb6c073695e7ae6a9e07aa445d7'/>
<id>urn:sha1:1a45619461fd6cb6c073695e7ae6a9e07aa445d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct a typo in BUILDING.md</title>
<updated>2023-11-07T16:57:05+00:00</updated>
<author>
<name>Felix Yan</name>
<email>felixonmars@archlinux.org</email>
</author>
<published>2023-11-07T15:37:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=40448d458c4428633f337fdef707ef9e1c87ece8'/>
<id>urn:sha1:40448d458c4428633f337fdef707ef9e1c87ece8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace QInputDialog with custom dialog for queries</title>
<updated>2023-10-13T11:14:00+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-10-10T13:39:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=6d97b7f19824e36caee34219e02e7bbe7ec29fa1'/>
<id>urn:sha1:6d97b7f19824e36caee34219e02e7bbe7ec29fa1</id>
<content type='text'>
Recent commits allowed multi-line input while reusing the QInputDialog
object already defined by Kristall. However, QInputDialog lacks a way to
access its QPlainTextEdit directly, and therefore set the wrap mode.

Since QInputDialog does no wrapping, it is inconvenient for writing a
long text (think of social media sites such as BBS or Station).
Therefore, a custom QDialog-derived class, namely QueryDialog, has been
provided.
</content>
</entry>
<entry>
<title>build.yml: Test CMake builds</title>
<updated>2023-10-02T14:36:29+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-10-02T10:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=8cb79ee6711b3db3f138db6367752053f45efc17'/>
<id>urn:sha1:8cb79ee6711b3db3f138db6367752053f45efc17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add CMake-based build system</title>
<updated>2023-10-02T14:36:29+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-08-04T23:52:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=42022bdfd2a00ce3bc7f20b779fecd3b8fad59db'/>
<id>urn:sha1:42022bdfd2a00ce3bc7f20b779fecd3b8fad59db</id>
<content type='text'>
</content>
</entry>
</feed>
