home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 3 / CD_Magazyn_EXEC_nr_3.iso / Internet / Strony_WWW / Opus4.x / DOpus414JRbin.lha / Requests.txt < prev   
Text File  |  2000-04-01  |  5KB  |  186 lines

  1. - 040/060/PPC version
  2.  
  3. It doesn't have much sense (especially PPC version). I an recompile
  4. sources in C but most CPU-demanding parts are in assembler and they should
  5. be recoded for maximum performance under 040/060. I can't do that just
  6. because I don't know m68k ASM. If somebody optimizes them for 040/060 I can 
  7. insert them and produce 040/060 version then. PPC version doesn't have any 
  8. sense until PPC-native cards appear. If I get PPC-only card with m68k 
  9. emulation I'll try to make PPC version and check its performance.
  10.  
  11. - General speedup
  12.  
  13. I can't do much in that area because sources are quite messy and 
  14. uncommented so any optimizations are hard to do. I can only rely on 
  15. optimizations done by compiler.
  16.  
  17. - XPK, datatype, locale support
  18.  
  19. I'm thinking about it but it won't be implemented soon (if ever).
  20.  
  21. - OS3.5 icon support
  22.  
  23. Will be done when I receive my Amiga Developer CD 2.1 with proper includes 
  24. and docs.
  25.  
  26. - Faster dir scanning
  27.  
  28. Impossible without very deep changes in source tree. Probably never
  29. happens (I think I know why they decided to write DOpus 5 from scratch).
  30.  
  31. - Faster copying/deleting
  32.  
  33. Copying is already speeded-up. Currently is almost as fast as in Opus5. 
  34. Maybe there's still something to improve but don't expect miracles. 
  35. Deleting isn't noticeably slower than in other programs or WB. Best method 
  36. of making deleting faster is replacing FFS with another filesystem like PFS 
  37. or SFS.
  38.  
  39. - 256 colors support (currently 16)
  40.  
  41. In the works.
  42.  
  43. - Gadtools/MUI support for GUI
  44.  
  45. Forget about MUI. It's too hard to do. But I'll try to make Gadtools GUI
  46. wherever possible starting from DOpus modules.
  47.  
  48. - Hiding status bar at the bottom of the window
  49.  
  50. Can't say now as I haven't check the sources. It depends on required
  51. changes.
  52.  
  53. - User selected icon
  54.  
  55. Will be done soon.
  56.  
  57. - Font sensitive configuration window
  58.  
  59. Will be achieved through Gadtools GUI
  60.  
  61. - Direct LHA/LZX support
  62.  
  63. Not very likely as there are ARexx scripts which do that.
  64.  
  65. - More screenmodes for DOpus screen
  66.  
  67. Done.
  68.  
  69. - Correct displaying available diskspace on partitions bigger than 2GB
  70.  
  71. Will be done soon.
  72.  
  73. - Fixing number of items in progress indicator to real value
  74.  
  75. It will be done. But I'll add special switch to activating it as browsing
  76. directories can take some time (especially on slow disks/FFS partitions).
  77.  
  78. - Pattern for user-defined gadgets' background
  79.  
  80. I can add that after fixing more important things.
  81.  
  82. - Increasing menuitem limit
  83.  
  84. Is it really required? Actually there can be upto 100 menuitems defined.
  85.  
  86. - Correct work on hi/truecolor custom screens
  87.  
  88. I'll try to do that although I strongly recommend using DOpus on WB screen
  89. (all depths are supported).
  90.  
  91. - Internal decoding of GIF, PNG, JPG etc.
  92.  
  93. Won't be done. 3rd party viewers are very good at it. Besides I plan
  94. datatypes support so internal decoders are useless.
  95.  
  96. - Correct printing on different paper sizes
  97.  
  98. Tough one. I don't have a printer nor access to US-sized sheets (ie.
  99. Legal). I can try to fix it 'blindly' but it would require strong betatesters support.
  100.  
  101. - Integration with Scalos desktop
  102.  
  103. Well, I don't know Scalos nor use it so I don't know what integration could
  104. be done. But looking at the sources I doubt if any integration can be done
  105. easily (if ever).
  106.  
  107. - Fixing filereader to support more than 65536 lines of text
  108.  
  109. Will be done soon.
  110.  
  111. - Making it DOpus5-like
  112.  
  113. I won't to that. It's practically impossible and I like typical 2-window
  114. filemanagers. If you need DOpus5 functionality just go and but it!
  115.  
  116. - WheelMouse support
  117.  
  118. I'm thinking about it :)
  119.  
  120. - Text-reader as a window on WB
  121.  
  122. Will be done for sure!
  123.  
  124. - Warning requester when renaming directory to already existing name
  125.  
  126. Will be fixed soon
  127.  
  128. - 'Bring to front' gadget for next-DOpus requester
  129.  
  130. I'll add it
  131.  
  132. - Rolling backward devicelist when clicked with SHIFT pressed
  133.  
  134. I've checked the sources and it's not easy to do. Anyway I'll try to add
  135. this feature.
  136.  
  137. - Option to turn quit-requster off
  138.  
  139. Will be done
  140.  
  141. - Popup menu to select sorting type
  142.  
  143. Done.
  144.  
  145. - Selecting the size of copy buffer in Prefs
  146.  
  147. Currently that buffer is filesize-dependent and it should stay so. Rule
  148. which control it should be finetuned a bit anyway.
  149.  
  150. - 'Rename' option to "Overwrite' requester
  151.  
  152. I'll add that.
  153.  
  154. - More user commands for filetypes
  155.  
  156. I think it's possible :)
  157.  
  158. - Additional commands
  159.  
  160. Existing set is quite powerful but I don't see any reason why not to expand it
  161. :)
  162.  
  163. - Using function multiple times in single command (ie. {o})
  164.  
  165. This is a must!
  166.  
  167. - Horizontal scroller for text-reader to avoid line wrapping.
  168.  
  169. Will be implemented together with WB-window option for text-reader.
  170.  
  171. - Reducing program size
  172.  
  173. Compiler does its best. However I'll be removing pre-3.0 code gradually.
  174.  
  175. - Iconify gadget in window dragbar (VisualPrefs compatible)
  176.  
  177. I like that idea :)
  178.  
  179. - Progressbar for deleting files
  180.  
  181. Why not? :)
  182.  
  183. - 'Add icon' checkmark for MakeDir requester
  184.  
  185. I'll do that
  186.