Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Oct 26, 2020
  2. May 05, 2020
  3. Apr 11, 2020
  4. Apr 08, 2020
  5. Mar 30, 2020
  6. Mar 29, 2020
  7. Mar 03, 2020
  8. Feb 28, 2020
  9. Feb 26, 2020
  10. Feb 21, 2020
  11. Feb 20, 2020
    • Adasauce's avatar
      Tooltip and Combobox bugs with Breeze / Dark theme · 8b8b844b
      Adasauce authored
      setStyleSheet was overriding default tooltip theme from the system,
      causing themes like Breeze to render white text on a grey bg for
      tooltips. Tooltips now render default for the system theme everywhere.
      
      set a theme matching color on the dark theme comboboxes.
      
      fixes #118
      Unverified
      8b8b844b
  12. Aug 29, 2019
  13. 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
  14. 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
  15. Jun 12, 2019
  16. Jan 26, 2019
  17. Jan 25, 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 19, 2018
  22. Aug 10, 2018
  23. Aug 08, 2018
  24. Jul 26, 2018
  25. Jul 25, 2018
  26. Jul 20, 2018
  27. Jul 15, 2018
  28. Jul 07, 2018
  29. Jul 01, 2018
  30. May 25, 2018
  31. May 16, 2018
  32. May 08, 2018
Loading