Commit Graph

  • 173681729b Update POTFILES.in with latest source files Daniel García Moreno 2020-07-07 18:05:14 +02:00
  • 19c77a6f6f App: use trait for errors Alejandro Domínguez 2020-06-30 19:59:55 +02:00
  • bd1c55b5f0 clippy: Use AtomicBool instead of Mutex<bool> Daniel García Moreno 2020-07-03 16:25:13 +02:00
  • e39554b4d5 clippy: Remove media_viewer data new function Daniel García Moreno 2020-07-03 15:32:06 +02:00
  • 1c76de280a clippy: Remove unused imports Daniel García Moreno 2020-07-03 15:23:31 +02:00
  • 78325f3629 clippy: Use type definition for async channel types Daniel García Moreno 2020-07-03 15:09:11 +02:00
  • 61f52d80b8 clippy: Rename RelativePosition enum Daniel García Moreno 2020-07-02 09:53:05 +02:00
  • c06d54b923 clippy: Remove redundant clones Daniel García Moreno 2020-07-02 09:50:38 +02:00
  • 493c34ee54 Update Polish translation Piotr Drąg 2020-07-05 11:52:41 +02:00
  • e286b98deb Update Ukrainian translation Yuri Chornoivan 2020-07-03 12:24:14 +00:00
  • 881c10799c fractal-gtk: message widget: Show last edit date in tooltip Juraj Fiala 2020-06-30 18:49:44 +02:00
  • 16bed11123 fractal-gtk: message widget: Mark edited messages Juraj Fiala 2020-06-30 18:36:47 +02:00
  • 3f46aa69c6 fractal-gtk: Wire up message replacements Juraj Fiala 2020-06-29 20:24:41 +02:00
  • 20bf9ee48b fractal-gtk: room_history: Allow replacing messages Juraj Fiala 2020-06-29 20:13:14 +02:00
  • 38033997c1 fractal-matrix-api: Handle replace messages Juraj Fiala 2020-06-29 18:10:47 +02:00
  • 2f3532d03d Move as much as possible from fractal-matrix-api to fractal-gtk Alejandro Domínguez 2020-06-26 05:57:34 +02:00
  • bc33790afb API: move items around Alejandro Domínguez 2020-06-26 04:47:32 +02:00
  • aac1d91d68 App: use mod aliases for imports Alejandro Domínguez 2020-06-26 03:12:00 +02:00
  • 5057f910d6 API: move stuff to the root of the backend module Alejandro Domínguez 2020-06-24 09:12:42 +02:00
  • 8ffa747bee App: remove backend loop Alejandro Domínguez 2020-06-24 08:51:55 +02:00
  • 54ba60be54 API: remove backend loop Alejandro Domínguez 2020-06-24 05:02:31 +02:00
  • 5ea9182f0a API: manage sync module from app directly Alejandro Domínguez 2020-06-24 03:04:32 +02:00
  • f67d943ab7 API: manage room module from app directly Alejandro Domínguez 2020-06-17 03:21:27 +02:00
  • 66a67e7b37 API: manage register module from app directly Alejandro Domínguez 2020-06-13 08:43:56 +02:00
  • d44e439638 fractal-gtk: Fix loggerv init with debug_assertions Daniel García Moreno 2020-06-29 10:26:11 +02:00
  • fce71313d3 git: Ignore Flatpak workfiles Juraj Fiala 2020-06-25 17:11:05 +02:00
  • 146df508d3 gtk: Manage all app arguments with clap Daniel García Moreno 2020-06-24 13:23:44 +02:00
  • f3180e8660 Revert "gtk: Implement version command line" Daniel García Moreno 2020-06-24 09:41:20 +02:00
  • 5791104441 Slipped warnings fixed Günther Wagner 2020-06-23 19:33:31 +02:00
  • 2573b0465e Remove unnecessary variables Günther Wagner 2020-06-18 17:38:20 +02:00
  • 45fdfc4520 Unnecessary explicit lifetime and reference-dereferencing Günther Wagner 2020-06-17 22:37:40 +02:00
  • 6f871b7c05 Some smaller ergonomic changes Günther Wagner 2020-06-17 22:33:38 +02:00
  • 21f59ec5ca collapse nested if/else blocks Günther Wagner 2020-06-17 22:15:15 +02:00
  • 3d217ac8cd destructuring single pattern Günther Wagner 2020-06-17 22:08:14 +02:00
  • 2813ef436e Various smaller ones Günther Wagner 2020-06-17 21:05:31 +02:00
  • f1efe6c0b9 changed or-functions Günther Wagner 2020-06-17 20:36:46 +02:00
  • 8c080fb6d7 Simplify map-chains for GStrings Günther Wagner 2020-06-17 20:29:15 +02:00
  • 5b9a52c64a fix option maps with a unit closure Günther Wagner 2020-06-17 20:13:13 +02:00
  • 47acdf7cd6 Redundant field names in struct initialization Günther Wagner 2020-06-17 08:25:15 +02:00
  • efbf5849ae Removed clone from copyable types and static lifetime Günther Wagner 2020-06-17 08:17:24 +02:00
  • e2de4141d2 fixed strict comparison of f64 Günther Wagner 2020-06-17 08:10:09 +02:00
  • 635eaf5295 Redudant pattern matching removed Günther Wagner 2020-06-17 08:05:53 +02:00
  • bf2c6db13a Unnecessary 'return' removed Günther Wagner 2020-06-17 08:00:10 +02:00
  • eda29276b1 Remove identical conversions Günther Wagner 2020-06-17 07:51:41 +02:00
  • 1c8be40ee2 Removed redundant imports Günther Wagner 2020-06-16 23:54:01 +02:00
  • ade2f8cbe2 Length comparison to zero Günther Wagner 2020-06-16 23:42:05 +02:00
  • a3a6c6eaa9 Remove redundant clones Günther Wagner 2020-06-16 23:29:50 +02:00
  • 954ef2d4aa Apply suggestion to fractal-gtk/src/appop/directory.rs Alejandro Domínguez 2020-06-23 05:36:58 +00:00
  • 6583471c37 API: call set_room directly from AppOp Alejandro Domínguez 2020-06-12 06:54:11 +02:00
  • 61141e8b12 API: remove thread_pool and user_info_cache from BackendData Alejandro Domínguez 2020-06-12 06:07:26 +02:00
  • 7c177a3adc API: Remove m_direct from BackendData and BackendData itself Alejandro Domínguez 2020-06-06 03:08:25 +02:00
  • ee4c0ef256 Rename rooms_since to directory_pagination Alejandro Domínguez 2020-06-17 04:49:48 +02:00
  • 89e8fb8a74 API: Remove rooms_since from BackendData Alejandro Domínguez 2020-06-06 02:03:00 +02:00
  • aa56bd4cc5 API: Remove join_to_room from BackendData Alejandro Domínguez 2020-06-02 02:01:50 +02:00
  • 931ae9a8b9 Update Polish translation Piotr Drąg 2020-06-21 10:47:03 +02:00
  • b613c4fc12 Change boolean match statements to if/else James Westman 2020-06-17 12:14:04 -05:00
  • d6cd7ca157 media viewer: Fix image sizing James Westman 2020-06-16 14:25:50 -05:00
  • 72dd8902ec gtk: Implement version command line Daniel García Moreno 2020-06-12 09:54:02 +02:00
  • 1c6ed31e27 audio player: Set line wrap to word-char James Westman 2020-06-15 14:31:07 -05:00
  • 5f5637dd1d Updated Spanish translation Daniel Mustieles 2020-06-16 09:44:12 +02:00
  • 94d716fbe6 Update Ukrainian translation Yuri Chornoivan 2020-06-15 06:36:50 +00:00
  • 9bc8279c5d meson fallback wrap file for libhandy Julius Michaelis 2020-03-24 14:30:02 +09:00
  • ef2d0ac89a notifications: handle non text messages more gracefully Alexandre Franke 2020-06-14 18:03:44 +02:00
  • 505597a4b6 Add the open main menu shortcut to the help dialog João Vieira 2020-06-14 11:32:17 +01:00
  • fb3bff2bf9 Open main menu shortcut João Vieira 2020-06-13 19:25:39 +01:00
  • 8695cbd980 flatpak: Remove gtksourceview4 Daniel García Moreno 2020-06-08 08:05:31 +02:00
  • ad45b02084 snap: Added appstream to build packages, required for metainfo Ken VanDine 2020-06-05 11:57:12 -04:00
  • b39293aa43 In sync: wait longer, if 429 (Too Many Requests) Sonja Heinze 2020-05-24 21:13:33 +02:00
  • 54e22e541d Update Indonesian translation Kukuh Syafaat 2020-05-22 03:52:59 +00:00
  • bf685d0fd0 directory: Use server_chooser_popover just once Daniel García Moreno 2020-05-19 19:13:33 +02:00
  • 40594922ed
    chore: Update ruma-identifiers to 0.16 Igor Raits 2020-05-19 09:25:09 +02:00
  • 8c1b82c771 Fix media viewer Sonja Heinze 2020-05-16 21:28:44 +02:00
  • 6fee1f8f4e
    ci: fix the rustfmt job Jordan Petridis 2020-05-16 23:03:18 +03:00
  • 18583a40d2
    ci: build against the 3.36 image Jordan Petridis 2020-05-16 22:54:36 +03:00
  • f920a2000c
    ci: remove deprecated jobs Jordan Petridis 2020-05-16 22:55:34 +03:00
  • eae019e2d1
    fractal-gtk/res: rename appdata to metainfo David Heidelberg 2020-05-15 11:45:56 +02:00
  • 88bace4d20 API: Use EventId Alejandro Domínguez 2020-04-28 07:29:45 +02:00
  • f3362ff174 API: Remove use of combinators Alejandro Domínguez 2020-04-28 02:48:39 +02:00
  • c13429415b icon: adjust app icon Jakub Steiner 2020-04-20 11:03:54 +02:00
  • 24b47e3a89 Update bumpalo dependency Alexandre Franke 2020-05-10 17:38:13 +02:00
  • 008e2b3eb8 API: Remove Serialize and Deserialize implementations for Url and Host Alejandro Domínguez 2020-05-04 10:35:29 +02:00
  • c0b9194e17 flatpak: Use 3.36 Sdk instead of master Daniel García Moreno 2020-05-06 17:55:44 +02:00
  • e02df086b8 Add SOCKS proxy support Alejandro Domínguez 2020-05-03 10:06:22 +02:00
  • 1aa3a4c48b Updated Spanish translation Daniel Mustieles 2020-04-30 13:08:11 +02:00
  • fc61f56104 Send only typing notifications for text Alexandre Franke 2020-04-27 19:21:19 +02:00
  • 735b2f4ef1 Update Brazilian Portuguese translation Rafael Fontenelle 2020-04-27 14:54:18 +00:00
  • 7e85cc6612 AppOp: Call APPOP! directly Alejandro Domínguez 2020-04-24 04:07:18 +02:00
  • 0b06dba073 uibuilder: improve adaptive UI Arnaud Ferraris 2020-04-23 12:29:08 +02:00
  • 5cd427a39f CI: Use the standard template Abderrahim Kitouni 2020-04-19 11:29:54 +01:00
  • 27a6d4db6f fractal-gtk: add helper text to Join room dialog UI David Heidelberg 2020-04-23 17:44:15 +02:00
  • c570b2c95e API, room: Call functions directly instead of using the loop Alejandro Domínguez 2020-04-19 05:12:08 +02:00
  • 66e03f578d API, directory: Call functions directly instead of using the loop Alejandro Domínguez 2020-04-17 08:48:25 +02:00
  • 167208d79c API, media: Call functions directly instead of using the loop Alejandro Domínguez 2020-04-17 08:38:24 +02:00
  • 1602cb15e7 API, register: Call functions directly instead of using the loop Alejandro Domínguez 2020-04-17 08:23:38 +02:00
  • de1c9ecd71 API, user: Call functions directly instead of using the loop Alejandro Domínguez 2020-04-17 08:08:12 +02:00
  • 5cc48b0b7c Update Swedish translation Anders Jonsson 2020-04-21 17:39:50 +00:00
  • c9ac3c0cee Add send button Juraj Fiala 2020-04-20 08:57:58 +00:00
  • e8cb014951 Fix file upload Alexandre Franke 2020-04-19 20:33:55 +02:00
  • 7aff671916 Update Polish translation Piotr Drąg 2020-04-19 10:28:50 +02:00
  • 9d4be4565c Add Chinese (China) translation Aron Xu 2020-04-18 10:31:04 +00:00