Skip to content
Snippets Groups Projects
  1. Oct 03, 2023
  2. Sep 14, 2023
  3. Aug 21, 2023
  4. Aug 01, 2023
  5. Feb 17, 2023
    • Andreas Traczyk's avatar
      mainapp: dynamically load views · 14ae0006
      Andreas Traczyk authored
      Introduces the ViewCoordinator component to promote dynamic view loading and reduce coupling between components.
      
      The following objects are now created and destroyed as needed:
      - SettingsView
      - WizardView
      - dialogs
      
      Further refactoring will be required in order to do the same with the ConversationView, which now parents the ChatView and the CallStackView.
      
      Gitlab: #897
      Change-Id: Ice6a0c133e62e1e0c8d7fb99ec2c41234c049b59
      14ae0006
  6. Feb 06, 2023
  7. May 19, 2022
  8. Apr 26, 2022
  9. Jan 06, 2022
  10. Jun 02, 2021
  11. Apr 02, 2021
  12. Mar 26, 2021
  13. Mar 22, 2021
  14. Feb 03, 2021
  15. Nov 12, 2020
  16. Sep 09, 2020
  17. Sep 03, 2020
    • Andreas Traczyk's avatar
      qml interop: start replacing QMetaObject::invokeMethod with signals · eb53a622
      Andreas Traczyk authored
      It seems concurrent calls to invokeMethod using qml component
      object pointers can lead to access violations. These method
      invocations can be replaced with a signal/slot mechanism.
      
      This patch replaces only the invocations in conversationsadapter
      and accountsadapter that are known to be problematic for now.
      
      Some code cleanup is done for QmlAdapterBase derived classes.
      
      Gitlab: #61
      Change-Id: I72f47c9229a9bf42299ae52822c3a1a8c04eb423
      eb53a622
  18. Aug 31, 2020
  19. Aug 21, 2020
  20. Aug 03, 2020
Loading