lazarus/lcl/images
2016-03-24 00:37:32 +00:00
..
buttons lcl: images: cleaner tick images, Issue #29869 2016-03-23 09:04:03 +00:00
cursors lcl: images: hourglass cursors: better hotspot (in the middle of hourglass) 2016-03-24 00:37:32 +00:00
dialogs
dock lcl: images: replace dock images with Tango (some modified by myself). Issue #29869 2016-03-24 00:23:18 +00:00
wince lcl: images: replace all Silk icons by public-domain Tango icons, Issue #29869 2016-03-23 08:08:15 +00:00
btncalccancel.xpm
btncalcimg.xpm
btncalcmin.xpm
btncalcmul.xpm
btncalcok.xpm
btncalcplus.xpm
btncalcpmin.xpm
btncalculator.png lcl: images: replace all Silk icons by public-domain Tango icons, Issue #29869 2016-03-23 08:08:15 +00:00
btncalendar.png lcl: images: replace all Silk icons by public-domain Tango icons, Issue #29869 2016-03-23 08:08:15 +00:00
btnfiltercancel.png lcl: images: replace all Silk icons by public-domain Tango icons, Issue #29869 2016-03-23 08:08:15 +00:00
btnseldir.png lcl: images: better btnseldir.png 2016-03-23 09:11:09 +00:00
btnselfile.png lcl: images: replace all Silk icons by public-domain Tango icons, Issue #29869 2016-03-23 08:08:15 +00:00
btntime.png LCL: Add images for TTimeEdit (forgotten in r49566 #ad5e87d3a0). 2015-07-25 20:56:40 +00:00
copyright.txt lcl: images: replace dock images with Tango (some modified by myself). Issue #29869 2016-03-24 00:23:18 +00:00
dbgridcheckedcb.xpm
dbgridgrayedcb.xpm
dbgriduncheckedcb.xpm
dbnavcancel.png lcl: images: use tango icons with alpha channel, Issue #29869 2016-03-23 06:15:57 +00:00
dbnavdelete.png lcl: images: use tango icons with alpha channel, Issue #29869 2016-03-23 06:15:57 +00:00
dbnavedit.png lcl: images: replace all Silk icons by public-domain Tango icons, Issue #29869 2016-03-23 08:08:15 +00:00
dbnavfirst.png
dbnavinsert.png
dbnavlast.png
dbnavnext.png
dbnavpost.png lcl: images: cleaner tick images, Issue #29869 2016-03-23 09:04:03 +00:00
dbnavprior.png
dbnavrefresh.png
lcl_dbgrid_images_list.txt
lcl_dbgrid_images.bat
lcl_dbnav_images_list.txt
lcl_dbnav_images.bat
lcl_edbtnimg_list.txt
lcl_edbtnimg.bat
lcl_edbtnimg.sh
lcl_grid_images_list.txt
lcl_grid_images.bat
lcl_grid_images.sh
README.txt lcl: images: replace dock images with Tango (some modified by myself). Issue #29869 2016-03-24 00:23:18 +00:00
sortasc.png lcl: images: replace all Silk icons by public-domain Tango icons, Issue #29869 2016-03-23 08:08:15 +00:00
sortdesc.png lcl: images: replace all Silk icons by public-domain Tango icons, Issue #29869 2016-03-23 08:08:15 +00:00

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

lcl_dbgrid_images.res - Icons, included by dbgrids.pas
lcl_dbnav_images.res - Icons, included by dbctrls.pas


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.


Under windows use script files: lcl_dbgrid_images.bat, lcl_dbnav_images.bat,
Under other systems use similar script - just replace directory separator.

Please see copyright.txt for copyright and license information.



ADDING IMAGES TO LCL POLICY
---------------------------
All images in the LCL must be public domain or especially created for the LCL and under the LCL license.
When you are adding images to the LCL add information about their origin here in the list and also in SVN commit log.

!!! Do not add images under other licenses (CC, GPL, LGPL ...) or unknown origin into the LCL !!!

Please use Tango icons whenever possible because they are SVG and exist in various PNG resolutions - it will make updating LCL 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.