Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Jul 28, 2019
  2. Jul 27, 2019
  3. Jul 25, 2019
    • Nicolas Werner's avatar
      Improve layout of Emoji Picker · 78ed78c4
      Nicolas Werner authored
      Respect system styling
      Increase size of emojis (to remove empty space)
      Add hover effect (partially adresses #41)
      Less hardcoding of sizes
      Use emoji font (color)
      78ed78c4
  4. 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
  5. 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
  6. Jul 03, 2019
  7. Jun 27, 2019
  8. Jun 12, 2019
  9. May 27, 2019
  10. May 23, 2019
  11. May 14, 2019
  12. Feb 20, 2019
  13. Feb 17, 2019
  14. Feb 08, 2019
  15. Jan 26, 2019
  16. Jan 25, 2019
  17. Jan 24, 2019
  18. 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
  19. Jan 12, 2019
  20. Oct 07, 2018
  21. Sep 28, 2018
  22. Sep 26, 2018
  23. Sep 21, 2018
  24. Sep 19, 2018
  25. Sep 17, 2018
  26. Sep 07, 2018
  27. Sep 01, 2018
Loading