Skip to content
Snippets Groups Projects
  1. Oct 14, 2024
  2. Oct 13, 2024
  3. Oct 07, 2024
  4. Sep 08, 2024
  5. Sep 05, 2024
  6. Sep 03, 2024
  7. Aug 27, 2024
  8. Aug 19, 2024
  9. Aug 18, 2024
  10. Aug 17, 2024
    • jkito's avatar
      ci: update github actions workflows · 18eb0078
      jkito authored
      this updates the jobs that builds the client on windows and
      macOS on github actions
      
      the jobs were failing due to missing qt-installer-framework
      as well as failing to properly install qt6 on windows these
      jobs now uses `aqt` to install qt6 on both win and macos
      18eb0078
  11. Aug 10, 2024
    • jkito's avatar
      Remove call to Quit from backend.quit method · bd2b8dcd
      jkito authored
      the backend.quit emits the 'quitDone' signal which also
      triggers the 'aboutToQuit' signal for the  QApplication
      since its handler calls 'QApplication::quit()'
      
      the handler for 'aboutToQuit' signal already calls Quit
      so removing it from backend.quit avoids another call to
      Quit
      bd2b8dcd
  12. Aug 07, 2024
    • jkito's avatar
      Revert "Don't run Quit() twice during startup" · d31102cd
      jkito authored
      This reverts commit b9fc3584.
      
      the aboutToQuit signal is emitted just before the app closes and
      gives chance to run some teardown routines, when closing the app
      via a keyboard shortcut (cmd+q on macOS) we get this signal  and
      the handler stops the firewall and performs other needed cleanup
      
      removing this causes a bug where quiting the app would keep  the
      firewall running which results into no internet access
      d31102cd
  13. Aug 04, 2024
  14. Aug 03, 2024
Loading