lazarus/images
ondrej b3f4d8ce1b LCL: introduced TFlowPanel
git-svn-id: trunk@50372 -
2015-11-17 21:19:07 +00:00
..
actions New images for desktop actions, from Ondrej Pokorny. 2015-09-07 18:40:38 +00:00
codeexplorer IDE: codeexplorer: added icons for helper, interface and record 2015-06-22 10:27:38 +00:00
codetoolsdefines
components LCL: introduced TFlowPanel 2015-11-17 21:19:07 +00:00
componenttreeview
debugger
designer
icons
items
lazdoc
menu New icons for JumpToProcedure* commands, by Ondrej Pokorny. 2015-09-10 13:42:34 +00:00
mimetypes
packages
sourceeditor
splash_source
states
windows
bookmark_list.txt
bookmark.res
bookmark.sh
btn_downarrow.png
components_images_list.txt LCL: introduced TFlowPanel 2015-11-17 21:19:07 +00:00
components_images.bat
components_images.res LCL: introduced TFlowPanel 2015-11-17 21:19:07 +00:00
components_images.sh A shell script for updating component icons. 2015-03-16 23:29:50 +00:00
componenttreeview_list.txt
componenttreeview.bat
componenttreeview.res
folder.png
icon-naming-spec.xml
ide_icon48x48.png
includefile.ico
keymapcategory.png
keymaprelation.png
laz_images_list.txt IDE: Enhanced JumpTo* commands for procedure header and begin. Issue #28612, patch from Ondrej Pokorny. 2015-09-10 13:57:24 +00:00
laz_images.bat
laz_images.res IDE: Enhanced JumpTo* commands for procedure header and begin. Issue #28612, patch from Ondrej Pokorny. 2015-09-10 13:57:24 +00:00
laz_images.sh
lazarus_about_logo.xpm
LazarusForm.bmp
LazarusForm.ico
lazaruspackage.ico
LazarusSource.bmp
LazarusSource.ico
lazdoc.bat
lazdoc.txt
lprfile.ico
mainicon.ico
mainiconproject.ico
powered_by.png
powered-by.svg
README.txt
splash_logo.bat
splash_logo.png
splash_logo.res
splash_logo.xpm
template.png
vase_trans.xpm

This directory contains all images needed by the IDE.
Images are stored in FPC resource files (.res). Each icon is stored
in png or xpm format.

bookmark.res - Icons for bookmarks
codetoolsdefines.res - Icons for CodeTools Defines Editor
components_images.res - Icons and pics for lcl components
laz_images.res - The icons for the speedbuttons, the menu (Open, Save,...),
                 package windows, codeexplorer
splash.res - the lazarus logo at IDE start
unitdependencies.res - 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.res

cd <lazarusdir>/images/
../tools/lazres bookmark.res sourceeditor/*.png


2. components_images.res

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


3. laz_images.res

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


4. splash.res

cd <lazarusdir>/images
./tools/lazres splash_logo.res splash_logo.png


5. lazdoc.res

cd <lazarusdir>/images/
../../tools/lazres ../ide/lazdoc.res @lazdoc.txt