Age | Commit message (Collapse) | Author |
|
Issue: #1554
|
|
|
|
It was messing up my zsh tab completion.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit a67e8630caf20e7f48151024e9e68dd9271d75c7.
|
|
|
|
|
|
|
|
|
|
Introduced in: 7252c001
Tested by: @Pieloth
Issue: #1349
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is useful not just to save on complexity in call sites, but also
because I plan on using the Verdigris library to remove needless
`valueChanged()` and `setValue()` overloads from each `value<t>`
instance.
Also fix a bug in `options/tie.hpp` where `QComboBox::setCurrentIndex`
was erroneously called as `Qt::DirectConnection`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Issue: #1474
|
|
|
|
|
|
|
|
|
|
|