Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into add-yourselfadd-yourself | eerielili | 2024-08-25 | 84 | -16428/+26515 |
|\ | |||||
| * | Update translations | Translations | 2024-08-22 | 44 | -1630/+2302 |
| | | |||||
| * | Conversation details: Make block button a stateful menu button | fiaxh | 2024-08-19 | 4 | -60/+54 |
| | | |||||
| * | Allow blocking entire domain from conversation details | Miquel Lionel | 2024-08-19 | 4 | -17/+78 |
| | | | | | | | | | | | | - the block domain option is in a drop down of the block button - when blocking the domain, the "Blocked domain" button appears and block button disappears and vice versa. | ||||
| * | Add initial message markup (XEP-0394) support | fiaxh | 2024-07-29 | 4 | -42/+237 |
| | | |||||
| * | Store reply message as sent, with fallback | fiaxh | 2024-07-29 | 1 | -1/+12 |
| | | |||||
| * | Fix shift+enter in chat input not scrolling down | fiaxh | 2024-07-20 | 1 | -1/+2 |
| | | |||||
| * | Update translations | Translations | 2024-07-01 | 42 | -1259/+0 |
| | | |||||
| * | Update translations | Translations | 2024-07-01 | 46 | -15850/+25311 |
| | | |||||
| * | Update appdata | Marvin W | 2024-06-30 | 2 | -40/+112 |
| | | |||||
| * | Join Channel dialog: Fix displaying of bookmark details | fiaxh | 2024-06-23 | 1 | -1/+1 |
| | | |||||
| * | Preferences dialog: Various improvements | fiaxh | 2024-06-21 | 2 | -23/+43 |
| | | | | | | | | | | - Only show avatar remove button if one is set, fixes #1589 - Only show account picker if user has more than one account | ||||
| * | Start chat: Adjust status icon position, prioritize statuses, update status | fiaxh | 2024-06-21 | 5 | -74/+98 |
| | | |||||
| * | Show contact status in "Start chat" window | Miquel Lionel | 2024-06-21 | 6 | -0/+45 |
| | | | | | | | | | | should close #139 - adds svg dino-status-offline.svg | ||||
| * | Settings dialog: Fix account subpage for Adwaita < 1.4, other fixes | fiaxh | 2024-06-20 | 4 | -3/+7 |
| | | | | | | | | fixes #1592 | ||||
| * | Fix meson build files | fiaxh | 2024-06-20 | 1 | -1/+0 |
| | | |||||
| * | Redesign and rewrite accounts and settings dialog into a combined one | fiaxh | 2024-06-20 | 22 | -133/+920 |
| | | |||||
* | | Simplify talking to yourself (notes) on the UI | Miquel Lionel | 2024-08-25 | 6 | -22/+64 |
|/ | | | | | - clicking on the menu will multiple accounts will bring up a modified "start chat" windows | ||||
* | AppData/DOAP: Use sentence case for summary. | Marvin W | 2024-05-09 | 43 | -43/+43 |
| | | | | The suggestion is to not use title case which we did before. | ||||
* | AppData: Add brand color | Marvin W | 2024-05-09 | 2 | -0/+8 |
| | |||||
* | Add WeakTimeout Pattern to Prevent Leaks | Christopher Vollick | 2024-04-28 | 4 | -28/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While doing testing I noticed that skeletons were being leaked, and eventually tracked it down to the timer that updates the time label closing over "this" and then keeping the reference alive, potentially for 24 hours. I noticed a few other places in the code doing some version of this, and one of them had the "static and weak pointer" approach, which I pulled out into a util class. Now, we still have to make sure we're passing it a static method instead of a lambda, as that would also close over "this" and render the whole thing useless, but at least most of the annoying parts live in the util class now. Also the call_widget version was doing a weird thing where it was removing itself, but then returning "true"? I'm not sure what that accomplishes, because returning "false" means to not run this again. So I think my new version is the same in practice, but simpler... There are other timeouts in the code that I briefly looked over, but all of them seemed to be relatively short hard-coded durations, so I left them alone. But if any of them are long-lived, it's possible they could also benefit from this class in the future. Closes #1480 Co-Authored-By: Marvin W <git@larma.de> | ||||
* | Calls: Correctly display information in partially encrypted calls | Marvin W | 2024-04-28 | 2 | -25/+57 |
| | | | | | This should never happen in practice, but now we will correctly display if a call has encrypted audio, but unencrypted video, or vice-versa. | ||||
* | Remove conversation closing via hover button | fiaxh | 2024-03-21 | 2 | -96/+21 |
| | |||||
* | Introduce conversation menu, add close option | fiaxh | 2024-03-21 | 1 | -8/+20 |
| | |||||
* | Conversation details dialog: Fix runtime critical | fiaxh | 2024-03-21 | 1 | -0/+1 |
| | |||||
* | Fix poor contrast of highlight in search results with dark theme (#1557) | eerielili | 2024-03-02 | 1 | -1/+2 |
| | | | - fixes #1308 | ||||
* | Add unread indicator | fiaxh | 2024-03-02 | 5 | -0/+100 |
| | | | | | Co-authored-by: Alexandre Jousset <mid@gtmp.org> Co-authored-by: Aidan Epstein <aidan@jmad.org> | ||||
* | Enable hyperlinks in topic text to be clicked (#1523) | eerielili | 2024-01-13 | 2 | -3/+5 |
| | | | fixes #1042 | ||||
* | Change select contact dialog container to AdwClamp (#1533) | Teemu Ikonen | 2024-01-13 | 3 | -46/+54 |
| | |||||
* | Fix crash on removing conference not in roster (#1516) | eerielili | 2024-01-10 | 1 | -0/+1 |
| | |||||
* | Conversation details dialog: Fix notification+block icons | fiaxh | 2023-12-10 | 6 | -2/+19 |
| | |||||
* | main/meson.build:121: fix typo | Alexandre Jousset | 2023-11-13 | 1 | -1/+1 |
| | |||||
* | Fix some compiler warnings | fiaxh | 2023-10-07 | 9 | -13/+11 |
| | |||||
* | meson: Add version detection for some dependencies | hrxi | 2023-10-06 | 1 | -0/+9 |
| | |||||
* | meson: Install more stuff | hrxi | 2023-10-06 | 2 | -3/+14 |
| | | | | | | | | | | | Install .vapi, .deps, .h files for the Vala libraries. Also install the data files. .deps files have to be manually generated, there's a feature request for automated generation at https://github.com/mesonbuild/meson/issues/9756. Import the gnome module globally. Install dependencies on Meson CI. | ||||
* | conversation details: Fix for libadwaita < 1.4 | fiaxh | 2023-09-25 | 2 | -1/+5 |
| | |||||
* | Rewrite contact details dialog | fiaxh | 2023-09-24 | 22 | -478/+1277 |
| | |||||
* | Fix build on some Vala compiler versions | Marvin W | 2023-09-24 | 4 | -4/+25 |
| | | | | See https://gitlab.gnome.org/GNOME/vala/-/issues/1474 and https://gitlab.gnome.org/GNOME/vala/-/issues/1478 | ||||
* | Fix subscription notification clearing | fiaxh | 2023-09-07 | 2 | -12/+23 |
| | |||||
* | data: Set X-Purism-FormFactor in .desktop file | Robert Mader | 2023-07-08 | 1 | -0/+1 |
| | | | | So the app is detected as mobile-friendly on Phosh. | ||||
* | Cleanup automatically loaded help overlay | fiaxh | 2023-07-08 | 3 | -3/+2 |
| | |||||
* | application: Load help overlay automatically | Christopher Davis | 2023-07-08 | 5 | -19/+4 |
| | | | | | | | | | 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 | ||||
* | main_window: Use AdwApplicationWindow | Christopher Davis | 2023-07-08 | 1 | -1/+1 |
| | | | | | The main window of an app should be an ApplicationWindow. These windows provide nicer APIs for actions and more. | ||||
* | Add a keyboard shortcut to show keyboard shortcuts (#1432) | eerielili | 2023-06-25 | 2 | -0/+8 |
| | | | | | Add a keyboard shortcut to show keyboard shortcuts - It's Ctrl+? | ||||
* | icons: Refresh some symbolic icons (#1444) | Tobias Bernard | 2023-05-29 | 21 | -37/+90 |
| | |||||
* | Fix reactions being made to the wrong message | Marvin W | 2023-05-14 | 1 | -1/+0 |
| | | | | fixes #1426 | ||||
* | Fix chat input for IME | fiaxh | 2023-05-14 | 1 | -1/+6 |
| | | | | | | fixes #1419 Co-authored-by: Marvin W <git@larma.de> | ||||
* | Fix chat input status having a fixed width requirement | fiaxh | 2023-05-13 | 1 | -0/+1 |
| | | | | fixes #1439 | ||||
* | Focus ChatInput textbox after selecting emoji | Karim Malhas | 2023-04-23 | 1 | -0/+2 |
| | | | | | | | | | | | | After selecting an emoji, the emoji is inserted into the textbox, but focus remains on the emoji_button. This causes the EmojiChooser to be opened again if a user hits the Enter key directly, but text is inserted into the textbox if they continue to type. This commit just explicitely focuses on the textbox after an emoji has been selected. | ||||
* | Fix call window styling | fiaxh | 2023-04-22 | 2 | -9/+2 |
| |