Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Jul 10, 2020
  2. Jun 05, 2020
  3. May 21, 2020
  4. Apr 30, 2020
    • Nicolas Werner's avatar
      Optimize RoomList sorting · 641a883b
      Nicolas Werner authored
      Keep the almost sorted list around and sort by the raw timestamp value
      instead of doing the expensive toMSecSinceEpoch conversion.
      641a883b
  5. Apr 26, 2020
    • Nicolas Werner's avatar
      Respect exif rotation of images · 28adc9dc
      Nicolas Werner authored
      Sometimes thumbnails still have the wrong dimensions, as they are scaled
      to fit inside a rectange of the reported size in the image. Not sure,
      who is wrong there, the media repo or we.
      28adc9dc
  6. Apr 23, 2020
  7. Apr 22, 2020
  8. Feb 24, 2020
  9. Feb 06, 2020
  10. Jan 31, 2020
  11. Jan 30, 2020
  12. Jan 27, 2020
  13. Jan 24, 2020
  14. Jan 23, 2020
  15. Jan 21, 2020
  16. Jan 16, 2020
  17. Jan 14, 2020
  18. Dec 15, 2019
  19. Dec 14, 2019
  20. Nov 23, 2019
  21. Sep 24, 2019
  22. Sep 01, 2019
  23. Aug 10, 2019
  24. Jul 28, 2019
    • Nicolas Werner's avatar
      Try to localise timestamps · 1c9cc339
      Nicolas Werner authored
      I'm not sure, if that is the right way, but Qt doesn't really have a way
      to format custom localised dates, so I tried to find the closest
      approximations to what we currently have.
      
      Relates to #69
      1c9cc339
  25. Jul 26, 2019
  26. Jul 05, 2019
  27. Jun 27, 2019
  28. 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
  29. May 01, 2019
    • 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
  30. 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
  31. Jan 26, 2019
    • Joe Donofry's avatar
      Update user colors to use Cache vs Utils · 2ba51c82
      Joe Donofry authored
      User colors are now stored in cache.  This is consistent
      with other similar variables.  I think there's a bug
      right now where it doesn't properly refresh colors
      for the TimeLineItem when the theme is changed.
      2ba51c82
  32. Jan 20, 2019
    • Joe Donofry's avatar
      Author Color Fixes · 237c7ad1
      Joe Donofry authored
      Author color is now cached so that it will not be re-calculated
      each time a new message is posted.  This cache gets cleared when
      the theme is changed.
      
      Additionally, the author color is now automatically refreshed
      when the theme is changed, fixing the issue where you had to
      change rooms before the colors would switch.
      237c7ad1
Loading