aboutsummaryrefslogtreecommitdiff
path: root/main/data/gresource.xml
Commit message (Collapse)AuthorAgeFilesLines
* Show contact status in "Start chat" windowMiquel Lionel2024-06-211-0/+1
| | | | | should close #139 - adds svg dino-status-offline.svg
* Settings dialog: Fix account subpage for Adwaita < 1.4, other fixesfiaxh2024-06-201-0/+1
| | | | fixes #1592
* Fix meson build filesfiaxh2024-06-201-1/+0
|
* Redesign and rewrite accounts and settings dialog into a combined onefiaxh2024-06-201-0/+4
|
* Conversation details dialog: Fix notification+block iconsfiaxh2023-12-101-0/+3
|
* Rewrite contact details dialogfiaxh2023-09-241-1/+4
|
* Cleanup automatically loaded help overlayfiaxh2023-07-081-1/+1
|
* application: Load help overlay automaticallyChristopher Davis2023-07-081-2/+1
| | | | | | | | | GTK automatically loads and sets up the action and keyboard shortcut for the Keyboard Shortcuts dialog. We don't need to manually do it as long as we put everything in the right place. See https://docs.gtk.org/gtk4/class.Application.html#automatic-resources
* icons: Refresh some symbolic icons (#1444)Tobias Bernard2023-05-291-4/+1
|
* First steps of meson supporthrxi2023-03-241-0/+74
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.