lazarus/images
2017-10-21 19:22:13 +00:00
..
actions IDE: High-DPI: Refreshed open icons. Issue #32595. Patch by FTurtle 2017-10-21 19:22:13 +00:00
codeexplorer IDE: codeexplorer: added icons for helper, interface and record 2015-06-22 10:27:38 +00:00
codetoolsdefines
components IDE: HiRes icons for System component palette (by Roland Hahn) 2017-10-03 17:07:05 +00:00
componenttreeview
debugger IDE: High-DPI new icons. Issue #32508. Patch by FTurtle 2017-10-13 12:33:43 +00:00
designer IDE: High-DPI new icons. Issue #32508. Patch by FTurtle 2017-10-13 12:33:43 +00:00
icons debian: lazarus deb now builds without lintian errors 2017-05-19 14:21:38 +00:00
items IDE: High-DPI icons. Issue #32454. Patch by FTurtle 2017-09-26 20:24:35 +00:00
lazdoc
menu IDE: High-DPI: Refreshed open icons. Issue #32595. Patch by FTurtle 2017-10-21 19:22:13 +00:00
mimetypes
packages IDE: Better icon for sorting alphabetically. 2016-12-25 15:33:11 +00:00
sourceeditor IDE: High-DPI BookMark icons. Patch by FTurtle. Issue #32374 2017-09-07 21:45:51 +00:00
splash_source
states images: added message icons 2014-05-30 21:14:45 +00:00
windows ide: icons for some windows titles 2014-08-24 01:03:17 +00:00
bookmark_images.bat ide: new bookmark icons (designed by FTurtle). Issue #31604, patch by FTurtle 2017-03-28 06:32:10 +00:00
bookmark_list.txt IDE: Refactoring resource image lists files. Issue #32420. Patch by FTurtle. 2017-09-15 13:16:12 +00:00
bookmark.res IDE: High-DPI BookMark icons. Patch by FTurtle. Issue #32374 2017-09-07 21:45:51 +00:00
bookmark.sh images: update sh scripts 2013-09-28 04:20:22 +00:00
btn_downarrow.png
components_images_list.txt IDE: HiRes icons for System component palette (by Roland Hahn) 2017-10-03 17:07:05 +00:00
components_images.bat ide, images: 2013-09-28 03:19:37 +00:00
components_images.res IDE: Update components_images.res (forgotten in r55966 #60baefff0d) 2017-10-20 07:00:03 +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 ide, images: 2013-09-28 03:19:37 +00:00
componenttreeview.res ide, images: 2013-09-28 03:19:37 +00:00
copyright.txt IDE: High-DPI new icons. Issue #32508. Patch by FTurtle 2017-10-13 12:33:43 +00:00
folder.png
icon-naming-spec.xml
ide_icon48x48.png
includefile.ico
keymapcategory.png
keymaprelation.png
laz_images_list.txt IDE: High-DPI new icons. Issue #32508. Patch by FTurtle 2017-10-13 12:33:43 +00:00
laz_images.bat ide, images: 2013-09-28 03:19:37 +00:00
laz_images.res IDE: High-DPI: Refreshed open icons. Issue #32595. Patch by FTurtle 2017-10-21 19:22:13 +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 images: break long lines 2017-02-26 20:48:07 +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



ADDING IMAGES TO LAZARUS POLICY
-------------------------------
Images in Lazarus can be under CC, GPL, LGPL, public domain or under the
LGPL-modified license.
When you are adding images to Lazarus add information about their origin in SVN
commit log. If the icons are under CC or need an acknowledgement, be sure to
update the Help->About Lazarus->Acknowledgements info.

Please use Tango icons whenever possible because they are SVG and exist in
various PNG resolutions - it will make updating icons for high-DPI easy in the
future.
You can download Tango icons from
https://packages.debian.org/sid/tango-icon-theme or directly
http://http.debian.net/debian/pool/main/t/tango-icon-theme/tango-icon-theme_0.8.90.orig.tar.gz
Use supplied ready-to-go PNGs in the needed resolution.

Please note that policy for LCL images is different (more strict).
See lcl/images/README.txt for info about LCL icon policy.

HIGH-DPI ICONS
--------------

Every icon can have its 150% and 200% version. For a 16px, the sizes are:
24px and 32px respectively.
To use a high-DPI icon, register the icon with the suffix "_150" (150%) or
"_200" (200%). See e.g. actions/laz_save_150.png