Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Nov 25, 2017
  2. Nov 23, 2017
  3. 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
  4. Nov 07, 2017
  5. Nov 06, 2017
  6. Nov 05, 2017
  7. Oct 28, 2017
  8. Oct 02, 2017
  9. Oct 01, 2017
  10. Sep 28, 2017
  11. Sep 22, 2017
  12. Sep 10, 2017
  13. Sep 03, 2017
  14. Sep 02, 2017
  15. Aug 26, 2017
  16. Aug 20, 2017
  17. Aug 13, 2017
  18. Aug 06, 2017
  19. Jul 15, 2017
  20. Jul 01, 2017
  21. Jun 04, 2017
  22. May 10, 2017
  23. May 08, 2017
  24. May 07, 2017
  25. Apr 28, 2017
  26. Apr 27, 2017
  27. Apr 23, 2017
  28. Apr 19, 2017
  29. Apr 14, 2017
  30. Apr 13, 2017
    • Konstantinos Sideris's avatar
      Initial implementation for local echo · 27f7142c
      Konstantinos Sideris authored
      Each HistoryView maintains a list of pending events. Each pending
      message is validated from the homeserver with either the returned
      EventId or the body of the message.
      
      Currently there is no support to remove invalid messages.
      
      Also some small refactoring:
          - ChatPage doesn't know about the message being sent. The message
            delivery is solely handled by HistoryViewManager.
          - Nick coloring function moved to HistoryViewManager.
      27f7142c
  31. Apr 11, 2017
  32. Apr 10, 2017
  33. Apr 06, 2017
  34. Apr 05, 2017
Loading