Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove remaining bits of Qt 4 code | Frédéric Brière | 2018-02-10 | -4/+0 |
| | ||||
* | bugfix: Signal name was omitted in selectLocalAddress() emit | Frédéric Brière | 2018-02-09 | -1/+1 |
| | ||||
* | Replace (old) FSF postal address with URL in header files | Frédéric Brière | 2016-10-02 | -2/+1 |
| | | | | | | Wording copied from https://www.gnu.org/licenses/gpl-howto.en.html Fixes #25, fixes #71 | |||
* | Ask for confirmation before deleting a local address book contact | Frédéric Brière | 2016-01-16 | -5/+22 |
| | ||||
* | Re-sort local address book after adding/editing | Frédéric Brière | 2016-01-16 | -0/+4 |
| | | | | | (The proper solution is probably to create a filter proxy model, but this nevertheless does the job.) | |||
* | Initially sort address book entries | Frédéric Brière | 2016-01-10 | -0/+2 |
| | ||||
* | Resize address book columns to contents | Frédéric Brière | 2016-01-10 | -0/+6 |
| | | | | | | Automatically resize columns based on entry text widths. (This is basically a copy of commit c0d7e4a for getaddressform.) | |||
* | Application fully ported to Qt4 (no Qt3Support used any more) | Lubos Dolezel | 2015-06-04 | -5/+5 |
| | ||||
* | Ported getaddressform to Qt4 | Lubos Dolezel | 2015-06-02 | -41/+31 |
| | ||||
* | Twinkle now compiles with Qt4 uic, but crashes at runtime (due to GUI calls ↵ | Lubos Dolezel | 2015-06-02 | -0/+266 |
from outside the main thread) |