Update of /cvsroot/openfirst/members/setup
In directory sc8-pr-cvs1:/tmp/cvs-serv14174
Modified Files:
setup.mysql
Log Message:
Add next batch of file type icons... request: someone get MS-Windows specific icons up here
Index: setup.mysql
===================================================================
RCS file: /cvsroot/openfirst/members/setup/setup.mysql,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** setup.mysql 29 Jul 2003 17:37:46 -0000 1.6
--- setup.mysql 9 Aug 2003 14:38:40 -0000 1.7
***************
*** 255,256 ****
--- 255,283 ----
INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('hwp', 'icons/mimetypes/wordprocessing.png', 'HancomWord Document');
INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('gnumeric', 'icons/mimetypes/txt.png', 'GNUmeric Spreadsheet');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('ui', 'icons/mimetypes/widget_doc.png', 'Qt Designer File');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('desktop', 'icons/actions/exec.png', 'Desktop Config File');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('kdelnk', 'icons/actions/exec.png', 'Desktop Config File');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('dvi', 'icons/mimetypes/dvi.png', 'TeX Device Independent File');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('edu', 'icons/apps/keduca.png', 'Edu Document');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('exe', 'icons/actions/exec.png', 'Microsoft Windows Executable');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('bdf', 'icons/mimetypes/font_bitmap.png', 'BDF Bitmap Font');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('bdf.Z', 'icons/mimetypes/font_bitmap.png', 'BDF Bitmap Font');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('bdf.gz', 'icons/mimetypes/font_bitmap.png', 'BDF Bitmap Font');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('pcf', 'icons/mimetypes/font_bitmap.png', 'PCF Bitmap Font');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('pcf.Z', 'icons/mimetypes/font_bitmap.png', 'PCF Bitmap Font');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('pcf.gz', 'icons/mimetypes/font_bitmap.png', 'PCF Bitmap Font');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('snf.gz', 'icons/mimetypes/font_bitmap.png', 'SNF Bitmap Font');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('snf.Z', 'icons/mimetypes/font_bitmap.png', 'SNF Bitmap Font');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('snf', 'icons/mimetypes/font_bitmap.png', 'SNF Bitmap Font');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('ttf', 'icons/mimetypes/font_truetype.png', 'Truetype Font');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('pfa', 'icons/mimetypes/font_type1.png', 'PostScript Type1 Font');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('pfb', 'icons/mimetypes/font_type1.png', 'PostScript Type1 Font');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('po', 'icons/mimetypes/gettext.png', 'Message Catalog');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('po', 'icons/mimetypes/gettext.png', 'Message Catalog');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('pot', 'icons/mimetypes/gettext.png', 'Message Catalog');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('shell', 'icons/apps/konsole.png', 'File to open a shell');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('kpm', 'icons/mimetypes/kpovmodeler_doc.png', 'KPovModeler File');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('sgrd', 'icons/apps/ksysguard.png', 'KDE System Guard');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('swf', 'icons/apps/netscape.png', 'Shockwave Flash Media');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('gf', 'icons/mimetypes/metafont.png', 'Generic Font');
+ INSERT INTO ofirst_workspace_filetypes (extension, image, description) VALUES ('pk', 'icons/mimetypes/pk.png', 'Packed Font');
|