lazarus/images
mattias 61bddd2b7a images: added 11x11 message icons
git-svn-id: trunk@45254 -
2014-05-30 21:16:56 +00:00
..
actions IDEIntf: moved images to ideintf/images 2011-05-27 07:41:40 +00:00
codeexplorer IDE: unit dependencies: overlays for cycles 2013-09-19 18:23:56 +00:00
codetoolsdefines
components LCL: undo the renaming of TEditButton into TButtonEdit. 2014-04-09 15:46:18 +00:00
componenttreeview Image : Change Collection and item 2009-12-05 13:39:59 +00:00
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 Image : some new images 2009-12-05 22:00:29 +00:00
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 images: added message icons 2014-05-30 21:14:45 +00:00
splash_source
states images: added message icons 2014-05-30 21:14:45 +00:00
bookmark_list.txt images: added 11x11 message icons 2014-05-30 21:16:56 +00:00
bookmark.res images: added 11x11 message icons 2014-05-30 21:16:56 +00:00
bookmark.sh images: update sh scripts 2013-09-28 04:20:22 +00:00
btn_downarrow.png
components_images_list.txt LCL: undo the renaming of TEditButton into TButtonEdit. 2014-04-09 15:46:18 +00:00
components_images.bat ide, images: 2013-09-28 03:19:37 +00:00
components_images.res LCL: undo the renaming of TEditButton into TButtonEdit. 2014-04-09 15:46:18 +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 ide, images: 2013-09-28 03:19:37 +00:00
componenttreeview.res ide, images: 2013-09-28 03:19:37 +00:00
folder.png
icon-naming-spec.xml
ide_icon48x48.png images: add hint modifier images, update ide_icon48x48.png 2011-05-12 01:49:02 +00:00
includefile.ico
keymapcategory.png
keymaprelation.png
laz_images_list.txt ide: again rename project.ico to mainiconproject.ico - this way it is more understandable that it is a mainicon of a project file 2013-09-28 04:10:00 +00:00
laz_images.bat ide, images: 2013-09-28 03:19:37 +00:00
laz_images.res ide: again rename project.ico to mainiconproject.ico - this way it is more understandable that it is a mainicon of a project file 2013-09-28 04:10:00 +00:00
laz_images.sh images: update sh scripts 2013-09-28 04:20:22 +00:00
lazarus_about_logo.xpm
LazarusForm.bmp
LazarusForm.ico
lazaruspackage.ico
LazarusSource.bmp
LazarusSource.ico
lazdoc.bat ide, images: 2013-09-28 03:19:37 +00:00
lazdoc.txt
lprfile.ico
mainicon.ico
mainiconproject.ico ide: again rename project.ico to mainiconproject.ico - this way it is more understandable that it is a mainicon of a project file 2013-09-28 04:10:00 +00:00
powered_by.png
powered-by.svg
README.txt ide, images: 2013-09-28 03:19:37 +00:00
splash_logo.bat ide, images: 2013-09-28 03:19:37 +00:00
splash_logo.png
splash_logo.res ide, images: 2013-09-28 03:19:37 +00:00
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