Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Mar 03, 2020
  2. Feb 28, 2020
  3. Feb 26, 2020
  4. Feb 25, 2020
  5. Feb 24, 2020
  6. Feb 23, 2020
  7. 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
    • Nicolas Werner's avatar
      Fix opaque widget in community list · 55fb5532
      Nicolas Werner authored
      fixes #126
      55fb5532
  8. Feb 20, 2020
  9. Feb 19, 2020
    • Adasauce's avatar
      FormLayout cleanup · b5aa615e
      Adasauce authored
      Removed empty labels in favour of a fixed height and bottom alignment.
      b5aa615e
    • Adasauce's avatar
      Clean up placeholder string · 53138d7f
      Adasauce authored
      use QString instead of std::string (QStringLiteral doesn't have a
      constructor with int, str.)
      
      remove temp variable, and just deal with it inline.
      53138d7f
  10. 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
      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.
      111e4504
  11. Feb 17, 2020
  12. Feb 16, 2020
  13. Feb 15, 2020
  14. Feb 14, 2020
    • Adasauce's avatar
      use the standard system download path for downloads · 17b5cc32
      Adasauce authored
      QFileDialog's dir arg (which was set to the incoming file name from the
      Matrix download) can take a full path to suggest. By prepending
      QStandardPaths::DownloadLocation, it opens to the system's download
      folder and proposes the filename as the download name.
      
      Using QStandardPaths should make this work on other platforms, and from
      what I read, its possible for this to return an empty string on
      platforms where it doesn't support it, so this should essentially
      revert to the previous functionality if Qt can't determine the system's
      download location.
      17b5cc32
    • Shun Sakai's avatar
      Change the initial of the proper noun to uppercase · 2ceaead7
      Shun Sakai authored
      markdown -> Markdown
      2ceaead7
  15. Feb 13, 2020
  16. Feb 07, 2020
  17. Feb 06, 2020
  18. Feb 05, 2020
Loading