Skip to content
Snippets Groups Projects
  1. Mar 26, 2021
  2. Mar 22, 2021
  3. Feb 03, 2021
  4. Nov 12, 2020
  5. Sep 09, 2020
  6. 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
  7. Aug 31, 2020
  8. Aug 21, 2020
  9. Aug 03, 2020
Loading