Skip to content
Snippets Groups Projects
  1. Aug 02, 2024
  2. Jul 26, 2024
  3. Jul 23, 2024
  4. Jul 22, 2024
  5. Jul 18, 2024
  6. Jul 16, 2024
  7. Jul 12, 2024
  8. Jul 10, 2024
  9. Jul 05, 2024
  10. Jul 04, 2024
  11. Jun 27, 2024
  12. Jun 21, 2024
  13. Jun 10, 2024
    • Andreas Traczyk's avatar
      accountmodel: improve handling for account list reordering · 406a251c
      Andreas Traczyk authored
      This update fixes an issue where a stale account list might be used
      in AccountListModel by synchronizing list invalidation with a newly
      introduced signal (accountsReordered). This change prevents a data race
      that could occur due to the asynchronous nature of setting the account
      order over D-Bus, or when queuing the signal handling for
      accountsChanged, which is emitted only once the reordering is saved.
      
      As a result, QAbstractItemModel mutations are now performed within AccountListModel instead of in the UI.
      
      Gitlab: #1638 (Account list in popup is incorrect after selection)
      Change-Id: I7ed6eeb45eb319f21e40554f3d023ad24e139a6f
      406a251c
  14. Jun 07, 2024
  15. Jun 04, 2024
  16. May 31, 2024
  17. May 30, 2024
  18. May 29, 2024
  19. May 27, 2024
  20. May 24, 2024
  21. May 22, 2024
  22. May 21, 2024
  23. May 20, 2024
  24. May 17, 2024
  25. May 15, 2024
    • Andreas Traczyk's avatar
      systray: restore original behaviour for systrayicon check · 043a715c
      Andreas Traczyk authored
      In response to an issue that would cause a lost window when minimizing to tray on a system without a systray, commit 316750ad introduced a bug for versions of Qt that would return null icon geometry even when the icon was visible. Subsequently, this was byspassed with commit f25e66aa which only applied to GNU/Linux systems, leaving the hack inplace for Windows and macOS where the bug had not originally occured.
      
      This commit:
      - makes the "MinimizeOnClose" option always visible
      - uses Qt's built-in method for "isSystemTrayIconVisible"
      - changes the default "MinimizeOnClose" setting to true
      
      Gitlab: #1623
      Change-Id: I3b99c7fb952eedea63ae9c12d207ceb3c9bd4988
  26. May 13, 2024
Loading