summaryrefslogtreecommitdiffstats
path: root/src/gui/historyform.cpp
Commit message (Collapse)AuthorAgeLines
* historyform: Clear rows before loading historyPeter Colberg2015-12-30-0/+2
| | | | This avoids spurious entries when deselecting both incoming and outgoing calls.
* historyform: Resize columns to contentsPeter Colberg2015-12-30-2/+5
| | | | Automatically resize columns based on entry text widths.
* historyform: Sort entries after loading history dataPeter Colberg2015-12-30-1/+3
| | | | | | | | Call QHeaderView::setSortIndicator() during initialization, which sets the sort column and order, but does not sort the (empty) table. After loading the history data call QTableView::sortByColumn() to sort the entries using the currently selected sort column and order.
* historyform: Fix sorting by time of eventPalo Kisa2015-11-12-2/+2
| | | | | | | | | When static date/time format was used for "time" column: - sorting by "time" column was broken - locale based format of date/time couldn't be enabled => use the QDateTime for "time" column and leave Qt handle the showed format (based on locale)
* Application fully ported to Qt4 (no Qt3Support used any more)Lubos Dolezel2015-06-04-10/+9
|
* More Qt3 -> Qt4 porting, now only the main window remainsLubos Dolezel2015-06-03-1/+1
|
* historyform ported to Qt4Lubos Dolezel2015-06-03-52/+118
|
* Twinkle now compiles with Qt4 uic, but crashes at runtime (due to GUI calls ↵Lubos Dolezel2015-06-02-0/+393
from outside the main thread)