Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. 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
  2. Jul 21, 2019
  3. Jul 17, 2019
    • Joe Donofry's avatar
      Fix linting issues · d2af8271
      Joe Donofry authored
      d2af8271
    • Joe Donofry's avatar
      Add User Mentions Dialog · 579bf234
      Joe Donofry authored
      Add a RoomListItem-like button that opens a dialog
      containing all of the messages that would result in a
      highlight from the server (for example, the user is mentioned,
      or @room is mentioned).
      
      This is VERY rudimentary and will be completely reworked in the future
      to take advantage of the existing TimelineView class, instead of
      using a dialog like it does now. The button to show the mentions
      also needs work.
      579bf234
  4. Jul 05, 2019
  5. Jul 04, 2019
  6. Jul 03, 2019
  7. Jun 27, 2019
  8. Jun 26, 2019
  9. Jun 15, 2019
  10. Jun 14, 2019
    • Joe Donofry's avatar
      Further Improve Reply Functionality · 129beb57
      Joe Donofry authored
      Quoted replies now include matrix.to links for the event and the user.
      UI Rendering has been (slightly) improved... still very WIP.
      Restructured the reply structure in the code for future usability
      improvements.
      129beb57
  11. Jun 12, 2019
  12. Jun 09, 2019
  13. Jun 06, 2019
  14. May 30, 2019
  15. May 27, 2019
  16. May 23, 2019
  17. May 20, 2019
  18. May 15, 2019
Loading