Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Feb 21, 2020
  2. 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
  3. Aug 29, 2019
  4. 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
  5. Jan 25, 2019
  6. 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
  7. Jan 12, 2019
  8. Sep 19, 2018
  9. Aug 10, 2018
  10. Aug 08, 2018
  11. Jul 25, 2018
  12. Jul 15, 2018
  13. Jul 07, 2018
  14. Apr 28, 2018
  15. Apr 25, 2018
  16. Apr 24, 2018
  17. Mar 27, 2018
  18. Mar 24, 2018
  19. Mar 22, 2018
  20. Mar 18, 2018
  21. Jan 15, 2018
  22. Jan 09, 2018
  23. Dec 19, 2017
  24. Dec 11, 2017
  25. Dec 10, 2017
  26. Dec 05, 2017
  27. Dec 01, 2017
  28. Nov 30, 2017
  29. Nov 28, 2017
  30. Nov 25, 2017
  31. Nov 23, 2017
  32. 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
Loading