summaryrefslogtreecommitdiff
path: root/graphics/gqview
AgeCommit message (Collapse)AuthorFilesLines
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2009-12-07Drop MAINTAINER.wiz1-2/+2
2009-11-26Pass down builddir to not have stray -I options.joerg1-1/+3
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2008-11-24Uses math functions such as floor(3), so link explicitly against libm.tnn1-1/+2
Fixes build on Solaris.
2008-06-20Add DESTDIR support.joerg1-1/+3
2007-01-11update to 2.0.4drochner2-6/+6
This is a bug fix release to fix several crashes and minor bugs in the user interface. It also fixes printing of transparent images.
2006-11-24Needs -lsocket on Solaris.rillig1-1/+2
2006-11-09update to 2.0.3drochner3-7/+9
changes: -adds translations for Basque and Esperanto -new window icons -fixes several bugs and crashes
2006-10-17Update to 2.0.2:gdt3-8/+10
- Update translations de, fi, pl, pt_BR, ru, sk, vi, zh_TW. - Add translations be, ca, ko. - Add %w macro to editor commands. * Thumbnail check order fix. * Allow data cache reader to tolerate (ignore) future features. * Do not allow to rename a folder when folder with new name exists. * Avoid possible hang in corrupt exif data. * Fix compile time warnings on newer gcc and gtk+.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-29/+29
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-4/+4
NO_BUILD, USE_LIBTOOL.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-2/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-05-15update to 2.0.1drochner2-6/+6
changes: -translation updates -bugfixes
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-28Update to 2.0.0. Changes:snj3-9/+60
+ Search utility. + Ability to assign keywords and comments to an image. + Printing, including proof sheets. + Support for the Thumbnail Managing Standard, on by default. + Fullscreen support for multihead configurations. + Fullscreen can now delay showing next image until it is loaded. + Image information now viewable in fullscreen (I key). + Extensive user manual. + Command line control of existing GQview process. + Collections are now updated when moving or renaming a file. - Shift + Click on an image will start mouse scrolling. - Control + Arrows will jump to respective edges of image. - Slideshow interval precision is now .1 second. - Find duplicates by checksum now uses MD5 algorithm. - Exif sidebar can now be customized. - Sort manager now has symlink option. - Sort manager can now add images to collections. - Window maximization state now retained between sessions. - Clean up all dialogs. - Added hidden option scroll_reset_method (see docs chapter 10.7). - Maintenance utility for caches and data used by GQview. - Utility to create thumbnails ahead of time in one step.
2005-02-24Add RMD160 digestsagc1-1/+2
2004-10-15Update to 1.4.5.snj2-6/+5
Changes: * Remove window decorations from full screen window, this fixes the decorations that are presented on older window managers. * Fix broken keyboard focus in main window when the tools are floating. * Connect R key to refresh the image when in full screen.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-20Update to gqview-1.4.4.snj3-8/+12
Changes: * Fix various focus issues when removing or deleting images. * Fix bug where GQview would hang until an editor command completed. * Fix full screen interfering with xscreensaver lock. * Fix date text utf-8 warnings. * File management operations no longer turn off full screen. * Fix unexpected layout order change in options window. * Fix crash when starting slide show from folder tree right click menu. * Miscellaneous fixes from 1.5 devel branch.
2004-04-30Update to gqview-1.4.3. Changes:snj2-6/+5
* Updated Japanese and Romanian translations. * Added support for scrolling with a horizontal mouse wheel. * Fix crash when removing items from a collection window. * Fix occasional incorrect rankings in find duplicates window. * Fix bug allowing focus to go beyond last row in icon view. * Fix keyboard focus positioning in the list view when deleting images. * Fix incorrect regeneration of thumbnails when the user is not the owner of the thumbnail. * Fix application hang during execution of a verbose script from an editor slot. * Fix delay when showing pop-up rename overlay.
2004-04-06Changes 1.4.2:adam2-5/+5
* updated Bulgarian translation * honouring G_BROKEN_FILENAMES environment variable * several bug-fixes
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam1-2/+2
2004-03-01Update to gqview 1.4.1. Changes:snj2-5/+5
* Updated Hungarian translation. * Fix crash in folder tree view. * Fix crash when attempting rare warning dialog for utf-8 at startup.
2004-02-21Add explicit dependencies on the packages used by this package directly.minskim1-1/+3
2004-02-21Include pkgconfig/buildlink3.mk, because the configure script usesminskim1-1/+2
pkg-config to detect GTK+2.
2004-02-21Use bl3, drop USE_X11BASE, update to gqview-1.4.0.snj3-13/+12
Changes since 1.2.2: * Exif support. * Sort manager. * Ported to GTK 2. * Icon view now includes filenames. * Safe delete option. * Drag and drop improvements. * Find duplicates results are better ranked and grouped. * Prebuffer option now retains previous image, in addition to the next image. * Editor commands are now more flexible. * Added option to auto rotate image based on exif data. * Automatic list and image refresh now optional. Okayed by wiz.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-03-04Update to 1.2.2.wiz3-6/+7
- Updated French and Spanish translations. - Added Vietnamese translation. - Tweaked behavior of 'view in new window' to honor multiple selections. * Fixed copy and move overwrite dialog logic.
2003-02-14Improve description.wiz2-11/+9
2003-01-24Update to 1.2.1:wiz2-5/+5
The French, Japanese, and Russian translations were updated, and several minor issues and a bug were fixed.
2002-12-16Update to 1.2.0.wiz3-7/+8
Changes since 1.0.1: 1.2.0 - 12/12/2002 Updated translations cs, de, fi. Fixed locale path define in configure, rpm scripts. 1.1.6 - 9/26/2002 File filtering was rewritten. Added Romanian translation, and updated et, fi, and fr translations. Failing to generate a thumbnail is now remembered so that future views to that location do not attempt to generate it (and fail) again. Added 'up to parent' to directory right click menus. Removed current (.) directory from the simple directory view. Speed improvement when deleting many files when in the icon view. Thumbnail caching is now on by default, for new installs. Made keyboard shortcuts more consistent, and added missing shortcuts. Zoom preference is now retained when no image is displayed. Fixed sensitivity of windows when in fullscreen, for Xinerama users. Fixed saving and loading of editor commands that contain quotes. Fixed a crash when deleting files during thumbnail creation. Misc small bug and aesthetic fixes. 1.1.5 - 7/2/2002 Added (untested) Xinerama support. When a new directory is selected, the first image in that directory is now viewed (to enable old behavior see README). Tree view now auto expands to display subdirectories of the active path. Translation updates for et and uk. Added skip all button to the overwrite files dialog. Fixed 'fit window to image when tools float' option. Fixed the cause of panes resizing to top left when toggling tools. Fixed several bugs that cause a crash when refreshing the file listing. Fixed scrolling bugs in file view. Fixed miscellaneous smaller bugs. 1.1.4 - 5/1/2002 Added numerical auto-rename option to the rename multiple files dialog. External editor commands now accept %f to insert the filename anywhere within the command. View windows now accept multiple files and directories with drag and drop. Multiple main windows can now be opened. Main window automatically refreshes when viewed directory's contents change. Zooming with the mouse now keeps the image aligned under the pointer. Image rotation now keeps the same area visible. Tweaked image keyboard focus display. Fixed list view scroll bug when toggling thumbnails. Fixed some file maintenance issues with the main window. Fixed zoom increment bug when current zoom is 'fit to window'. Fixed bug that can cause random memory to be written to the rc file. 1.1.3 - 4/18/2002 Added two pass zooming option, on by default. Added file properties dialog to right click menus. Added user settable 'custom' threshold for finding dupes with similarity. Now displays the rank when finding dupes with the similarity method. Similarity comparison stage is now 2 to 3 times faster. Image rotation is now 2 to 3 times faster. Updated Czech translation. Toolbar can now be hidden. The directory list now scrolls to display previous selection when moving up the directory tree. Now reports when an image can not be displayed due to lack of read permission. Menu fixes to remove the ugly (Un) prefixes. Fixed display order of the find duplicates result list. Fixed non-random slideshow to be sequential. Fixed bugs when changing the layout view. Fixed alignment when toggling thumbnails before they were finished. 1.1.2 - 4/8/2002 Floating and hiding of the 'tools' have returned. Added rename and auto rename options to the file overwrite dialogs. Added option for the image background to be black. Ctrl-I and Ctrl-T now toggle icon and tree views, respectively. When using gdk-pixbuf 0.16.0 or newer, enable the Tiles zoom quality option. (Tiles is faster than Bilinear, but very similar in quality). Thumbnails are now re-generated if the thumbnail's time stamp does not match that of the source (old behavior only tested for new less than old). When copying files, now attempts to retain file attributes. External editors are now started with the working path of the image. Added Thai translation, updated the Estonian and French translations. Fix file positioning bugs when refreshing, deleting, or moving files. Fix in place renaming display bug. Miscellaneous bug fixes. 1.1.1 - 2/14/2002 Added optional image icon view to main window. Added optional folder tree view to main window. Files can now be copied or moved by dropping images onto the folder list. Folders can now be renamed or created from the folder pop-up menu. The keys 9, 8, and 7 now zoom respectively to -2.0, -3.0, and -4.0. Now displays total bytes in current folder, and of selected images. Re-implemented internal maintenance to update views as files are moved, renamed, or deleted. Doubled the bytes read per call when loading an image. The window title is now updated to reflect the current image. 1.1.0 - 2/6/2002 The main window layout is now user configurable. Tab completion will now pop up a list of possible matches. The keys used to directly zoom an image (1,2,3,4) now work in full screen. 1.0.2 - 1/29/2002 Updated Czech and Chinese (zh_CN.GB2312) translations. Fixed removal of selected files in duplicates window (it was not removing the entire selection).
2002-11-30USE_PKGLOCALEDIR.grant5-54/+8
2002-11-18Fix PGLOCALEDIR usage. Closes pkg/18632salo5-26/+48
2002-10-08Remove BUILDLINK_DEPENDS.* that refers older versions than mandated bywiz1-3/+1
the buildlink2.mk files.
2002-09-27Setting the same variable to the same value in the same placewiz2-9/+5
once should be enough.
2002-09-01regen (bl2 merge)wiz1-2/+1
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam2-19/+6
have been converted to USE_BUILDLINK2.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+3
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-01-07Update to 1.0.1. New cs locale, uk locale updated, and somewiz4-10/+11
documentation updates.
2001-12-29Add a missing @dirrm.wiz1-1/+2