[fractal] Created tag 4.4.1b1



The signed tag '4.4.1b1' was created.

Tagger: Daniel García Moreno <dani danigm net>
Date: 1634555012 +0200

    4.4.1 beta 1

Changes since the last tag '4.4.0':

Adrien Plazas (1):
      data: List compatible form-factors

Alejandro Domínguez (98):
      Remove the use of rand feature in ruma-identifiers
      Remove all unused stuff and enable lints to deny it
      Remove gtk deprecation warnings
      Remove static_resources.rs from .gitignore
      Remove types module
      Fix and update libhandy dependency
      Show error location at the caller site in HandleError
      Change statics for consts
      Replace legacy gtk functions
      Update Cargo.lock
      Integrate Tokio runtime
      Integrate matrix-rust-sdk and making it log in
      Join rooms through matrix-sdk
      Leave rooms through matrix-sdk
      Invite users through matrix-sdk
      Search room directory and download files through matrix-sdk
      Create rooms through matrix-sdk
      Get room messages through matrix-sdk
      Send typing event through matrix-sdk
      Set read markers through matrix-sdk
      Send room messages and set room avatar through matrix-sdk
      Search user directory through matrix-sdk
      Set language through matrix-sdk
      Redact messages through matrix-sdk
      Get user avatar through matrix-sdk
      Get user name through matrix-sdk
      Mark favourite rooms through matrix-sdk
      Set room name through matrix-sdk
      Set room topic through matrix-sdk
      Get room detail through matrix-sdk
      Get room avatars through matrix-sdk
      Get room members through matrix-sdk
      Manage push rules through matrix-sdk
      Set user avatar through matrix-sdk
      Set display name through matrix-sdk
      Get 3PID contacts through matrix-sdk
      Change password through matrix-sdk
      Remove register endpoint custom implementation
      Get supported protocols through matrix-sdk
      Request 3PID (email) verification through matrix-sdk
      Request 3PID (phone) verification through matrix-sdk
      Sync through matrix-sdk
      Relax checks and error handling on syncing
      Relocate files
      Make all requests async
      Remove "json" feature in reqwest
      Remove reqwest dependency
      Remove stuff from cache system
      Remove HostAndPort
      Add rustc version restriction
      Split the transformation of the sync response
      Make SyncRet more natural and self-explanatory
      Remove initial as argument for backend::sync
      Transform the sync response in AppOp instead of the backend module
      Get App::get_op() out of App
      Make OP static variable getter non-optional
      Remove op field in App
      Deprecate get_op()
      Move main_window field from App to UI
      Move app::connect to appop module
      Use AppRuntime for better ergonomics for the reactive loop
      Use UI and AppRuntime directly in connect
      Remove OP global variable
      Remove App struct
      Don't log random unrecognized events
      Relocate UI rust code files
      Move connect_gtk to ui module
      Move all fields related to UI from AppOp to UI
      Remove Rc<RefCell<T>> pattern in ui::UI
      Remove Rc<RefCell<T>> pattern in widgets::members_list
      Move about_dialog from AppOp to UI
      Move attach module from AppOp to UI
      Move some methods in appop::directory to UI
      Take UI querying out of AppOp::search_rooms
      Avoid cloning in appop::invite methods
      Move start_chat from AppOp to UI
      Move stuff in member from AppOp to UI
      Move stuff in invite from AppOp to UI
      Move stuff in notify from AppOp to UI
      Move room_settings from AppOp and widgets to UI
      Move stuff in user from AppOp to UI
      Move stuff in state from AppOp to UI
      Update po/POTFILES.in
      Get main_window directly instead of by address
      Access account_settings widget and children directly
      Move stuff in account from AppOp to UI
      Move ui::connect::account to ui::AccountSettings
      Make ui::AccountSettings build its own gtk::Builder
      Access direct_chat_dialog widget and children directly
      Fix POTFILES.in
      Fix new direct chat dialog crashing app
      Get invite_entry from a method
      Fix invite_user-direct_chat dialog match branch
      Move stuff in media_viewer from AppOp to UI
      Improve MessageBox
      Check more invariants through the type system in MessageBox
      Clean MessageContent
      Further componentize MessageBox

