view NEWS @ 623:48bfa03502d3

Change translations statistics formatting to match the style use in the README file. Here is the result for current trunk: Translations statistics Date: Sun, 11 May 2008 11:33:14 +0200 Note: completion % in the chart below may not be quite correct when fuzzy translations exist but do not appear in the source. For exact results, run make update-po with up to date POTFILES.in. comp % = trans / (trans + fuzzy + untrans) Language Comp(%) Trans Fuzzy Untrans Total fr 100.00 985 0 0 985 be 90.56 892 25 68 985 eu 68.53 675 150 160 985 eo 68.22 672 153 160 985 vi 68.02 670 156 159 985 it 67.82 668 154 163 985 pt_BR 67.82 668 154 163 985 zh_TW 66.90 659 150 176 985 sk 66.50 655 158 172 985 fi 64.37 634 176 175 985 nl 64.37 634 179 172 985 sv 64.16 632 175 178 985 bg 64.06 631 175 179 985 ca 64.06 631 175 179 985 cs 64.06 631 175 179 985 de 64.06 631 175 179 985 es 64.06 631 175 179 985 ja 64.06 631 175 179 985 ru 64.06 631 175 179 985 pl 60.61 597 148 240 985 ar 42.94 423 315 247 985 ro 37.56 370 342 273 985 hu 36.14 356 332 297 985 id 19.70 194 408 383 985 et 19.29 190 407 388 985 uk 17.16 169 411 405 985 nb 15.94 157 416 412 985 zh_CN.GB2312 15.94 157 416 412 985 th 15.13 149 413 423 985 sl 14.72 145 419 421 985 da 12.99 128 402 455 985 ko 11.37 112 52 821 985 tr 6.60 65 398 522 985
author zas_
date Sun, 11 May 2008 09:37:46 +0000
parents 6624477decc8
children
line wrap: on
line source


This is a snapshot of a wiki page, from the time of release. For current version
of the page look at http://geeqie.wiki.sourceforge.net/new_features

================================================================================

Comparing images side-to-side

Menu: View/Split/...
View/Connected Scroll
View/Connected Zoom

File marks

Each image can be marked with up to 6 different
flags, it is possible to convert marks to selection and vice versa,
even boolean operations are supported
Note: marks are visible in file list and fullscreen mode with info,
they are not visible in icon list (yet).

Menu: Select/Show Marks
Select/Mark ...

File grouping

It is possible to group files which have the same name and different extension,
and show them as one entry. Typical usage: raw + jpeg, raw + xmp.

Configuration: Preferences/Filtering

External commands

It is possible to replace internal copy/move/delete operations with
external commands, for example create hardlinks instead of copying files.

External editors handling was improved, it is possible to run an editor
on the best fitting file type, and the exit status is reported back
to Geeqie.

Configuration: Preferences/Editors
Menu: Edit/...


Controls redesign

Most of controls was added to menu and is handled via keyboard accelerators,
thus they can be configured in ~/.geeqie/accels

The default function of keys 1, 2, 3, ... was changed from zoom to mark toggle and
function of <ctrl>1, <ctrl>2, <ctrl>3, ... from external editor to selecting mark.

Exiv2 support

Geeqie can be optionally linked with exiv2 to improve support for image metadata. 
Details are at http://geeqie.wiki.sourceforge.net/Exiv2

Various enhancements

    * Customizable overlay info (see Edit > Preferences > Advanced > Full screen).
    * Configurable frame around image (see Edit > Preferences > Image > Limit image size when autofitting).
    * Custom border color around the image (see Edit > Preferences > Image > Custom border color).
    * Honor selection while fullscreen navigation (patch by Uwe Ohse).
    * Make properties tabs reorderable through drag'n drop (patch by Laurent Monin).
    * Various exif improvements (see Edit > Preferences > Properties > Exif, based on patch by Uwe Ohse).
    * Setting no limit size to trash directory is now possible using zero as value.
    * Main configuration file was renamed from gqviewrc to geeqierc.
    * Add the possibility to match duplicates on the name but ignoring the case (see Find Duplicates dialog).
    * Add the possibility to print file names with path (see Path checkbox in the Text tab in the Print dialog).
    * Histogram added to full screen overlay (press twice I to display, J to change mode, K for channels).
    * Add support for some Samsung raw files (.pef) (need testing).
    * In the collection view, display the full path to the file as tooltip when Show filename text is on.
    * Secure rc file saving was implemented, it reduces the risk of corruption during the save.
    * New Go to directory view feature that permits to find and display the directory corresponding to an image view.
    * Hiding the self (.) directory from directory view is now possible (Edit > Preferences > Filtering > Show dot directory)
    * Image postprocessing (rotation, color management and grayscale) is now done in pixbuf-renderer.
    * Toggling Grayscale now applies to all images.
    * Add zoom ratio display to OSD in fullscreen mode. It appears as [%zoom%] in fullscreen info string.
    * Support for AdobeRGB colorspace
    * Try to keep image orientation set by the user during the session.