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. Apr 11, 2020
  3. Apr 08, 2020
  4. Mar 30, 2020
  5. Mar 29, 2020
  6. Mar 03, 2020
  7. Feb 28, 2020
  8. Feb 26, 2020
  9. Feb 21, 2020
    • Adasauce's avatar
      remove setStyleSheet calls directly from widget code · 6e6fe0ca
      Adasauce authored
      removed from:
       - emoji panel scrollbars
       - emoji category labels
       - splitter image handles
       - textfield setTextColor impl
      
      small change to the category separator label for better contrast /
      readability in dark mode.
      
      removed setTextColor completely from TextField. Doesn't appear to be in
      use anywhere, and focus going more toward qss themeing from qproperty
      setting.
      6e6fe0ca
    • Adasauce's avatar
      clean up the light and system themes too · 5cdc5304
      Adasauce authored
      5cdc5304
  10. 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
      8b8b844b
  11. Aug 29, 2019
  12. 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
  13. Jun 12, 2019
  14. Jan 26, 2019
  15. Jan 25, 2019
  16. 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
  17. Jan 12, 2019
  18. Oct 07, 2018
  19. Sep 19, 2018
  20. Aug 10, 2018
  21. Aug 08, 2018
  22. Jul 26, 2018
  23. Jul 25, 2018
  24. Jul 20, 2018
  25. Jul 07, 2018
  26. Jul 01, 2018
  27. May 25, 2018
  28. May 16, 2018
  29. May 08, 2018
  30. May 01, 2018
  31. Apr 30, 2018
  32. Apr 28, 2018
  33. Apr 25, 2018
  34. Apr 24, 2018
Loading