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