qSnapper 1.2.2
Updated to version 1.2.2
Use multi-resolution application icons
Register qSnapper@64/@128/@256.png as Qt resources and install all sizes (64/128/256/512)
into the hicolor icon theme so desktop environments can pick the most appropriate resolution.
- main.cpp: build QIcon with addFile() for 64/128/256 variants so Qt selects
the best size for window decorations and taskbars, including HiDPI displays. - AboutqSnapperDialog.qml: switch the logo to qSnapper@256.png to stay crisp at the 200px display width on HiDPI screens.
- CMakeLists.txt: install each size under the matching hicolor apps directory and expose the new resources to the QRC.
Full Changelog: v1.2.1...v1.2.2