Import the address editor from kdepim-addons
ClosedPublic

Authored by vkrause on Oct 29 2019, 5:42 PM.

Details

Summary

It's such a basic feature it shouldn't be an add-on. The main reason this
ended up in kdepim-addons was its dependency on WebEngine for the list
of addresses. That is a bit overkill and resulted in sub-optimal display
e.g. with dark color schemes. Therefore this part has now been replaced by
a regular item view widget.

Diff Detail

Repository
R459 Akonadi Contacts
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
vkrause created this revision.Oct 29 2019, 5:42 PM
Restricted Application added a project: KDE PIM. · View Herald TranscriptOct 29 2019, 5:42 PM
Restricted Application added a subscriber: kde-pim. · View Herald Transcript
vkrause requested review of this revision.Oct 29 2019, 5:42 PM

There was some autotests in kdepim-addons it will good to readd them for example addresslocationwidgettest.cpp

src/contact-editor/editor/addresseditor/addresseslocationwidget.h
48

nullptr

mlaurent requested changes to this revision.Oct 30 2019, 6:01 AM
This revision now requires changes to proceed.Oct 30 2019, 6:01 AM
vkrause updated this revision to Diff 69069.Oct 30 2019, 5:24 PM

Address review comments.

mlaurent accepted this revision.Oct 31 2019, 5:50 AM
This revision is now accepted and ready to land.Oct 31 2019, 5:50 AM
This revision was automatically updated to reflect the committed changes.