Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Jan 01, 2022
  2. Sep 17, 2021
  3. Mar 20, 2021
  4. Mar 05, 2021
  5. Nov 25, 2020
  6. Jul 22, 2019
    • Nicolas Werner's avatar
      Fix copy and pasting image from clipboard · cefe5fe7
      Nicolas Werner authored
      If the QMimeData contains an image, it actually has a mime type of
      application/x-qt-image. At least in some cases accessing the image/*
      data returns a 0 length array. Accessing the data via ->imageData works
      however. So we use that as our accessor and pass it to the preview
      dialog.
      cefe5fe7
  7. Sep 25, 2018
  8. Jul 17, 2018
  9. Feb 19, 2018
  10. Feb 18, 2018
    • christarazi's avatar
      Support audio, video, generic file for pasting (#220) · cd9d1a2e
      christarazi authored
      * Refactor widget items to use same interface
      
      * Support audio, video, generic file for pasting
      
      * Add utils function for human readable file sizes
      
      * Set correct MIME type for media messages
      
      This change also determines the size of the upload once from the
      ContentLengthHeader, rather than seeking the QIODevice and asking for
      its size. This prevents any future trouble in case the QIODevice is
      sequential (cannot be seeked). The MIME type is also determined at
      upload once, rather than using the QIODevice and the underlying data
      inside.
      
      * Allow for file urls to be used as fall-back
      
      This fixes an issue on macOS which uses `text/uri-list` for copying
      files to the clipboard.
      
      fixes #228 
      cd9d1a2e
  11. Jan 10, 2018
  12. Nov 30, 2017
  13. Sep 10, 2017
  14. Aug 06, 2017
  15. May 16, 2017
  16. May 04, 2017
    • Matthew Hodgson's avatar
      macOS fixes (#15) · 9cc9b623
      Matthew Hodgson authored
      - Improve build instructions.
      - Fix fullscreen image sizing.
      - Remove horizontal overscroll of RoomInfoListItem.
      9cc9b623
  17. Apr 30, 2017
  18. Apr 29, 2017
  19. Apr 23, 2017
  20. Apr 09, 2017
  21. Apr 06, 2017
  22. Apr 05, 2017
Loading