lazarus/lcl/images
maxim 066d0f5953 Merged revision(s) 59314 #27b8c9d719, 59319 #179cc59ee6, 59321-59323 #436c27ee90-#436c27ee90, 59328 #a313fc1796 from trunk:
IDE/LCL: Modify some high-DPI icons for more consistent style (Roland Hahn)
........
IDE: Add high-DPI images for propertygrid and widgetset issues (by Roland Hahn).
........
IDE: Improve visibility of high-dpi issue_carbon icons on dark background (by Roland Hahn).
........
IDE/Restriction Browser: Fix visibility of icon on customdrawn button.
........
IDE/ObjectInspector: Fix size of widgetset icons on high-dpi screens.
........
IDE: Add high-dpi icons to images/lazdoc (by Roland Hahn)
........

git-svn-id: branches/fixes_2_0@59343 -
2018-10-22 22:54:41 +00:00
..
buttons Merged revision(s) 59314 #27b8c9d719, 59319 #179cc59ee6, 59321-59323 #436c27ee90-#436c27ee90, 59328 #a313fc1796 from trunk: 2018-10-22 22:54:41 +00:00
cursors
dbnavigator LCL: De-saturate the color of the DBNavigator's cancel icon to get more uniform appearance of disabled navigator buttons. 2018-08-02 11:50:59 +00:00
dialogs
dock
wince
btncalccancel.xpm
btncalcimg.xpm
btncalcmin.xpm
btncalcmul.xpm
btncalcok.xpm
btncalcplus.xpm
btncalcpmin.xpm
btncalculator_150.png
btncalculator_200.png
btncalculator.png
btncalendar_150.png
btncalendar_200.png
btncalendar.png
btnfiltercancel_150.png
btnfiltercancel_200.png
btnfiltercancel.png
btnseldir_150.png
btnseldir_200.png
btnseldir.png
btnselfile_150.png
btnselfile_200.png
btnselfile.png
btntime_150.png
btntime_200.png
btntime.png
copyright.txt LCL: New Hi-DPI images (by Roland Hahn, svg sources on CCR) 2018-04-28 11:36:37 +00:00
lcl_edbtnimg_list.txt
lcl_edbtnimg.bat
lcl_edbtnimg.sh
lcl_grid_images_list.txt LCL: images: register sortasc and sortdesc lower resolutions. 2018-05-01 13:54:38 +00:00
lcl_grid_images.bat
lcl_grid_images.sh
README.txt
sortasc_50.png LCL: Interchange suffix "asc"/"desc" of sortasc/sortdesc grid sort images. 2018-05-01 09:27:33 +00:00
sortasc_75.png LCL: Interchange suffix "asc"/"desc" of sortasc/sortdesc grid sort images. 2018-05-01 09:27:33 +00:00
sortasc_150.png lcl: Correctly scaled Grid sort images. 2018-05-01 11:48:34 +00:00
sortasc_200.png lcl: Correctly scaled Grid sort images. 2018-05-01 11:48:34 +00:00
sortasc.png lcl: Correctly scaled Grid sort images. 2018-05-01 11:48:34 +00:00
sortdesc_50.png LCL: Interchange suffix "asc"/"desc" of sortasc/sortdesc grid sort images. 2018-05-01 09:27:33 +00:00
sortdesc_75.png LCL: Interchange suffix "asc"/"desc" of sortasc/sortdesc grid sort images. 2018-05-01 09:27:33 +00:00
sortdesc_150.png lcl: Correctly scaled Grid sort images. 2018-05-01 11:48:34 +00:00
sortdesc_200.png lcl: Correctly scaled Grid sort images. 2018-05-01 11:48:34 +00:00
sortdesc.png lcl: Correctly scaled Grid sort images. 2018-05-01 11:48:34 +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.

Please note that policy for Lazarus images is different (less strict). See images/README.txt for info about Lazarus icon policy.