Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Oct 07, 2022
  2. Oct 06, 2022
  3. Oct 05, 2022
  4. Oct 03, 2022
  5. Oct 01, 2022
  6. Sep 30, 2022
  7. Sep 28, 2022
  8. Sep 22, 2022
  9. Sep 20, 2022
  10. Sep 19, 2022
  11. Sep 16, 2022
    • q234rty's avatar
      Fix "Send by enter" on Windows · 15b9dbe9
      q234rty authored
      Apparently on windows `Qt.inputMethod.visible` is always true when an input method is installed. Also on windows even after removing the check enter is still consumed by the input method, not nheko.
      Unverified
      15b9dbe9
  12. Sep 11, 2022
    • Hiers's avatar
      Line to indicate first unread message (#1147) · 8071b192
      Hiers authored
      * First draft of unread line feature.
      
      * Minor visual fix.
      
      * Removed unnecessary ternary operator.
      
      * Extended unread line functionality to work on minimised window or focusing another window.
      
      * Fix for unread line not showing when last read message is hidden.
      
      * Minor performance improvement. Fix for misbehaving event2order DB at application start.
      
      * Fix for possible performance issues when user has joined a large number of rooms.
      
      * Fix for breaking macos and clazy builds.
      
      * Changed on windows focus function to refresh unread line if room is unread.
      
      * Unread line is removed when user sends a message.
      
      * Linting.
      
      * Fixed unread line to work in standalone room windows.
      
      * Switch isRoomUnread for index 0.
      
      * Merged try/catch blocks.
      
      * Fix for crash on opening a room invite.
      
      * Call fullyReadEventId function when used instead of storing it and passing it through.
      
      * Function that was meant to sync the unread line was relying on an async function, oops.
      
      * Linting again.
      
      * More linting...
      
      * Minor changes.
      Unverified
      8071b192
  13. Sep 10, 2022
  14. Sep 05, 2022
  15. Sep 01, 2022
  16. Aug 31, 2022
  17. Aug 21, 2022
  18. Aug 20, 2022
    • Forest's avatar
      Reactions: avoid highlight color misuse, subdue border color · f66ed4be
      Forest authored
      This addresses a few problems with reaction colors:
      
      - The state-checking conditionals for reaction text, background, and border
        were inconsistent, making it difficult to choose colors for each state
        (normal, hovered, and self reactions) that worked well in all themes.
      - The QPalette::Highlight color was being misused as a text/foreground color.
        This color role is intended for background areas.  It has little contrast
        against the background in themes like KDE Plasma's Breeze High Contrast,
        so using it for text and icons makes those things difficult to read.
        https://doc.qt.io/qt-5/qpalette.html#ColorRole-enum
      - The reaction border was drawn in the same color as normal text, making it
        so bright in some dark themes that it distracted from reading nearby text.
      
      Fixes Nheko-Reborn/nheko#1159
      f66ed4be
  19. Aug 19, 2022
  20. Aug 16, 2022
  21. Aug 09, 2022
  22. Aug 08, 2022
  23. Aug 05, 2022
  24. Jul 30, 2022
  25. Jul 18, 2022
  26. Jul 16, 2022
  27. Jul 09, 2022
  28. Jul 08, 2022
Loading