Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Jun 05, 2020
  2. May 26, 2020
  3. May 18, 2020
  4. Mar 31, 2020
  5. Feb 23, 2020
  6. Feb 15, 2020
  7. Feb 13, 2020
  8. Feb 04, 2020
  9. Feb 02, 2020
  10. Jan 31, 2020
  11. Jan 30, 2020
  12. Jan 21, 2020
  13. Dec 15, 2019
  14. Dec 14, 2019
  15. Nov 23, 2019
  16. Aug 26, 2019
  17. Aug 10, 2019
    • Joe Donofry's avatar
      Cache User Mentions · 3f563e1e
      Joe Donofry authored
      Cache user mentions when they are retrieved from the server.
      This logic currently isn't being utilized by the UI.  Additionally,
      the app should use a 'since' value to only get mentions newer
      than those stored in the DB, to avoid excessive web requests.
      
      This will be implemented in a future commit.
      Verified
      3f563e1e
  18. Jul 29, 2019
  19. Jul 28, 2019
  20. 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
  21. 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
  22. Jul 05, 2019
  23. Jul 04, 2019
  24. Jul 03, 2019
  25. Feb 24, 2019
  26. 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
  27. Sep 30, 2018
Loading