From 4ba9b3906b27e3571767689d2764b67dfe007e30 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Thu, 21 May 2026 19:26:26 +0100 Subject: Initial stock package — forked from fisheye MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit StockAssembly (was FisheyeGallery), StockComponent (was FisheyeImage), StockBase (was FisheyeBase). All fisheye_ table prefixes and FISHEYE_ constants renamed to stock_/STOCK_. DB schema will need rework before install; this gives a non-clashing base to diverge from fisheye. Co-Authored-By: Claude Sonnet 4.6 --- icons/black/loaded.gif | Bin 0 -> 46 bytes icons/black/loader.gif | Bin 0 -> 177 bytes icons/black/next.gif | Bin 0 -> 851 bytes icons/black/play.gif | Bin 0 -> 276 bytes icons/black/prev.gif | Bin 0 -> 165 bytes icons/black/separator.gif | Bin 0 -> 60 bytes icons/black/stop.gif | Bin 0 -> 275 bytes icons/black/thumb copia.gif | Bin 0 -> 477 bytes icons/black/thumb.gif | Bin 0 -> 99 bytes icons/label_bgnd.gif | Bin 0 -> 100 bytes icons/order.gif | Bin 0 -> 374 bytes icons/order.png | Bin 0 -> 662 bytes icons/pkg_stock.gif | Bin 0 -> 1795 bytes icons/pkg_stock.png | Bin 0 -> 5111 bytes icons/rotate_auto.gif | Bin 0 -> 358 bytes icons/rotate_auto.png | Bin 0 -> 649 bytes icons/rotate_ccw.gif | Bin 0 -> 362 bytes icons/rotate_ccw.png | Bin 0 -> 646 bytes icons/rotate_cw.gif | Bin 0 -> 358 bytes icons/rotate_cw.png | Bin 0 -> 661 bytes 20 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 icons/black/loaded.gif create mode 100755 icons/black/loader.gif create mode 100755 icons/black/next.gif create mode 100755 icons/black/play.gif create mode 100755 icons/black/prev.gif create mode 100755 icons/black/separator.gif create mode 100755 icons/black/stop.gif create mode 100755 icons/black/thumb copia.gif create mode 100755 icons/black/thumb.gif create mode 100755 icons/label_bgnd.gif create mode 100755 icons/order.gif create mode 100755 icons/order.png create mode 100755 icons/pkg_stock.gif create mode 100755 icons/pkg_stock.png create mode 100755 icons/rotate_auto.gif create mode 100755 icons/rotate_auto.png create mode 100755 icons/rotate_ccw.gif create mode 100755 icons/rotate_ccw.png create mode 100755 icons/rotate_cw.gif create mode 100755 icons/rotate_cw.png (limited to 'icons') diff --git a/icons/black/loaded.gif b/icons/black/loaded.gif new file mode 100755 index 0000000..bf2f99b Binary files /dev/null and b/icons/black/loaded.gif differ diff --git a/icons/black/loader.gif b/icons/black/loader.gif new file mode 100755 index 0000000..2755ede Binary files /dev/null and b/icons/black/loader.gif differ diff --git a/icons/black/next.gif b/icons/black/next.gif new file mode 100755 index 0000000..bbafe86 Binary files /dev/null and b/icons/black/next.gif differ diff --git a/icons/black/play.gif b/icons/black/play.gif new file mode 100755 index 0000000..4a4196b Binary files /dev/null and b/icons/black/play.gif differ diff --git a/icons/black/prev.gif b/icons/black/prev.gif new file mode 100755 index 0000000..01652f7 Binary files /dev/null and b/icons/black/prev.gif differ diff --git a/icons/black/separator.gif b/icons/black/separator.gif new file mode 100755 index 0000000..ef70529 Binary files /dev/null and b/icons/black/separator.gif differ diff --git a/icons/black/stop.gif b/icons/black/stop.gif new file mode 100755 index 0000000..d6aa8f9 Binary files /dev/null and b/icons/black/stop.gif differ diff --git a/icons/black/thumb copia.gif b/icons/black/thumb copia.gif new file mode 100755 index 0000000..c35f6fe Binary files /dev/null and b/icons/black/thumb copia.gif differ diff --git a/icons/black/thumb.gif b/icons/black/thumb.gif new file mode 100755 index 0000000..40a9aec Binary files /dev/null and b/icons/black/thumb.gif differ diff --git a/icons/label_bgnd.gif b/icons/label_bgnd.gif new file mode 100755 index 0000000..d2eefe5 Binary files /dev/null and b/icons/label_bgnd.gif differ diff --git a/icons/order.gif b/icons/order.gif new file mode 100755 index 0000000..095e1a5 Binary files /dev/null and b/icons/order.gif differ diff --git a/icons/order.png b/icons/order.png new file mode 100755 index 0000000..0e563c3 Binary files /dev/null and b/icons/order.png differ diff --git a/icons/pkg_stock.gif b/icons/pkg_stock.gif new file mode 100755 index 0000000..3f50508 Binary files /dev/null and b/icons/pkg_stock.gif differ diff --git a/icons/pkg_stock.png b/icons/pkg_stock.png new file mode 100755 index 0000000..85a419e Binary files /dev/null and b/icons/pkg_stock.png differ diff --git a/icons/rotate_auto.gif b/icons/rotate_auto.gif new file mode 100755 index 0000000..2b3d742 Binary files /dev/null and b/icons/rotate_auto.gif differ diff --git a/icons/rotate_auto.png b/icons/rotate_auto.png new file mode 100755 index 0000000..60a6716 Binary files /dev/null and b/icons/rotate_auto.png differ diff --git a/icons/rotate_ccw.gif b/icons/rotate_ccw.gif new file mode 100755 index 0000000..402a801 Binary files /dev/null and b/icons/rotate_ccw.gif differ diff --git a/icons/rotate_ccw.png b/icons/rotate_ccw.png new file mode 100755 index 0000000..87f2fc2 Binary files /dev/null and b/icons/rotate_ccw.png differ diff --git a/icons/rotate_cw.gif b/icons/rotate_cw.gif new file mode 100755 index 0000000..c986e27 Binary files /dev/null and b/icons/rotate_cw.gif differ diff --git a/icons/rotate_cw.png b/icons/rotate_cw.png new file mode 100755 index 0000000..caf2fc7 Binary files /dev/null and b/icons/rotate_cw.png differ -- cgit v1.3