Mercurial > geeqie
annotate gqview.desktop @ 111:3a69a7a3f461
Wed Nov 15 02:05:27 2006 John Ellis <johne@verizon.net>
* view_file_icon.c: Fix odd crash when removing files, it seems the
high priority idle sync is no longer called before the treeview tries
to redraw itself, so fix the cleanup of removed pointers so that they
are always valid or NULL (I wonder if the priorities used by
GtkTreeView have changed in newer versions of GTK?).
* view_file_list.c: Fix progress bar warning when files are removed
before thumbnail generation is finished.
author | gqview |
---|---|
date | Wed, 15 Nov 2006 07:19:16 +0000 |
parents | dc3c77d027e6 |
children | d85687d951aa |
rev | line source |
---|---|
1 | 1 [Desktop Entry] |
2 Name=GQview | |
8 | 3 GenericName=Image Viewer |
4 GenericName[et]=Piltide vaatur | |
5 GenericName[tr]=Resim göstericisi | |
6 GenericName[fr]=Explorateur d'images | |
7 GenericName[hu]=Képnéző | |
8 GenericName[es]=Visor de imágenes | |
9 Comment=View and manage images | |
10 Comment[hu]=Képek megjelenítése és rendszerezése | |
11 Comment[es]=Visualiza y administra imágenes | |
12 Exec=gqview -r %F | |
1 | 13 Icon=gqview.png |
14 Type=Application | |
8 | 15 Terminal=false |
16 # Startup notification disabled, since the remote -r switch may not open a new window... | |
17 #StartupNotify=false | |
18 #StartupWMClass=gqview | |
19 Encoding=UTF-8 | |
20 Categories=Application;Graphics;Viewer; | |
90
dc3c77d027e6
Tue Oct 31 18:06:42 2006 John Ellis <johne@verizon.net>
gqview
parents:
8
diff
changeset
|
21 MimeType=application/x-navi-animation;image/bmp;image/x-bmp;image/x-MS-bmp;image/gif;image/x-icon;image/jpeg;image/png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-cmu-raster;image/x-sun-raster;image/x-tga;image/tiff;image/vnd.wap.wbmp;image/x-xbitmap;image/x-xpixmap;image/svg;image/svg+xml;image/x-png;image/xpm;image/x-ico;image/x-pcx; |