lazarus/images
2013-09-03 12:39:52 +00:00
..
actions IDEIntf: moved images to ideintf/images 2011-05-27 07:41:40 +00:00
codeexplorer
codetoolsdefines
components IDE: improved TNotebook icon, patch from Vojtech Cihak, bug #24725 2013-07-10 20:18:15 +00:00
componenttreeview
debugger DBG: Evaluate, keep previous results. Patch by Ludo Brands. Issue #0022196 2012-06-10 22:40:45 +00:00
designer IDEIntf: missing images 2011-05-27 07:47:37 +00:00
icons tools create deb+rpm: use 128x128 icon 2012-06-20 15:41:42 +00:00
items
lazdoc
menu IDE: Change icon for drop-down list for component palette tabs. Copied from famfam and rotated. 2013-09-03 12:39:52 +00:00
mimetypes
packages IDE: added package overlay icons 2012-09-09 10:11:09 +00:00
sourceeditor IDE: Added list of recorded editor macros (fixed icon) 2012-06-21 18:53:36 +00:00
splash_source
states
bookmark_list.txt IDE: Added list of recorded editor macros (fixed icon) 2012-06-21 18:53:36 +00:00
bookmark.lrs IDE: Added list of recorded editor macros (fixed icon) 2012-06-21 18:53:36 +00:00
bookmark.sh
btn_downarrow.png
components_images_list.txt List images for CoolBar and ControlBar. 2013-01-27 20:01:57 +00:00
components_images.bat
components_images.lrs IDE: improved TNotebook icon, patch from Vojtech Cihak, bug #24725 2013-07-10 20:18:15 +00:00
componenttreeview_list.txt
componenttreeview.bat
componenttreeview.lrs
folder.png
icon-naming-spec.xml
ide_icon48x48.png
includefile.ico
keymapcategory.png
keymaprelation.png
laz_images_list.txt IDE: Add a drop-down list for component palette tabs. Copied shamelessly from CodeTyphon, then modified. 2013-08-04 10:47:57 +00:00
laz_images.bat
laz_images.lrs IDE: Change icon for drop-down list for component palette tabs. Copied from famfam and rotated. 2013-09-03 12:39:52 +00:00
laz_images.sh
lazarus_about_logo.xpm
LazarusForm.bmp
LazarusForm.ico
lazaruspackage.ico
LazarusProject.ico
LazarusSource.bmp
LazarusSource.ico
lazdoc.bat
lazdoc.txt
lprfile.ico
mainicon.ico
powered_by.png
powered-by.svg
README.txt images: remove mainicon.lrs - it is nowhere used now 2012-03-28 00:18:22 +00:00
splash_logo.bat
splash_logo.lrs IDE: improved TNotebook icon, patch from Vojtech Cihak, bug #24725 2013-07-10 20:18:15 +00:00
splash_logo.png
splash_logo.xpm
template.png
vase_trans.xpm

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

bookmark.lrs - Icons for bookmarks
codetoolsdefines.lrs - Icons for CodeTools Defines Editor
components_images.lrs - Icons and pics for lcl components
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/
../tools/lazres bookmark.lrs sourceeditor/*.png


2. components_images.lrs

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


3. laz_images.lrs

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


4. splash.lrs

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


5. lazdoc.lrs

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