lazarus/images
laurent 51618dcb8b update LazarusForm and LazarusProject icon
git-svn-id: trunk@13689 -
2008-01-09 16:59:18 +00:00
..
actions images: 2007-12-05 06:43:08 +00:00
codeexplorer IDE: CodeExplorer: added icon for functions from Sergio 2007-12-07 02:15:36 +00:00
codetoolsdefines
components Update component images 2007-12-22 20:31:56 +00:00
componenttreeview repack png for component treeview 2007-12-11 01:57:49 +00:00
debugger Update menu images 2008-01-08 17:13:08 +00:00
designer - modernize images for anchor editor (from Graeme) 2007-06-17 15:29:17 +00:00
items images: 2007-12-05 06:43:08 +00:00
menu Update menu images 2008-01-08 17:13:08 +00:00
packages images: move some images to their new place 2007-12-04 09:14:07 +00:00
sourceeditor - remove unused ico from subfolders 2007-09-01 13:42:33 +00:00
splash_source * new splash 2007-12-03 23:54:15 +00:00
states images: 2007-12-04 09:10:15 +00:00
bookmark.lrs
btn_downarrow.xpm
color.xpm
components_images_list.txt remove unneeded images 2007-12-13 13:57:53 +00:00
components_images.bat images: 2007-11-04 07:43:39 +00:00
components_images.lrs Update component images 2007-12-22 20:31:56 +00:00
componenttreeview_list.txt - replace old componenttreeview images with new 2007-12-08 19:16:45 +00:00
componenttreeview.bat - replace old componenttreeview images with new 2007-12-08 19:16:45 +00:00
componenttreeview.lrs repack png for component treeview 2007-12-11 01:57:49 +00:00
down.xpm Converted exttooldialog to LFM from Darius 2006-02-17 13:52:19 +00:00
folder.xpm IDE images: added folder.xpm and template.png 2007-09-08 13:58:09 +00:00
fonts.xpm
formatbold.bmp
formatitalic.bmp
formatunderline.bmp
icon-naming-spec.xml 22x22 images from Darius 2006-03-12 15:37:34 +00:00
ide_icon48x48.png
includefile.ico partially revert 11901 #09fa0e54b6: some icos were used 2007-09-01 14:01:20 +00:00
insertcodetag.xpm
insertremark.xpm
insertvartag.xpm
keymapcategory.xpm
keymaprelation.xpm
laz_images_list.txt convert images menu xpm to png 2007-12-23 14:58:05 +00:00
laz_images.bat images: 2007-11-04 07:43:39 +00:00
laz_images.lrs Update menu images 2008-01-08 17:13:08 +00:00
lazarus64.ico partially revert 11901 #09fa0e54b6: some icos were used 2007-09-01 14:01:20 +00:00
lazarus64.xpm
lazarus_about_logo.xpm
lazarus.ico partially revert 11901 #09fa0e54b6: some icos were used 2007-09-01 14:01:20 +00:00
lazarus.xpm
LazarusForm.bmp update LazarusForm and LazarusProject icon 2008-01-09 16:59:18 +00:00
LazarusForm.ico update LazarusForm and LazarusProject icon 2008-01-09 16:59:18 +00:00
lazaruspackage.ico partially revert 11901 #09fa0e54b6: some icos were used 2007-09-01 14:01:20 +00:00
LazarusProject.ico update LazarusForm and LazarusProject icon 2008-01-09 16:59:18 +00:00
LazarusSource.bmp update LazarusSource icon 2008-01-09 09:07:36 +00:00
LazarusSource.ico update LazarusSource icon 2008-01-09 09:07:36 +00:00
lprfile.ico partially revert 11901 #09fa0e54b6: some icos were used 2007-09-01 14:01:20 +00:00
mainicon.ico partially revert 11901 #09fa0e54b6: some icos were used 2007-09-01 14:01:20 +00:00
mainicon.lrs
mainicon.xpm
mouse.xpm
notebook.xpm
penguin.xpm
pkg_binary.xpm
pkg_compile.xpm
pkg_conflict.xpm
pkg_files.xpm
pkg_include.xpm
pkg_inherited.xpm
pkg_lfm.xpm
pkg_lrs.xpm
pkg_package_autoinstall.xpm
pkg_package_circle.xpm
pkg_package_uninstall.xpm
pkg_registerunit.xpm
pkg_removedfiles.xpm
pkg_removedrequired.xpm
pkg_required.xpm
pkg_text.xpm
README.txt images: 2007-11-04 07:43:39 +00:00
splash_logo.bat ide: update splash logo 2007-12-04 00:07:28 +00:00
splash_logo.lrs ide: update splash logo 2007-12-04 00:07:28 +00:00
splash_logo.png * new splash 2007-12-03 23:54:15 +00:00
splash_logo.xpm
template.png IDE images: added folder.xpm and template.png 2007-09-08 13:58:09 +00:00
up.xpm Converted exttooldialog to LFM from Darius 2006-02-17 13:52:19 +00:00
vase_trans.xpm images: made vase transparent 2007-11-03 19:01:50 +00:00

This directory contains all images needed by the IDE.
Images are stored in lazarus resource files (.lrs). Each icon is stored
in xpm format.

bookmark.lrs - Icons for bookmarks
codetoolsdefines.lrs - Icons for CodeTools Defines Editor
components_images.lrs - Icons and pics for lcl components
editoroptions.lrs - Icons for editor options
mainicon.lrs - This is the IDE program icon.
laz_images.lrs - The icons for the speedbuttons, the menu (Open, Save,...),
                 package windows, codeexplorer
splash.lrs - the lazarus logo at IDE start
unitdependencies.lrs - Icons for the unit dependencies.


How to update the image resources:

Creating a lazarus resource can easily be done by the lazres program.
If you have not yet compiled lazres, go to the tools directory and type make.


1. bookmark.lrs

cd <lazarusdir>/images/sourceeditor/
../../tools/lazres ../bookmark.lrs *.xpm


2. codetoolsdefines.lrs

cd <lazarusdir>/images/codetoolsdefines
../../tools/lazres ../../codetoolsdefines.lrs *.xpm


3. components_images.lrs

cd <lazarusdir>/images/
../tools/lazres components_images.lrs @components_images_list.txt

4. editoroptions.lrs

cd <lazarusdir>/images/
../tools/lazres ../editoroptions.lrs keymaprelation.xpm keymapcategory.xpm


5. mainicon.lrs

cd <lazarusdir>/images/
../tools/lazres mainicon.lrs mainicon.xpm


6. laz_images.lrs

cd <lazarusdir>/images/
../tools/lazres laz_images.lrs @laz_images_list.txt
rm ../main.ppu


7. splash.lrs

cd <lazarusdir>/
./tools/lazres splash.lrs images/splash_logo.xpm


8. unitdependencies.lrs

cd <lazarusdir>/images/unitdependencies
../../tools/lazres ../../unitdependencies.lrs *.xpm