Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/CondFormatManager.ui
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
</property>
<property name="icon">
<iconset resource="icons/icons.qrc">
<normaloff>:/icons/text_bold.png</normaloff>:/icons/text_bold.png</iconset>
<normaloff>:/icons/text_bold</normaloff>:/icons/text_bold</iconset>
</property>
</column>
<column>
Expand All @@ -200,7 +200,7 @@
</property>
<property name="icon">
<iconset resource="icons/icons.qrc">
<normaloff>:/icons/text_italic.png</normaloff>:/icons/text_italic.png</iconset>
<normaloff>:/icons/text_italic</normaloff>:/icons/text_italic</iconset>
</property>
</column>
<column>
Expand All @@ -212,7 +212,7 @@
</property>
<property name="icon">
<iconset resource="icons/icons.qrc">
<normaloff>:/icons/text_underline.png</normaloff>:/icons/text_underline.png</iconset>
<normaloff>:/icons/text_underline</normaloff>:/icons/text_underline</iconset>
</property>
</column>
<column>
Expand Down
2 changes: 1 addition & 1 deletion src/EditDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<property name="icon">
<iconset resource="icons/icons.qrc">
<normaloff>:/icons/keyword</normaloff>
<normalon>:/icons/cog_go.png</normalon>:/icons/keyword</iconset>
<normalon>:/icons/cog_go</normalon>:/icons/keyword</iconset>
</property>
<property name="checkable">
<bool>true</bool>
Expand Down
2 changes: 1 addition & 1 deletion src/EditIndexDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
</property>
<property name="icon">
<iconset resource="icons/icons.qrc">
<normaloff>:/icons/cog_go.png</normaloff>:/icons/cog_go.png</iconset>
<normaloff>:/icons/cog_go</normaloff>:/icons/cog_go</iconset>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion src/ImageViewer.ui
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</property>
<property name="icon">
<iconset resource="icons/icons.qrc">
<normaloff>:/icons/monitor_link.png</normaloff>:/icons/monitor_link.png</iconset>
<normaloff>:/icons/monitor_link</normaloff>:/icons/monitor_link</iconset>
</property>
<property name="checkable">
<bool>true</bool>
Expand Down
18 changes: 9 additions & 9 deletions src/TableBrowser.ui
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@
</property>
<property name="icon">
<iconset resource="icons/icons.qrc">
<normaloff>:/icons/resultset_first.png</normaloff>:/icons/resultset_first.png</iconset>
<normaloff>:/icons/resultset_first</normaloff>:/icons/resultset_first</iconset>
</property>
</widget>
</item>
Expand All @@ -477,7 +477,7 @@
</property>
<property name="icon">
<iconset resource="icons/icons.qrc">
<normaloff>:/icons/resultset_previous.png</normaloff>:/icons/resultset_previous.png</iconset>
<normaloff>:/icons/resultset_previous</normaloff>:/icons/resultset_previous</iconset>
</property>
</widget>
</item>
Expand Down Expand Up @@ -836,7 +836,7 @@
</property>
<property name="icon">
<iconset resource="icons/icons.qrc">
<normaloff>:/icons/text_bold.png</normaloff>:/icons/text_bold.png</iconset>
<normaloff>:/icons/text_bold</normaloff>:/icons/text_bold</iconset>
</property>
<property name="text">
<string>Bold</string>
Expand All @@ -854,7 +854,7 @@
</property>
<property name="icon">
<iconset resource="icons/icons.qrc">
<normaloff>:/icons/text_italic.png</normaloff>:/icons/text_italic.png</iconset>
<normaloff>:/icons/text_italic</normaloff>:/icons/text_italic</iconset>
</property>
<property name="text">
<string>Italic</string>
Expand All @@ -869,7 +869,7 @@
</property>
<property name="icon">
<iconset resource="icons/icons.qrc">
<normaloff>:/icons/text_underline.png</normaloff>:/icons/text_underline.png</iconset>
<normaloff>:/icons/text_underline</normaloff>:/icons/text_underline</iconset>
</property>
<property name="text">
<string>Underline</string>
Expand All @@ -887,7 +887,7 @@
</property>
<property name="icon">
<iconset resource="icons/icons.qrc">
<normaloff>:/icons/text_align_right.png</normaloff>:/icons/text_align_right.png</iconset>
<normaloff>:/icons/text_align_right</normaloff>:/icons/text_align_right</iconset>
</property>
<property name="text">
<string>Align Right</string>
Expand All @@ -902,7 +902,7 @@
</property>
<property name="icon">
<iconset resource="icons/icons.qrc">
<normaloff>:/icons/text_align_left.png</normaloff>:/icons/text_align_left.png</iconset>
<normaloff>:/icons/text_align_left</normaloff>:/icons/text_align_left</iconset>
</property>
<property name="text">
<string>Align Left</string>
Expand All @@ -917,7 +917,7 @@
</property>
<property name="icon">
<iconset resource="icons/icons.qrc">
<normaloff>:/icons/text_align_center.png</normaloff>:/icons/text_align_center.png</iconset>
<normaloff>:/icons/text_align_center</normaloff>:/icons/text_align_center</iconset>
</property>
<property name="text">
<string>Center Horizontally</string>
Expand All @@ -932,7 +932,7 @@
</property>
<property name="icon">
<iconset resource="icons/icons.qrc">
<normaloff>:/icons/text_align_justify.png</normaloff>:/icons/text_align_justify.png</iconset>
<normaloff>:/icons/text_align_justify</normaloff>:/icons/text_align_justify</iconset>
</property>
<property name="text">
<string>Justify</string>
Expand Down
Binary file removed src/icons/application_go.png
Binary file not shown.
1 change: 1 addition & 0 deletions src/icons/application_go.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/icons/application_link.png
Binary file not shown.
1 change: 1 addition & 0 deletions src/icons/application_link.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/icons/application_side_list.png
Binary file not shown.
1 change: 1 addition & 0 deletions src/icons/application_side_list.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/arrow_refresh_small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/icons/bullet_arrow_bottom.png
Binary file not shown.
1 change: 1 addition & 0 deletions src/icons/bullet_arrow_bottom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/icons/bullet_arrow_down.png
Binary file not shown.
1 change: 1 addition & 0 deletions src/icons/bullet_arrow_down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/icons/bullet_arrow_top.png
Binary file not shown.
1 change: 1 addition & 0 deletions src/icons/bullet_arrow_top.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/icons/bullet_arrow_up.png
Binary file not shown.
1 change: 1 addition & 0 deletions src/icons/bullet_arrow_up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/icons/cancel.png
Binary file not shown.
1 change: 1 addition & 0 deletions src/icons/cancel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/icons/chart_curve.png
Binary file not shown.
1 change: 1 addition & 0 deletions src/icons/chart_curve.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/icons/cog.png
Binary file not shown.
1 change: 1 addition & 0 deletions src/icons/cog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/icons/cog_go.png
Binary file not shown.
1 change: 1 addition & 0 deletions src/icons/cog_go.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/color_hsl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/icons/color_swatch.png
Binary file not shown.
1 change: 1 addition & 0 deletions src/icons/color_swatch.svg
Loading