<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/kristall/src/main.cpp, branch query-dialog</title>
<subtitle>A Gemini client written in C++/Qt.
</subtitle>
<id>https://gitea.privatedns.org/xavi/kristall/atom?h=query-dialog</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/kristall/atom?h=query-dialog'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/'/>
<updated>2021-11-20T14:16:34+00:00</updated>
<entry>
<title>Implements #245</title>
<updated>2021-11-20T14:16:34+00:00</updated>
<author>
<name>Felix "xq" Queißner</name>
<email>git@masterq32.de</email>
</author>
<published>2021-11-20T14:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=6b39f24484bb0796f3f383401f95904f85b74d7b'/>
<id>urn:sha1:6b39f24484bb0796f3f383401f95904f85b74d7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Further improves localization (#191). Allows switching and setting the chosen localization properly.</title>
<updated>2021-05-08T08:44:03+00:00</updated>
<author>
<name>Felix (xq) Queißner</name>
<email>git@mq32.de</email>
</author>
<published>2021-03-17T10:54:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=10684b6d82f1843eff3921da40802d335fb3cf5c'/>
<id>urn:sha1:10684b6d82f1843eff3921da40802d335fb3cf5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Inserts setting for current language.</title>
<updated>2021-05-08T08:44:03+00:00</updated>
<author>
<name>Felix (xq) Queißner</name>
<email>git@mq32.de</email>
</author>
<published>2021-03-17T09:42:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=a2f36ec4d14ddf1bcee98e52a0f3a924804d06fb'/>
<id>urn:sha1:a2f36ec4d14ddf1bcee98e52a0f3a924804d06fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>main.cpp: support sessions when multiple users have opened Kristall</title>
<updated>2021-04-17T06:36:10+00:00</updated>
<author>
<name>Karol Kosek</name>
<email>krkk@krkk.ct8.pl</email>
</author>
<published>2021-04-15T20:22:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=2f74b60d0653c1fcc2d0e741052aa1173f6b6d7c'/>
<id>urn:sha1:2f74b60d0653c1fcc2d0e741052aa1173f6b6d7c</id>
<content type='text'>
Before this change, only the first user who had opened kristall had working ipc.

The easiest fix was to prepend an username to the socket
and that's exactly what it does on Windows.

On Linux and other UNIX systems, we could do that too, but I came up with a bit
different approach.  I didn't like the fact that Qt puts sockets in /tmp,
but luckily we can provide the full path for the socket (Windows uses pipes,
so that's why it has its own case).  I've changed it to put sockets in
the runtime directory, because it's designed for that type of files
and it's user-specific, so we don't even have to prepend the username to it.
</content>
</entry>
<entry>
<title>Save settings on exit</title>
<updated>2021-04-11T16:46:06+00:00</updated>
<author>
<name>Karol Kosek</name>
<email>krkk@krkk.ct8.pl</email>
</author>
<published>2021-04-11T16:02:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=9a55d32e2c58fbc99e3043fd9ffc29fd62a37db3'/>
<id>urn:sha1:9a55d32e2c58fbc99e3043fd9ffc29fd62a37db3</id>
<content type='text'>
0d1fd257093c58bfb606aaac530aed3b0877f7fd changed kristall::saveSettings()
to settings.sync() which caused bookmarks not to be saved.
</content>
</entry>
<entry>
<title>Restores geometry from previous root window.</title>
<updated>2021-03-17T08:49:58+00:00</updated>
<author>
<name>Felix (xq) Queißner</name>
<email>git@mq32.de</email>
</author>
<published>2021-03-17T08:43:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=eaee38bc03e45c1494b08583e64897dfe72cfe4a'/>
<id>urn:sha1:eaee38bc03e45c1494b08583e64897dfe72cfe4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename PageMetadata struct to NamedUrl</title>
<updated>2021-03-17T08:49:58+00:00</updated>
<author>
<name>Mike Skec</name>
<email>skec@protonmail.ch</email>
</author>
<published>2021-03-17T05:06:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=1b41d31c6434feb6aa77fac8ba3fea1c9a16eaf7'/>
<id>urn:sha1:1b41d31c6434feb6aa77fac8ba3fea1c9a16eaf7</id>
<content type='text'>
PageMetadata is a little misleading. NamedUrl sounds stupid but is a bit more accurate
</content>
</entry>
<entry>
<title>sessions: add 'lazyloading' for restored tabs</title>
<updated>2021-03-17T08:49:58+00:00</updated>
<author>
<name>Mike Skec</name>
<email>skec@protonmail.ch</email>
</author>
<published>2021-03-17T05:01:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=1f8ecb6d05976e6dc8be01ba1a6f3068ed351971'/>
<id>urn:sha1:1f8ecb6d05976e6dc8be01ba1a6f3068ed351971</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sessions: save page titles and read them before loading page</title>
<updated>2021-03-17T08:49:58+00:00</updated>
<author>
<name>Mike Skec</name>
<email>skec@protonmail.ch</email>
</author>
<published>2021-03-17T04:43:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=489512210b80e0bb441df27ead735722c9c68da2'/>
<id>urn:sha1:489512210b80e0bb441df27ead735722c9c68da2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sessions: restore window tab indices</title>
<updated>2021-03-17T08:49:58+00:00</updated>
<author>
<name>Mike Skec</name>
<email>skec@protonmail.ch</email>
</author>
<published>2021-03-17T04:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=7321b9078c86d640c0df6120134d9c2a2274e4aa'/>
<id>urn:sha1:7321b9078c86d640c0df6120134d9c2a2274e4aa</id>
<content type='text'>
</content>
</entry>
</feed>
