Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OPENPGP PLUGIN: Don't list expired/revoked GPG keyopenpgp-plugin-hide-revoked-expired | Miquel Lionel | 2025-02-23 | 1 | -1/+5 |
| | | | | | | | | | - Closes #91 - Blocks input in chat box if the key in use becomes revoked or expired - Mention GPG key status below chat input box if it's expired or revoked - Account manager will show a warning message: "Key is revoked/expired!" below the selected GPG key for the corresponding account. | ||||
* | Apply image orientation in conversation view (#1672) | Ferdinand Stehle | 2025-02-22 | 1 | -1/+6 |
| | | | | | | | | | * Apply image orientation in conversation * Load the full image into pixbuf --------- Co-authored-by: fiaxh <git@lightrise.org> | ||||
* | Fix vertical picture padding for certain aspect ratios | Marvin W | 2025-02-22 | 1 | -1/+1 |
| | |||||
* | Fix various sizing issues | Marvin W | 2025-02-22 | 6 | -25/+99 |
| | |||||
* | Fix compatibility with GTK 4.17+ | Marvin W | 2025-02-22 | 5 | -19/+25 |
| | |||||
* | SFS: Fix video metadata querying not returning | fiaxh | 2025-02-21 | 1 | -4/+6 |
| | |||||
* | fix: Query duplication in global message search (#1636) | Miquel Lionel | 2025-01-24 | 1 | -0/+2 |
| | |||||
* | Fix build for Vala < 0.56.5 | Marvin W | 2025-01-18 | 1 | -1/+1 |
| | |||||
* | Fix build with GTK<4.8 or Meson<1.1.0 | Marvin W | 2025-01-18 | 1 | -0/+4 |
| | |||||
* | Meson: Add all defines to handle dependency versions | Marvin W | 2025-01-18 | 1 | -0/+21 |
| | |||||
* | Meson: Install icons to correct location | Marvin W | 2025-01-12 | 1 | -2/+2 |
| | |||||
* | Show banner when contact is not yet subscribed | fiaxh | 2025-01-12 | 2 | -4/+33 |
| | |||||
* | Contact details dialog: Add encryption tab | fiaxh | 2025-01-12 | 13 | -103/+417 |
| | |||||
* | Show file upload/download progress | fiaxh | 2025-01-12 | 3 | -4/+17 |
| | |||||
* | Search: Build preview string based on chars not bytes | Marvin W | 2025-01-03 | 1 | -6/+7 |
| | |||||
* | Work around pango bug | Marvin W | 2025-01-03 | 6 | -4/+51 |
| | | | | See https://gitlab.gnome.org/GNOME/pango/-/issues/798 and https://gitlab.gnome.org/GNOME/pango/-/issues/832 | ||||
* | Fix memory leak when displaying image files | Marvin W | 2024-12-27 | 2 | -10/+21 |
| | |||||
* | fix: Apply CSS with toolkit and platform version checks (#1643) | mesonium | 2024-12-18 | 1 | -4/+2 |
| | |||||
* | Fix and improve stateless file-sharing | fiaxh | 2024-11-15 | 11 | -182/+372 |
| | |||||
* | Implement XEP-0447: Stateless file sharing | Patiga | 2024-11-14 | 5 | -1/+145 |
| | |||||
* | Fix crash on account creation (resource generation) | fiaxh | 2024-10-18 | 1 | -2/+2 |
| | |||||
* | Change message padding/margins (#1564) | Linux in a Bit | 2024-09-23 | 1 | -1/+5 |
| | | | | | | | 3px padding on top and bottom of all messages 10px margin on top of messages with usernames This improves readability among other things. Co-authored-by: Linux in a Bit <105567407+RageGamerBoi@users.noreply.github.com> | ||||
* | Add keyboard shortcut to show preferences (Ctrl+,) (#1435)HEADmaster | eerielili | 2024-09-22 | 2 | -0/+8 |
| | |||||
* | Add change password functionality | fiaxh | 2024-09-21 | 10 | -8/+211 |
| | | | | Co-authored-by: Stanislav Malishevskiy <stanislav.malishevskiy@gmail.com> | ||||
* | Preferences Window: Small improvements | fiaxh | 2024-09-16 | 2 | -20/+15 |
| | |||||
* | Code cleanup: Remove remnants of previous accounts dialog | fiaxh | 2024-09-15 | 16 | -587/+17 |
| | |||||
* | Code cleanup: Remove broken disable CSD code | fiaxh | 2024-09-15 | 12 | -256/+55 |
| | |||||
* | Refresh "Add account" UI | fiaxh | 2024-09-15 | 8 | -599/+410 |
| | |||||
* | Use Adwaita 1.2, bump CI to Ubuntu 24.04 | fiaxh | 2024-09-15 | 5 | -42/+2 |
| | |||||
* | Use new call.incoming notification category | Pigpog | 2024-09-14 | 1 | -1/+1 |
| | | | This notification category is pending merge in FreeDesktop. See https://gitlab.freedesktop.org/xdg/xdg-specs/-/merge_requests/50 | ||||
* | Update translations | Translations | 2024-09-14 | 47 | -148/+148 |
| | |||||
* | Update translations | Translations | 2024-09-14 | 45 | -503/+523 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| |