Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. 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
    • Joe Donofry's avatar
      Make the author text slightly large. · 1882198e
      Joe Donofry authored
      Add author color generated based on user id.
      1882198e
  2. Oct 07, 2018
  3. Oct 01, 2018
  4. Sep 21, 2018
  5. Sep 19, 2018
  6. Sep 13, 2018
  7. Sep 12, 2018
  8. Sep 07, 2018
  9. Sep 06, 2018
  10. Sep 01, 2018
  11. Aug 21, 2018
  12. Aug 01, 2018
  13. Jul 22, 2018
  14. Jul 20, 2018
  15. Jul 17, 2018
  16. Jul 15, 2018
  17. Jun 28, 2018
  18. May 11, 2018
  19. May 05, 2018
  20. Apr 29, 2018
  21. Apr 28, 2018
  22. Apr 27, 2018
  23. Apr 21, 2018
  24. Mar 24, 2018
  25. Feb 19, 2018
  26. Feb 18, 2018
    • christarazi's avatar
      Support audio, video, generic file for pasting (#220) · cd9d1a2e
      christarazi authored
      * Refactor widget items to use same interface
      
      * Support audio, video, generic file for pasting
      
      * Add utils function for human readable file sizes
      
      * Set correct MIME type for media messages
      
      This change also determines the size of the upload once from the
      ContentLengthHeader, rather than seeking the QIODevice and asking for
      its size. This prevents any future trouble in case the QIODevice is
      sequential (cannot be seeked). The MIME type is also determined at
      upload once, rather than using the QIODevice and the underlying data
      inside.
      
      * Allow for file urls to be used as fall-back
      
      This fixes an issue on macOS which uses `text/uri-list` for copying
      files to the clipboard.
      
      fixes #228 
      cd9d1a2e
  27. Jan 12, 2018
  28. Jan 04, 2018
Loading