D27345: Don't emit palette changes if the palette didn't change

2020-03-09 Thread Aleix Pol Gonzalez
This revision was automatically updated to reflect the committed changes.
Closed by commit R169:cad71c6f968f: Dont emit palette changes if the 
palette didnt change (authored by apol).

REPOSITORY
  R169 Kirigami

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D27345?vs=77324=77325

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

AFFECTED FILES
  src/libkirigami/platformtheme.cpp

To: apol, #kirigami, mart
Cc: plasma-devel, fbampaloukas, GB_2, domson, dkardarakos, ngraham, apol, 
ahiemstra, davidedmundson, mart


D27345: Don't emit palette changes if the palette didn't change

2020-03-09 Thread Aleix Pol Gonzalez
apol updated this revision to Diff 77324.
apol added a comment.


  Simplify the process

REPOSITORY
  R169 Kirigami

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D27345?vs=76036=77324

BRANCH
  arcpatch-D27345_1

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

AFFECTED FILES
  src/libkirigami/platformtheme.cpp

To: apol, #kirigami, mart
Cc: plasma-devel, fbampaloukas, GB_2, domson, dkardarakos, ngraham, apol, 
ahiemstra, davidedmundson, mart


D27345: Don't emit palette changes if the palette didn't change

2020-02-19 Thread Aleix Pol Gonzalez
apol updated this revision to Diff 76036.
apol added a comment.


  unrelated changes. Hating arc right now...

REPOSITORY
  R169 Kirigami

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D27345?vs=76033=76036

BRANCH
  arcpatch-D27345

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

AFFECTED FILES
  src/libkirigami/platformtheme.cpp

To: apol, #kirigami
Cc: plasma-devel, fbampaloukas, GB_2, domson, dkardarakos, ngraham, apol, 
ahiemstra, davidedmundson, mart, hein


D27345: Don't emit palette changes if the palette didn't change

2020-02-19 Thread Aleix Pol Gonzalez
apol updated this revision to Diff 76033.
apol added a comment.


  Icon: fix rendering of image: urls on High DPI
  
  QQuickImageProvider wants the requestedSize to be accounting for the dpi
  scaling. We have no information about about the DPI from the implementation
  anyway.
  This is also how it's explained in the qtdeclarative/manual/highdpi/ test in 
Qt.
  
  BUG: 417647

REPOSITORY
  R169 Kirigami

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D27345?vs=75548=76033

BRANCH
  master

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

AFFECTED FILES
  src/icon.cpp
  src/libkirigami/platformtheme.cpp

To: apol, #kirigami
Cc: plasma-devel, fbampaloukas, GB_2, domson, dkardarakos, ngraham, apol, 
ahiemstra, davidedmundson, mart, hein


D27345: Don't emit palette changes if the palette didn't change

2020-02-12 Thread Aleix Pol Gonzalez
apol created this revision.
apol added a reviewer: Kirigami.
Herald added a project: Kirigami.
Herald added a subscriber: plasma-devel.
apol requested review of this revision.

REVISION SUMMARY
  Should keep us from repainting objects that depend on it.

TEST PLAN
  Detected it with KObjectTracker, happens several times on every startup.

REPOSITORY
  R169 Kirigami

BRANCH
  master

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

AFFECTED FILES
  src/libkirigami/platformtheme.cpp

To: apol, #kirigami
Cc: plasma-devel, fbampaloukas, GB_2, domson, dkardarakos, ngraham, apol, 
ahiemstra, davidedmundson, mart, hein