minimal fix to start up the application, if a user defined database connection is not available, or not properly configured. In that case, the application shows an error dialog, and after that tries to startup with the default database configuration.
fix: db comparison german translations where mixed up
fix: made ui refresh differenziate between full refreshs of all views or only refresh of movie and thumb view (which is most of the time enough)
fix: do not update full tag or metatag tree, if change events, such as assignements, newly added tags or metatags, deletion of tags and metatags happens
fix: do not update full tag tree, if a new tag is added
fix: do not update the full tag tree after assigning a tag to a movie; using finer event mechanism which updates only the changed nodes, without fully rebuilding the tag tree
added some log messages
added toString method for debugging
removed unused Observer base class
added some logging information
refactored: finder level of event handling when db objects change
fix: added submenu for exif identifiers in the info help button
fix: use id for database configurations; fixed problem when refreshing the database configuration table
fix: the compare database menu has not been updated, if database connections have been added or changed
nicer: show crc checksum in hex
fixed FS#117: nullpointer exception when else part is empty and check for tag/metatag is needed
fix: removed unneccessary separator
fix: metatags could not be edited in the metatag tree
fixed tool tip descriptions
fixed abbreviation of file names for thumbnails (thanks to nice26 for submitting this fix)
minimal fix to start up the application, if a user defined database connection is not available, or not properly configured. In that case, the application shows an error dialog, and after that tries to startup with the default database configuration.
fix: db comparison german translations where mixed up
fix: made ui refresh differenziate between full refreshs of all views or only refresh of movie and thumb view (which is most of the time enough)
fix: do not update full tag or metatag tree, if change events, such as assignements, newly added tags or metatags, deletion of tags and metatags happens
fix: do not update full tag tree, if a new tag is added
fix: do not update the full tag tree after assigning a tag to a movie; using finer event mechanism which updates only the changed nodes, without fully rebuilding the tag tree
added some log messages
added toString method for debugging
removed unused Observer base class
added some logging information
refactored: finder level of event handling when db objects change
fix: added submenu for exif identifiers in the info help button
fix: use id for database configurations; fixed problem when refreshing the database configuration table
fix: the compare database menu has not been updated, if database connections have been added or changed
nicer: show crc checksum in hex
fixed FS#117: nullpointer exception when else part is empty and check for tag/metatag is needed
fix: removed unneccessary separator
fix: metatags could not be edited in the metatag tree
fixed tool tip descriptions
fixed abbreviation of file names for thumbnails (thanks to nice26 for submitting this fix)