From 6af814bc026505d3012a2f17ce016927008a21ef Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 23 Feb 2024 23:45:35 +0900 Subject: Restructure src/pics into icons folder Signed-off-by: Michele Calgaro --- icons/action/Makefile.am | 2 + icons/action/hi16-action-dnd1.png | Bin 0 -> 125 bytes icons/action/hi16-action-dnd2.png | Bin 0 -> 199 bytes icons/action/hi16-action-dnd3.png | Bin 0 -> 133 bytes icons/action/hi16-action-dnd4.png | Bin 0 -> 199 bytes icons/action/hi16-action-dnd5.png | Bin 0 -> 138 bytes icons/action/hi16-action-dnd6.png | Bin 0 -> 167 bytes icons/action/hi16-action-dnd7.png | Bin 0 -> 161 bytes icons/action/hi16-action-dnd8.png | Bin 0 -> 152 bytes icons/action/hi16-action-flip.png | Bin 0 -> 595 bytes icons/action/hi16-action-mirror.png | Bin 0 -> 567 bytes icons/action/hi16-action-rotate_left.png | Bin 0 -> 679 bytes icons/action/hi16-action-rotate_right.png | Bin 0 -> 691 bytes icons/action/hi16-action-slideshow_pause.png | Bin 0 -> 879 bytes icons/action/hi16-action-slideshow_play.png | Bin 0 -> 851 bytes icons/action/hi22-action-flip.png | Bin 0 -> 814 bytes icons/action/hi22-action-mirror.png | Bin 0 -> 748 bytes icons/action/hi22-action-rotate_left.png | Bin 0 -> 962 bytes icons/action/hi22-action-rotate_right.png | Bin 0 -> 939 bytes icons/action/hi22-action-slideshow_pause.png | Bin 0 -> 1388 bytes icons/action/hi22-action-slideshow_play.png | Bin 0 -> 1337 bytes icons/action/hi32-action-flip.png | Bin 0 -> 1230 bytes icons/action/hi32-action-mirror.png | Bin 0 -> 1114 bytes icons/action/hi32-action-rotate_left.png | Bin 0 -> 1397 bytes icons/action/hi32-action-rotate_right.png | Bin 0 -> 1401 bytes icons/action/hi32-action-slideshow_pause.png | Bin 0 -> 2433 bytes icons/action/hi32-action-slideshow_play.png | Bin 0 -> 2289 bytes icons/action/hi48-action-flip.png | Bin 0 -> 1777 bytes icons/action/hi48-action-mirror.png | Bin 0 -> 1665 bytes icons/action/hi48-action-rotate_left.png | Bin 0 -> 2182 bytes icons/action/hi48-action-rotate_right.png | Bin 0 -> 2160 bytes icons/action/hi48-action-slideshow_pause.png | Bin 0 -> 4238 bytes icons/action/hi48-action-slideshow_play.png | Bin 0 -> 3937 bytes icons/action/hisc-action-imageops.svg | 189 ++++++++++++++++++++++++++ icons/action/hisc-action-imageops.svgz | Bin 0 -> 1861 bytes icons/action/hisc-action-slideshow_pause.svgz | Bin 0 -> 3476 bytes icons/action/hisc-action-slideshow_play.svgz | Bin 0 -> 3138 bytes 37 files changed, 191 insertions(+) create mode 100644 icons/action/Makefile.am create mode 100644 icons/action/hi16-action-dnd1.png create mode 100644 icons/action/hi16-action-dnd2.png create mode 100644 icons/action/hi16-action-dnd3.png create mode 100644 icons/action/hi16-action-dnd4.png create mode 100644 icons/action/hi16-action-dnd5.png create mode 100644 icons/action/hi16-action-dnd6.png create mode 100644 icons/action/hi16-action-dnd7.png create mode 100644 icons/action/hi16-action-dnd8.png create mode 100644 icons/action/hi16-action-flip.png create mode 100644 icons/action/hi16-action-mirror.png create mode 100644 icons/action/hi16-action-rotate_left.png create mode 100644 icons/action/hi16-action-rotate_right.png create mode 100644 icons/action/hi16-action-slideshow_pause.png create mode 100644 icons/action/hi16-action-slideshow_play.png create mode 100644 icons/action/hi22-action-flip.png create mode 100644 icons/action/hi22-action-mirror.png create mode 100644 icons/action/hi22-action-rotate_left.png create mode 100644 icons/action/hi22-action-rotate_right.png create mode 100644 icons/action/hi22-action-slideshow_pause.png create mode 100644 icons/action/hi22-action-slideshow_play.png create mode 100644 icons/action/hi32-action-flip.png create mode 100644 icons/action/hi32-action-mirror.png create mode 100644 icons/action/hi32-action-rotate_left.png create mode 100644 icons/action/hi32-action-rotate_right.png create mode 100644 icons/action/hi32-action-slideshow_pause.png create mode 100644 icons/action/hi32-action-slideshow_play.png create mode 100644 icons/action/hi48-action-flip.png create mode 100644 icons/action/hi48-action-mirror.png create mode 100644 icons/action/hi48-action-rotate_left.png create mode 100644 icons/action/hi48-action-rotate_right.png create mode 100644 icons/action/hi48-action-slideshow_pause.png create mode 100644 icons/action/hi48-action-slideshow_play.png create mode 100644 icons/action/hisc-action-imageops.svg create mode 100644 icons/action/hisc-action-imageops.svgz create mode 100644 icons/action/hisc-action-slideshow_pause.svgz create mode 100644 icons/action/hisc-action-slideshow_play.svgz (limited to 'icons/action') diff --git a/icons/action/Makefile.am b/icons/action/Makefile.am new file mode 100644 index 0000000..fe4963d --- /dev/null +++ b/icons/action/Makefile.am @@ -0,0 +1,2 @@ +icondir = $(kde_datadir)/gwenview/icons +icon_ICON = AUTO diff --git a/icons/action/hi16-action-dnd1.png b/icons/action/hi16-action-dnd1.png new file mode 100644 index 0000000..2e812ea Binary files /dev/null and b/icons/action/hi16-action-dnd1.png differ diff --git a/icons/action/hi16-action-dnd2.png b/icons/action/hi16-action-dnd2.png new file mode 100644 index 0000000..c281a11 Binary files /dev/null and b/icons/action/hi16-action-dnd2.png differ diff --git a/icons/action/hi16-action-dnd3.png b/icons/action/hi16-action-dnd3.png new file mode 100644 index 0000000..80b6810 Binary files /dev/null and b/icons/action/hi16-action-dnd3.png differ diff --git a/icons/action/hi16-action-dnd4.png b/icons/action/hi16-action-dnd4.png new file mode 100644 index 0000000..c281a11 Binary files /dev/null and b/icons/action/hi16-action-dnd4.png differ diff --git a/icons/action/hi16-action-dnd5.png b/icons/action/hi16-action-dnd5.png new file mode 100644 index 0000000..19321c8 Binary files /dev/null and b/icons/action/hi16-action-dnd5.png differ diff --git a/icons/action/hi16-action-dnd6.png b/icons/action/hi16-action-dnd6.png new file mode 100644 index 0000000..9f1d1eb Binary files /dev/null and b/icons/action/hi16-action-dnd6.png differ diff --git a/icons/action/hi16-action-dnd7.png b/icons/action/hi16-action-dnd7.png new file mode 100644 index 0000000..7d7a266 Binary files /dev/null and b/icons/action/hi16-action-dnd7.png differ diff --git a/icons/action/hi16-action-dnd8.png b/icons/action/hi16-action-dnd8.png new file mode 100644 index 0000000..d57d2b5 Binary files /dev/null and b/icons/action/hi16-action-dnd8.png differ diff --git a/icons/action/hi16-action-flip.png b/icons/action/hi16-action-flip.png new file mode 100644 index 0000000..7f3439f Binary files /dev/null and b/icons/action/hi16-action-flip.png differ diff --git a/icons/action/hi16-action-mirror.png b/icons/action/hi16-action-mirror.png new file mode 100644 index 0000000..d7e9f5d Binary files /dev/null and b/icons/action/hi16-action-mirror.png differ diff --git a/icons/action/hi16-action-rotate_left.png b/icons/action/hi16-action-rotate_left.png new file mode 100644 index 0000000..df8f3d5 Binary files /dev/null and b/icons/action/hi16-action-rotate_left.png differ diff --git a/icons/action/hi16-action-rotate_right.png b/icons/action/hi16-action-rotate_right.png new file mode 100644 index 0000000..41d4c68 Binary files /dev/null and b/icons/action/hi16-action-rotate_right.png differ diff --git a/icons/action/hi16-action-slideshow_pause.png b/icons/action/hi16-action-slideshow_pause.png new file mode 100644 index 0000000..595e5f8 Binary files /dev/null and b/icons/action/hi16-action-slideshow_pause.png differ diff --git a/icons/action/hi16-action-slideshow_play.png b/icons/action/hi16-action-slideshow_play.png new file mode 100644 index 0000000..9ea8b38 Binary files /dev/null and b/icons/action/hi16-action-slideshow_play.png differ diff --git a/icons/action/hi22-action-flip.png b/icons/action/hi22-action-flip.png new file mode 100644 index 0000000..736d4a3 Binary files /dev/null and b/icons/action/hi22-action-flip.png differ diff --git a/icons/action/hi22-action-mirror.png b/icons/action/hi22-action-mirror.png new file mode 100644 index 0000000..70c1406 Binary files /dev/null and b/icons/action/hi22-action-mirror.png differ diff --git a/icons/action/hi22-action-rotate_left.png b/icons/action/hi22-action-rotate_left.png new file mode 100644 index 0000000..773390f Binary files /dev/null and b/icons/action/hi22-action-rotate_left.png differ diff --git a/icons/action/hi22-action-rotate_right.png b/icons/action/hi22-action-rotate_right.png new file mode 100644 index 0000000..53d0a7d Binary files /dev/null and b/icons/action/hi22-action-rotate_right.png differ diff --git a/icons/action/hi22-action-slideshow_pause.png b/icons/action/hi22-action-slideshow_pause.png new file mode 100644 index 0000000..f18c115 Binary files /dev/null and b/icons/action/hi22-action-slideshow_pause.png differ diff --git a/icons/action/hi22-action-slideshow_play.png b/icons/action/hi22-action-slideshow_play.png new file mode 100644 index 0000000..6667234 Binary files /dev/null and b/icons/action/hi22-action-slideshow_play.png differ diff --git a/icons/action/hi32-action-flip.png b/icons/action/hi32-action-flip.png new file mode 100644 index 0000000..2f2e7e9 Binary files /dev/null and b/icons/action/hi32-action-flip.png differ diff --git a/icons/action/hi32-action-mirror.png b/icons/action/hi32-action-mirror.png new file mode 100644 index 0000000..8a52df7 Binary files /dev/null and b/icons/action/hi32-action-mirror.png differ diff --git a/icons/action/hi32-action-rotate_left.png b/icons/action/hi32-action-rotate_left.png new file mode 100644 index 0000000..1ce9cd2 Binary files /dev/null and b/icons/action/hi32-action-rotate_left.png differ diff --git a/icons/action/hi32-action-rotate_right.png b/icons/action/hi32-action-rotate_right.png new file mode 100644 index 0000000..ddca533 Binary files /dev/null and b/icons/action/hi32-action-rotate_right.png differ diff --git a/icons/action/hi32-action-slideshow_pause.png b/icons/action/hi32-action-slideshow_pause.png new file mode 100644 index 0000000..7f8c9c3 Binary files /dev/null and b/icons/action/hi32-action-slideshow_pause.png differ diff --git a/icons/action/hi32-action-slideshow_play.png b/icons/action/hi32-action-slideshow_play.png new file mode 100644 index 0000000..170acc3 Binary files /dev/null and b/icons/action/hi32-action-slideshow_play.png differ diff --git a/icons/action/hi48-action-flip.png b/icons/action/hi48-action-flip.png new file mode 100644 index 0000000..254414d Binary files /dev/null and b/icons/action/hi48-action-flip.png differ diff --git a/icons/action/hi48-action-mirror.png b/icons/action/hi48-action-mirror.png new file mode 100644 index 0000000..1d42248 Binary files /dev/null and b/icons/action/hi48-action-mirror.png differ diff --git a/icons/action/hi48-action-rotate_left.png b/icons/action/hi48-action-rotate_left.png new file mode 100644 index 0000000..956a35a Binary files /dev/null and b/icons/action/hi48-action-rotate_left.png differ diff --git a/icons/action/hi48-action-rotate_right.png b/icons/action/hi48-action-rotate_right.png new file mode 100644 index 0000000..2a2c319 Binary files /dev/null and b/icons/action/hi48-action-rotate_right.png differ diff --git a/icons/action/hi48-action-slideshow_pause.png b/icons/action/hi48-action-slideshow_pause.png new file mode 100644 index 0000000..c7e84bc Binary files /dev/null and b/icons/action/hi48-action-slideshow_pause.png differ diff --git a/icons/action/hi48-action-slideshow_play.png b/icons/action/hi48-action-slideshow_play.png new file mode 100644 index 0000000..64d3fc8 Binary files /dev/null and b/icons/action/hi48-action-slideshow_play.png differ diff --git a/icons/action/hisc-action-imageops.svg b/icons/action/hisc-action-imageops.svg new file mode 100644 index 0000000..191ef16 --- /dev/null +++ b/icons/action/hisc-action-imageops.svg @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/action/hisc-action-imageops.svgz b/icons/action/hisc-action-imageops.svgz new file mode 100644 index 0000000..b82dbe4 Binary files /dev/null and b/icons/action/hisc-action-imageops.svgz differ diff --git a/icons/action/hisc-action-slideshow_pause.svgz b/icons/action/hisc-action-slideshow_pause.svgz new file mode 100644 index 0000000..2282ee4 Binary files /dev/null and b/icons/action/hisc-action-slideshow_pause.svgz differ diff --git a/icons/action/hisc-action-slideshow_play.svgz b/icons/action/hisc-action-slideshow_play.svgz new file mode 100644 index 0000000..d1c861e Binary files /dev/null and b/icons/action/hisc-action-slideshow_play.svgz differ -- cgit v1.2.1