Mercurial > geeqie.yaz
annotate gqview.desktop @ 12:147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
##### an offical release when making enhancements and translation updates. #####
Tue Mar 1 11:32:26 2005 John Ellis <johne@verizon.net>
* src/Makefile.am: Add pan-view.[ch]:
* image.[ch]: Add support for using a grid of tiles as soource image. Added
scroll_notify callback for when the viewable regionis scrolled. Added ability
to set min and max for the zoom range. Removed unnecessary
gtk_widget_size_request from image_size_sync. Added image_scroll_to_point.
* layout_util.c: Add menu item and callback for the new 'Pan view'.
* pixbuf_util.c (pixbuf_draw_layout): Fix for when offset is non-zero.
* typedefs.h: Add source tile stuff for ImageWindow.
* ui_tabcomp.c: Fix tab completion pop-up menu placement.
* pan-view.[ch]: New files for the pan view - 2.1 is officially started :)
author | gqview |
---|---|
date | Tue, 01 Mar 2005 17:16:34 +0000 |
parents | e0d0593d519e |
children | dc3c77d027e6 |
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; | |
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; |