Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | historyform: Show call details of current item | Peter Colberg | 2015-12-30 | -1/+2 |
| | | | | | | | | The signal QAbstractItemView::activated() is emitted only when double-clicking or pressing the Enter key on a current item. Listen to signal QItemSelectionModel::currentChanged(), which is emitted when the current item is changed with a single click or the arrow keys. | |||
* | Application fully ported to Qt4 (no Qt3Support used any more) | Lubos Dolezel | 2015-06-04 | -2/+2 |
| | ||||
* | historyform ported to Qt4 | Lubos Dolezel | 2015-06-03 | -5/+11 |
| | ||||
* | Twinkle now compiles with Qt4 uic, but crashes at runtime (due to GUI calls ↵ | Lubos Dolezel | 2015-06-02 | -0/+45 |
from outside the main thread) |