<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/dino/main, branch default-encryption-gtk4</title>
<subtitle>Fork of GTK3 Dino with experimental features.
</subtitle>
<id>https://gitea.privatedns.org/xavi/dino/atom?h=default-encryption-gtk4</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/dino/atom?h=default-encryption-gtk4'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/'/>
<updated>2023-04-01T00:45:50+00:00</updated>
<entry>
<title>Show modal dialog to select default encryption if unknown</title>
<updated>2023-04-01T00:45:50+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-04-01T00:45:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=2fd8837970dc9bfc3ca13c1b30132f0eea3fd5b7'/>
<id>urn:sha1:2fd8837970dc9bfc3ca13c1b30132f0eea3fd5b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Setup default encryption settings</title>
<updated>2023-04-01T00:44:36+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-04-01T00:43:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=d166666acb2653c4522266be749fb3b2f3dd05eb'/>
<id>urn:sha1:d166666acb2653c4522266be749fb3b2f3dd05eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Always export symbols to fix startup on BSDs</title>
<updated>2023-03-24T18:36:32+00:00</updated>
<author>
<name>Klemens Nanni</name>
<email>klemens@posteo.de</email>
</author>
<published>2023-03-02T12:18:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=b75b6062abc07b25d0dcd6717e168aa85be7cf4e'/>
<id>urn:sha1:b75b6062abc07b25d0dcd6717e168aa85be7cf4e</id>
<content type='text'>
```
$ dino
(dino:38515): Gtk-ERROR **: 15:38:38.538: failed to add UI from resource /im/dino/Dino/unified_main_content.ui: .:26:1 Invalid object type 'DinoUiConversationSelector'
Trace/BPT trap (core dumped)
```

This works on Linux because CMake itself links with `-rdynamic` by default
as per its `Modules/Platform/Linux-*.cmake`.

OpenBSD carries this as local patch, FreeBSD links with `--export-dynamics`.
Just linking with `-rdynamic` also fixes it on OpenBSD, as expected.

https://cmake.org/cmake/help/latest/prop_tgt/ENABLE_EXPORTS.html

Fix #438.
</content>
</entry>
<entry>
<title>First steps of meson support</title>
<updated>2023-03-24T18:32:50+00:00</updated>
<author>
<name>hrxi</name>
<email>hrrrxi@gmail.com</email>
</author>
<published>2023-03-20T01:01:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=5a90e793ddec723677f2b715b967f29f046e16d2'/>
<id>urn:sha1:5a90e793ddec723677f2b715b967f29f046e16d2</id>
<content type='text'>
Basic configuration of qlite, xmpp-vala, the Dino library and the Dino
application are supported. There's no support for the plugins.

This e.g. enables using the Vala language server.
</content>
</entry>
<entry>
<title>Fix images from another client in our account not being displayed right away</title>
<updated>2023-03-23T18:14:22+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2023-03-23T16:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=65efaca6fdcbc788060a0ecc4f7e10fbf5b79669'/>
<id>urn:sha1:65efaca6fdcbc788060a0ecc4f7e10fbf5b79669</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FreeDesktopNotifier: Set notification categories</title>
<updated>2023-03-21T23:57:33+00:00</updated>
<author>
<name>Sebastian Krzyszkowiak</name>
<email>dos@dosowisko.net</email>
</author>
<published>2023-03-13T18:52:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=444275a99d659337bc808e5d6b75fc0ae40de499'/>
<id>urn:sha1:444275a99d659337bc808e5d6b75fc0ae40de499</id>
<content type='text'>
This provides notifications servers some context on how to handle
the notification.
</content>
</entry>
<entry>
<title>data: Set StartupNotify to true in .desktop file</title>
<updated>2023-03-21T23:56:53+00:00</updated>
<author>
<name>Sebastian Krzyszkowiak</name>
<email>dos@dosowisko.net</email>
</author>
<published>2023-03-13T04:10:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=57d47b95754dbdef5f568e233fcb90b181b3c75c'/>
<id>urn:sha1:57d47b95754dbdef5f568e233fcb90b181b3c75c</id>
<content type='text'>
GTK handles startup notifications, so advertise it in desktop
file. This allows splash screens and other startup indications
in DEs to work.
</content>
</entry>
<entry>
<title>Improve database performance while reconnecting and syncing</title>
<updated>2023-03-21T23:35:58+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2023-03-20T21:40:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=4e1311dfa9944fc04089037783db6a0a6eef7345'/>
<id>urn:sha1:4e1311dfa9944fc04089037783db6a0a6eef7345</id>
<content type='text'>
Also move some tasks to low priority idle queue so they won't block UI updates
</content>
</entry>
<entry>
<title>New Avatar UI</title>
<updated>2023-03-05T15:47:46+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2023-01-24T17:59:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=db3b0d5f233ee3587ae54f8f035222cb098b11dd'/>
<id>urn:sha1:db3b0d5f233ee3587ae54f8f035222cb098b11dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement XEP-0392: Consistent Color Generation</title>
<updated>2023-03-05T15:47:46+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2018-08-18T19:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=d81829652057d63b9971b9217996438ee41788ca'/>
<id>urn:sha1:d81829652057d63b9971b9217996438ee41788ca</id>
<content type='text'>
</content>
</entry>
</feed>
