Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | historyform: Show call details of current item | Peter Colberg | 2015-12-30 | -17/+0 |
| | | | | | | | | 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. | |||
* | historyform: Disable editing | Peter Colberg | 2015-12-30 | -0/+3 |
| | ||||
* | Application fully ported to Qt4 (no Qt3Support used any more) | Lubos Dolezel | 2015-06-04 | -1/+0 |
| | ||||
* | userprofileform ported Qt4; small style change in historyform | Lubos Dolezel | 2015-06-03 | -2/+5 |
| | ||||
* | historyform ported to Qt4 | Lubos Dolezel | 2015-06-03 | -401/+458 |
| | ||||
* | Fixed optional feature enabling | Lubos Dolezel | 2015-06-02 | -1/+1 |
| | | | | | Hide Diamondcard support Other fixes | |||
* | GUI build in progress. | Lubos Dolezel | 2015-06-01 | -422/+354 |
| | | | | The next step is to adapt .ui.h files to use Qt4 UIC-generated headers. | |||
* | Qt4 port step 4: add missing forward declarations | Michal Kubecek | 2015-04-15 | -0/+1 |
| | ||||
* | initial checkin | Michal Kubecek | 2015-04-13 | -0/+475 |
Check in contents of upstream 1.4.2 tarball, exclude generated files. |