Skip to content
Snippets Groups Projects
  1. Aug 30, 2021
  2. Jul 09, 2021
    • Andreas Traczyk's avatar
      lrcinstance: remove custom setter/getter for currentAccountId · 285316dd
      Andreas Traczyk authored
      Using a custom getter setter cause the setting of the value to
      require manual changed signal emission and in addition to being
      error prone, this prevents the changed signal from being emitted
      upon initial selection. Some excess workaround code may be removed
      in following commits.
      
      This patch also refactors the banned contact signaling as part of
      an accountadapter connection cleanup.
      
      Change-Id: I73fb751001e53e086adc7a6a8d706671c2878a77
      285316dd
  3. Jun 29, 2021
  4. Jun 18, 2021
  5. May 21, 2021
    • Ming Rui Zhang's avatar
      contactadapter: fix SelectableProxyModel ownership · 8660373b
      Ming Rui Zhang authored and Sébastien Blin's avatar Sébastien Blin committed
      Currently the ownership of SelectableProxyModel instance
      is assumed by QML engine, but we will use the following
      rule to avoid that.
      
      QML engine respects the normal QObject parent ownership
      semantics of Qt C++ objects, and will never delete a
      QObject instance which has a parent.
      
      https: //doc.qt.io/qt-5/qtqml-cppintegration-data.html
      Change-Id: Ifa37d14b8d74bfce050b0dee2949b42a7f784d3a
      8660373b
  6. May 14, 2021
  7. May 07, 2021
  8. Apr 09, 2021
  9. Apr 02, 2021
  10. Mar 25, 2021
  11. Mar 22, 2021
  12. Jan 15, 2021
  13. Jan 07, 2021
  14. Sep 23, 2020
  15. Sep 10, 2020
  16. 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
  17. Aug 25, 2020
  18. Aug 03, 2020
Loading