Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • stable/20250613.0
  • nightly/20250613.0
  • beta/202506101658
  • stable/20250610.0
  • nightly/20250610.0
  • beta/202506091027
  • beta/202506061543
  • nightly/20250605.0
  • beta/202506051039
  • beta/202506051002
  • beta/202506041611
  • beta/202506041335
  • beta/202505231812
  • stable/20250523.0
  • nightly/20250523.0
  • nightly/20250515.0
  • nightly/20250510.0
  • nightly/20250509.1
  • nightly/20250509.0
  • stable/20250430.1
21 results

jami-client-qt

  • Clone with SSH
  • Clone with HTTPS
  • Andreas Traczyk's avatar
    Andreas Traczyk authored
    The bug is caused by the computation of `elementWidth` when the list
    model length is zero and `showWindows` is true. In this case, division
    by zero causes the `elementWidth` to have the value `Infinity`. We
    presume that at this point, the component's rendering may take a
    while.
    
    This commit refactors the layout to use a GridLayout and a more stable
    approach to displaying the delegate components, while removing a
    potentially harmful Qt bug [1] workaround.
    
    [1]: https://bugreports.qt.io/browse/QTBUG-110323
    
    Gitlab: #1242
    Change-Id: Ib3df1568fdbcdd799fcdcf0b39cb87e3de50dc42
    91fd8a02
    History
    Name Last commit Last update