Skip to content
Snippets Groups Projects
  1. Mar 25, 2021
  2. Mar 22, 2021
  3. Jan 15, 2021
  4. Jan 07, 2021
  5. Sep 23, 2020
  6. Sep 10, 2020
  7. 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
  8. Aug 25, 2020
  9. Aug 03, 2020
Loading