| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | occupants_tab_completer.vala: Append ':' on complete | Xavier Del Campo Romero | 2026-02-11 | 1 | -1/+1 |
| | | | | | | | Previously, Dino would append ',' when Tab is pressed to auto-complete an occupant's nickname. However, I feel ':' is arguably more common for such purpose. | ||||
| * | Fix call window styling | fiaxh | 2026-02-10 | 2 | -9/+2 |
| | | |||||
| * | data: Set StartupNotify to true in .desktop file | Sebastian Krzyszkowiak | 2026-02-10 | 1 | -1/+1 |
| | | | | | | | GTK handles startup notifications, so advertise it in desktop file. This allows splash screens and other startup indications in DEs to work. | ||||
| * | Improve database performance while reconnecting and syncing | Marvin W | 2026-02-10 | 1 | -0/+14 |
| | | | | | Also move some tasks to low priority idle queue so they won't block UI updates | ||||
| * | Make the symbolic app icon square | fiaxh | 2026-02-10 | 1 | -4/+4 |
| | | |||||
| * | menu_app: Move preferences to last group | Christopher Davis | 2026-02-10 | 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 | 2026-02-10 | 1 | -1/+1 |
| | | | | | The standard name in GNOME applications is Preferences. | ||||
| * | main/CMakeLists.txt: Find Cairo package | Xavier Del Campo Romero | 2025-05-25 | 1 | -0/+1 |
| | | | | | | This should allow the use of alternative installations of this package, if needed. | ||||
| * | Inhibit suspend on file upload/download | Xavier Del Campo Romero | 2023-10-09 | 1 | -1/+16 |
| | | |||||
| * | Show file upload/download progress | Xavier Del Campo Romero | 2023-10-09 | 3 | -6/+24 |
| | | | | | | | | | | | | Fixes upstream issue #1350. Notes: Image uploads were incorrectly handled by Dino, as they were always reported as completed even if they were not, maybe so as to show the image preview from the start. Now, Dino shows the upload progress for all file types, and the image is only shown when completed. | ||||
| * | Allow to copy messages | Xavier Del Campo Romero | 2023-10-09 | 4 | -0/+19 |
| | | |||||
| * | Make Ctrl-Q accelerator user-configurable | Xavier Del Campo Romero | 2023-10-09 | 3 | -1/+31 |
| | | | | | | | Some devices, such as those using virtual keyboards such as Squeekboard, might find the Ctrl-Q accelerator annoying, as it can be easily mistyped. | ||||
| * | Make send button settings-selectable | Xavier Del Campo Romero | 2023-10-09 | 4 | -33/+79 |
| | | |||||
| * | Backport Meson build support | Xavier Del Campo Romero | 2023-10-09 | 3 | -1/+109 |
| | | | | | | | | | | | | | Meson builds have better integration with Vala. For example, Meson handles incremental compilation of Vala source files better than CMake. Limitations: As done with CMake builds, gresource.xml should be compiled. Now, it has been generated from a CMake build and manually copied into the source tree. | ||||
| * | Limit max_content_height | Xavier Del Campo Romero | 2023-10-09 | 4 | -4/+4 |
| | | |||||
| * | Allow to resume failed transfers | Xavier Del Campo Romero | 2023-10-09 | 1 | -1/+2 |
| | | |||||
| * | Add send button on chat view | Xavier Del Campo Romero | 2023-10-05 | 2 | -3/+37 |
| | | |||||
| * | conversation_view.vala: update_highlight on touch event | Xavier Del Campo Romero | 2023-10-05 | 1 | -0/+7 |
| | | | | | | | | | | | Mobile devices such as the PinePhone do not receive leave/enter events, so actions such as editing a previous message are not possible unless a keyboard shortcut is used, which not be as convenient or even possible under some DEs. This commit should not affect desktop platforms with mouse or touchpad. | ||||
| * | Fix edit button not showing | MarcoPolo-PasTonMolo | 2023-10-05 | 3 | -10/+37 |
| | | |||||
| * | Adds quote functionality | MarcoPolo-PasTonMolo | 2023-10-05 | 3 | -0/+41 |
| | | |||||
| * | manage_accounts/dialog.ui: set mobile-friendly dimensions | Xavier Del Campo Romero | 2023-10-05 | 1 | -11/+2 |
| | | |||||
| * | emojichooser.c: do not popdown on emoji selected | Xavier Del Campo Romero | 2023-10-05 | 1 | -2/+0 |
| | | | | | | I am one of those people who write the same emoji several times on a message, so I found the original behaviour rather annoying. | ||||
| * | Use ctrl+enter to enter newline | xavi92 | 2023-10-05 | 1 | -1/+1 |
| | | |||||
| * | emojichooser.ui: set category icons on a GtkGrid | Xavier Del Campo Romero | 2023-10-05 | 1 | -1/+41 |
| | | | | | | | | Instead of using a 1x10 GtkBox, a 2x5 GtkGrid is now used so used horizontal space is reduced to a half. This is particulary interesting on devices like the PinePhone, since the widget would partially fall out of the screen otherwise. | ||||
| * | Update im.dino.Dino.appdata.xml.in (#1121) | free software | 2023-10-05 | 1 | -0/+4 |
| | | |||||
| * | Update im.dino.Dino.desktop (#1122) | free software | 2023-10-05 | 1 | -0/+1 |
| | | |||||
| * | [feature/handy]: Adapt OMEMO dialog (#985) | Michel Le Bihan | 2023-10-05 | 1 | -0/+1 |
| | | | | | | | | | | * Wrap OMEMO automatically accept label * Change OMEMO fingerprint label to wrap with max-width * Set contact OMEMO dialog as resizable * Disable expanding grid in contact details | ||||
| * | Set ConversationView min width | mimi89999 | 2023-10-05 | 1 | -0/+1 |
| | | |||||
| * | Wrap titles box in a scrolled window | mimi89999 | 2023-10-05 | 1 | -1/+3 |
| | | | | | Fixes https://gitlab.gnome.org/GNOME/libhandy/-/issues/403 | ||||
| * | Add separators and back button to non csd header | mimi89999 | 2023-10-05 | 2 | -6/+29 |
| | | |||||
| * | Add separator between paned stacks in main window | mimi89999 | 2023-10-05 | 2 | -0/+14 |
| | | | | | A GtkSeparator was added between paned stacks in main window to align it with the separator in the headerbar. Since the sidebar already had a border, be need to remove it. | ||||
| * | Change main window to use headergroup for window buttons | mimi89999 | 2023-10-05 | 1 | -20/+7 |
| | | |||||
| * | Change contact details dialog container to HdyClamp and enable label wrap (#948) | Michel Le Bihan | 2023-10-05 | 2 | -84/+89 |
| | | |||||
| * | Change select contact dialog container to HdyClamp and set default size (#949) | Michel Le Bihan | 2023-10-05 | 3 | -47/+57 |
| | | |||||
| * | Add window controls to conversation titlebar CSD in folded mode (#961) | Michel Le Bihan | 2023-10-05 | 1 | -1/+1 |
| | | |||||
| * | Further adjustments for handy-1 | fiaxh | 2023-10-05 | 1 | -1/+1 |
| | | |||||
| * | Update to libhandy 1.0 | mimi89999 | 2023-10-05 | 2 | -8/+6 |
| | | |||||
| * | Use libhandy for main window | Marvin W | 2023-10-05 | 4 | -20/+91 |
| | | |||||
| * | Show modal dialog to select default encryption if unknown | Xavier Del Campo Romero | 2023-10-05 | 3 | -0/+189 |
| | | |||||
| * | Set up default encryption settings GUI | Xavier Del Campo Romero | 2023-10-05 | 2 | -0/+96 |
| | | |||||
| * | Prepare for 0.4 release | Marvin W | 2023-10-05 | 1 | -0/+1 |
| | | |||||
| * | Fix various date/time stamps not updated or wrong time zone | Marvin W | 2023-10-05 | 2 | -8/+7 |
| | | |||||
| * | Show "Me" instead of bare jid when no local alias is set | Marvin W | 2023-10-05 | 1 | -1/+1 |
| | | |||||
| * | Fix label attributes updated with delay | Marvin W | 2023-10-05 | 1 | -16/+17 |
| | | |||||
| * | Add tooltips to the delivered and read icons (#1341) | Prashant Kumar | 2023-10-05 | 1 | -0/+2 |
| | | |||||
| * | Remove nl_BE from LINGUAS files and appdata file (fixup d0a00e1) | fiaxh | 2023-10-05 | 2 | -5/+0 |
| | | |||||
| * | Remove Dutch (Belgium) translation, fallback to Dutch | Translations | 2023-10-05 | 1 | -1185/+0 |
| | | | | | fixes #1231 | ||||
| * | Update appdata file with content_rating, releases, update image tags | fiaxh | 2023-10-05 | 1 | -15/+19 |
| | | |||||
| * | Fix compiler warnings | fiaxh | 2023-10-05 | 1 | -2/+0 |
| | | |||||
| * | conversation_view_controller.vala: Add missing null check | Xavier Del Campo Romero | 2023-10-01 | 1 | -1/+1 |
| | | | | | | | | | | | Partially backported from: commit 7d8b08deca0aa4eb24def6b9af4ec180c0bc9a27 Author: fiaxh <git@lightrise.org> Date: Sun Oct 9 11:39:17 2022 +0200 Small fixes | ||||
