summaryrefslogtreecommitdiffstats
path: root/src/gui/historyform.ui
Commit message (Collapse)AuthorAgeLines
* historyform: Show call details of current itemPeter Colberg2015-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 editingPeter Colberg2015-12-30-0/+3
|
* Application fully ported to Qt4 (no Qt3Support used any more)Lubos Dolezel2015-06-04-1/+0
|
* userprofileform ported Qt4; small style change in historyformLubos Dolezel2015-06-03-2/+5
|
* historyform ported to Qt4Lubos Dolezel2015-06-03-401/+458
|
* Fixed optional feature enablingLubos Dolezel2015-06-02-1/+1
| | | | | Hide Diamondcard support Other fixes
* GUI build in progress.Lubos Dolezel2015-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 declarationsMichal Kubecek2015-04-15-0/+1
|
* initial checkinMichal Kubecek2015-04-13-0/+475
Check in contents of upstream 1.4.2 tarball, exclude generated files.