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 17, 2019
    • Joe Donofry's avatar
      Fix linting issues · d2af8271
      Joe Donofry authored
      Verified
      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.
      Verified
      579bf234
  3. Jul 05, 2019
  4. Jul 04, 2019
  5. Jul 03, 2019
  6. Feb 24, 2019
  7. Jan 30, 2019
    • Joe Donofry's avatar
      Add download button to ImageOverlay · 6d629f1c
      Joe Donofry authored
      When opening images in the full-screen overlay, there is now
      a download button next to the close button.  This button utilizes
      the same functionality as the right-click->save image button.
      6d629f1c
  8. Sep 30, 2018
  9. Sep 25, 2018
  10. Sep 21, 2018
  11. Sep 20, 2018
  12. Sep 19, 2018
  13. Sep 12, 2018
  14. Sep 08, 2018
  15. Sep 07, 2018
  16. Aug 29, 2018
  17. Aug 26, 2018
  18. Aug 13, 2018
  19. Aug 12, 2018
  20. Aug 11, 2018
  21. Aug 09, 2018
  22. Aug 01, 2018
  23. Jul 22, 2018
  24. Jul 21, 2018
  25. Jul 20, 2018
  26. Jul 17, 2018
  27. Jul 15, 2018
Loading