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