From 83e3573f5fb4bec00d4377ddc27e1904f4f68da1 Mon Sep 17 00:00:00 2001 From: Vladimir Nadvornik Date: Mon, 21 Apr 2008 19:10:41 +0000 Subject: [PATCH] updated NEWS, README and other documentation files --- AUTHORS | 1 + NEWS | 79 +++++++++++++++++++++++++++++++++++ README | 13 +++++- README.GQViewE | 111 ------------------------------------------------- geeqie.spec.in | 4 +- 5 files changed, 92 insertions(+), 116 deletions(-) delete mode 100644 README.GQViewE diff --git a/AUTHORS b/AUTHORS index 715555d9..89aee270 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,4 @@ John Ellis (Original author and maintainer of GQview) Vladimir Nadvornik (Maintainer of Geeqie) Petr Ostadal +Laurent MONIN diff --git a/NEWS b/NEWS index e69de29b..1b5acea6 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,79 @@ + +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 gqview. + +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 1, 2, 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. diff --git a/README b/README index 7c9dc46a..67923afe 100644 --- a/README +++ b/README @@ -640,9 +640,18 @@ zh_TW 93 695 23 26 Vadim Shliakhov for miscellaneous fixes. - + Uwe Ohse + for Exif enhancements, histogram and other pathes + + Timo Horstschäfer + for customizable fullscreen overlay + + Michael Mokeev + for print related enhancements + + And... - Thanks to the users for finding GQview useful. + Thanks to the users for finding Geeqie useful. ======== diff --git a/README.GQViewE b/README.GQViewE deleted file mode 100644 index b629c541..00000000 --- a/README.GQViewE +++ /dev/null @@ -1,111 +0,0 @@ -Implemented 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 gqview. - -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 1, 2, 3, ... from external editor to selecting mark. - - -Exiv2 support -""""""""""""" - -exiv2 improves exif handling and adds iptc and xmp support. - -Here is a comparison of supported raw formats: - -Format with exiv2 without exiv2 - metadata preview metadata preview -arw yes yes yes no -cr2 yes yes yes yes -crw yes yes no yes -dng yes sometimes (bug ?) yes sometimes -mef yes no yes no -mrw yes no no no -nef yes yes yes yes -orf yes no yes yes -pef yes yes yes yes -raf yes yes yes yes -sr2 yes yes yes no - - - - -TODO -==== - -metadata handling - xmp support - - tag editor - - search, filtering - - save tags in XMP - structured tags should be possible - - -external commands - - internal copy/move/delete of grouped files - - rewrite utilops.c, better error handling, faster preview (use thumbnails) - - "filters" - commands that have source and target file, offer them in d&d menu, - ask for target when they are called normally. - - external command for reading and writting metadata (typically exiftool) - - structured list of commands - editors, exporters, ... - - posibility to add commands by installing additional file/package - - some dialog for extra parameters of commands, - for example - command median filter, extra parameter radius (float) - command export, extra parameter target directory (string) - -rewrite change notifications, take advantage of FileData structure - -configuration dialog for accelerators - -fix all bugs :) - -Please send any comments or bugreports to nadvornik@suse.cz - diff --git a/geeqie.spec.in b/geeqie.spec.in index 54a735cb..36a5f473 100644 --- a/geeqie.spec.in +++ b/geeqie.spec.in @@ -65,8 +65,6 @@ Supporta anche l'uso di editor grafici esterni. %setup -q %build -rename no nb po/no.* -%__sed -i "s/\(ALL_LINGUAS.*\) no /\1 nb /" configure.in configure %configure %__make %{?jobs:-j%{jobs}} \ @@ -78,7 +76,7 @@ make install DESTDIR=%{buildroot} \ helpdir="%{_docdir}/%{name}/html" \ readmedir="%{_docdir}/%{name}" -%__install AUTHORS COPYING ChangeLog README "%{buildroot}/%{_docdir}/%{name}/" +%__install AUTHORS COPYING ChangeLog NEWS README "%{buildroot}/%{_docdir}/%{name}/" %clean %__rm -rf "%{buildroot}" -- 2.20.1