summaryrefslogtreecommitdiffstats
path: root/src/gui/getaddressform.cpp
Commit message (Collapse)AuthorAgeLines
* Remove remaining bits of Qt 4 codeFrédéric Brière2018-02-10-4/+0
|
* bugfix: Signal name was omitted in selectLocalAddress() emitFrédéric Brière2018-02-09-1/+1
|
* Replace (old) FSF postal address with URL in header filesFrédéric Brière2016-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 contactFrédéric Brière2016-01-16-5/+22
|
* Re-sort local address book after adding/editingFrédéric Brière2016-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 entriesFrédéric Brière2016-01-10-0/+2
|
* Resize address book columns to contentsFrédéric Brière2016-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 Dolezel2015-06-04-5/+5
|
* Ported getaddressform to Qt4Lubos Dolezel2015-06-02-41/+31
|
* Twinkle now compiles with Qt4 uic, but crashes at runtime (due to GUI calls ↵Lubos Dolezel2015-06-02-0/+266
from outside the main thread)