lazarus/images
mattias 50a0e12b0d images: added missing pkg_unit.png
git-svn-id: trunk@13912 -
2008-01-29 17:21:00 +00:00
..
actions images: 2007-12-05 06:43:08 +00:00
codeexplorer New images for codeexplorer 2008-01-24 17:25:36 +00:00
codetoolsdefines MG: updates for codetools defines editor 2002-03-05 08:15:00 +00:00
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
lazdoc move lazdoc images to lazdoc directory 2008-01-11 11:03:40 +00:00
menu Update menu images 2008-01-08 17:13:08 +00:00
mimetypes Add mimetypes images 2008-01-22 22:05:34 +00:00
packages images: added missing pkg_unit.png 2008-01-29 17:21:00 +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 small fixes for debugger without file 2003-05-27 15:04:00 +00:00
btn_downarrow.png convert images xpm to png 2008-01-11 15:42:26 +00:00
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
folder.png convert images xpm to png 2008-01-11 15:42:26 +00:00
icon-naming-spec.xml 22x22 images from Darius 2006-03-12 15:37:34 +00:00
ide_icon48x48.png fixed FindRootDesigner for non controls and added gnome icon 2003-02-07 20:34:19 +00:00
includefile.ico partially revert 11901 #09fa0e54b6: some icos were used 2007-09-01 14:01:20 +00:00
keymapcategory.png convert images xpm to png 2008-01-11 15:42:26 +00:00
keymaprelation.png convert images xpm to png 2008-01-11 15:42:26 +00:00
laz_images_list.txt images: added missing pkg_unit.png 2008-01-29 17:21:00 +00:00
laz_images.bat images: 2007-11-04 07:43:39 +00:00
laz_images.lrs images: added missing pkg_unit.png 2008-01-29 17:21:00 +00:00
lazarus_about_logo.xpm New About Dialog Window added; Splash screen modified to stay visible 2002-05-08 14:45:57 +00:00
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 added menu close, open project icon from Razvan 2005-03-11 12:45:35 +00:00
mainicon.xpm added menu close, open project icon from Razvan 2005-03-11 12:45:35 +00:00
README.txt convert images xpm to png 2008-01-11 15:42:26 +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 MG: replaced logo, increased version to 0.8.3a and some clientrectbugfix 2002-02-09 01:45:23 +00:00
template.png IDE images: added folder.xpm and template.png 2007-09-08 13:58:09 +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
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. mainicon.lrs

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


5. laz_images.lrs

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


6. splash.lrs

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


7. unitdependencies.lrs

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


Others

in form ide/editoroptions_new.lfm
images/keymaprelation.png, images/keymapcategory.png

in form ide/fpdoceditwindow.lfm
images/lazdoc/*.png