From 4dc8f0ba4f47191fdaefad5c6d42b255d0bbc435 Mon Sep 17 00:00:00 2001 From: brunzelchen Date: Mon, 24 May 2010 13:37:22 +0000 Subject: branch to merge video preview in song menu git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2411 b956fd51-792f-4845-bead-9b4dfca2ff2c --- VideoPreview/icons/readme.txt | 20 + VideoPreview/icons/ultrastardx-icon.svg | 4001 +++++++++++++++++++++++++++ VideoPreview/icons/ultrastardx-icon_32.png | Bin 0 -> 666 bytes VideoPreview/icons/ultrastardx-icon_512.png | Bin 0 -> 106731 bytes VideoPreview/icons/ultrastardx.icns | Bin 0 -> 235181 bytes VideoPreview/icons/ultrastardx.ico | Bin 0 -> 22486 bytes 6 files changed, 4021 insertions(+) create mode 100644 VideoPreview/icons/readme.txt create mode 100644 VideoPreview/icons/ultrastardx-icon.svg create mode 100644 VideoPreview/icons/ultrastardx-icon_32.png create mode 100644 VideoPreview/icons/ultrastardx-icon_512.png create mode 100644 VideoPreview/icons/ultrastardx.icns create mode 100644 VideoPreview/icons/ultrastardx.ico (limited to 'VideoPreview/icons') diff --git a/VideoPreview/icons/readme.txt b/VideoPreview/icons/readme.txt new file mode 100644 index 00000000..f75a99f4 --- /dev/null +++ b/VideoPreview/icons/readme.txt @@ -0,0 +1,20 @@ +Resource files (.rc/.res) are needed for MS Windows builds only. + +The .res file is the compiled version of .rc and appended to the +executable. It is just used to provide an icon for the executable +that is shown in the explorer. + +Delphi does the compilation of the .rc to .res file automatically. +FPC needs windres (delivered with FPC) for ths purpose but windres +must be started separately. + +You can manually run the compilation process with either + rccompile-delphi.bat or + rccompile-fpc.bat +depending on the available compiler (delphi/windres files are compatible). + +If FPC is used, the path to the FPC bin-dir might have to be adjusted, +the default is "PATH=C:\Programme\lazarus\fpc\2.2.0\bin\i386-win32\". + +To avoid the need to run the resource-compiler, a pre-compiled .res-file +was added to SVN. Please commit the res-file if the rc-file was changed. \ No newline at end of file diff --git a/VideoPreview/icons/ultrastardx-icon.svg b/VideoPreview/icons/ultrastardx-icon.svg new file mode 100644 index 00000000..49719bba --- /dev/null +++ b/VideoPreview/icons/ultrastardx-icon.svg @@ -0,0 +1,4001 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + File Manager + + + Jakub Steiner + + + http://jimmac.musichall.cz + + + file + manager + copy + move + filesystem + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/VideoPreview/icons/ultrastardx-icon_32.png b/VideoPreview/icons/ultrastardx-icon_32.png new file mode 100644 index 00000000..1b13a6ee Binary files /dev/null and b/VideoPreview/icons/ultrastardx-icon_32.png differ diff --git a/VideoPreview/icons/ultrastardx-icon_512.png b/VideoPreview/icons/ultrastardx-icon_512.png new file mode 100644 index 00000000..d02ec89c Binary files /dev/null and b/VideoPreview/icons/ultrastardx-icon_512.png differ diff --git a/VideoPreview/icons/ultrastardx.icns b/VideoPreview/icons/ultrastardx.icns new file mode 100644 index 00000000..86b128b0 Binary files /dev/null and b/VideoPreview/icons/ultrastardx.icns differ diff --git a/VideoPreview/icons/ultrastardx.ico b/VideoPreview/icons/ultrastardx.ico new file mode 100644 index 00000000..e5b21364 Binary files /dev/null and b/VideoPreview/icons/ultrastardx.ico differ -- cgit v1.2.3