Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Jul 05, 2019
  2. Jul 04, 2019
  3. Jul 03, 2019
  4. Jun 27, 2019
  5. Jun 15, 2019
  6. Jun 14, 2019
    • Joe Donofry's avatar
      Further Improve Reply Functionality · 129beb57
      Joe Donofry authored
      Quoted replies now include matrix.to links for the event and the user.
      UI Rendering has been (slightly) improved... still very WIP.
      Restructured the reply structure in the code for future usability
      improvements.
      Verified
      129beb57
  7. Jun 12, 2019
  8. Jun 09, 2019
  9. May 27, 2019
  10. May 01, 2019
    • Nicolas Werner's avatar
    • Nicolas Werner's avatar
      Simplify linkifyMessage · 23eef9e1
      Nicolas Werner authored
      Parsing html as xml has inherent problems, most notable there are many
      matrix clients that don't escape ampersands in urls of mx-replies, etc.
      (See issue #18)
      
      This also removes the replacement of <mx-reply> as it isn't strictly
      needed.
      
      Also the QRegExp is replaced with the Qt5 QRegularExpression for
      perfomance and because it supports lookahead and lookbehind.
      
      I'm pretty sure that the original code also replaced href="" with
      href=\"\", which was probably wrong, but I'm not to sure about that.
      
      Fixes #18
      23eef9e1
  11. Apr 04, 2019
  12. Mar 27, 2019
  13. Mar 03, 2019
  14. Feb 25, 2019
  15. Feb 24, 2019
  16. Feb 17, 2019
  17. Feb 08, 2019
    • Joe Donofry's avatar
      Improve color generation performance · 13663ad5
      Joe Donofry authored
      Colors are generated asynchronously now and the TimelineItem is
      updated when the color generation finishes.  This allows the UI
      to stay responsive while new colors are being generated.
      13663ad5
  18. Feb 07, 2019
  19. Jan 30, 2019
    • Joe Donofry's avatar
      Add download button to ImageOverlay · 6d629f1c
      Joe Donofry authored
      When opening images in the full-screen overlay, there is now
      a download button next to the close button.  This button utilizes
      the same functionality as the right-click->save image button.
      6d629f1c
  20. Jan 26, 2019
  21. Jan 25, 2019
  22. Jan 24, 2019
Loading