1 *cdf0e10cSrcweirTo Do:
2 *cdf0e10cSrcweir	An incomplete list of missing and/or not-yet-mapped icons:
3 *cdf0e10cSrcweir	Most of these icons live in res/commandimagelist/
4 *cdf0e10cSrcweir
5 *cdf0e10cSrcweir* Mapping/hacking errors
6 *cdf0e10cSrcweir	+ 'New' button with 'database' icon (most odd)
7 *cdf0e10cSrcweir
8 *cdf0e10cSrcweir	** Optimize toolbar
9 *cdf0e10cSrcweir		+ 4x icons
10 *cdf0e10cSrcweir	** View menu
11 *cdf0e10cSrcweir		+ field names
12 *cdf0e10cSrcweir		+ field shadings
13 *cdf0e10cSrcweir		+ print layout
14 *cdf0e10cSrcweir
15 *cdf0e10cSrcweir* Others:
16 *cdf0e10cSrcweir
17 *cdf0e10cSrcweir* Writer:
18 *cdf0e10cSrcweir
19 *cdf0e10cSrcweir	From toolbar->Customize ...
20 *cdf0e10cSrcweir		+ sorted by least work to 100% first
21 *cdf0e10cSrcweir
22 *cdf0e10cSrcweir	** XML Form controls
23 *cdf0e10cSrcweir		+ Data navigator: lc_showdatanavigator.png
24 *cdf0e10cSrcweir	** Page preview
25 *cdf0e10cSrcweir		+ Book preview: lc_showbookview.png
26 *cdf0e10cSrcweir	** Picture
27 *cdf0e10cSrcweir		+ Graphics mode: lc_grafmode.png
28 *cdf0e10cSrcweir	** Table
29 *cdf0e10cSrcweir		+ table properties: lc_tabledialog.png
30 *cdf0e10cSrcweir	** Fontwork
31 *cdf0e10cSrcweir		+ lc_fontworksameletterheights.png
32 *cdf0e10cSrcweir		+ lc_fontworkcharacterspacingfloater.png
33 *cdf0e10cSrcweir		+ lc_fontworkalignmentfloater.png
34 *cdf0e10cSrcweir	** Drawing
35 *cdf0e10cSrcweir		+ lc_symbolshapes.smiley
36 *cdf0e10cSrcweir		+ lc_arrowshapes.left-right-arrow
37 *cdf0e10cSrcweir		+ lc_flowchartshapes.flowchart-internal-storage.png
38 *cdf0e10cSrcweir		+ lc_calloutshapes.round-rectangular-callout.png
39 *cdf0e10cSrcweir		+ lc_starshapes.star5.png
40 *cdf0e10cSrcweir	** 3D settings
41 *cdf0e10cSrcweir		lc_extrusiontiltdown.png
42 *cdf0e10cSrcweir		lc_extrusiontiltleft.png
43 *cdf0e10cSrcweir		lc_extrusiontiltright.png
44 *cdf0e10cSrcweir		lc_extrusiontiltup.png
45 *cdf0e10cSrcweir		lc_extrusiondepthfloater.png
46 *cdf0e10cSrcweir		lc_extrusiondirectionfloater.png
47 *cdf0e10cSrcweir		lc_extrusionlightingfloater.png
48 *cdf0e10cSrcweir		lc_extrusionsurfacefloater.png
49 *cdf0e10cSrcweir		lc_extrusion3dcolor.png
50 *cdf0e10cSrcweir
51 *cdf0e10cSrcweir
52 *cdf0e10cSrcweir** Impress
53 *cdf0e10cSrcweir	** Presentation
54 *cdf0e10cSrcweir		+ Slide layout: <?>
55 *cdf0e10cSrcweir	** Master View
56 *cdf0e10cSrcweir		lc_insertmasterpage.png
57 *cdf0e10cSrcweir		lc_deletemasterpage.png
58 *cdf0e10cSrcweir		lc_renamemasterpage.png
59 *cdf0e10cSrcweir	** Drawing
60 *cdf0e10cSrcweir		+ Arrange (?)
61 *cdf0e10cSrcweir		+ Insert: lc_inserttoolbox.png
62 *cdf0e10cSrcweir		+ Extrusion on/off: lc_extrusiontoggle.png
63 *cdf0e10cSrcweir		+ Custom animation: lc_customanimation.png
64 *cdf0e10cSrcweir		+ Interaction: lc_animationeffects.png
65 *cdf0e10cSrcweir		+ Animated image: lc_animationobject.png
66 *cdf0e10cSrcweir
67 *cdf0e10cSrcweirTo find obsolete files:
68 *cdf0e10cSrcweir
69 *cdf0e10cSrcweir	for file in `cat ../../missing`; do foo=`md5sum default_images/$file | cut -f 1 -d ' '`; if test "z$foo" = "z36d1d1d46cdd975db0539b82ffe5ac42"; then echo "$file"; fi; done > ../../obsolete
70 *cdf0e10cSrcweir
71