2009-04-26 |
nadvornik |
added an option to write image orientation to the metadata
|
2009-04-04 |
nadvornik |
added metadata_read_GPS_coord
|
2009-03-20 |
nadvornik |
do not add duplicate keywords from config file
|
2009-03-13 |
nadvornik |
do not allow to add keywords with the same name as siblings
|
2009-03-13 |
nadvornik |
added keyword tree filtering
|
2009-03-13 |
nadvornik |
fixed keyword to mark connection
|
2009-03-11 |
nadvornik |
added a popup menu in keyword tree
|
2009-03-08 |
nadvornik |
save and restore the keyword tree
|
2009-03-08 |
nadvornik |
dnd fixes
|
2009-03-08 |
nadvornik |
dnd in keywords tree
|
2009-03-07 |
nadvornik |
implemented keywords editor as described at
|
2009-02-28 |
zas_ |
Use g_utf8_casefold() to compare keywords, uppercased/lowercased keywords are now matched against predefined list.
|
2009-02-07 |
nadvornik |
use metadata_read_* functions where possible
|
2009-02-04 |
zas_ |
Add year 2009 to copyright info everywhere.
|
2009-01-11 |
nadvornik |
added a status bar button for writting metadata immediately
|
2009-01-10 |
nadvornik |
simplified metadata interface, dropped metadata_read,
|
2009-01-03 |
nadvornik |
write keywords and comments with separate functions
|
2009-01-02 |
nadvornik |
added done callback to utilops
|
2008-12-26 |
nadvornik |
improved sidecar writting
|
2008-12-25 |
nadvornik |
low-level keyword-to-mark functionality
|
2008-12-23 |
nadvornik |
allow writing of empty keywords/comment
|
2008-12-22 |
nadvornik |
write metadata after timeout, image change or dir change
|
2008-12-21 |
nadvornik |
most of the metadata options now works
|
2008-12-20 |
nadvornik |
use the workflow in utilops.c for metadata approving and writting
|
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-25 |
zas_ |
Move comments/keywords read and write stuff to new metadata.{c,h}.
|