Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement XEP-0392: Consistent Color Generation | Marvin W | 2023-03-05 | 6 | -11/+515 |
| | |||||
* | Consider stream readable when EOS is reached. | Marvin W | 2023-03-02 | 1 | -1/+1 |
| | | | | Fixes #1373 | ||||
* | Fix critical warnings after DTLS-SRTP calls without OMEMO verification | Marvin W | 2023-03-02 | 1 | -1/+1 |
| | | | | libdino-CRITICAL **: dino_plugins_encryption_list_entry_get_encryption_icon_name: assertion 'self != NULL' failed | ||||
* | Fix typing notifications in groupchats | Marvin W | 2023-03-02 | 2 | -18/+7 |
| | |||||
* | Fix some memory leaks | fiaxh | 2023-02-27 | 6 | -53/+143 |
| | |||||
* | Stop regenerating message menu buttons | fiaxh | 2023-02-16 | 4 | -33/+51 |
| | | | | mitigates #1343 | ||||
* | Clear chat input after /command | fiaxh | 2023-02-10 | 1 | -7/+8 |
| | | | | fixes #1359 | ||||
* | Remove spell check setting | fiaxh | 2023-02-09 | 4 | -96/+2 |
| | | | | As there is currently no spell check support for GTK4 | ||||
* | Make the symbolic app icon square | fiaxh | 2023-02-09 | 1 | -4/+4 |
| | |||||
* | Settings: Connect to Switch.notify-active instead of to activate | fiaxh | 2023-02-09 | 1 | -5/+5 |
| | | | | As per the documentation of the activate signal "Applications should never connect to this signal, but use the notify:active signal." https://valadoc.org/gtk+-3.0/Gtk.Switch.activate.html | ||||
* | menu_app: Move preferences to last group | Christopher Davis | 2023-02-09 | 1 | -2/+2 |
| | | | | | | Per https://developer.gnome.org/hig/patterns/controls/menus.html#standard-primary-menu-items, preferences should be at the top of the last group in the menu. | ||||
* | menu_app: Rename Settings to Preferences | Christopher Davis | 2023-02-09 | 1 | -1/+1 |
| | | | | The standard name in GNOME applications is Preferences. | ||||
* | settings_dialog: Use AdwPreferencesWindow and AdwActionRow | Christopher Davis | 2023-02-09 | 2 | -65/+80 |
| | | | | | | AdwPreferencesWindow contains a nice API for preferences windows, and AdwActionRow is the widget to use for rows of preferences. | ||||
* | Prepare for 0.4 release | Marvin W | 2023-02-07 | 2 | -5/+6 |
| | |||||
* | Update translations | Translations | 2023-02-07 | 117 | -2337/+4198 |
| | |||||
* | Don't accept corrections from MUC MAM | Marvin W | 2023-02-07 | 1 | -1/+2 |
| | | | | We don't know if they're from the same user as someone else could have joined with the same nickname after sender left | ||||
* | Fix various date/time stamps not updated or wrong time zone | Marvin W | 2023-02-07 | 3 | -13/+29 |
| | |||||
* | Fix some form entries not updating properly | Marvin W | 2023-02-07 | 5 | -30/+16 |
| | |||||
* | Show "Me" instead of bare jid when no local alias is set | Marvin W | 2023-02-07 | 2 | -9/+2 |
| | |||||
* | Improve history sync under load | Marvin W | 2023-02-07 | 4 | -41/+102 |
| | |||||
* | Fix label attributes updated with delay | Marvin W | 2023-02-07 | 1 | -16/+17 |
| | |||||
* | Deduplicate messages before storing in database | Marvin W | 2023-02-07 | 1 | -66/+70 |
| | |||||
* | Add priority for and allow cancellation of outgoing stanzas | Marvin W | 2023-02-07 | 10 | -57/+85 |
| | |||||
* | Collapse most stream releated errors into IOError | Marvin W | 2023-02-07 | 17 | -135/+95 |
| | |||||
* | OMEMO: Make device list public | fiaxh | 2023-02-05 | 1 | -6/+9 |
| | |||||
* | Fix placeholder being shown on startup, fix missing vertical line in ↵ | fiaxh | 2023-01-31 | 3 | -5/+4 |
| | | | | no-conversations placeholder | ||||
* | New Date Separator | Marvin W | 2023-01-31 | 3 | -79/+112 |
| | |||||
* | Fix reaction display in private MUCs | Marvin W | 2023-01-31 | 4 | -7/+45 |
| | |||||
* | Fix critical warning due to tooltip issue | Marvin W | 2023-01-31 | 1 | -1/+1 |
| | |||||
* | Fix reading reactions in private groups w/o occupant ids | fiaxh | 2023-01-31 | 1 | -4/+11 |
| | |||||
* | Add tooltips to the delivered and read icons (#1341) | Prashant Kumar | 2023-01-30 | 1 | -2/+8 |
| | |||||
* | Always display reaction+reply buttons, disable if not possible | fiaxh | 2023-01-30 | 11 | -87/+109 |
| | |||||
* | Fix build | fiaxh | 2023-01-28 | 2 | -2/+0 |
| | |||||
* | Remove nl_BE from LINGUAS files and appdata file (fixup d0a00e1) | fiaxh | 2023-01-28 | 4 | -7/+0 |
| | |||||
* | Remove Dutch (Belgium) translation, fallback to Dutch | Translations | 2023-01-28 | 3 | -1639/+0 |
| | | | | fixes #1231 | ||||
* | Update translations | Translations | 2023-01-28 | 120 | -14628/+17889 |
| | |||||
* | Update appdata file with content_rating, releases, update image tags | fiaxh | 2023-01-28 | 1 | -15/+19 |
| | |||||
* | Fix QR code being displayed way too small | fiaxh | 2023-01-28 | 2 | -6/+8 |
| | | | | fixes #1278 | ||||
* | Reactions: Fix fallback bodies being displayed as messages | fiaxh | 2023-01-27 | 1 | -1/+1 |
| | | | | fixes #1352 | ||||
* | Fix reactions from MAM getting attributed to the wrong message | fiaxh | 2023-01-25 | 2 | -38/+26 |
| | |||||
* | Fix UI for libadwaita | Marvin W | 2023-01-25 | 15 | -280/+421 |
| | |||||
* | Fix scaling image for GTK4 | Marvin W | 2023-01-24 | 3 | -182/+110 |
| | |||||
* | Small UI fixes for libAdwaita | Marvin W | 2023-01-24 | 9 | -56/+41 |
| | |||||
* | Only use Adw.AboutWindow for Adwaita >= 1.2 | fiaxh | 2023-01-24 | 2 | -15/+24 |
| | |||||
* | Add libadwaita dependency to gitlab CI | fiaxh | 2023-01-24 | 1 | -1/+1 |
| | |||||
* | Use Adw.StatusPage instead of custom placeholders | fiaxh | 2023-01-24 | 6 | -189/+68 |
| | |||||
* | Improve libadwaita integration | fiaxh | 2023-01-24 | 2 | -9/+2 |
| | |||||
* | Change Gtk.Paned to Adw.Leaflet in MainWindow | Teemu Ikonen | 2023-01-24 | 2 | -10/+12 |
| | |||||
* | Add back button to ConversationTitlebar | Teemu Ikonen | 2023-01-24 | 1 | -0/+28 |
| | | | | | | | | Add a bool 'back_button_visible' and a signal 'back_pressed' to the ConversationTitlebar interface. Also add implementations to both ConversationTitlebarNoCsd and ConversationTitlebarCsd. | ||||
* | Remove set_window_buttons() from MainWindow | Teemu Ikonen | 2023-01-24 | 1 | -14/+0 |
| |