Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Jul 23, 2020
  2. Jul 10, 2020
  3. Jun 05, 2020
  4. May 26, 2020
  5. May 18, 2020
  6. Mar 31, 2020
  7. Feb 23, 2020
  8. Feb 15, 2020
  9. Feb 13, 2020
  10. Feb 04, 2020
  11. Feb 02, 2020
  12. Jan 31, 2020
  13. Jan 30, 2020
  14. Jan 21, 2020
  15. Dec 15, 2019
  16. Dec 14, 2019
  17. Nov 23, 2019
  18. Aug 26, 2019
  19. 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.
      3f563e1e
  20. Jul 29, 2019
    • Joe Donofry's avatar
      Fix lambda capture issue · 24a64952
      Joe Donofry authored
      24a64952
    • Joe Donofry's avatar
      Update mentions dialog · fd2d4d6d
      Joe Donofry authored
      Mentions are now separated into 'this room' and 'all rooms'
      tab., which allows the user to filter on the current room
      if they desire.  Should add additional logic in the future
      to show which room the mention was in the for the 'all rooms'
      view.
      fd2d4d6d
  21. Jul 28, 2019
  22. 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
  23. 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
  24. Jul 05, 2019
  25. Jul 04, 2019
  26. Jul 03, 2019
  27. Feb 24, 2019
Loading