Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Adw.Application, make about dialog an Adw.AboutWindow | Teemu Ikonen | 2023-01-24 | 1 | -17/+16 |
| | |||||
* | Improve Gtk4 port | fiaxh | 2022-07-27 | 1 | -12/+1 |
| | |||||
* | Port from GTK3 to GTK4 | fiaxh | 2022-07-27 | 1 | -12/+12 |
| | |||||
* | Fix Version handling, add function to retrieve short version without git commit | Marvin W | 2022-03-30 | 1 | -2/+2 |
| | |||||
* | Prepare for 0.3 release | fiaxh | 2022-02-12 | 1 | -0/+1 |
| | |||||
* | Initialize and use dbus interfaces async | fiaxh | 2022-02-01 | 1 | -5/+15 |
| | | | | related #1155 | ||||
* | update copyright text to 2022 (#1187) | Daniel Pono Takamori | 2022-01-29 | 1 | -1/+1 |
| | |||||
* | UI + libdino: Improve MUJI calls from MUC | fiaxh | 2021-12-23 | 1 | -4/+14 |
| | | | | | | - Move calls from ICE-thead onto main thread - Identify Call.ourpart as MUC nick if in MUC - Keep track of the initiator of a call | ||||
* | Add (disabled) multi-party call UI | fiaxh | 2021-11-10 | 1 | -4/+10 |
| | |||||
* | Fix compiler warnings ('passing argument .. from incompatible pointer type') ↵ | fiaxh | 2021-10-12 | 1 | -5/+11 |
| | | | | by passing (non)const argument | ||||
* | Add UI for audio/video calls | fiaxh | 2021-03-21 | 1 | -0/+18 |
| | |||||
* | Make 'Close' button close AboutDialog (#1018) | Sergey | 2021-03-10 | 1 | -0/+6 |
| | |||||
* | Adjust ShortcutsWindow + AboutDialog for non-CSD mode | fiaxh | 2021-03-05 | 1 | -10/+29 |
| | |||||
* | Add '--version' flag (#1014) | Sergey | 2021-03-05 | 1 | -0/+12 |
| | |||||
* | Set window urgency hint independent of notification setting | fiaxh | 2020-12-30 | 1 | -2/+13 |
| | | | | fixes #960 | ||||
* | Fix notification fallback, fix fdo markup escaping | fiaxh | 2020-12-01 | 1 | -1/+1 |
| | |||||
* | Refactor Notifications, add freedesktop backend | fiaxh | 2020-11-20 | 1 | -6/+6 |
| | | | | fixes #707 | ||||
* | Prepare for 0.2.0 release | Marvin W | 2020-11-12 | 1 | -1/+7 |
| | |||||
* | Fix incoming muc voice request notification | fiaxh | 2020-11-11 | 1 | -3/+6 |
| | |||||
* | voice handling in moderated groups (#788) | Anmol | 2020-04-22 | 1 | -0/+8 |
| | |||||
* | Copyright date updated (#759) | esu23 | 2020-02-23 | 1 | -1/+1 |
| | |||||
* | Rename UnifiedWindow -> MainWindow | fiaxh | 2020-02-22 | 1 | -4/+4 |
| | |||||
* | Properly check Jids everywhere | Marvin W | 2019-12-23 | 1 | -6/+12 |
| | |||||
* | Fix+improve conversation selection when joining channel or starting MUC PM | fiaxh | 2019-12-21 | 1 | -9/+6 |
| | |||||
* | Add version and adjust some cmake | Marvin W | 2019-12-18 | 1 | -0/+16 |
| | |||||
* | Add shortcuts window | fiaxh | 2019-12-17 | 1 | -0/+9 |
| | |||||
* | Don't require window object in notifications | fiaxh | 2019-11-26 | 1 | -2/+5 |
| | | | | fixes #658 | ||||
* | Check window width and hight before (re)storing them | fiaxh | 2019-11-26 | 1 | -1/+3 |
| | |||||
* | Fix join dialog when having been invited to a MUC | fiaxh | 2019-11-24 | 1 | -3/+4 |
| | | | | fixes #661 | ||||
* | Parse presence delivery errors when joining MUC | fiaxh | 2019-11-17 | 1 | -1/+0 |
| | | | | fixes #224 | ||||
* | Allow to run Dino as background service | Marvin W | 2019-10-18 | 1 | -0/+1 |
| | |||||
* | Fix slash commands | fiaxh | 2019-10-16 | 1 | -1/+1 |
| | |||||
* | Add incoming mediated invitation support (#162) | fiaxh | 2019-08-22 | 1 | -17/+32 |
| | | | | Co-authored-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | ||||
* | Add non-CSD alternative for add chat + join channel | fiaxh | 2019-06-22 | 1 | -1/+1 |
| | |||||
* | Don't move opened conversation to the top of the list, scroll along with ↵ | fiaxh | 2019-04-24 | 1 | -1/+1 |
| | | | | | | selected conversation fixes #544 | ||||
* | Only use UI data for active converations cycling, clean up ConversationSelector | fiaxh | 2019-04-14 | 1 | -2/+2 |
| | |||||
* | Allow to cycle active conversations with Ctrl+(Shift)+Tab | Roberto Santalla | 2019-04-12 | 1 | -0/+10 |
| | | | | Closes #400, Closes #142, related to #145 | ||||
* | Add non-CSD alternative for more windows | fiaxh | 2019-03-14 | 1 | -0/+4 |
| | |||||
* | Add keyboard shortcuts: CTRL+T (Start Conversation), CTRL+G (Join Channel) | fiaxh | 2019-02-05 | 1 | -0/+2 |
| | |||||
* | Move app menu into window, make conversation details dialog directly ↵ | fiaxh | 2019-02-05 | 1 | -21/+37 |
| | | | | accessible, no-CSD option for main window | ||||
* | Split login jid/password into two steps with checks | fiaxh | 2018-11-16 | 1 | -1/+1 |
| | |||||
* | improve sidebar UI | bobufa | 2018-08-13 | 1 | -1/+1 |
| | | | | | | | - only display messages that are content items - only display messages for active accounts - "fix" textview issue - add empty states (no search, no results) | ||||
* | Prefill nick with local alias when joining a non-bookmarked MUC | bobufa | 2018-03-27 | 1 | -1/+0 |
| | | | | fixes #223 | ||||
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 1 | -0/+1 |
| | |||||
* | Show subscription request in conversation summary | fiaxh | 2017-12-30 | 1 | -2/+22 |
| | |||||
* | Rename resources to have a reverse DNS prefix | fiaxh | 2017-12-03 | 1 | -2/+2 |
| | |||||
* | Use reverse DNS naming for icon, desktop file, DBus service, app ID (#221) | Mathieu Bridon | 2017-12-03 | 1 | -2/+2 |
| | | | | | | | The convention is to use reverse DNS for the DBus service names, icons, desktop files and application ID. Flatpak enforces that convention, and even requires at least 3 components in those names. | ||||
* | fixup 3f531d6 | fiaxh | 2017-11-16 | 1 | -1/+1 |
| | |||||
* | Read+(write) stream async | fiaxh | 2017-11-16 | 1 | -1/+1 |
| | |||||
* | Replace deprecated function usages | fiaxh | 2017-11-16 | 1 | -1/+1 |
| |