Discussion:
D16873: [comic] Request current identifier on date changed
Anthony Fieroni
2018-11-14 06:51:36 UTC
Permalink
anthonyfieroni created this revision.
anthonyfieroni added reviewers: Plasma, davidedmundson.
Herald added a project: Plasma.
Herald added a subscriber: plasma-devel.
anthonyfieroni requested review of this revision.

REVISION SUMMARY
The problem is when date is changed we connect to source ex. dilbert:2018-11-14 but in other hand script (main.es) makes

if (comic.identifier.toString() == date.currentDate().toString()) {

comic.requestPage("http://dilbert.com/", comic.User, infos);

so provider do its job but dataengine does not have a data for us, cause identifier is dilbert: and we are not connected to, so dataUpdated is not called which cause busy indicator to eats cpu power. Another fix can be to have permanently connection to comic_name: to enter dataUpdated in any case.

REPOSITORY
R114 Plasma Addons

REVISION DETAIL
https://phabricator.kde.org/D16873

AFFECTED FILES
applets/comic/comic.cpp

To: anthonyfieroni, #plasma, davidedmundson
Cc: plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
Anthony Fieroni
2018-11-22 07:59:44 UTC
Permalink
anthonyfieroni added a comment.


@davidedmundson have more little fixes over applet did you something suspicious here, i plan to commit them before 5.14.4 release.

REPOSITORY
R114 Plasma Addons

REVISION DETAIL
https://phabricator.kde.org/D16873

To: anthonyfieroni, #plasma, davidedmundson
Cc: plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
Anthony Fieroni
2018-11-25 15:43:14 UTC
Permalink
anthonyfieroni updated this revision to Diff 46207.
anthonyfieroni added a reviewer: mart.

REPOSITORY
R114 Plasma Addons

CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D16873?vs=45444&id=46207

REVISION DETAIL
https://phabricator.kde.org/D16873

AFFECTED FILES
applets/comic/comic.cpp

To: anthonyfieroni, #plasma, davidedmundson, mart
Cc: plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
Anthony Fieroni
2018-11-30 12:45:06 UTC
Permalink
anthonyfieroni added a comment.


Ping

REPOSITORY
R114 Plasma Addons

REVISION DETAIL
https://phabricator.kde.org/D16873

To: anthonyfieroni, #plasma, davidedmundson, mart
Cc: plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
Anthony Fieroni
2018-12-07 07:27:24 UTC
Permalink
anthonyfieroni added a comment.


I will push it in few days, since no activity.

REPOSITORY
R114 Plasma Addons

REVISION DETAIL
https://phabricator.kde.org/D16873

To: anthonyfieroni, #plasma, davidedmundson, mart
Cc: plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
Loading...