From kde-panel-devel Sat Sep 30 17:11:33 2017 From: Fabian Vogt Date: Sat, 30 Sep 2017 17:11:33 +0000 To: kde-panel-devel Subject: D8077: Fix org.kde.plasma.calendar with Qt 5.10 Message-Id: X-MARC-Message: https://marc.info/?l=kde-panel-devel&m=150679151424762 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--e6955d2975724459ab618623fb7e0295" --e6955d2975724459ab618623fb7e0295 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ascii" Mime-Version: 1.0 fvogt created this revision. fvogt added a reviewer: Plasma. Restricted Application added projects: Plasma, Frameworks. Restricted Application added a subscriber: Frameworks. REVISION SUMMARY Module internal types are not implicitly available anymore simply by placing them inside the module's main directory. It is now necessary to mention them as internal types in the qmldir file. See qtdeclarative commits 22a2cc43387ec3b9f74a6c01f8665378a4541147 (introduced the change) and 930aea8b9ca59a24838cf7f279653e3b2ee40cee (explanation) TEST PLAN Built whole stack with Qt 5.10. The digital clock plasmoid does not load due to the DaysCalendar type not being available. With these changes to qmldir and a reload of the plasmoid it works. REPOSITORY R242 Plasma Framework (Library) BRANCH master REVISION DETAIL https://phabricator.kde.org/D8077 AFFECTED FILES src/declarativeimports/calendar/qml/qmldir To: fvogt, #plasma Cc: #frameworks, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart --e6955d2975724459ab618623fb7e0295 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="ascii" Mime-Version: 1.0 View Revision=
fvogt created this revision.
fvogt added a r= eviewer: Plasma.
Restricted Application added projects: Plasma, Framew= orks.
Restricted Application added a subscriber: Frameworks.

REVISION SUMMARY

Module int= ernal types are not implicitly available anymore simply by placing
them inside the module's main directory. It is now necessary to mentio= n them
as internal types in the qmldir file.

See qtdeclarative commits 22a2cc43387ec3b9f74a6c01f8665378a4541147 (intr= oduced
the change) and 930aea8b9ca59a24838cf7f279653e3b2ee40cee (explanation)

<= /div>

TEST PLAN

Built whole stack w= ith Qt 5.10. The digital clock plasmoid does not
load due to the DaysCalendar type not being available. With these changes t= o
qmldir and a reload of the plasmoid it works.


REPOSITORY
R242 Plasma Framework (Library)