⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 Gqview,Linux下基于GTK+库写成的轻量级而能丰富的图像浏览程序。
💻
📖 第 1 页 / 共 5 页
字号:
	* pixbuf-renderer.c: Fix rounding errors.	* preferences.c: Call image_options_sync() when applying changes.Fri Mar 25 22:39:30 2005  John Ellis  <johne@verizon.net>	* image.c: Connect to 'zoom' signal of pixbuf-renderer and notify	listener to update. Fix delay flip by listening for 'render_complete'.	* pixbuf-renderer.[ch]: Add complete property and and emit a	'render-complete' signal when changing complete back to TRUE.	* view_dir_tree.c (vdtree_row_expanded): Populate a folder node	whenever it is expanded.Wed Mar 23 00:22:28 2005  John Ellis  <johne@verizon.net>	* image.c (image_change_from_image): Fix and use pixbuf_renderer_move.	* pan-view.c: Convert back to ImageWindow from PixbufRenderer, so that	focus and full screen work again.	* pixbuf-renderer.[ch] (pixbuf_renderer_move): Add this function.Fri Mar 18 19:52:38 2005  John Ellis  <johne@verizon.net>	* pixbuf-renderer.c: Fix broken 2pass queueing so it merges a single	queue item for each tile, and now that a tile holds a queue pointer	there is no need to walk the tile list to find a possible merge victim.Thu Mar 17 19:23:56 2005  John Ellis  <johne@verizon.net>	* image.c, pixbuf-renderer.[ch]: More progress, and 2 pass zoom now	works again (mostly).Tue Mar 15 23:17:41 2005  John Ellis  <johne@verizon.net>	* image.[ch]: Start conversion to use of PixbufRenderer.	* pixbuf-renderer.[ch]: Additions and fixes for use by ImageWindow.	* fullscreen.c, image-overlay.c, img-view.c, info.c, layout.c,	layout_image.c, print.c: Changes for above ImageWindow conversion.	* typedefs.h: Remove unused ImageWindow variables.Mon Mar 14 20:45:50 2005  John Ellis  <johne@verizon.net>	* pan-view.c: Convert to using new PixbufRenderer.	* pixbuf-renderer.[ch]: Clean up and fixes.Sun Mar 13 10:21:35 2005  John Ellis  <johne@verizon.net>	* image.c (image_scroller_start): Unref scroller pixbuf after adding it	as an overlay to avoid leaking it.	* pixbuf-renderer.[ch]: All functions defined in header file are now	implemented.Fri Mar 11 17:05:36 2005  John Ellis  <johne@verizon.net>	* pixbuf-renderer.[ch]: Set up object properties and additional.Mar 10 19:22:18 2005  John Ellis  <johne@verizon.net>	* pixbuf-renderer.[ch]: FIx scrolling to use old method of gdk_draw and	not gdk_scroll, as scroll often invalidates the entire window (!). Also	merged in source tiles code from image.c.	* pan-view.c: Change picked up when testing PixbufRender zoom.Tue Mar  8 23:26:00 2005  John Ellis  <johne@verizon.net>	* pixbuf-renderer.[ch]: Start of turning image drawing portion of	ImageWindow into an actual GtkWidget.	* src/Makefile.am: Add pixbuf-renderer.[ch].	* pan-view.c: Added temporary hack button and callback for testing	PixbufRenderer widget.Sat Mar  5 16:23:32 2005  John Ellis  <johne@verizon.net>	* README: Updates.	* configure.in: Release 2.1.0Sat Mar  5 16:02:52 2005  John Ellis  <johne@verizon.net>	* main.c: Enable the beta message at startup.	* po/fr.po: Update French translation (from stable branch),	submitted by Eric Lassauge.Sat Mar  5 15:51:07 2005  John Ellis  <johne@verizon.net>	* pan-view.c: Make date search work in calendar view, plus calendar	fixes. Make '/' search key refocus search entry.Fri Mar  4 21:53:03 2005  John Ellis  <johne@verizon.net>	* pan-view.c: Add calendar view. Make mouse wheel scroll.	* po/POTFILES.in: Add pan-view.c for translation.Thu Mar  3 17:57:46 2005  John Ellis  <johne@verizon.net>	* pan-view.c: Make subsequent searches for same string step through all	matches, also show match index and count in search result label.Thu Mar  3 14:24:58 2005  John Ellis  <johne@verizon.net>	* filelist.c, info.c, preferences.c, utilops.c: Use doubles instead of	floats whenever possible.	* ui_utildlg.c (generic_dialog_add_message): Enable line wrap for	message body so specifying newlines is no longer needed.	* pan-view.c: Display info dialog when thumbnail caching settings are	not optimal.Thu Mar  3 01:16:23 2005  John Ellis  <johne@verizon.net>	* pan-view.c: Add 'dots' image size option, fix up border size at edge	of grid, and make drag and drop work to/from the window.Wed Mar  2 23:34:30 2005  John Ellis  <johne@verizon.net>	* globals.c, gqview.h, rcfile.c: Add thumbnail_fast option variable.	* image-load.c, typedefs.h: Add shrunk flag to determine if an image	was scaled down using image_loader_set_requested_size.	* image.c: Make panning with mouse scroll more when holding shift key.	* preferences.c: Add option for 'Fast jpeg thumbnailing' and disabled	xvpics option in the gui - now a hidden option.	* thumb.c, thumb_standard.c: Add support for thumbnail_fast option..Tue Mar  1 21:39:42 2005  John Ellis  <johne@verizon.net>	* image.[ch] (image_scroll_to_point): Add alignment for location of	point within visible region.	* pan-view.c: Use alignment for scrolling above, and fix date search	to only search thumbs and images.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 pan view - 2.1 is officially started :)Sat Feb 26 14:42:42 2005  John Ellis  <johne@verizon.net>	* README: Updates.	* configure.in: Release 2.0.0Sat Feb 26 14:06:41 2005  John Ellis  <johne@verizon.net>	* po/bg.po: Update Bulgarian translation,	submitted by Vladimir Petrov.	* po/it.po: Update Italian translation,	submitted by Costantino, with additions from Marco Colombo.	* po/nl.po: Update Dutch translation,	submitted by Tino Meinen.	* po/pl.po: Update Polish translation,	submitted by Wit Wilinski.Fri Feb 25 11:10:19 2005  John Ellis  <johne@verizon.net>	* doc/11_1_command_line.html: Small fix.Wed Feb 23 20:19:38 2005  John Ellis  <johne@verizon.net>	* po/es.po: Update Spanish translation,	submitted by Ariel Fermani.	* po/it.po: Update Italian translation,	submitted by Costantino.	* po/ja.po: Update Japanese translation,	submitted by Takeshi Aihana.	* po/ru.po: Update Russian translation,	submitted by Sergey Pinaev.Wed Feb 23 09:02:49 2005  John Ellis  <johne@verizon.net>	* configure.in, src/Makefile.am, main.c: Clean up define for localedir.Tue Feb 15 07:35:50 2005  John Ellis  <johne@verizon.net>	* main.c: Disable startup beta message.	* po/it.po: Update Italian translation,	submitted by Costantino <inverness1ATvirgilio.it>.	* README: Updates.	* configure.in: Release 1.5.9Mon Feb 14 14:47:32 2005  John Ellis  <johne@verizon.net>	* search.c (search_file_next): Ignore case for keyword search.Fri Feb 11 15:32:28 2005  John Ellis  <johne@verizon.net>	* view_file_list.c (vflist_thumb_do): Fix big thumbnail leak, no need	to ref the pixbuf as thumb_loader_get_pixbuf does this for us.Wed Feb  9 10:27:00 2005  John Ellis  <johne@verizon.net>	* cache.c (cache_sim_data_save): Print a warning when a save fails.	* search.c: Fix search saving the cached data by first creating the	directory for the location of the data, fixes search caching bug.Wed Feb  9 09:43:02 2005  John Ellis  <johne@verizon.net>	* search.[ch]: Add ability to set the default image used for similarity	in a search.	* layout_util.c: Set the default image in a search to the visible	image.Tue Feb  8 18:17:51 2005  John Ellis  <johne@verizon.net>	* layout_util.c: Correct wrong main window keyboard shortcuts for the	editor slots.Tue Feb  8 16:16:30 2005  John Ellis  <johne@verizon.net>	* pixbuf_util.c: Change to GTK's gdk-pixbuf for saving pngs.	* src/Makefile.am: Remove png libs from LDADD.	* README: Updates.	* configure.in: Remove libpng checks, release 1.5.8Tue Feb  8 15:19:20 2005  John Ellis  <johne@verizon.net>	* globals.c: Change default thumbnail mechanism to shared thumbnails.	* po/it.po: Update Italian translation,	submitted by Costantino <inverness1ATvirgilio.it>.	* po/ru.po: Update Russian translation,	submitted by Sergey Pinaev <dfo@antex.ru>.	* po/sv.po: Update Swedish translation,	submitted by Hans 謋verbeck <hans.ofverbeck@home.se>.	* doc/10_6_advanced.html: Describe option 'Store keywords and comments	local to source image'.	* doc/11_4_management.html: Add list describing all folders and files	used by GQview, and purpose.	* doc/9_printing: Clarify a description.Tue Feb  8 09:03:27 2005  John Ellis  <johne@verizon.net>	* bar_sort.c (bar_sort_collection_list_build): Blank the collection	key before setting the bookmark list to that key, fixes incorrect list	when collection folder is now empty.	* ui_bookmark.[ch]: Allow bookmark lists to have a blank default.Tue Feb  8 07:45:15 2005  John Ellis  <johne@verizon.net>	* bar_info.[ch]: Use the cache find utility instead of only looking for	metadata in one place. If an a metdata file exists when writing,	use it's location. Porperly update the keyword sidebar when renaming or	moving a file to that the delayed save mechanism does not lose changes.	* cache.c: Make cache_get_location honor enable_metadata_dirs, and	removed duplicate isfile check in cache_find_location.	* cache_maint.c: Change order of maintenance calls so that metadata is	moved before the views are updated.	* globals.c, gqview.h, preferences.c, rcfile.c: Add option to save	metadata local to source image.	* layout_image.c, layout_util.[ch]: Hook up keyword sidebar to maint.	* thumb_standard.c (thumb_std_maint_move_validate_cb): Fix saving	of moved thumbnails - thumb_loader_std_save requires a NULL path.Sun Feb  6 06:07:30 2005  John Ellis  <johne@verizon.net>	* search.c: Fix initial keywords matching state to be same as menu.Fri Feb  4 21:54:16 2005  John Ellis  <johne@verizon.net>	* view_file_list.c: Update vfl->select_cb when populating the list and	add a sanity check to vflist_select_image.Wed Feb  2 10:57:15 2005  John Ellis  <johne@verizon.net>	* print.c: Added picas option for units. Made the default for units be	metric for anything but the US,PR locales. Fixed default custom printer	text to use <printer name> instead of the format string with %s.Mon Jan 31 12:59:57 2005  John Ellis  <johne@verizon.net>	* src/Makefile.am: Add INTLLIBS to cmpile libs.	* po/*.po: Make distcheck, ahem if LINGUAS is set it really messes up	the make dist target - it took me an hour to figure out why pos were	not updateing >-/	* README: Updates, including new translation status list.	* configure.in: Release 1.5.7Mon Jan 31 11:04:20 2005  John Ellis  <johne@verizon.net>	* preferences.c: Use new ui_misc utilities for radio buttons.	* po/es.po: Update Spanish translation,	submitted by Ariel Fermani <arielfermani@yahoo.com>.	* po/fr.po: Update French translation,	submitted by 蓃ic Lassauge <lassauge@users.sourceforge.net>.	* po/it.po: Update Italian translation,	submitted by Costantino <inverness1ATvirgilio.it>.Mon Jan 31 10:42:04 2005  John Ellis  <johne@verizon.net>	* preferences.c: Change Options dialog title to Preferences.	* doc/*.html: Update documentation.	* doc/11_4_management.html: Add page for Cache and Data Management.Mon Jan 31 06:31:00 2005  John Ellis  <johne@verizon.net>	* cache_maint.c: Improve dialog descriptions.	* dupe.c: Add fix for delayed status text update.	* image-overlay.[ch] (image_overlay_update): New functions to schedule	an update of an image info overlay, and fix incorrect dimensions when	image has delayed flip enabled.	* img-view.c, layout.c, layout_image.[ch]: Update image info overlay	whenever the file count changes.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -