~lubuntu-dev/lxde/libqtxdg

  • Committer: Palo Kisa
  • Date: 2018-01-15 07:27:41 UTC
  • Revision ID: git-v1:ccb28154c2497f8cc69b34b70c69c5b46f76645c
xdgiconloader: Cache ScalableFollowsColorEntry properly

..by using the QSvgIconEngine under the hood.

This was done previously in be58584d0e6c11feaa6929099885ff2a7d882401,
but was reverted by 81e6ffa52ff2ec6d6bcff7e936b6a7fe04c5bbdb (this
completely lacks any caching and does read/process file and generate
image for each pixmap() call).

In this commit we don't create the (private) QSvgIconEngine manually,
but use the operators <<, >> to achieve it. Thus reducing the chance
to break things with future Qt versions (the (de)serialization will
never change for requested QDataStream::Version).
Filename Latest Rev Last Changed Committer Comment Size
..
.github 274 6 years ago Alf Gaida Copied issue template refs lxde/lxqt/issues/1322 Diff
cmake 1 12 years ago pvanek huge refactoring of the libraries build organizati Diff
examples 86 10 years ago Alexander Sokolov Merge pull request #3 from luis-pereira/doc doc Diff
qtxdg 218 7 years ago Alf Gaida Xdgiconloader (#84) * Puts Qt5Xdg library in it's Diff
test 71 10 years ago Christian Surlykke Add getApps method to XdgDesktopFileCache - return Diff
util 207 8 years ago Luís Pereira Adds an .desktop file start tester It allows a de Diff
xdgiconloader 218 7 years ago Alf Gaida Xdgiconloader (#84) * Puts Qt5Xdg library in it's Diff
.gitattributes 281 6 years ago GitHub Don't export github templates 450 bytes Diff Download File
.gitignore 137 9 years ago Luís Pereira Updates .gitignore 70 bytes Diff Download File
AUTHORS 247 7 years ago GitHub Bump year 392 bytes Diff Download File
CHANGELOG 288 6 years ago Alf Gaida Release 3.1.0: Update changelog 18.4 KB Diff Download File
CMakeLists.txt 286.1.1 6 years ago Alf Gaida Bump version to 3.1.0 5.6 KB Diff Download File
COPYING 98 9 years ago Jerome Leclanche Update AUTHORS and COPYING 23.9 KB Diff Download File
Digia-Qt-LGPL-Exception-1.1 202 8 years ago Alf Gaida Added Digia-Qt-LGPL-Exception-1.1 1.1 KB Diff Download File
README.md 233 7 years ago Peter Mattern Extend README.md And adjust structure a little bi 1.2 KB Diff Download File