Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Apr 29, 2020
    • Lasath Fernando's avatar
      Add visual indication that data is being fetched · 1f9d3024
      Lasath Fernando authored
      This turns `paginationInProgress` field of `TimelineModel` into a `Q_PROPERTY`, so the Ui can bind to it.
      For the moment, I'm showing the same spinner as we do during initial sync. It's not ideal, on the count of being giant and in the middle but it's better than nothing. We can make it more subtle later.
      1f9d3024
  2. Apr 23, 2020
  3. Apr 22, 2020
  4. Apr 21, 2020
  5. Apr 19, 2020
  6. Apr 14, 2020
  7. Apr 13, 2020
  8. Apr 10, 2020
  9. Mar 30, 2020
  10. Mar 29, 2020
  11. Mar 24, 2020
  12. Mar 20, 2020
  13. Mar 12, 2020
  14. Mar 03, 2020
  15. Feb 26, 2020
  16. Feb 20, 2020
  17. Feb 17, 2020
  18. Feb 16, 2020
  19. Feb 15, 2020
  20. 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.
      Unverified
      17b5cc32
  21. Feb 13, 2020
  22. Feb 07, 2020
  23. Feb 04, 2020
  24. Feb 03, 2020
  25. Feb 02, 2020
  26. Jan 31, 2020
  27. Jan 29, 2020
  28. Jan 28, 2020
  29. Jan 27, 2020
Loading