Use separate widgets for each address in recipient list
commitd903a825eba0b06f7427c219f1c725fa75f9e21e
authorJan Kundrát <jkt@kde.org>
Sun, 26 Apr 2015 15:15:36 +0000 (26 17:15 +0200)
committerJan Kundrát <jkt@kde.org>
Sat, 25 Jul 2015 09:00:50 +0000 (25 11:00 +0200)
tree8ea6484891ec02d747b37f92ce193774a8fa2205
parent8595da64167b68e9d1dbba01047ce9e655342bc8
Use separate widgets for each address in recipient list

The motivation behind this change is to make the future pluginification
of the addressbook a bit easier. There were some troubles with text
alignment and what not; thanks to Thomas Lübking for his contributions
here.

Change-Id: I6e2e572e331e1d3161e7dcff495ecc81c2917d35
CMakeLists.txt
src/Gui/AddressRowWidget.cpp [new file with mode: 0644]
src/Gui/AddressRowWidget.h [copied from src/Gui/EnvelopeView.h with 56% similarity]
src/Gui/EnvelopeView.cpp
src/Gui/EnvelopeView.h
src/Gui/OneEnvelopeAddress.cpp [new file with mode: 0644]
src/Gui/OneEnvelopeAddress.h [copied from src/Gui/EnvelopeView.h with 63% similarity]