updated NEWS, README and other documentation files
authorVladimir Nadvornik <nadvornik@suse.cz>
Mon, 21 Apr 2008 19:10:41 +0000 (19:10 +0000)
committerVladimir Nadvornik <nadvornik@suse.cz>
Mon, 21 Apr 2008 19:10:41 +0000 (19:10 +0000)
AUTHORS
NEWS
README
README.GQViewE [deleted file]
geeqie.spec.in

diff --git a/AUTHORS b/AUTHORS
index 715555d..89aee27 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,4 @@
 John Ellis <johne@verizon.net>  (Original author and maintainer of GQview)
 Vladimir Nadvornik <nadvornik at suse dot cz> (Maintainer of Geeqie)
 Petr Ostadal <postadal at suse dot cz>
+Laurent MONIN <zas at norz.org>
diff --git a/NEWS b/NEWS
index e69de29..1b5acea 100644 (file)
--- 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 <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.
diff --git a/README b/README
index 7c9dc46..67923af 100644 (file)
--- 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 (file)
index b629c54..0000000
+++ /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 <ctrl>1, <ctrl>2, <ctrl>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
-
index 54a735c..36a5f47 100644 (file)
@@ -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}"