Jean-Marc Lasgouttes bb0117d182 Simplify code for bidi icons
Most of the RtL icons that we provide are simply mirrors of the LtR ones.
Therefore let the code do that by default if no +rtl icon is found.

The only RtL icon left for now is for "layout Enumerate" (notice the
numbers in it).

Also remove useless getPixmap wrapper and several old bidi_xxx icons
that were forgotten in previous patch.
2020-04-16 20:54:53 +02:00
..
2020-04-16 20:54:53 +02:00
2019-01-25 19:25:09 +01:00
2017-09-26 21:01:47 +02:00
2020-04-16 20:54:53 +02:00
2018-04-29 11:26:25 +02:00
2018-04-29 11:26:25 +02:00
2018-04-29 11:26:25 +02:00
2015-04-12 12:59:19 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2015-04-12 12:59:19 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2017-09-26 21:01:47 +02:00
2015-03-13 01:29:37 +01:00
2017-07-15 15:27:36 +02:00
2015-04-12 12:59:19 +02:00
2015-04-12 12:59:19 +02:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-04-12 12:59:19 +02:00
2017-09-26 21:01:47 +02:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2013-12-13 14:06:56 +01:00
2013-12-13 14:06:56 +01:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2017-09-26 21:01:47 +02:00
2015-03-13 01:29:37 +01:00
2017-09-26 21:01:47 +02:00
2015-04-12 12:59:19 +02:00
2017-07-15 15:27:36 +02:00
2017-07-15 15:27:36 +02:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00

Preferabely, use SVG as image format.

For bitmap icons, we had the following advise:

All icons to be used should follow this, so that the icons
look alike.

- size 22x22 pixels

- five color:
	#000000000000
	#BFBFBFBFBFBF
	#FFFFFFFFFFFF
	navy
	#B2B2ABABACAC

- two color:
	#BFBFBFBFBFBF
	black

Hint: for editing a bitmap, remove the 'const' with
a text editor.