D26057: Deprecate the top-level IconSize() function

2020-01-12 Thread Volker Krause
vkrause added a comment. In D26057#592147 , @dfaure wrote: > Please port kdeclarative. > > kdeclarative/private/kiconprovider.cpp:44:56: error: ‘IconSize’ was not declared in this scope > > pixmap =

D26057: Deprecate the top-level IconSize() function

2020-01-11 Thread David Faure
dfaure added a comment. Please port kdeclarative. kdeclarative/private/kiconprovider.cpp:44:56: error: ‘IconSize’ was not declared in this scope pixmap = QIcon::fromTheme(source.at(0)).pixmap(IconSize(KIconLoader::Desktop)); Detected by http://www.davidfaure.fr/2020/542.diff

D26057: Deprecate the top-level IconSize() function

2019-12-17 Thread Volker Krause
This revision was automatically updated to reflect the committed changes. Closed by commit R302:3e668c7fba9f: Deprecate the top-level IconSize() function (authored by vkrause). REPOSITORY R302 KIconThemes CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D26057?vs=71689=71737 REVISION

D26057: Deprecate the top-level IconSize() function

2019-12-17 Thread Aleix Pol Gonzalez
apol accepted this revision. This revision is now accepted and ready to land. REPOSITORY R302 KIconThemes BRANCH master REVISION DETAIL https://phabricator.kde.org/D26057 To: vkrause, apol Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D26057: Deprecate the top-level IconSize() function

2019-12-16 Thread Volker Krause
vkrause added a task: T11637: Investigate if KIconThemes is needed as a framework. REPOSITORY R302 KIconThemes REVISION DETAIL https://phabricator.kde.org/D26057 To: vkrause Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D26057: Deprecate the top-level IconSize() function

2019-12-16 Thread Volker Krause
vkrause created this revision. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. vkrause requested review of this revision. REVISION SUMMARY This removes the last of the non-namespaced top-level functions here as well. REPOSITORY R302 KIconThemes BRANCH