From: Friedrich Beckmann Date: Sun, 5 Jul 2020 20:47:01 +0000 (+0200) Subject: icons: added psppire- prefix to action items #58708, #50026 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcd0f2c9c85b91c02c4a42f5db6660a068586ca2;p=pspp icons: added psppire- prefix to action items #58708, #50026 The edit-find action icon is already available in the default gnome and kde icon themes. Therefore the default icon is always found first. I added the psppire- prefix to the action icon names such that the icons are unique. Closes: https://savannah.gnu.org/bugs/?58708 Closes: https://savannah.gnu.org/bugs/?50026 --- diff --git a/Smake b/Smake index fc77d61813..d9f5955ccc 100644 --- a/Smake +++ b/Smake @@ -233,46 +233,46 @@ MISC_ICONS = src/ui/gui/icons/splash-t.png \ src/ui/gui/icons/splash-r.png ACTION_ICONS = \ -src/ui/gui/icons/24x24/actions/file-open-data.png \ -src/ui/gui/icons/24x24/actions/file-save-data.png \ -src/ui/gui/icons/24x24/actions/edit-go-to-variable.png \ -src/ui/gui/icons/24x24/actions/edit-go-to-case.png \ -src/ui/gui/icons/24x24/actions/edit-find.png \ -src/ui/gui/icons/24x24/actions/edit-insert-case.png \ -src/ui/gui/icons/24x24/actions/edit-insert-variable.png \ -src/ui/gui/icons/24x24/actions/data-split-file.png \ -src/ui/gui/icons/24x24/actions/data-weight-cases.png \ -src/ui/gui/icons/24x24/actions/view-value-labels.png \ -src/ui/gui/icons/48x48/actions/file-open-data.png \ -src/ui/gui/icons/48x48/actions/file-save-data.png \ -src/ui/gui/icons/48x48/actions/edit-go-to-variable.png \ -src/ui/gui/icons/48x48/actions/edit-go-to-case.png \ -src/ui/gui/icons/48x48/actions/edit-find.png \ -src/ui/gui/icons/48x48/actions/edit-insert-case.png \ -src/ui/gui/icons/48x48/actions/edit-insert-variable.png \ -src/ui/gui/icons/48x48/actions/data-split-file.png \ -src/ui/gui/icons/48x48/actions/data-weight-cases.png \ -src/ui/gui/icons/48x48/actions/view-value-labels.png \ -src/ui/gui/icons/96x96/actions/file-open-data.png \ -src/ui/gui/icons/96x96/actions/file-save-data.png \ -src/ui/gui/icons/96x96/actions/edit-go-to-variable.png \ -src/ui/gui/icons/96x96/actions/edit-go-to-case.png \ -src/ui/gui/icons/96x96/actions/edit-find.png \ -src/ui/gui/icons/96x96/actions/edit-insert-case.png \ -src/ui/gui/icons/96x96/actions/edit-insert-variable.png \ -src/ui/gui/icons/96x96/actions/data-split-file.png \ -src/ui/gui/icons/96x96/actions/data-weight-cases.png \ -src/ui/gui/icons/96x96/actions/view-value-labels.png \ -src/ui/gui/icons/scalable/actions/file-open-data.svg \ -src/ui/gui/icons/scalable/actions/file-save-data.svg \ -src/ui/gui/icons/scalable/actions/edit-go-to-variable.svg \ -src/ui/gui/icons/scalable/actions/edit-go-to-case.svg \ -src/ui/gui/icons/scalable/actions/edit-find.svg \ -src/ui/gui/icons/scalable/actions/edit-insert-case.svg \ -src/ui/gui/icons/scalable/actions/edit-insert-variable.svg \ -src/ui/gui/icons/scalable/actions/data-split-file.svg \ -src/ui/gui/icons/scalable/actions/data-weight-cases.svg \ -src/ui/gui/icons/scalable/actions/view-value-labels.svg +src/ui/gui/icons/24x24/actions/psppire-file-open-data.png \ +src/ui/gui/icons/24x24/actions/psppire-file-save-data.png \ +src/ui/gui/icons/24x24/actions/psppire-edit-go-to-variable.png \ +src/ui/gui/icons/24x24/actions/psppire-edit-go-to-case.png \ +src/ui/gui/icons/24x24/actions/psppire-edit-find.png \ +src/ui/gui/icons/24x24/actions/psppire-edit-insert-case.png \ +src/ui/gui/icons/24x24/actions/psppire-edit-insert-variable.png \ +src/ui/gui/icons/24x24/actions/psppire-data-split-file.png \ +src/ui/gui/icons/24x24/actions/psppire-data-weight-cases.png \ +src/ui/gui/icons/24x24/actions/psppire-view-value-labels.png \ +src/ui/gui/icons/48x48/actions/psppire-file-open-data.png \ +src/ui/gui/icons/48x48/actions/psppire-file-save-data.png \ +src/ui/gui/icons/48x48/actions/psppire-edit-go-to-variable.png \ +src/ui/gui/icons/48x48/actions/psppire-edit-go-to-case.png \ +src/ui/gui/icons/48x48/actions/psppire-edit-find.png \ +src/ui/gui/icons/48x48/actions/psppire-edit-insert-case.png \ +src/ui/gui/icons/48x48/actions/psppire-edit-insert-variable.png \ +src/ui/gui/icons/48x48/actions/psppire-data-split-file.png \ +src/ui/gui/icons/48x48/actions/psppire-data-weight-cases.png \ +src/ui/gui/icons/48x48/actions/psppire-view-value-labels.png \ +src/ui/gui/icons/96x96/actions/psppire-file-open-data.png \ +src/ui/gui/icons/96x96/actions/psppire-file-save-data.png \ +src/ui/gui/icons/96x96/actions/psppire-edit-go-to-variable.png \ +src/ui/gui/icons/96x96/actions/psppire-edit-go-to-case.png \ +src/ui/gui/icons/96x96/actions/psppire-edit-find.png \ +src/ui/gui/icons/96x96/actions/psppire-edit-insert-case.png \ +src/ui/gui/icons/96x96/actions/psppire-edit-insert-variable.png \ +src/ui/gui/icons/96x96/actions/psppire-data-split-file.png \ +src/ui/gui/icons/96x96/actions/psppire-data-weight-cases.png \ +src/ui/gui/icons/96x96/actions/psppire-view-value-labels.png \ +src/ui/gui/icons/scalable/actions/psppire-file-open-data.svg \ +src/ui/gui/icons/scalable/actions/psppire-file-save-data.svg \ +src/ui/gui/icons/scalable/actions/psppire-edit-go-to-variable.svg \ +src/ui/gui/icons/scalable/actions/psppire-edit-go-to-case.svg \ +src/ui/gui/icons/scalable/actions/psppire-edit-find.svg \ +src/ui/gui/icons/scalable/actions/psppire-edit-insert-case.svg \ +src/ui/gui/icons/scalable/actions/psppire-edit-insert-variable.svg \ +src/ui/gui/icons/scalable/actions/psppire-data-split-file.svg \ +src/ui/gui/icons/scalable/actions/psppire-data-weight-cases.svg \ +src/ui/gui/icons/scalable/actions/psppire-view-value-labels.svg ICONS=$(CATEGORY_ICONS) $(ACTION_ICONS) $(MIMETYPE_ICONS) $(APP_ICONS) $(MISC_ICONS) diff --git a/src/ui/gui/artwork/scalable/actions/analyze-bivariate-correlation.svg b/src/ui/gui/artwork/scalable/actions/analyze-bivariate-correlation.svg deleted file mode 100644 index ff9fdea8ce..0000000000 --- a/src/ui/gui/artwork/scalable/actions/analyze-bivariate-correlation.svg +++ /dev/null @@ -1,124 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/analyze-compare-means.svg b/src/ui/gui/artwork/scalable/actions/analyze-compare-means.svg deleted file mode 100644 index 74e19a9541..0000000000 --- a/src/ui/gui/artwork/scalable/actions/analyze-compare-means.svg +++ /dev/null @@ -1,124 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/analyze-descriptive-statistics.svg b/src/ui/gui/artwork/scalable/actions/analyze-descriptive-statistics.svg deleted file mode 100644 index d3e7c7fb1e..0000000000 --- a/src/ui/gui/artwork/scalable/actions/analyze-descriptive-statistics.svg +++ /dev/null @@ -1,129 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/analyze-factor-analysis.svg b/src/ui/gui/artwork/scalable/actions/analyze-factor-analysis.svg deleted file mode 100644 index a89bebdb18..0000000000 --- a/src/ui/gui/artwork/scalable/actions/analyze-factor-analysis.svg +++ /dev/null @@ -1,188 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/analyze-kmeans-cluster.svg b/src/ui/gui/artwork/scalable/actions/analyze-kmeans-cluster.svg deleted file mode 100644 index fe36365d54..0000000000 --- a/src/ui/gui/artwork/scalable/actions/analyze-kmeans-cluster.svg +++ /dev/null @@ -1,169 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/analyze-non-parametric-statistics.svg b/src/ui/gui/artwork/scalable/actions/analyze-non-parametric-statistics.svg deleted file mode 100644 index 50998d596e..0000000000 --- a/src/ui/gui/artwork/scalable/actions/analyze-non-parametric-statistics.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/analyze-regression.svg b/src/ui/gui/artwork/scalable/actions/analyze-regression.svg deleted file mode 100644 index f1d41a9894..0000000000 --- a/src/ui/gui/artwork/scalable/actions/analyze-regression.svg +++ /dev/null @@ -1,221 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/analyze-reliability.svg b/src/ui/gui/artwork/scalable/actions/analyze-reliability.svg deleted file mode 100644 index 4c9030a4e5..0000000000 --- a/src/ui/gui/artwork/scalable/actions/analyze-reliability.svg +++ /dev/null @@ -1,177 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/analyze-roc-curve.svg b/src/ui/gui/artwork/scalable/actions/analyze-roc-curve.svg deleted file mode 100644 index 336b2b245b..0000000000 --- a/src/ui/gui/artwork/scalable/actions/analyze-roc-curve.svg +++ /dev/null @@ -1,148 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/analyze-univariate-analysis.svg b/src/ui/gui/artwork/scalable/actions/analyze-univariate-analysis.svg deleted file mode 100644 index a61e09c110..0000000000 --- a/src/ui/gui/artwork/scalable/actions/analyze-univariate-analysis.svg +++ /dev/null @@ -1,129 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/data-aggregate.svg b/src/ui/gui/artwork/scalable/actions/data-aggregate.svg deleted file mode 100644 index 236326299d..0000000000 --- a/src/ui/gui/artwork/scalable/actions/data-aggregate.svg +++ /dev/null @@ -1,129 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/data-select-cases.svg b/src/ui/gui/artwork/scalable/actions/data-select-cases.svg deleted file mode 100644 index a8cce6d888..0000000000 --- a/src/ui/gui/artwork/scalable/actions/data-select-cases.svg +++ /dev/null @@ -1,134 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/data-sort-cases.svg b/src/ui/gui/artwork/scalable/actions/data-sort-cases.svg deleted file mode 100644 index f281e742c5..0000000000 --- a/src/ui/gui/artwork/scalable/actions/data-sort-cases.svg +++ /dev/null @@ -1,135 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/data-split-file.svg b/src/ui/gui/artwork/scalable/actions/data-split-file.svg deleted file mode 100644 index 98b2729148..0000000000 --- a/src/ui/gui/artwork/scalable/actions/data-split-file.svg +++ /dev/null @@ -1,240 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/data-transpose.svg b/src/ui/gui/artwork/scalable/actions/data-transpose.svg deleted file mode 100644 index 5ec7b28211..0000000000 --- a/src/ui/gui/artwork/scalable/actions/data-transpose.svg +++ /dev/null @@ -1,171 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/data-weight-cases.svg b/src/ui/gui/artwork/scalable/actions/data-weight-cases.svg deleted file mode 100644 index 0b6bffd127..0000000000 --- a/src/ui/gui/artwork/scalable/actions/data-weight-cases.svg +++ /dev/null @@ -1,179 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/display-information-external-file.svg b/src/ui/gui/artwork/scalable/actions/display-information-external-file.svg deleted file mode 100644 index 45b23ebb54..0000000000 --- a/src/ui/gui/artwork/scalable/actions/display-information-external-file.svg +++ /dev/null @@ -1,136 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/display-information-working-file.svg b/src/ui/gui/artwork/scalable/actions/display-information-working-file.svg deleted file mode 100644 index d02fcfd6d2..0000000000 --- a/src/ui/gui/artwork/scalable/actions/display-information-working-file.svg +++ /dev/null @@ -1,139 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/edit-clear.svg b/src/ui/gui/artwork/scalable/actions/edit-clear.svg deleted file mode 100644 index 539ec73009..0000000000 --- a/src/ui/gui/artwork/scalable/actions/edit-clear.svg +++ /dev/null @@ -1,149 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/edit-copy.svg b/src/ui/gui/artwork/scalable/actions/edit-copy.svg deleted file mode 100644 index a40069b4f1..0000000000 --- a/src/ui/gui/artwork/scalable/actions/edit-copy.svg +++ /dev/null @@ -1,140 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/edit-cut.svg b/src/ui/gui/artwork/scalable/actions/edit-cut.svg deleted file mode 100644 index 7bacaa36c0..0000000000 --- a/src/ui/gui/artwork/scalable/actions/edit-cut.svg +++ /dev/null @@ -1,154 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/edit-delete.svg b/src/ui/gui/artwork/scalable/actions/edit-delete.svg deleted file mode 100644 index 5246cc998d..0000000000 --- a/src/ui/gui/artwork/scalable/actions/edit-delete.svg +++ /dev/null @@ -1,132 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/edit-find.svg b/src/ui/gui/artwork/scalable/actions/edit-find.svg deleted file mode 100644 index 7bbfd67066..0000000000 --- a/src/ui/gui/artwork/scalable/actions/edit-find.svg +++ /dev/null @@ -1,144 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/edit-go-to-case.svg b/src/ui/gui/artwork/scalable/actions/edit-go-to-case.svg deleted file mode 100644 index 79a64880d9..0000000000 --- a/src/ui/gui/artwork/scalable/actions/edit-go-to-case.svg +++ /dev/null @@ -1,136 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/edit-go-to-variable.svg b/src/ui/gui/artwork/scalable/actions/edit-go-to-variable.svg deleted file mode 100644 index 042d7c5bc0..0000000000 --- a/src/ui/gui/artwork/scalable/actions/edit-go-to-variable.svg +++ /dev/null @@ -1,162 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/edit-insert-case.svg b/src/ui/gui/artwork/scalable/actions/edit-insert-case.svg deleted file mode 100644 index 660e380303..0000000000 --- a/src/ui/gui/artwork/scalable/actions/edit-insert-case.svg +++ /dev/null @@ -1,130 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/edit-insert-variable.svg b/src/ui/gui/artwork/scalable/actions/edit-insert-variable.svg deleted file mode 100644 index 49b7f257d6..0000000000 --- a/src/ui/gui/artwork/scalable/actions/edit-insert-variable.svg +++ /dev/null @@ -1,130 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/edit-paste.svg b/src/ui/gui/artwork/scalable/actions/edit-paste.svg deleted file mode 100644 index aa5d32b440..0000000000 --- a/src/ui/gui/artwork/scalable/actions/edit-paste.svg +++ /dev/null @@ -1,149 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/edit-redo.svg b/src/ui/gui/artwork/scalable/actions/edit-redo.svg deleted file mode 100644 index 1ca1682583..0000000000 --- a/src/ui/gui/artwork/scalable/actions/edit-redo.svg +++ /dev/null @@ -1,144 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/edit-select-all.svg b/src/ui/gui/artwork/scalable/actions/edit-select-all.svg deleted file mode 100644 index 791f334cbe..0000000000 --- a/src/ui/gui/artwork/scalable/actions/edit-select-all.svg +++ /dev/null @@ -1,124 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/edit-undo.svg b/src/ui/gui/artwork/scalable/actions/edit-undo.svg deleted file mode 100644 index 1df3722fa9..0000000000 --- a/src/ui/gui/artwork/scalable/actions/edit-undo.svg +++ /dev/null @@ -1,144 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/file-display-information.svg b/src/ui/gui/artwork/scalable/actions/file-display-information.svg deleted file mode 100644 index 9d6eeef7bc..0000000000 --- a/src/ui/gui/artwork/scalable/actions/file-display-information.svg +++ /dev/null @@ -1,151 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/file-export-data.svg b/src/ui/gui/artwork/scalable/actions/file-export-data.svg deleted file mode 100644 index 117ab2f315..0000000000 --- a/src/ui/gui/artwork/scalable/actions/file-export-data.svg +++ /dev/null @@ -1,131 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/file-import-data.svg b/src/ui/gui/artwork/scalable/actions/file-import-data.svg deleted file mode 100644 index b00f0dde14..0000000000 --- a/src/ui/gui/artwork/scalable/actions/file-import-data.svg +++ /dev/null @@ -1,139 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/file-new-data.svg b/src/ui/gui/artwork/scalable/actions/file-new-data.svg deleted file mode 100644 index b170630358..0000000000 --- a/src/ui/gui/artwork/scalable/actions/file-new-data.svg +++ /dev/null @@ -1,124 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/file-open-data.svg b/src/ui/gui/artwork/scalable/actions/file-open-data.svg deleted file mode 100644 index 247a8acef4..0000000000 --- a/src/ui/gui/artwork/scalable/actions/file-open-data.svg +++ /dev/null @@ -1,134 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/file-print.svg b/src/ui/gui/artwork/scalable/actions/file-print.svg deleted file mode 100644 index 0775fd07ac..0000000000 --- a/src/ui/gui/artwork/scalable/actions/file-print.svg +++ /dev/null @@ -1,146 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/file-quit.svg b/src/ui/gui/artwork/scalable/actions/file-quit.svg deleted file mode 100644 index 51a0e38d2c..0000000000 --- a/src/ui/gui/artwork/scalable/actions/file-quit.svg +++ /dev/null @@ -1,129 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/file-recently-used.svg b/src/ui/gui/artwork/scalable/actions/file-recently-used.svg deleted file mode 100644 index fbfcf38f20..0000000000 --- a/src/ui/gui/artwork/scalable/actions/file-recently-used.svg +++ /dev/null @@ -1,136 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/file-rename-data-set.svg b/src/ui/gui/artwork/scalable/actions/file-rename-data-set.svg deleted file mode 100644 index 2b70ac5822..0000000000 --- a/src/ui/gui/artwork/scalable/actions/file-rename-data-set.svg +++ /dev/null @@ -1,146 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/file-save-as.svg b/src/ui/gui/artwork/scalable/actions/file-save-as.svg deleted file mode 100644 index 8720a55e83..0000000000 --- a/src/ui/gui/artwork/scalable/actions/file-save-as.svg +++ /dev/null @@ -1,139 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/file-save-data.svg b/src/ui/gui/artwork/scalable/actions/file-save-data.svg deleted file mode 100644 index 634e86cc22..0000000000 --- a/src/ui/gui/artwork/scalable/actions/file-save-data.svg +++ /dev/null @@ -1,130 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/file-syntax-data.svg b/src/ui/gui/artwork/scalable/actions/file-syntax-data.svg deleted file mode 100644 index 5dd78a58f5..0000000000 --- a/src/ui/gui/artwork/scalable/actions/file-syntax-data.svg +++ /dev/null @@ -1,172 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/file-system-data.svg b/src/ui/gui/artwork/scalable/actions/file-system-data.svg deleted file mode 100644 index 220d66282b..0000000000 --- a/src/ui/gui/artwork/scalable/actions/file-system-data.svg +++ /dev/null @@ -1,190 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/help-about.svg b/src/ui/gui/artwork/scalable/actions/help-about.svg deleted file mode 100644 index fe32a8b78e..0000000000 --- a/src/ui/gui/artwork/scalable/actions/help-about.svg +++ /dev/null @@ -1,129 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/help-reference-manual.svg b/src/ui/gui/artwork/scalable/actions/help-reference-manual.svg deleted file mode 100644 index ed7539df13..0000000000 --- a/src/ui/gui/artwork/scalable/actions/help-reference-manual.svg +++ /dev/null @@ -1,134 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/psppire-analyze-bivariate-correlation.svg b/src/ui/gui/artwork/scalable/actions/psppire-analyze-bivariate-correlation.svg new file mode 100644 index 0000000000..ff9fdea8ce --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-analyze-bivariate-correlation.svg @@ -0,0 +1,124 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-analyze-compare-means.svg b/src/ui/gui/artwork/scalable/actions/psppire-analyze-compare-means.svg new file mode 100644 index 0000000000..74e19a9541 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-analyze-compare-means.svg @@ -0,0 +1,124 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-analyze-descriptive-statistics.svg b/src/ui/gui/artwork/scalable/actions/psppire-analyze-descriptive-statistics.svg new file mode 100644 index 0000000000..d3e7c7fb1e --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-analyze-descriptive-statistics.svg @@ -0,0 +1,129 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-analyze-factor-analysis.svg b/src/ui/gui/artwork/scalable/actions/psppire-analyze-factor-analysis.svg new file mode 100644 index 0000000000..a89bebdb18 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-analyze-factor-analysis.svg @@ -0,0 +1,188 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-analyze-kmeans-cluster.svg b/src/ui/gui/artwork/scalable/actions/psppire-analyze-kmeans-cluster.svg new file mode 100644 index 0000000000..fe36365d54 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-analyze-kmeans-cluster.svg @@ -0,0 +1,169 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-analyze-non-parametric-statistics.svg b/src/ui/gui/artwork/scalable/actions/psppire-analyze-non-parametric-statistics.svg new file mode 100644 index 0000000000..50998d596e --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-analyze-non-parametric-statistics.svg @@ -0,0 +1,152 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-analyze-regression.svg b/src/ui/gui/artwork/scalable/actions/psppire-analyze-regression.svg new file mode 100644 index 0000000000..f1d41a9894 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-analyze-regression.svg @@ -0,0 +1,221 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-analyze-reliability.svg b/src/ui/gui/artwork/scalable/actions/psppire-analyze-reliability.svg new file mode 100644 index 0000000000..4c9030a4e5 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-analyze-reliability.svg @@ -0,0 +1,177 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-analyze-roc-curve.svg b/src/ui/gui/artwork/scalable/actions/psppire-analyze-roc-curve.svg new file mode 100644 index 0000000000..336b2b245b --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-analyze-roc-curve.svg @@ -0,0 +1,148 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-analyze-univariate-analysis.svg b/src/ui/gui/artwork/scalable/actions/psppire-analyze-univariate-analysis.svg new file mode 100644 index 0000000000..a61e09c110 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-analyze-univariate-analysis.svg @@ -0,0 +1,129 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-data-aggregate.svg b/src/ui/gui/artwork/scalable/actions/psppire-data-aggregate.svg new file mode 100644 index 0000000000..236326299d --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-data-aggregate.svg @@ -0,0 +1,129 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-data-select-cases.svg b/src/ui/gui/artwork/scalable/actions/psppire-data-select-cases.svg new file mode 100644 index 0000000000..a8cce6d888 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-data-select-cases.svg @@ -0,0 +1,134 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-data-sort-cases.svg b/src/ui/gui/artwork/scalable/actions/psppire-data-sort-cases.svg new file mode 100644 index 0000000000..f281e742c5 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-data-sort-cases.svg @@ -0,0 +1,135 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-data-split-file.svg b/src/ui/gui/artwork/scalable/actions/psppire-data-split-file.svg new file mode 100644 index 0000000000..98b2729148 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-data-split-file.svg @@ -0,0 +1,240 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-data-transpose.svg b/src/ui/gui/artwork/scalable/actions/psppire-data-transpose.svg new file mode 100644 index 0000000000..5ec7b28211 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-data-transpose.svg @@ -0,0 +1,171 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-data-weight-cases.svg b/src/ui/gui/artwork/scalable/actions/psppire-data-weight-cases.svg new file mode 100644 index 0000000000..0b6bffd127 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-data-weight-cases.svg @@ -0,0 +1,179 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-display-information-external-file.svg b/src/ui/gui/artwork/scalable/actions/psppire-display-information-external-file.svg new file mode 100644 index 0000000000..45b23ebb54 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-display-information-external-file.svg @@ -0,0 +1,136 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-display-information-working-file.svg b/src/ui/gui/artwork/scalable/actions/psppire-display-information-working-file.svg new file mode 100644 index 0000000000..d02fcfd6d2 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-display-information-working-file.svg @@ -0,0 +1,139 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-edit-clear.svg b/src/ui/gui/artwork/scalable/actions/psppire-edit-clear.svg new file mode 100644 index 0000000000..539ec73009 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-edit-clear.svg @@ -0,0 +1,149 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-edit-copy.svg b/src/ui/gui/artwork/scalable/actions/psppire-edit-copy.svg new file mode 100644 index 0000000000..a40069b4f1 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-edit-copy.svg @@ -0,0 +1,140 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-edit-cut.svg b/src/ui/gui/artwork/scalable/actions/psppire-edit-cut.svg new file mode 100644 index 0000000000..7bacaa36c0 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-edit-cut.svg @@ -0,0 +1,154 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-edit-delete.svg b/src/ui/gui/artwork/scalable/actions/psppire-edit-delete.svg new file mode 100644 index 0000000000..5246cc998d --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-edit-delete.svg @@ -0,0 +1,132 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-edit-find.svg b/src/ui/gui/artwork/scalable/actions/psppire-edit-find.svg new file mode 100644 index 0000000000..7bbfd67066 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-edit-find.svg @@ -0,0 +1,144 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-edit-go-to-case.svg b/src/ui/gui/artwork/scalable/actions/psppire-edit-go-to-case.svg new file mode 100644 index 0000000000..79a64880d9 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-edit-go-to-case.svg @@ -0,0 +1,136 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-edit-go-to-variable.svg b/src/ui/gui/artwork/scalable/actions/psppire-edit-go-to-variable.svg new file mode 100644 index 0000000000..042d7c5bc0 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-edit-go-to-variable.svg @@ -0,0 +1,162 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-edit-insert-case.svg b/src/ui/gui/artwork/scalable/actions/psppire-edit-insert-case.svg new file mode 100644 index 0000000000..660e380303 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-edit-insert-case.svg @@ -0,0 +1,130 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-edit-insert-variable.svg b/src/ui/gui/artwork/scalable/actions/psppire-edit-insert-variable.svg new file mode 100644 index 0000000000..49b7f257d6 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-edit-insert-variable.svg @@ -0,0 +1,130 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-edit-paste.svg b/src/ui/gui/artwork/scalable/actions/psppire-edit-paste.svg new file mode 100644 index 0000000000..aa5d32b440 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-edit-paste.svg @@ -0,0 +1,149 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-edit-redo.svg b/src/ui/gui/artwork/scalable/actions/psppire-edit-redo.svg new file mode 100644 index 0000000000..1ca1682583 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-edit-redo.svg @@ -0,0 +1,144 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-edit-select-all.svg b/src/ui/gui/artwork/scalable/actions/psppire-edit-select-all.svg new file mode 100644 index 0000000000..791f334cbe --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-edit-select-all.svg @@ -0,0 +1,124 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-edit-undo.svg b/src/ui/gui/artwork/scalable/actions/psppire-edit-undo.svg new file mode 100644 index 0000000000..1df3722fa9 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-edit-undo.svg @@ -0,0 +1,144 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-file-display-information.svg b/src/ui/gui/artwork/scalable/actions/psppire-file-display-information.svg new file mode 100644 index 0000000000..9d6eeef7bc --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-file-display-information.svg @@ -0,0 +1,151 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-file-export-data.svg b/src/ui/gui/artwork/scalable/actions/psppire-file-export-data.svg new file mode 100644 index 0000000000..117ab2f315 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-file-export-data.svg @@ -0,0 +1,131 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-file-import-data.svg b/src/ui/gui/artwork/scalable/actions/psppire-file-import-data.svg new file mode 100644 index 0000000000..b00f0dde14 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-file-import-data.svg @@ -0,0 +1,139 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-file-new-data.svg b/src/ui/gui/artwork/scalable/actions/psppire-file-new-data.svg new file mode 100644 index 0000000000..b170630358 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-file-new-data.svg @@ -0,0 +1,124 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-file-open-data.svg b/src/ui/gui/artwork/scalable/actions/psppire-file-open-data.svg new file mode 100644 index 0000000000..247a8acef4 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-file-open-data.svg @@ -0,0 +1,134 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-file-print.svg b/src/ui/gui/artwork/scalable/actions/psppire-file-print.svg new file mode 100644 index 0000000000..0775fd07ac --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-file-print.svg @@ -0,0 +1,146 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-file-quit.svg b/src/ui/gui/artwork/scalable/actions/psppire-file-quit.svg new file mode 100644 index 0000000000..51a0e38d2c --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-file-quit.svg @@ -0,0 +1,129 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-file-recently-used.svg b/src/ui/gui/artwork/scalable/actions/psppire-file-recently-used.svg new file mode 100644 index 0000000000..fbfcf38f20 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-file-recently-used.svg @@ -0,0 +1,136 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-file-rename-data-set.svg b/src/ui/gui/artwork/scalable/actions/psppire-file-rename-data-set.svg new file mode 100644 index 0000000000..2b70ac5822 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-file-rename-data-set.svg @@ -0,0 +1,146 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-file-save-as.svg b/src/ui/gui/artwork/scalable/actions/psppire-file-save-as.svg new file mode 100644 index 0000000000..8720a55e83 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-file-save-as.svg @@ -0,0 +1,139 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-file-save-data.svg b/src/ui/gui/artwork/scalable/actions/psppire-file-save-data.svg new file mode 100644 index 0000000000..634e86cc22 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-file-save-data.svg @@ -0,0 +1,130 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-file-syntax-data.svg b/src/ui/gui/artwork/scalable/actions/psppire-file-syntax-data.svg new file mode 100644 index 0000000000..5dd78a58f5 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-file-syntax-data.svg @@ -0,0 +1,172 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-file-system-data.svg b/src/ui/gui/artwork/scalable/actions/psppire-file-system-data.svg new file mode 100644 index 0000000000..220d66282b --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-file-system-data.svg @@ -0,0 +1,190 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-help-about.svg b/src/ui/gui/artwork/scalable/actions/psppire-help-about.svg new file mode 100644 index 0000000000..fe32a8b78e --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-help-about.svg @@ -0,0 +1,129 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-help-reference-manual.svg b/src/ui/gui/artwork/scalable/actions/psppire-help-reference-manual.svg new file mode 100644 index 0000000000..ed7539df13 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-help-reference-manual.svg @@ -0,0 +1,134 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-run-all.svg b/src/ui/gui/artwork/scalable/actions/psppire-run-all.svg new file mode 100644 index 0000000000..054810fdc7 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-run-all.svg @@ -0,0 +1,130 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-run-current-line.svg b/src/ui/gui/artwork/scalable/actions/psppire-run-current-line.svg new file mode 100644 index 0000000000..c83ddac77f --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-run-current-line.svg @@ -0,0 +1,152 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-run-selection.svg b/src/ui/gui/artwork/scalable/actions/psppire-run-selection.svg new file mode 100644 index 0000000000..1c200838aa --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-run-selection.svg @@ -0,0 +1,136 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-run-to-end.svg b/src/ui/gui/artwork/scalable/actions/psppire-run-to-end.svg new file mode 100644 index 0000000000..78d973808c --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-run-to-end.svg @@ -0,0 +1,137 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-transform-automatic-recode.svg b/src/ui/gui/artwork/scalable/actions/psppire-transform-automatic-recode.svg new file mode 100644 index 0000000000..5ad19c5307 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-transform-automatic-recode.svg @@ -0,0 +1,132 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-transform-compute.svg b/src/ui/gui/artwork/scalable/actions/psppire-transform-compute.svg new file mode 100644 index 0000000000..6728049a57 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-transform-compute.svg @@ -0,0 +1,124 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-transform-count.svg b/src/ui/gui/artwork/scalable/actions/psppire-transform-count.svg new file mode 100644 index 0000000000..4e08b82fc4 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-transform-count.svg @@ -0,0 +1,125 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-transform-in-to-different-variables.svg b/src/ui/gui/artwork/scalable/actions/psppire-transform-in-to-different-variables.svg new file mode 100644 index 0000000000..796dcba27d --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-transform-in-to-different-variables.svg @@ -0,0 +1,134 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-transform-in-to-same-variables.svg b/src/ui/gui/artwork/scalable/actions/psppire-transform-in-to-same-variables.svg new file mode 100644 index 0000000000..2064245e56 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-transform-in-to-same-variables.svg @@ -0,0 +1,132 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-transform-rank-cases.svg b/src/ui/gui/artwork/scalable/actions/psppire-transform-rank-cases.svg new file mode 100644 index 0000000000..3da1a4308b --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-transform-rank-cases.svg @@ -0,0 +1,197 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-transform-run-pending.svg b/src/ui/gui/artwork/scalable/actions/psppire-transform-run-pending.svg new file mode 100644 index 0000000000..f52b954ba6 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-transform-run-pending.svg @@ -0,0 +1,136 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-utilities-data-file-comments.svg b/src/ui/gui/artwork/scalable/actions/psppire-utilities-data-file-comments.svg new file mode 100644 index 0000000000..d553d444b6 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-utilities-data-file-comments.svg @@ -0,0 +1,165 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-utilities-variables.svg b/src/ui/gui/artwork/scalable/actions/psppire-utilities-variables.svg new file mode 100644 index 0000000000..6f402078d1 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-utilities-variables.svg @@ -0,0 +1,124 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-view-font.svg b/src/ui/gui/artwork/scalable/actions/psppire-view-font.svg new file mode 100644 index 0000000000..c0c4373ef0 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-view-font.svg @@ -0,0 +1,136 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-view-value-labels.svg b/src/ui/gui/artwork/scalable/actions/psppire-view-value-labels.svg new file mode 100644 index 0000000000..7973cf5c96 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-view-value-labels.svg @@ -0,0 +1,129 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-windows-minimize-all.svg b/src/ui/gui/artwork/scalable/actions/psppire-windows-minimize-all.svg new file mode 100644 index 0000000000..4f6d2f78e2 --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-windows-minimize-all.svg @@ -0,0 +1,140 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/psppire-windows-split.svg b/src/ui/gui/artwork/scalable/actions/psppire-windows-split.svg new file mode 100644 index 0000000000..fc466e263e --- /dev/null +++ b/src/ui/gui/artwork/scalable/actions/psppire-windows-split.svg @@ -0,0 +1,124 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/scalable/actions/run-all.svg b/src/ui/gui/artwork/scalable/actions/run-all.svg deleted file mode 100644 index 054810fdc7..0000000000 --- a/src/ui/gui/artwork/scalable/actions/run-all.svg +++ /dev/null @@ -1,130 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/run-current-line.svg b/src/ui/gui/artwork/scalable/actions/run-current-line.svg deleted file mode 100644 index c83ddac77f..0000000000 --- a/src/ui/gui/artwork/scalable/actions/run-current-line.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/run-selection.svg b/src/ui/gui/artwork/scalable/actions/run-selection.svg deleted file mode 100644 index 1c200838aa..0000000000 --- a/src/ui/gui/artwork/scalable/actions/run-selection.svg +++ /dev/null @@ -1,136 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/run-to-end.svg b/src/ui/gui/artwork/scalable/actions/run-to-end.svg deleted file mode 100644 index 78d973808c..0000000000 --- a/src/ui/gui/artwork/scalable/actions/run-to-end.svg +++ /dev/null @@ -1,137 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/transform-automatic-recode.svg b/src/ui/gui/artwork/scalable/actions/transform-automatic-recode.svg deleted file mode 100644 index 5ad19c5307..0000000000 --- a/src/ui/gui/artwork/scalable/actions/transform-automatic-recode.svg +++ /dev/null @@ -1,132 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/transform-compute.svg b/src/ui/gui/artwork/scalable/actions/transform-compute.svg deleted file mode 100644 index 6728049a57..0000000000 --- a/src/ui/gui/artwork/scalable/actions/transform-compute.svg +++ /dev/null @@ -1,124 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/transform-count.svg b/src/ui/gui/artwork/scalable/actions/transform-count.svg deleted file mode 100644 index 4e08b82fc4..0000000000 --- a/src/ui/gui/artwork/scalable/actions/transform-count.svg +++ /dev/null @@ -1,125 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/transform-in-to-different-variables.svg b/src/ui/gui/artwork/scalable/actions/transform-in-to-different-variables.svg deleted file mode 100644 index 796dcba27d..0000000000 --- a/src/ui/gui/artwork/scalable/actions/transform-in-to-different-variables.svg +++ /dev/null @@ -1,134 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/transform-in-to-same-variables.svg b/src/ui/gui/artwork/scalable/actions/transform-in-to-same-variables.svg deleted file mode 100644 index 2064245e56..0000000000 --- a/src/ui/gui/artwork/scalable/actions/transform-in-to-same-variables.svg +++ /dev/null @@ -1,132 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/transform-rank-cases.svg b/src/ui/gui/artwork/scalable/actions/transform-rank-cases.svg deleted file mode 100644 index 3da1a4308b..0000000000 --- a/src/ui/gui/artwork/scalable/actions/transform-rank-cases.svg +++ /dev/null @@ -1,197 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/transform-run-pending.svg b/src/ui/gui/artwork/scalable/actions/transform-run-pending.svg deleted file mode 100644 index f52b954ba6..0000000000 --- a/src/ui/gui/artwork/scalable/actions/transform-run-pending.svg +++ /dev/null @@ -1,136 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/utilities-data-file-comments.svg b/src/ui/gui/artwork/scalable/actions/utilities-data-file-comments.svg deleted file mode 100644 index d553d444b6..0000000000 --- a/src/ui/gui/artwork/scalable/actions/utilities-data-file-comments.svg +++ /dev/null @@ -1,165 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/utilities-variables.svg b/src/ui/gui/artwork/scalable/actions/utilities-variables.svg deleted file mode 100644 index 6f402078d1..0000000000 --- a/src/ui/gui/artwork/scalable/actions/utilities-variables.svg +++ /dev/null @@ -1,124 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/view-font.svg b/src/ui/gui/artwork/scalable/actions/view-font.svg deleted file mode 100644 index c0c4373ef0..0000000000 --- a/src/ui/gui/artwork/scalable/actions/view-font.svg +++ /dev/null @@ -1,136 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/view-value-labels.svg b/src/ui/gui/artwork/scalable/actions/view-value-labels.svg deleted file mode 100644 index 7973cf5c96..0000000000 --- a/src/ui/gui/artwork/scalable/actions/view-value-labels.svg +++ /dev/null @@ -1,129 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/windows-minimize-all.svg b/src/ui/gui/artwork/scalable/actions/windows-minimize-all.svg deleted file mode 100644 index 4f6d2f78e2..0000000000 --- a/src/ui/gui/artwork/scalable/actions/windows-minimize-all.svg +++ /dev/null @@ -1,140 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/artwork/scalable/actions/windows-split.svg b/src/ui/gui/artwork/scalable/actions/windows-split.svg deleted file mode 100644 index fc466e263e..0000000000 --- a/src/ui/gui/artwork/scalable/actions/windows-split.svg +++ /dev/null @@ -1,124 +0,0 @@ - - - - - GNU PSPP flat icon set - - - - - - - - - - - - image/svg+xml - - GNU PSPP flat icon set - - - - Bastián Díaz - - - https://github.com/bedf/PSPPire-artwork - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/psppire-data-window.c b/src/ui/gui/psppire-data-window.c index 8e2bcf5533..438779675b 100644 --- a/src/ui/gui/psppire-data-window.c +++ b/src/ui/gui/psppire-data-window.c @@ -1665,14 +1665,14 @@ psppire_data_window_finish_init (PsppireDataWindow *de, GtkToolItem *ti = gtk_tool_button_new (NULL, "Open"); g_signal_connect_swapped (ti, "clicked", G_CALLBACK (psppire_window_open), de); gtk_toolbar_insert (GTK_TOOLBAR (hb), ti, idx++); - gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (ti), "file-open-data"); + gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (ti), "psppire-file-open-data"); } { GtkToolItem *ti = gtk_tool_button_new (NULL, "Save"); g_signal_connect_swapped (ti, "clicked", G_CALLBACK (psppire_window_save), de); gtk_toolbar_insert (GTK_TOOLBAR (hb), ti, idx++); - gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (ti), "file-save-data"); + gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (ti), "psppire-file-save-data"); } gtk_toolbar_insert (GTK_TOOLBAR (hb), gtk_separator_tool_item_new (), idx++); @@ -1686,7 +1686,7 @@ psppire_data_window_finish_init (PsppireDataWindow *de, G_CALLBACK (psppire_dialog_action_activate_null), a); gtk_toolbar_insert (GTK_TOOLBAR (hb), de->ti_jump_to_variable, idx++); - gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (de->ti_jump_to_variable), "edit-go-to-variable"); + gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (de->ti_jump_to_variable), "psppire-edit-go-to-variable"); gtk_widget_set_tooltip_text (GTK_WIDGET (de->ti_jump_to_variable), _("Jump to variable")); } @@ -1699,7 +1699,7 @@ psppire_data_window_finish_init (PsppireDataWindow *de, G_CALLBACK (g_action_activate_null), a); gtk_toolbar_insert (GTK_TOOLBAR (hb), de->ti_jump_to_case, idx++); - gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (de->ti_jump_to_case), "edit-go-to-case"); + gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (de->ti_jump_to_case), "psppire-edit-go-to-case"); gtk_widget_set_tooltip_text (GTK_WIDGET (de->ti_jump_to_case), _("Jump to a case in the data sheet")); } @@ -1713,7 +1713,7 @@ psppire_data_window_finish_init (PsppireDataWindow *de, gtk_toolbar_insert (GTK_TOOLBAR (hb), de->ti_find, idx++); - gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (de->ti_find), "edit-find"); + gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (de->ti_find), "psppire-edit-find"); gtk_widget_set_tooltip_text (GTK_WIDGET (de->ti_find), _("Search for values in the data")); } @@ -1725,7 +1725,7 @@ psppire_data_window_finish_init (PsppireDataWindow *de, G_CALLBACK (g_action_activate_null), a); gtk_toolbar_insert (GTK_TOOLBAR (hb), de->ti_insert_case, idx++); - gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (de->ti_insert_case), "edit-insert-case"); + gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (de->ti_insert_case), "psppire-edit-insert-case"); gtk_widget_set_tooltip_text (GTK_WIDGET (de->ti_insert_case), _("Create a new case at the current position")); } @@ -1737,7 +1737,7 @@ psppire_data_window_finish_init (PsppireDataWindow *de, G_CALLBACK (g_action_activate_null), a); gtk_toolbar_insert (GTK_TOOLBAR (hb), de->ti_insert_variable, idx++); - gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (de->ti_insert_variable), "edit-insert-variable"); + gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (de->ti_insert_variable), "psppire-edit-insert-variable"); gtk_widget_set_tooltip_text (GTK_WIDGET (de->ti_insert_variable), _("Create a new variable at the current position")); } @@ -1751,7 +1751,7 @@ psppire_data_window_finish_init (PsppireDataWindow *de, g_signal_connect_swapped (ti, "clicked", G_CALLBACK (psppire_dialog_action_activate_null), a); gtk_toolbar_insert (GTK_TOOLBAR (hb), ti, idx++); - gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (ti), "data-split-file"); + gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (ti), "psppire-data-split-file"); gtk_widget_set_tooltip_text (GTK_WIDGET (ti), _("Split the active dataset")); } @@ -1763,7 +1763,7 @@ psppire_data_window_finish_init (PsppireDataWindow *de, g_signal_connect_swapped (ti, "clicked", G_CALLBACK (psppire_dialog_action_activate_null), a); gtk_toolbar_insert (GTK_TOOLBAR (hb), ti, idx++); - gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (ti), "data-weight-cases"); + gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (ti), "psppire-data-weight-cases"); gtk_widget_set_tooltip_text (GTK_WIDGET (ti), _("Weight cases by variable")); } @@ -1774,7 +1774,7 @@ psppire_data_window_finish_init (PsppireDataWindow *de, g_signal_connect (de->ti_value_labels_button, "toggled", G_CALLBACK (on_labels_button_toggle), de); gtk_toolbar_insert (GTK_TOOLBAR (hb), de->ti_value_labels_button, idx++); - gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (de->ti_value_labels_button), "view-value-labels"); + gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (de->ti_value_labels_button), "psppire-view-value-labels"); gtk_widget_set_tooltip_text (GTK_WIDGET (de->ti_value_labels_button), _("Show/hide value labels")); } }