lazarus/images
mattias dc5499edd6 IDE: package editor: glyphs for speedbuttons
git-svn-id: trunk@29069 -
2011-01-17 19:26:48 +00:00
..
actions images: add forgotten laz_highlighter.png 2010-11-22 03:13:15 +00:00
codeexplorer IDE: show readonly icon for readonly properties, bug #16851 2010-07-07 19:08:00 +00:00
codetoolsdefines
components Fixes the TNotebook image by moving the image from tuntabbednotebook.png to tnotebook.png 2010-12-31 16:12:18 +00:00
componenttreeview Image : Change Collection and item 2009-12-05 13:39:59 +00:00
debugger images: update other debugger images to look prettier 2010-11-26 09:40:18 +00:00
designer
icons Update cheetah icon 2009-11-29 13:56:34 +00:00
items Image : some new images 2009-12-05 22:00:29 +00:00
lazdoc
menu DBG: Added instruction stepping / fixed some assembler window issue 2010-11-22 00:25:09 +00:00
mimetypes
packages IDE: package editor: glyphs for speedbuttons 2011-01-17 19:26:48 +00:00
propertygrid ide: further improve object inspector 2008-11-14 16:50:25 +00:00
sourceeditor SourceEditor/Debugger: Correctly show disabled breakpoints. Issue #16096. Patch by Flávio Etrusco 2010-03-28 12:48:30 +00:00
splash_source
states Image : some new images 2009-12-05 22:00:29 +00:00
bookmark_list.txt SourceEditor/Debugger: Correctly show disabled breakpoints. Issue #16096. Patch by Flávio Etrusco 2010-03-28 12:48:30 +00:00
bookmark.lrs SourceEditor/Debugger: Correctly show disabled breakpoints. Issue #16096. Patch by Flávio Etrusco 2010-03-28 12:48:30 +00:00
bookmark.sh images: addded a bash-script header to shell scripts from Joost (issue #12442) 2008-10-19 18:55:42 +00:00
btn_downarrow.png
components_images_list.txt added tbufdataset from Joost (issue #15936) 2010-03-09 15:48:35 +00:00
components_images.bat
components_images.lrs added tbufdataset from Joost (issue #15936) 2010-03-09 15:48:35 +00:00
componenttreeview_list.txt images: add collection and item for the object inspector treeview 2009-12-01 16:03:16 +00:00
componenttreeview.bat
componenttreeview.lrs images: regenerate componenttreeview.lrs 2009-12-05 18:56:39 +00:00
folder.png
icon-naming-spec.xml
ide_icon48x48.png
includefile.ico
keymapcategory.png
keymaprelation.png
laz_images_list.txt IDE: package editor: glyphs for speedbuttons 2011-01-17 19:26:48 +00:00
laz_images.bat
laz_images.lrs IDE: package editor: glyphs for speedbuttons 2011-01-17 19:26:48 +00:00
laz_images.sh images: addded a bash-script header to shell scripts from Joost (issue #12442) 2008-10-19 18:55:42 +00:00
lazarus_about_logo.xpm
LazarusForm.bmp
LazarusForm.ico
lazaruspackage.ico New icon for package 2009-08-01 08:48:54 +00:00
LazarusProject.ico update LazarusProject.ico 2008-10-20 14:49:00 +00:00
LazarusSource.bmp
LazarusSource.ico
lazdoc.bat
lazdoc.txt
lprfile.ico
mainicon.ico Little change icon in 16x16 2008-11-25 17:19:48 +00:00
mainicon.lrs Little change icon in 16x16 2008-11-25 17:19:48 +00:00
powered_by.png
powered-by.svg
README.txt ide: pg_active_row is loaded in objectinspector_img.lrs now 2008-11-20 08:05:30 +00:00
splash_logo.bat
splash_logo.lrs
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 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 *.png


2. codetoolsdefines.lrs

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


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.ico


5. laz_images.lrs

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


6. splash.lrs

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

7. lazdoc.lrs

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

8. objectinspector_img.lrs

cd <lazarusdir>/images/
../../tools/lazres ../ideintf/objectinspector_img.lrs pg_active_row.png


Others

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

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