mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-02 01:25:13 -05:00
Add icons used by KMessageWidget.
This commit is contained in:
parent
539ea5bd44
commit
18c7fae463
11
COPYING
11
COPYING
@ -32,6 +32,17 @@ Copyright: 2006, Otto Salminen
|
||||
2011, Felix Geyer <debfx@fobos.de>
|
||||
License: GPL-2
|
||||
|
||||
Files: share/icons/application/22x22/action/dialog-close.png, share/icons/application/22x22/action/dialog-ok.png,
|
||||
share/icons/application/22x22/status/dialog-error.png, share/icons/application/22x22/status/dialog-information.png,
|
||||
share/icons/application/22x22/status/dialog-warning.png
|
||||
Copyright: 2007, Nuno Pinheiro <nuno@oxygen-icons.org>
|
||||
2007, David Vignoni <david@icon-king.com>
|
||||
2007, David Miller <miller@oxygen-icons.org>
|
||||
2007, Johann Ollivier Lapeyre <johann@oxygen-icons.org>
|
||||
2007, Kenneth Wimer <kwwii@bootsplash.org>
|
||||
2007, Riccardo Iaconelli <riccardo@oxygen-icons.org>
|
||||
License: LGPL-3+
|
||||
|
||||
Files: src/crypto/salsa20/*
|
||||
Copyright: is in public domain
|
||||
License: -
|
||||
|
@ -19,8 +19,8 @@ install(FILES ${DATABASE_ICONS} DESTINATION ${DATA_INSTALL_DIR}/icons/database)
|
||||
|
||||
if(UNIX AND NOT APPLE)
|
||||
install(DIRECTORY icons/application/ DESTINATION share/icons/hicolor
|
||||
FILES_MATCHING PATTERN "*.png" PATTERN "*.svgz")
|
||||
else(UNIX AND NOT APPLE)
|
||||
install(DIRECTORY icons/application/ DESTINATION ${DATA_INSTALL_DIR}/icons/application
|
||||
FILES_MATCHING PATTERN "*.png" PATTERN "*.svgz")
|
||||
FILES_MATCHING PATTERN "keepassx.png" PATTERN "keepassx.svgz")
|
||||
endif(UNIX AND NOT APPLE)
|
||||
|
||||
install(DIRECTORY icons/application/ DESTINATION ${DATA_INSTALL_DIR}/icons/application
|
||||
FILES_MATCHING PATTERN "*.png" PATTERN "*.svgz")
|
||||
|
BIN
share/icons/application/22x22/action/dialog-close.png
Normal file
BIN
share/icons/application/22x22/action/dialog-close.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
share/icons/application/22x22/action/dialog-ok.png
Normal file
BIN
share/icons/application/22x22/action/dialog-ok.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 723 B |
BIN
share/icons/application/22x22/status/dialog-error.png
Normal file
BIN
share/icons/application/22x22/status/dialog-error.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 972 B |
BIN
share/icons/application/22x22/status/dialog-information.png
Normal file
BIN
share/icons/application/22x22/status/dialog-information.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
share/icons/application/22x22/status/dialog-warning.png
Normal file
BIN
share/icons/application/22x22/status/dialog-warning.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 791 B |
@ -38,7 +38,7 @@ QIcon DataPath::icon(const QString& category, const QString& name)
|
||||
|
||||
if (icon.isNull()) {
|
||||
QStringList pngSizes;
|
||||
pngSizes << "16" << "24" << "32" << "48" << "64" << "128";
|
||||
pngSizes << "16" << "22" << "24" << "32" << "48" << "64" << "128";
|
||||
QString filename;
|
||||
Q_FOREACH (const QString& size, pngSizes) {
|
||||
filename = QString("%1/icons/application/%2x%2/%3/%4.png").arg(m_basePath, size, category, name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user