Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Mar 24, 2018
  2. Mar 22, 2018
  3. Mar 20, 2018
  4. Mar 19, 2018
  5. Mar 18, 2018
  6. Mar 12, 2018
  7. Mar 04, 2018
  8. 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
  9. Feb 01, 2018
  10. Jan 15, 2018
  11. Jan 10, 2018
  12. Jan 09, 2018
  13. Jan 03, 2018
  14. Dec 21, 2017
  15. Dec 19, 2017
  16. Dec 11, 2017
  17. Dec 10, 2017
  18. Dec 05, 2017
  19. Dec 01, 2017
  20. Nov 30, 2017
  21. Nov 28, 2017
  22. Nov 26, 2017
  23. Nov 25, 2017
  24. Nov 23, 2017
  25. Nov 22, 2017
  26. Nov 16, 2017
    • Max Sandholm's avatar
      Use system color scheme (using a Qt stylesheet) #104 · 19b526d4
      Max Sandholm authored
      The color scheme of nheko obeys the default color theme of Qt
      (i.e. the system theme). It uses a Qt stylesheet to accomplish this,
      which means replacing the color theme with a custom theme would only
      be a matter of writing a new style sheet and loading it into the app.
      19b526d4
  27. Oct 27, 2017
  28. Oct 15, 2017
  29. Oct 09, 2017
  30. Oct 05, 2017
  31. Jul 09, 2017
Loading