Minor icon changes

New icons in resources from our icon set: Silk from
famfamfam.com

Icon for close. Applied to the find bar (see issue #191).

New icon for special copy. Applied to the "Copy with
Headers" option.

Removed the execution permission from some icon files.
This commit is contained in:
mgrojo
2017-11-19 14:59:55 +01:00
parent a457d29fe2
commit 24a573dc68
21 changed files with 12 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ ExtendedTableWidget::ExtendedTableWidget(QWidget* parent) :
m_contextMenu = new QMenu(this);
QAction* nullAction = new QAction(tr("Set to NULL"), m_contextMenu);
QAction* copyAction = new QAction(QIcon(":/icons/copy"), tr("Copy"), m_contextMenu);
QAction* copyWithHeadersAction = new QAction(QIcon(":/icons/copy"), tr("Copy with Headers"), m_contextMenu);
QAction* copyWithHeadersAction = new QAction(QIcon(":/icons/special_copy"), tr("Copy with Headers"), m_contextMenu);
QAction* pasteAction = new QAction(QIcon(":/icons/paste"), tr("Paste"), m_contextMenu);
QAction* filterAction = new QAction(tr("Use as Filter"), m_contextMenu);
m_contextMenu->addAction(filterAction);

View File

@@ -165,11 +165,18 @@
</item>
<item row="0" column="9">
<widget class="QToolButton" name="hideFindButton">
<property name="toolTip">
<string>Close Find Bar</string>
</property>
<property name="text">
<string notr="true">...</string>
<string>Close Find Bar</string>
</property>
<property name="icon">
<iconset theme="dialog-close"/>
<iconset resource="icons/icons.qrc">
<normaloff>:/icons/close</normaloff>:/icons/close</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>

BIN
src/icons/cross.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 B

0
src/icons/database_add.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 658 B

After

Width:  |  Height:  |  Size: 658 B

0
src/icons/database_go.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 698 B

After

Width:  |  Height:  |  Size: 698 B

0
src/icons/database_refresh.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 770 B

After

Width:  |  Height:  |  Size: 770 B

0
src/icons/database_save.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 755 B

After

Width:  |  Height:  |  Size: 755 B

0
src/icons/document-open.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 672 B

After

Width:  |  Height:  |  Size: 672 B

View File

@@ -58,5 +58,7 @@
<file>folder_user.png</file>
<file alias="push_database">server_go.png</file>
<file alias="find">page_find.png</file>
<file alias="close">cross.png</file>
<file alias="special_copy">page_white_copy.png</file>
</qresource>
</RCC>

0
src/icons/page_add.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 739 B

After

Width:  |  Height:  |  Size: 739 B

0
src/icons/page_delete.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 740 B

After

Width:  |  Height:  |  Size: 740 B

0
src/icons/page_edit.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 807 B

After

Width:  |  Height:  |  Size: 807 B

0
src/icons/page_green.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 621 B

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 B

0
src/icons/table.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 566 B

After

Width:  |  Height:  |  Size: 566 B

0
src/icons/table_add.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 663 B

After

Width:  |  Height:  |  Size: 663 B

0
src/icons/table_delete.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 660 B

After

Width:  |  Height:  |  Size: 660 B

0
src/icons/table_edit.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 744 B

After

Width:  |  Height:  |  Size: 744 B

0
src/icons/tag_blue.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 586 B

After

Width:  |  Height:  |  Size: 586 B

0
src/icons/tag_blue_add.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 671 B

After

Width:  |  Height:  |  Size: 671 B

0
src/icons/tag_blue_delete.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 701 B

After

Width:  |  Height:  |  Size: 701 B