| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | WIP fix stream management/lack of resumecatch-disconnect-error | Xavier Del Campo Romero | 2023-10-17 | 3 | -20/+55 |
| | | |||||
| * | WIP MUC join fix | Xavier Del Campo Romero | 2023-10-09 | 1 | -1/+11 |
| | | |||||
| * | WIP yield reset | Xavier Del Campo Romero | 2023-10-09 | 1 | -5/+9 |
| | | |||||
| * | WIP catch IOError | Xavier Del Campo Romero | 2023-10-09 | 1 | -1/+5 |
| | | |||||
| * | BUILD.md: Add dependencies for Alpine Linux | Xavier Del Campo Romero | 2023-10-09 | 1 | -0/+6 |
| | | |||||
| * | Inhibit suspend on file upload/download | Xavier Del Campo Romero | 2023-10-09 | 4 | -1/+29 |
| | | |||||
| * | WIP call notifications | Xavier Del Campo Romero | 2023-10-09 | 2 | -3/+30 |
| | | |||||
| * | Remove USE_SOUP3 | Xavier Del Campo Romero | 2023-10-09 | 2 | -4/+4 |
| | | | | | | CMake had already replaced it with SOUP_VERSION, so it made no sense for configure to insist on USE_SOUP3. | ||||
| * | SoupVersion.cmake: Force version required by Nice | Xavier Del Campo Romero | 2023-10-09 | 1 | -1/+11 |
| | | | | | Otherwise, Dino would crash due to conflicting Soup 2 and 3 symbols. | ||||
| * | connection_manager.vala: Use yield on disconnect() | Xavier Del Campo Romero | 2023-10-09 | 1 | -3/+3 |
| | | |||||
| * | file_sender.vala: Split very long line | Xavier Del Campo Romero | 2023-10-09 | 1 | -1/+5 |
| | | |||||
| * | Check XmppStream against null | Xavier Del Campo Romero | 2023-10-09 | 6 | -14/+42 |
| | | | | | | Most of the calls to stream_interactor.get_stream(account) were already doing null checks, but there were still some missing. | ||||
| * | file_manager.vala: Disable automatic download | Xavier Del Campo Romero | 2023-10-09 | 1 | -5/+0 |
| | | |||||
| * | Show file upload/download progress | Xavier Del Campo Romero | 2023-10-09 | 8 | -10/+71 |
| | | | | | | | | | | | | 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. | ||||
| * | http-files: Avoid null dereferences | Xavier Del Campo Romero | 2023-10-09 | 2 | -5/+34 |
| | | |||||
| * | connection_manager.vala: Refactor reconnect stream | Xavier Del Campo Romero | 2023-10-09 | 1 | -18/+33 |
| | | |||||
| * | history_sync.vala: Remove noisy debug | Xavier Del Campo Romero | 2023-10-09 | 1 | -1/+0 |
| | | |||||
| * | Add screenshots | Xavier Del Campo Romero | 2023-10-09 | 3 | -0/+6 |
| | | |||||
| * | README.md: Update features | Xavier Del Campo Romero | 2023-10-09 | 1 | -1/+6 |
| | | |||||
| * | Allow to copy messages | Xavier Del Campo Romero | 2023-10-09 | 4 | -0/+19 |
| | | |||||
| * | Add BACKPORT | Xavier Del Campo Romero | 2023-10-09 | 2 | -1/+344 |
| | | |||||
| * | Show warning dialog on failed GTK video sink creation | Xavier Del Campo Romero | 2023-10-09 | 1 | -0/+8 |
| | | |||||
| * | Make Ctrl-Q accelerator user-configurable | Xavier Del Campo Romero | 2023-10-09 | 4 | -1/+46 |
| | | | | | | | 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 | 5 | -33/+107 |
| | | |||||
| * | Backport Meson build support | Xavier Del Campo Romero | 2023-10-09 | 15 | -11/+472 |
| | | | | | | | | | | | | | 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 | 2 | -1/+5 |
| | | |||||
| * | Revamp connection_manager.vala | Xavier Del Campo Romero | 2023-10-05 | 1 | -127/+56 |
| | | | | | | The original implementation was unable to reconnect accounts after several suspend cycles. | ||||
| * | 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 | 4 | -5/+8 |
| | | | | | | | | | | * 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 | 2 | -2/+4 |
| | | |||||
| * | Update to libhandy 1.0 | mimi89999 | 2023-10-05 | 3 | -14/+12 |
| | | |||||
| * | Use libhandy for main window | Marvin W | 2023-10-05 | 5 | -20/+102 |
| | | |||||
