log

age author description
2008-12-22 zas_ French translation was updated.
2008-12-22 nadvornik write metadata after timeout, image change or dir change
2008-12-22 nadvornik show metadata options in preferences dialog
2008-12-21 nadvornik fixed safe delete
2008-12-21 nadvornik most of the metadata options now works
2008-12-21 nadvornik fixed new options
2008-12-21 zas_ French translation was updated.
2008-12-20 nadvornik added options for metadata - not yet used
2008-12-20 zas_ Fix two minor compilation warnings.
2008-12-20 zas_ Switch to fullscreen when double clicking on file in icon or list view. Feature request 1966042. The code was there since a long time but disabled, please report any issue.
2008-12-20 nadvornik use the workflow in utilops.c for metadata approving and writting
2008-12-16 nadvornik queue metadata and write them in an idle callback
2008-12-15 nadvornik prepared infrastructure for delayed metadata writting - refreshing
2008-12-15 zas_ Allow to drag keywords on files in list or icon view. Dragged text is appended to keywords list of the destination file.
2008-12-09 zas_ French translation was updated.
2008-12-09 zas_ Allow to invert the current selection in Collection view. A new Selection submenu was added to the contextual menu, Select All and Select None were moved to it, and Invert selection was added.
2008-12-08 zas_ Display error dialog with appropriate message when user is trying to open an invalid collection file.
2008-12-08 zas_ Cosmetic fix.
2008-12-07 zas_ Fix patch 1290: we only want to remove unused parameter warnings not all warnings produced by -Wextra, so just disable then using -Wno-unused-parameter and re-add -Wextra (was -W, but this is the old name).
2008-12-07 nadvornik handle the case when io.open() fails
2008-12-06 nadvornik disabled the "unused parameter" warnings, they are harmless and nobody
2008-12-02 zas_ Rename few variables to make the code more readable.
2008-11-30 zas_ keyword_list_find() -> find_string_in_list(), return gboolean.
2008-11-30 zas_ metadata_set_keywords() -> metadata_set(). Use gboolean type for boolean parameters.
2008-11-30 zas_ Rename most comment_*() functions to more appropriate metadata_*().
2008-11-30 zas_ File filters cleanup: add .pef .dng and .arw extensions to default sidecar extensions list, add .k25 in Kodak raw extensions, simplify and optimize sidecar_ext_parse().
2008-11-27 zas_ Do not hardcode exif formatted prefix.
2008-11-27 zas_ Fix up sign-related warning.