About pixmaps and vector images
by Hélio Guilherme
Hi all,
We now have some vector images similar as the original pixmaps in CVS, at
gretl/vectorimages/
The DB image is just a copy & paste of the original pixmap. This technique
will be also used in the gretl logo because it will be very difficult to
vectorize.
Since I had the suspicion that some pixmaps were not used, I made the
attached script, and found that only two of them are not in the code.
(the UK flag was one that I thought it was not used, bu it is in code).
Here is the script output:
[helio@localhost gretl]$ ./chkpix.sh
boxplot.xpm => 6
bundle.xpm => 2
downsize.xpm => 2
gnuplot.xpm => 2
graph_page.xpm => 2
gretl-logo.xpm => 1
gretl.xpm => 6
mail_16.xpm => 2
matrix.xpm => 2
mini.alpha.xpm => 2
mini.boxplot.xpm => 4
mini.calc.xpm => 2
mini.camera.xpm => 0
mini.db.xpm => 2
mini.en.xpm => 2
mini.func.xpm => 2
mini.gretl.xpm => 4
mini.manual.xpm => 2
mini.model.xpm => 4
mini.ofolder.xpm => 0
mini.page.xpm => 2
mini.pdf.xpm => 2
mini.pin.xpm => 2
mini.plot.xpm => 2
mini.session.xpm => 2
mini.sh.xpm => 2
mini.split_h.xpm => 2
mini.split_v.xpm => 2
mini.spreadsheet.xpm => 2
mini.table.xpm => 2
mini.tex.xpm => 2
mini.tools.xpm => 2
mini.tsplot.xpm => 2
mini.winlist.xpm => 2
model_table.xpm => 2
model.xpm => 6
mouse.xpm => 3
rhohat.xpm => 2
summary.xpm => 2
upsize.xpm => 2
xfm_info.xpm => 2
xfm_sc.xpm => 1
xfm_text.xpm => 1
The following pixmaps are not used in code:
mini.camera.xpm => 0
mini.ofolder.xpm => 0
---
For future consistency, shouldn't we use all own pixmaps/svgs, instead of
stock ones? For example the help icon is from system (gnome/GTK in my case).
(and I did not see how they look in Windows or Mac)
Hélio
10 years, 9 months