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
    • Joe Donofry's avatar
      Update Mentions UI · 8b2488b7
      Joe Donofry authored
      Mentions are now an '@' icon in the upper right.
      
      UI Popup is now a smaller dialog.
      
      Still lots of work to be done here.
      Verified
      8b2488b7
  2. Jul 17, 2019
    • 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 03, 2019
  4. Jun 27, 2019
  5. Jun 12, 2019
  6. May 27, 2019
  7. May 23, 2019
  8. May 14, 2019
  9. Feb 20, 2019
  10. Feb 17, 2019
  11. Feb 08, 2019
  12. Jan 26, 2019
  13. Jan 25, 2019
  14. Jan 24, 2019
  15. Jan 18, 2019
    • Joe Donofry's avatar
      Modified the code that generates user's colors so that it will · 50e382f5
      Joe Donofry authored
      work regardless of the theme choices the user makes.  The code
      now incorporates the contrast between the background color and the
      color generated by the user_name when picking colors.  It currently
      has two 'big' issues:
      1. Colors are not cached.  I am planning on adding a QHash for this
      a little later.  This should improve performance by not calculating
      the color for the same users over and over and over again.
      2. Theme changes do not trigger the colors to get refreshed.
      Currently, you will have to switch to a different room and back
      to get the colors to refresh.
      50e382f5
  16. Jan 12, 2019
  17. Oct 07, 2018
  18. Sep 28, 2018
  19. Sep 26, 2018
  20. Sep 21, 2018
  21. Sep 19, 2018
  22. Sep 17, 2018
  23. Sep 07, 2018
  24. Sep 01, 2018
  25. Aug 21, 2018
  26. Aug 12, 2018
  27. Aug 10, 2018
  28. Aug 09, 2018
  29. Aug 08, 2018
  30. Jul 27, 2018
  31. Jul 26, 2018
  32. Jul 25, 2018
Loading