home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************/
- // CHANGELOG.txt
- // EOS Image Manager
- /*****************************************************************************/
-
- 0.9 (02-Aug-03) Changes:
- - Added a new Thmbnails Tab that displays thumbnail images for some/all files.
- - Added iTunes-style alternate row highlighting to all tableviews.
- - Added new "Size" column to File Browser tableview.
- - Added standard Printing & Page Setup support (prints image shown in Image Viewer).
- - Added close button to the main window which quits the application when pressed.
- - Added new "Select All Unreadable Images (*B)" feature.
- - Size of the main window split view is now automatically restored at startup.
- - Enabled renaming of files where only change is case (life.jpg --> Life.jpg).
- - Improved error sheets for existing files encountered during Move/Copy operations.
- - Improved key shortcuts for Delete, Home, Prefs, etc.
-
- 0.8.5 (01-Apr-03) Changes:
- - Complete re-design of Target Browser Tab.
- - Added a fully-customizable application ToolBar to the main window.
- - Added an "Info" Panel with image properties: dimensions, filesize, DPI, etc.
- - Added basic Image Zooming features (Half Size & Double Size).
- - Added the standard "Edit" menu with Cut, Copy, & Paste functions.
- - Added "Operate Only on Extensions" option to Bulk Rename Sheet.
- - Enhanced table view behavior when using certain keys:
- <Return> & <Enter> now cause table cell to enter edit mode,
- <Home> & <End> now scroll to top and bottom of the file list respectively,
- plus other improvements, such as smart <Tab> and <Shift>+<Tab> behavior.
- - Fixed image filename filter to recognize propercase filename extensions.
- - Fixed checkBox in Target Table to flip checked/unchecked states when clicked.
- - Fixed Move/Copy Error Sheet to show a general 'file(s) already exist' error,
- instead of only showing a Sheet for the last filename affected.
- - Tweeked compiler settings to reduce executable size from 800 kb to 470 kb.
-
- 0.8 (01-Mar-03) Changes:
- - Added a contextual menu (right-click/control-click) to the Source Table.
- - Added support for file operations (Move/Copy/Delete) on Source folders.
- - Added support for renaming of folders in the Source Table.
- - Added Preferences Panel with true multi-user OS X system prefs.
- - Added new Pref for Continuous Slide Show.
- - Added more display intervals to Slide Show, including 1 & 2 second delays.
- - Re-worked Target Preview Image area to better fit into the application.
- - Added new Pref to remember last directory location of file browser at Quit.
- - Added display of "broken image" in Viewer when image cannot be displayed.
- - Added icon images to table header cells.
- - Added icon "return arrow" image to the ".." cell to better identify parent dir.
-
- 0.7 (10-Feb-03) Changes:
- - Application window remembers its size and location on screen between sessions.
- - Added auto-selection of next image when images are moved/deleted/renamed.
- - Rename Sheet now updates its output text as characters are entered in real-time.
- - Added "Create New Series" to Rename Sheet operations (e.g.: Beach001-BeachXXX).
- - Added "Select All Images (*A)" to File Menu.
- - Added "Refresh Src Directory (*U)" to File Menu.
- - Added standard Mac Help Menu and an EOS Image Manager help page.
- - Added a custom "About" Box containing additional application info.
- - Deleted items are now moved to Trash, instead of being deleted immediately.
- - Added auto-scroll to selected row for Source Directory when row is not visible.
- - Disabled most main menu items while the Rename Sheet is open.
- - Disabled <OK> button on Rename Sheet when "No Effect" is operational result.
- - Added new icon for images files, and sharpened current folder icon.
- - Added auto-deselection of any highlighted directories in File Browser,
- created by Select All or click-drag operations.
-
- 0.6 (26-Jan-03) Changes:
- - Added checkboxes to first column of Target Directory Browser to allow
- target selection in a more intuitive manner (removed On/Off btn).
- - Added logic for rendering high DPI images at screen resolution
- to both the Viewer tab and to the Slide Show window.
- (Until now, large DPI images looked very small).
- - Added "Window" sub-menu to main app (allows app to Minimize into dock)
- - Fixed crash if slide show was called twice in a row.
- - Completed all SlideShow order options (Asc, Desc, and Random).
- - Mouse cursor now hidden during slide show.
- - Added "Proper Case" to Rename Sheet operations.
- - Added status text on File Mgr tab to show item count.
- - Re-wrote file operations method to be more sensible.
- - Created new class for SlideShow methods (moved from MyController.h).
-
- 0.5 (12-Jan-03) Changes:
- - Initial Release.