Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. May 16, 2020
  2. Apr 22, 2020
  3. Mar 15, 2020
  4. Mar 09, 2020
  5. Feb 20, 2020
  6. Feb 18, 2020
    • Adasauce's avatar
      Review changes to UserSettingsPage · 21b207d1
      Adasauce authored
       - Switch to {} widget initialization
       - set fixed size on the Toggles so they don't scale down vertically
       - add another setting section for INTERFACE
       - add a placeholder value for deviceFingerprintValue_ so it can calculate the right size.
       - fix warnings about `QLayout: Attempting to add QLayout "" to UserSettingsPage "",` in boxWrap
       - hide widgets properly in Q_OS_MAC
       - remove mainLayout_ completely
       - clean up resizeEvent
      Unverified
      21b207d1
    • Adasauce's avatar
      Replace QHBoxLayout with QFormLayout in UserSettings · 111e4504
      Adasauce authored
      This allows form fields to wrap dynamically when they are too long for
      the view. This should help mobile and small screen users to configure
      the app without having to force it into portrait mode, or not be able to
      reach the settings fields at all.
      Unverified
      111e4504
  7. Feb 04, 2020
  8. Jan 27, 2020
  9. Sep 02, 2019
  10. Sep 01, 2019
  11. Aug 29, 2019
  12. Aug 10, 2019
  13. Jul 26, 2019
  14. 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
  15. Jan 19, 2019
    • Joe Donofry's avatar
      Fix UserSettings UI not showing saved prefs · 98102f4f
      Joe Donofry authored
      Theme and Font Family settings will now correctly display the stored
      settings when nheko is re-launched.  Previously, these combo boxes
      would default to the first thing in the combo box, even if that
      wasn't what the user selected.
      98102f4f
    • Joe Donofry's avatar
      Add User Font Setting · 654b652d
      Joe Donofry authored
      User can now select a font from the installed fonts on their system
      
      This font currently will only be applied when nheko is restarted
      (similar to how font size and scaling currently work).  This will
      be addressed in a future commit.  Additionally, the dropdown
      does not correctly select the previously-chosen user font, and
      instead defaults to the first font available on the system
      (alphabetically).  This is similar to the issue with the 'Theme'
      combo defaulting to 'Light' even when another theme is selected.
      654b652d
  16. Oct 06, 2018
  17. Oct 01, 2018
  18. Sep 15, 2018
  19. Aug 21, 2018
  20. Aug 11, 2018
  21. Jul 22, 2018
  22. Jul 17, 2018
  23. May 08, 2018
  24. Mar 11, 2018
  25. Jan 14, 2018
  26. Jan 09, 2018
  27. Dec 30, 2017
  28. Nov 25, 2017
Loading