--- CV/Changes 2006/03/07 17:09:45 1.104 +++ CV/Changes 2008/11/02 09:02:05 1.146 @@ -1,9 +1,66 @@ +TODO/FIXME: .ogm support is a must TODO/FIXME: pixmap-bg-trick sometimes doesn't work (race?) TODO/FIXME: remove event does not recalculate schanuzer content size TODO: with manual placement, initial contents aren't displayed TODO: rename, mass-rename TODO: update a file that has been removed etc. +TODO: cv file => rescan => 0 byte size if file no longer exists + - very hacky video thumbnailing via mplayer. + - ctrl-d errornously worked like ctrl-shift-d (cost 50gb of data). + - work around glib/gtk's filename corruption bugs when saving thumbnails + by writing the file ourselves. + - work around some other glib/gtk string corruption bugs. + - really only warn about pipe close failures :/. + - add hide attribute to jobs that will remove the file and do not + show those files in the schnauzer (but in-progress jobs + will still be shown, unfortunately). + - work around some more unicode issues in perl. + - correctly parse .rm as file extension in the schnauzer. + +1.53 Tue Jul 8 14:03:12 CEST 2008 + - only warn about pipe close failures in printdialog, do not die. + - do not try to handle filenames in unicode, instead, only + convert at display time. + - kill any media players on destroy and not in the finaliser, + as gtk+'s lazy finalisation and mplayers stubbornness to + continue running without control socket and output window + can be annoying. + - add recursive delete (lamely implemented using rm -rf). + - update progressbar after a timeout in addition to after + enough work has done to ensure it is being displayed + quickly for long jobs. + +1.51 Sun Jan 27 17:48:14 CET 2008 + - run more stats in parallel in schnauzer scanning. + - do not deselect cursor on scroll if a range is selected. + +1.5 Sun Nov 25 15:15:27 CET 2007 + - rudimentary support for audio. + - fix Gtk2::Ex::PodViewer rename (patch by Randy J. Ray). + +1.4 Sat Mar 17 14:11:48 CET 2007 + - upgraded to IO::AIO 2.1 features. + - errors in IO::AIO callback execution will be logged and will + not freeze AIO operations anymore. + - jpeg2000 support by running jasper externally (imageviewer only). + - directory scanning now asynchronous. + - increased progress update frequency and reduced delay. + - add/enable icons for mp2/mp3/ogm. + - better ogm support. + - use mplayer for just about anything as opposed to just for video/*. + - fix auto rotation in older perls. + +1.3 Wed Sep 27 23:59:27 CEST 2006 + - simplify redraw, avoid unnecessary schnauzer redraws. + - add rotate entries to the schnauzer menu, adapted + from a patch by Corris Randall. + - use new experimental (but much faster) clustering feature vector + based on moments and not on a histogram. + - reimplement file movement to use IO::AIO natively, thus much faster + and lower on resources. + +1.2 Fri Mar 31 12:55:15 CEST 2006 - fix unnecessarily redraws on partial exposes (scrolling etc). - fixed CV_TRASHCAN support. - "a" calls exiftran to rotate the image on-disk. @@ -17,6 +74,7 @@ - set window roles. - changed xor color from 0x8080 PC to 0x8000, as the former yields useless results on gtk 2.8. + - fix p7 thumbnail reading. 1.1 Fri Oct 28 15:47:53 CEST 2005 - jobs for files currently shown in a schnauzer get prioritised.