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
- 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+.
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.
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.
+ 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.
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.
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.
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.
* 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.
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.
- 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.