summaryrefslogtreecommitdiffstats
path: root/src/gui/historyform.h
Commit message (Collapse)AuthorAgeLines
* historyform: Show call details of current itemPeter Colberg2015-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 Dolezel2015-06-04-2/+2
|
* historyform ported to Qt4Lubos Dolezel2015-06-03-5/+11
|
* Twinkle now compiles with Qt4 uic, but crashes at runtime (due to GUI calls ↵Lubos Dolezel2015-06-02-0/+45
from outside the main thread)