home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Utilities / Dynamite / Dynamite.readme < prev   
Text File  |  2000-01-16  |  5KB  |  96 lines

  1. Short: Start button and explorer in one. Fast.
  2. Uploader: s.e.m.lichtendahl@its.tudelft.nl (Stephan Lichtendahl)
  3. Author:   s.e.m.lichtendahl@its.tudelft.nl (Stephan Lichtendahl)
  4. Version:  1.6
  5. Status:   GiftWare
  6. Type:     util/wb
  7. Requires: AmigaOS 3.5, PopupMenu.library v8.0, Reqtools.library v38.1436, wbrun.
  8.  
  9. Introduction:
  10. ¯¯¯¯¯¯¯¯¯¯¯¯¯
  11. OK, so it is another one of those Windoze Start button lookalikes. However,
  12. with this one you can browse your directory tree without ever needing to wait
  13. for icons to load, because they are loaded dynamically. In addition, icons are
  14. shown for files that do not have icons (based on filetype) and thumbnails are
  15. created on the fly for Jpeg pictures. Most importantly, Dynamite is a lot
  16. faster in loading icons, especially default icons, than Workbench / DOpus.
  17.  
  18. Features:
  19. ¯¯¯¯¯¯¯¯¯
  20.  · Easy browsing to directories, starting files (with filetype recognition) and
  21.    performing file management (copy, rename, delete, etc.).
  22.  · Multiple items can be selected to operate upon.
  23.  
  24.  · Supports old, NewIcons and OS3.5 icon formats.
  25.  · Shows default icons for files that do not have icons, based on filetype.
  26.  · Shows 1/8 size thumbnails for Jpeg pictures, created on the fly.
  27.  · Can scale all icons/thumbnails to a specified size.
  28.  
  29.  Dynamite is faster in displaying icons than Workbench / DOpus, because:
  30.  · Only those icons are loaded that are on the current and next two "pages".
  31.  · Only one default icon is loaded for each filetype and reused for every file
  32.    of the same type.
  33.  · You don't have to wait for the icons or thumbnails to finish loading.
  34.  
  35.  · Files and directories can be added to a hotlist for quicker access;
  36.    they are also added automatically to the "Open with" and "Copy to" submenus.
  37.  · Supports the creation of hierarchical hotlist structures, i.e. you can have
  38.    one hotlist opening another and that one another, ...
  39.  
  40.  · Filetype recognition is based on file extensions. The "def_*.info" files in
  41.    the "EnvArc:sys/" directory are used as default icons (e.g. "def_doc.info"
  42.    for a "*.doc" file). The "Default Tool" entry is used to open a file and an
  43.    "EDIT" tooltype can be specified as an alternative tool.
  44.  
  45.  · Memory pools are used to reduce memory fragmentation.
  46.  
  47. Version History
  48. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  49. Important: a lot of changes have happened, be sure to read the documentation!
  50.  
  51. Dynamite 1.6:
  52.  · Icons are now scaled to fit the area specified by the MINX, MINY tooltypes.
  53.  · Thumbnails are scaled to fit the area specified by the PICX, PICY tooltypes.
  54.  · Finally thumbnails are displayed ok under all circumstances.
  55.  · Shift-clicking items will only select them (multiple selection mode).
  56.  · In multiple selection mode, Copy, Rename, Delete, etc. will operate on
  57.    all selected files. In this mode, Delete displays a confirmation requester.
  58.  · Added "Select all" to popup menu to select all items.
  59.  · The "Copy to" feature now really copies and "Move to" will move (rename if
  60.    possible) a file or directory. Hold shift when opening menu for "Move" mode.
  61.  · A tool can be specified with the EDIT tooltype from a default icon, that is
  62.    added to the "Open with" menu when opened on a file of the appropriate type.
  63.  · Icons changed by the "ConvertNewIcons" and "ConvertMagicWBIcons" utilities
  64.    are now displayed without redrawing the whole window.
  65.  · Clicking on a file without an icon/thumbnail loaded will also load the image.
  66.  · Removed bug in auto rename feature (files without extension with dot in path)
  67.  
  68. Dynamite 1.5:
  69.  · Bugs introduced in 1.4 fixed: item selection was screwed up on window scrolling
  70.    and thumbnails were freed that just weren't there.
  71.  · On activating/deactivating the window, the current item will always get
  72.    selected/deselected, popping the window to front when appropriate.
  73.  · Added "Open with->default" to popup menus to open file with default viewer.
  74.  · Now the "Open with->other" and "Copy to->other" features will automatically
  75.    add the chosen tool/directory to the most recent hotlist as well.
  76.  · Added hidden feature: opening a Jpeg picture with less than 4MB free Fast
  77.    memory will first send a "CloseAll" Arexx message to ViewToolPPC.
  78.  
  79. Dynamite 1.4:
  80.  · Thumbnails are now also scaled. Still a little flaky when the browser window
  81.    is not frontmost (lack of color).
  82.  · Files and directories are now separately sorted, directories are shown first.
  83.  · Items can be sorted by name, date or size. File sizes and dates are shown
  84.    when appropriate. Added submenu to change sorting mode.
  85.  · Changed the popup menus a little: now includes a submenu for icons that
  86.    contains "Info...", "Delete", "ConvNewIcon" and "ConvMWBIcon" where
  87.    appropriate. The OS3.5 converticons tools are run for icon conversions.
  88.  · Icon submenu and "Rename" option are disabled for devices.
  89.  · When scrolling a browser window, icon/thumbnail loading will continue with
  90.    the first visible icon when the mouse is released, skipping others.
  91.  · When the mouse exits a browser window at the bottom, the window will only
  92.    close if it's the main hotlist window (so windows don't close on requesters).
  93.  · When toggling scaling on/off, window sizes are now correctly adjusted.
  94.  · BugFix: tooltypes MULTIPLY and DIVIDE were defined instead of SCALEMUL and
  95.    SCALEDIV.
  96.