Alexandre Franke (17):
      Fix copyright date
      clippy: collapsible if
      clippy: redundant clones
      clippy: identical conversion
      clippy: redundant pattern matching
      clippy: single-character string constant used as pattern
      clippy: use of `unwrap_or` followed by a function call
      clippy: using `clone` on a `Copy` type
      Update French translation
      Add myself as maintainer
      i18n: fix moved files
      issues: add homeserver to template
      passwd: improve token storage error handling
      passwd: improve password storage error handling
      passwd: make method name more accurate
      Add contribution guidelines
      Fix build and update SDK version

Amanda Graven (2):
      Don't trim paragraph tags on multiple paragraphs
      Move p tag trimming to separate function

Anders Jonsson (2):
      Update Swedish translation
      Update Swedish translation

Andika Triwidada (1):
      Update Indonesian translation

Ask Hjorth Larsen (1):
      Add Danish translation

Balázs Úr (2):
      Update Hungarian translation
      Update Hungarian translation

Berkus Decker (1):
      Add missing macOS dependencies

Bilal Elmoussaoui (11):
      bump gtk-rs & gstreamer crates
      replace all the new_from with just from_
      EntryExt: get_text returns a GString now
      column: libhandy::Column is now a proper Container
      use new gdk::Keys API
      use letter-avatar from a fork
      WidgetExt::destroy is unsafe now
      use released crates
      use the new keyval api
      divider: replace the unsafe destroy
      fix related cargo warnings

Boyuan Yang (2):
      Update Chinese (China) translation
      Update Chinese (China) translation

Christopher Davis (57):
      autocomplete: Use key-press-event instead of button-press-event
      fractal-gtk: Port to libhandy-1
      fractal-gtk: Refactor window to use HdyDeck
      avatar: Use HdyAvatar instead of a custom DrawingArea
      avatar: Only load pixbuf once
      flatpak: Use nightly SDK and git deps
      widgets/image.rs: Round images in chat view
      css: Round corners for chat view
      room_settings: Round corners, adjust spacing
      css: Make round buttons circular
      media_viewer: Make OSD buttons circular
      widgets: Add clip_container for clipping children
      room_settings: Use libhandy style class instead of GtkFrame
      room_settings: Remove GtkFrame for notifications
      fractal-gtk: Remove static_resources.rs.in
      flatpak: Pin gspell
      ui: Clean up deprecated margin props
      server_chooser: Remove GtkAlignment
      account_settings: Minimize child props and remove placeholders
      add_room_menu: Use menu model
      audio_player: Remove use of child props
      ui: Remove border_width
      direct_chat: Minimize use of child properties
      ui: Remove filechooser.ui
      inivte: Remove child properties
      invite_user: cleanup
      join_room: Clean up child props and placeholders
      kicked_room: Remove child properties
      leave_room: Remove child properties
      main_menu: Remove child properties
      main_window: Minimize use of child properties
      main_window: Remove placeholders
      main_window: Remove manual GtkViewport use
      markdown_popover: Remove redundant child properties
      media_viewer: Remove redundant child properties
      ui: Remove members.ui
      msg_src_window: Remove position child prop
      new_room: Remove child properties and placeholders
      password_dialog: Minimize use of child properties
      room_menu: Use menu model
      room_settings: Minimize use of child properties
      new_room: Remove combo
      server_chooser_menu: Remove child properties
      media_viewer: Remove GtkAlignment
      media_viewer: Remove placeholders
      autocomplete: Remove viewport
      direct_chat: Remove manual viewport
      room_settings: Remove manual viewport
      account_settings: Remove manual viewport
      Revert "flatpak: Pin gspell"
      css: Fix adaptive message list
      Remove snap packaging
      Refactor message menu
      general: Remove unused files
      CI: Remove pages pipeline
      login: Use HdyStatusPage and rounded buttons
      main_window: Use HdyStatusPage for no room selected view

Daniel García Moreno (10):
      Remove home access
      Room notification setting
      Remove leftover debug println
      Fix rebase conflict bugs
      Remove unsafe use for widgets removement
      Use is_empty instead of != comparison
      Use org.gnome.Sdk//3.38
      Update POTFILES.in
      Add POTFILES.skip with i18n module
      Release 4.4.1

Daniel Mustieles (4):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Daniel Șerbănescu (1):
      Update Romanian translation

Dušan Simić (1):
      Add Serbian (Latin) translation

Emin Tufan Çetin (3):
      Update Turkish translation
      Update Turkish translation
      Update Turkish translation

Enrico Nicoletto (2):
      Update Brazilian Portuguese translation
      Update Brazilian Portuguese translation

Florentina Mușat (1):
      Update Romanian translation

Fran Dieguez (1):
      Add Galician translation

