[fractal] (225 commits) Non-fast-forward update to branch libhandy-features



The branch 'libhandy-features' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  e2e1018... Flatpak: Pass correct config-opts to libhandy

Commits added to the branch:

  62f076a... Add Shift+Enter shortcut in shortcuts window (*)
  211a15a... Remove code inside debug_assert macro (*)
  a8dec5f... release: write release notes (*)
  f6d0b79... Update Polish translation (*)
  4af4ff4... media-viewer: disconnect the keypress signal on unmap (*)
  607853e... Update screenshot for 4.0 (*)
  899583c... release: mention header bar in notes (*)
  9a13a32... Beta release 3.99.1 (*)
  79b3a87... Flatpak: include the .git suffix in the libhandy uri (*)
  5c0f17a... Release 4.0.0 (*)
  0ff5924... Update README (*)
  2c1cf4b... flatpak: Update git URL for fractal (*)
  bdadb58... fractal-matrix-api: Don't loop for unwrapping Option (*)
  14e7d2f... fractal-matrix-api: Drop redundant field initializations (*)
  4d34eed... fractal-matrix-api: Drop redundant closures (*)
  ae52f0e... fractal-matrix-api: Drop redundant pattern matching (*)
  903ee29... fractal-matrix-api: Drop redundant function call (*)
  d3d5f91... fractal-matrix-api: Drop unit closure (*)
  2ab29cf... fractal-matrix-api: Don't pass by value unnecessarily (*)
  01068ad... fractal-matrix-api: Remove length comparisons to zero (*)
  b93f1e4... fractal-matrix-api: More idiomatic if/else assignments (*)
  7152795... fractal-matrix-api: Use char type for single char patterns (*)
  5295964... fractal-matrix-api: Don't call a function in Result::unwrap (*)
  f701ea5... fractal-matrix-api: Drop a redundant conversion (*)
  13ccd74... roomhistory: fix date format in day divider (*)
  aa9b48c... Invite Dialogs: minor visual fixes (*)
  3cbbad2... Update Polish translation (*)
  4003f6d... Update Brazilian Portuguese translation (*)
  4df8483... Fix mentions of World since we moved (*)
  4a8de6a... Update Catalan translation (*)
  30809bc... Update French translation (*)
  e52fca4... Backend: Use lazy_static! for Regex evaluation. Closes #391 (*)
  0bd8a9f... Fixes unchecked bug in e52fca475cc4b0ed1db1a1acfba18fd11595 (*)
  f32f9ce... refactor: pass rooms to set_rooms by value (*)
  0ea988a... refactor: simplify how rooms are added to the roomlist (*)
  78dfdc1... room: open default room when avaible (*)
  e78f36c... meson: remove dependency on gstreamer-bad-video-1.0 (*)
  5dae373... meson: remove dependency on libsecret (*)
  4205a6a... rooms: cache rooms only when the roomlist is cleared (*)
  84b7026... Upgrade to Rust 2018 (*)
  36b0905... Remove redundant uses (*)
  280d585... Reformat Cargo.toml (*)
  09894a8... Fix warning: unused mut (*)
  043e7f5... Call String::new() instead of String::from("") or "".to_str (*)
  ff7744e... Use .unwrap_or_default() instead of .unwrap_or() where poss (*)
  ec53fe1... Update Swedish translation (*)
  bd0afef... Updated Spanish translation (*)
  2144566... Backend: Refactor get! and post! (*)
  ef6f027... Backend: Add put! macro (*)
  ff7e6df... Backend: Use get!, post! and put! as much as possible (*)
  985782b... file dialog: add a common filepicker dialog (*)
  8afbc5c... attach: use common filechooser widget to attach file (*)
  f8ed208... Update POTFILES.in (*)
  47fdc3f... Backend: Change function signatures to mutable vectors inst (*)
  a87d712... Backend: Cairo is unused, don't depend on it (*)
  e3fba68... Backend: Stop depending on cairo for cache_dir_path() and u (*)
  9017488... Update Polish translation (*)
  48ffd7b... Backend: Use slices instead of references to immutable vect (*)
  09f5044... Backend: Use Url type in BackendData.server_url (*)
  63b83d5... Backend: Use Url type in BackendData.scalar_url (*)
  a78e678... Return Url directly when a Err() isn't possible (*)
  9e98846... Use stable API endpoints (*)
  ba288dc... meson: add tests to validate appdata/desktop file (*)
  d8707df... Appdata: improve the appdata file (*)
  ff411a5... Appdata: add kudos tags (*)
  c157b76... Fix strings: (*)
  5031784... roomlist.rs: replace "favourites" with "favorites" (*)
  2d7c906... media_viewer_menu.ui: replace "..." with "…" (*)
  2c30cdf... backend: simplify get_alias method of Member (*)
  6982765... fractal-gtk: Use gspell for spellchecking (*)
  b17fe29... sourceview_entry: Clean up `self` imports (*)
  319136b... Update Polish translation (*)
  5dcb990... Flatpak: fix libhandy config options (*)
  cf68e36... use Gaction to change avatar in room/account settings (*)
  b088a0d... file_chooser: add file filter (*)
  f77758f... Update Finnish translation (*)
  2c7fcb5... Update POTFILES.in (*)
  182cfd9... Use Unicode apostrophes in new user-visible strings (*)
  58fec8d... Update Polish translation (*)
  aafd809... sidebar: fix notification counter style (*)
  f270ad6... Add linter config (*)
  60991cd... Add Esperanto translation (*)
  d2d1872... Update Swedish translation (*)
  9b6f537... backend: force id on every Message (*)
  efd64a7... Ellipsize long display names in member list (*)
  6f643c1... backend: add a RoomMembership to Room type (*)
  2f3401f... hookup the mouse back button to the 'app.back' action (*)
  58c86df... Add types related to third party protocol module API (*)
  ce6582d... Backend: implement Deserialize for protocol types (*)
  32ff088... Add types related to room listing API (*)
  9f1af03... Backend: use Deserialize in room_search (*)
  b6bde7e... Backend: implement PublicRoomsRequest (*)
  71fa56f... Update Brazilian Portuguese translation (*)
  e24ef24... Backend: Implement and use login request and response types (*)
  ede3e4b... Backend: Implement and use register request and response ty (*)
  46ac065... Backend: enhancements to backend/sync.rs (*)
  3194c13... Backend: Implement and use sync response types and cleanup (*)
  dcf51f2... Backend: Implement and use filter API (*)
  e1455bb... Readability improvements to model/room.rs (*)
  d205185... Update Spanish translation (*)
  2704435... Update Spanish translation (*)
  dac4e17... fractal-gtk: Use git version of tree_magic (*)
  279d334... markdown_popover: Remove deprecated props and clean up (*)
  8537c5e... Revert "fractal-gtk: Use git version of tree_magic" (*)
  9b17565... backend: clean up room avatar request (*)
  c40553c... avatar: download, cache and remove room avatar (*)
  9cdf476... room: download full list of members for each room (*)
  0b8055d... appop: Remove RoomPanel enum and room_panel() func (*)
  3b69e8e... fractal-gtk: Use HdyLeaflet to adapt to small sizes (*)
  36c1d82... main_window: wrap room_info GtkBox in GtkScrolledWindow (*)
  6d99cd8... main_window: set width-request for content (*)
  ac42237... change CI rust-fmt checks to stable rust (*)
  260b8de... Updated Czech translation (*)
  ca3dd2d... widgets/message.rs: Implement hold to right click (*)
  5f5903a... room_settings: Wrap settings in HdyColumn (*)
  1f6cb8b... Update Finnish translation (*)
  4d601d6... dependencies: Remove tree_magic from fractal-gtk (*)
  1239698... dependencies: Remove tree_magic from fractal-matrix-api (*)
  1ce06f4... API: rework authentication in register model (*)
  dc924b1... API: Implement and use user request and response types (*)
  2d8e976... API: use global variable for device name (*)
  1d355ea... meson.build: Bump libhandy dependency (*)
  345c267... fractal-gtk: Use HdyDialog for Dialogs (*)
  5753d37... Add Ukrainian translation (*)
  9446b2d... Add Hungarian translation (*)
  dd9a14d... backend: create only one reqwest client (*)
  29a8750... backend: use gloable timeout for http request (*)
  6aa7230... use gspell from crates (*)
  6375f53... Add Russian translation (*)
  e8bb1c7... add proper type categorization on audio file upload (*)
  25c3696... Update German translation (*)
  a384c19... create upload_thumbnail (*)
  d71da4a... change thumb path to random file name in temp (*)
  9eb315a... delete temporary thumbnail file (*)
  74fd237... bump gst-editing services version to 1.14 (*)
  bba93fc... account: Fix minor typo (*)
  d7d7ae3... cache: Fix reinitializing cache after destroying it (*)
  b4b3886... Save and restore window state (*)
  2fa9b3f... Update Polish translation (*)
  e795177... create get_file_media_info (*)
  ecbf32d... Updated Spanish translation (*)
  9e92d3e... room_history: Add missing day divider between existing and  (*)
  6c68fd2... build: Bump libhandy to 0.0.8 (*)
  b2135ef... account_settings: Remove revealer boxes (*)
  b907145... Slightly inaccurate flatpak build instructions (*)
  48c8013... Add typing notifications (*)
  a91a1a1... Update Polish translation (*)
  8f8a2d0... fractal-gtk: Use loggerv for log output (*)
  8995697... fractal-gtk: Use clap to set verbosity for release builds (*)
  f52f264... Add Dutch translation (*)
  1327fae... Update Spanish translation (*)
  4637c04... Update Brazilian Portuguese translation (*)
  a3654a6... fractal-gtk: Clean up some mistakes with loggerv (*)
  330bca1... account: Reduce unwanted scrolling (*)
  04aca01... account: Downgrade scroll for callbacks (*)
  54a1144... Merge branch 'merge-requests/387' (*)
  2421ac1... Update Swedish translation (*)
  908a837... room_history: re-enable kinetic scrolling after loading mor (*)
  5ea9b0c... account: Fix foci (*)
  bdb4d5c... account: Make stack non-homogeneous (*)
  d62bcc2... Replace tabs with spaces in app macro (*)
  79f0200... Minor style changes to typing notifications (*)
  24913ca... Merge branch 'merge-requests/389' (*)
  6ae32b5... Update Polish translation (*)
  ef8f3c8... Update Hungarian translation (*)
  d60ce58... power_level badges for users in room settings (*)
  f39555b... Update Polish translation (*)
  d088752... media_viewer: Remove zoom controls (*)
  f9fb445... backend: Initial support for session proxy (*)
  cd750de... Only add margin to the start of message rows (*)
  5c4afad... Update Brazilian Portuguese translation (*)
  2f4e1ec... fractal-matrix-api: set history visibility for direct chats (*)
  8c97771... fractal-matrix-api: Add workaround for synapse bug 4898 (*)
  c0de295... AppOp::set_active_room_by_id: call set_state after changing (*)
  67eaee9... Add Indonesian translation (*)
  0e08877... Update Finnish translation (*)
  7eec414... rust: fix some warnings (*)
  336f0b2... ui: Separate login from main_window.ui (*)
  2a659b3... api: Create types for well-known request (*)
  66e95aa... fractal-gtk: Redesign Login Flow (*)
  56d71ad... fractal-gtk: Add shortcuts to login view (*)
  e1fbb54... login_flow.ui: Add mnemonics for keyboard navigation (*)
  b35b06d... Update POTFILES.in (*)
  f63fc17... Update Spanish translation (*)
  5408639... Update Polish translation (*)
  37f3a59... ui: Fix translatable attribute in login_flow (*)
  1a4ed5d... Update Indonesian translation (*)
  bd4d7b8... build: Use config.rs instead of env! macro (*)
  7b1734a... build: Build resources with meson instead of build.rs (*)
  6352841... build: use add_dist_script for vendoring (*)
  9190374... build: Place target in meson build dir (*)
  7f35195... CI: create blank versions of configured files before lint (*)
  f4ce5e7... build: hook up tests with meson (*)
  c76a8b1... build: Don't use globbing to find sources (*)
  42e1d50... flatpak: Add builddir: true to manifest (*)
  c1632bf... Switch to upstream gettext-rs (*)
  ab29952... Update POTFILES.in (*)
  f96d726... fractal-gtk: Reduce margins when leaflet is folded (*)
  839f408... build: Add 'doc' task (*)
  0748bad... Add Content-Length: 0 header to JSON queries if the length  (*)
  1224e8e... Only set Content-Length header on POSTs (*)
  a4e66f8... Update Brazilian Portuguese translation (*)
  a10c7c4... ui: Unmark placeholders as translatable (*)
  47a83f9... cache: Don't store typing_users (*)
  17aca31... api: Fix publicRooms request (*)
  584753b... build: Require libhandy 0.0.9 (*)
  2018a70... api: Properly parse invite events (*)
  b454a7f... rust: simplify loop code (*)
  0bc483c... Revert "Switch to upstream gettext-rs" (*)
  e3714d1... Cargo: update .lock file (*)
  1522550... Prepare changelog for 4.2 (*)
  f8c69cb... Update Indonesian translation (*)
  af742af... notify: Use GBytesIcon (*)
  408c7ce... fractal-gtk: Improve list keyboard navigation (*)
  5cd2c51... Add keyboard shortcuts for easier navigation (*)
  2e3e1fb... Fix a bug when trying to go to far in the history with keyb (*)
  7348934... Add new keyboard shortcuts to the help dialog (*)
  a6722db... roomlist: flatten sibling_id function (*)
  7925a33... Apply suggestion to fractal-gtk/src/widgets/roomlist.rs (*)
  1619aa3... Update changelog: keyboard shrotcuts were added (*)
  dd62a33... Update Spanish translation (*)
  9b51d4a... Update Spanish translation (*)
  c3a168b... Update Polish translation (*)
  6a6955b... Add Basque translation (*)
  250376a... Initial support for being kicked (*)

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]