David Faure

Results 9 issues of David Faure

The class `client_impl` creates a secondary thread called `m_network_thread` which runs `run_loop()`. From `run_loop()`, the callbacks such as `on_close()` are being called. `on_close()` has code such as `m_con_state = con_closed;`...

bug
implementation

I was getting errors like Error copying qmltermwidget/lib/kb-layouts/historic/x11r5.keytab to /qml/QMLTermWidget/kb-layouts/historic/x11r5.keytab: Destination file exists because the `*` was already copying all of the "historic" subdir in parallel to the other rule...

The replacement, QColor::fromString() exists since Qt 6.4.

This makes it a lot easier to find a widget or a model in the tree, and still see all of its children. Maybe this should be generalized to all...

Good news: none of this is necessary in Qt6, where [QListView::dropEvent()](https://codebrowser.dev/qt6/qtbase/src/widgets/itemviews/qlistview.cpp.html#_ZN9QListView9dropEventEP10QDropEvent) calls moveRows() on the model, when moving within the same view. So it all works out of the box...

**Describe the bug** When I log into KDE plasma, it's restoring 9 konsoles with many tabs, running 74 zsh instances in total. In some of these, the zsh plugins don't...

This is only part of the overall if/for support in grid: for now it's only supported to repeat cells in a given row, one cannot repeat entire Rows this way...

### Summary I used `cargo clippy --fix` and unittests failed as a result, because the code didn't do the same as before. ### Reproducer Cargo.toml: ``` [package] name = "testcase"...

C-bug
I-suggestion-causes-bug