Francesco Mazzoli (1):
      Correct rust-stable extension version in README.md

Goran Vidović (3):
      Update Croatian translation
      Update Croatian translation
      Update Croatian translation

Jan Tojnar (1):
      meson: Clarify license

Jiri Grönroos (2):
      Update Finnish translation
      Update Finnish translation

Johannes Hayeß (3):
      Enable LTO for release build
      Always unlock secret service collections before usage
      Update secret-service to v2.0

Jordi Mas i Hernandez (3):
      Update Catalan translation
      Update Catalan translation
      Update Catalan translation

Julian Sparber (6):
      Don't request usernames from matrix server when creating messages
      bump matrix-sdk to commit bdaed6237e104b738b5ad25c063675373d9fa60d
      readme: Add information about Fractal-next and milestones
      bump matrix-sdk to e437aea01213338d7f11787411a025b6133efcff
      add myself as maintainer
      Remove milestone list

Kai A. Hiller (13):
      Allow adding elements to room history by index
      Let ScrollWidget handle scrolls
      Use less ScrollWidget internals
      Add some doc comments
      Remove obsolete fields from widgets
      Fix message replacement and removal in room_history
      Stop pre-commit hook from installing programs
      Make pre-commit hook ask before installing rustfmt
      Make pre-commit hook work for non-terminal environments
      Make model.Message order by date, then id
      Refactor message handling into MessageList
      Track relations in MessageList
      Fix wrong messages being replaced

Kai Hiller (1):
      Apply 2 suggestion(s) to 1 file(s)

Kukuh Syafaat (1):
      Update Indonesian translation

Kévin Commaille (8):
      Remove GtkBox padding fill and expand child properties
      Remove position and properties with default values
      Apply EXIF rotation on images loaded with Pixbuf
      Switch Riot references to Element
      meson: Update libhandy version to 1.2.0
      Reset new room dialog after state is retrieved
      bump matrix-sdk to ebcb2024d14614b8c984c5b95de5df04eec7933b
      Update donation link

Luna Jernberg (1):
      Update Swedish translation

Marek Černocký (2):
      Update Czech translation
      Update Czech translation

Matej Urbančič (1):
      Add Slovenian translation

Maximiliano Sandoval R (11):
      Update html2pango to 0.4.1
      Message Widget: Initial html support
      Add css for headlines
      Add css for code blocks
      Message Widget: Don't highlight matching brackets
      Message Widget: Connect right click menu for html
      Message Widget: Make ol/ul a list of boxes
      Message Widget: Wrap SourceView in scrolled window
      Message Widget: Do not render incomplete messages
      Message Widget: Add margins for lists
      message: Run rustfmt

Milo Ivir (1):
      Add Croatian translation

Nathan Follens (2):
      Update Dutch translation
      Update Dutch translation

Olivier Lemasle (1):
      Update French translation

Philipp Kiemle (1):
      Update German translation

Piotr Drąg (7):
      Update Polish translation
      Update POTFILES.in
      Update POTFILES.in
      Update POTFILES.in
      Update POTFILES.in
      Update Polish translation
      Update Polish translation

Quentin PAGÈS (1):
      Add Occitan translation

Rafael Fontenelle (2):
      Update Brazilian Portuguese translation
      Update Brazilian Portuguese translation

Thibault Martin (5):
      Change the matrix room alias to the canonical one in README.md
      Remove references to snap as it is not supported
      Remove references to how Fractal worked before matrix-rust-sdk
      Remove 'origin' section of the README, and clarify that we're only partially making use of 
matrix-rust-sdk
      Restore CoC section and fix a typo, in the README

Tjipke van der Heide (1):
      Add Frisian translation

Vancha March (1):
      Ctrl+PgDn should switch to the first room if none is selected

Wyatt Turner (2):
      Moved clearing of "join_room_name" entry
      Added error log when failing to join room by ID

Yaron Shahrabani (1):
      Add Hebrew translation

Yuki Okushi (5):
      Remove unnecessary rustfmt config
      Prefer to use `is_empty()`
      Switch from failure to anyhow
      Update `mdl` to 1.0.5
      Drop `failure` crate and friends from the dependency

Yuri Chornoivan (4):
      Update Ukrainian translation
      Update Ukrainian translation
      Update Ukrainian translation
      Update Ukrainian translation

enterprisey (1):
      docs: Mention commit msg guidelines in CONTRIBUTING.md

Мирослав Николић (1):
      Add Serbian translation


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