PageRenderTime 137ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/CBR/CBR/Dependencies/todo.txt

#
Plain Text | 153 lines | 117 code | 36 blank | 0 comment | 0 complexity | 824c9ffc3a7889bf49d570f637767c91 MD5 | raw file
  1. ########################################################################################
  2. IN THE TODO LIST, IDEAS
  3. EPUB
  4. - make navigation on xps and epub
  5. - make epub to book converter
  6. - make epub to xaml converter
  7. - make epub to html converter
  8. - make an epub editor that goes with creating
  9. GENERAL
  10. - add web/xaml editor - use the editor in Reflection studio for html/ and flow document for editing
  11. MARKETING
  12. - test and take good ideas in the others soft (see file info
  13. - improve the web site
  14. - improve codeplex
  15. - publish article
  16. - submit on cnet...
  17. BUGS
  18. ########################################################################################
  19. VERSION 1.0
  20. VERSION .9
  21. VERSION .8
  22. TODO
  23. DONE
  24. VERSION .75
  25. DEPENDENCIES
  26. new AvalonDock = 2.0 from
  27. new iTextSharp = 5.3.3.0
  28. new Fluent = 2.1.0.0 from fluent-c419ffc48fb9 from 27/10/2012
  29. SevenZipSharp = 0.64.3890.29348
  30. VERSION .7 ==> objective : finish first rss, improve epub, complete localize + tooltips
  31. TODO
  32. - finish and pass test cases
  33. DONE
  34. - Issues :
  35. - Support for multidocument display through visual studio tabs like
  36. - New, Any CPU compilation to run on x32 and x64 platforms with 7ZipSharp related libraries
  37. - New, complete the PDF image conversion when contains splitted images. they can now be combined in the destination format
  38. - New Installer project available
  39. - New OPDS rss viewer with management and lot of functionnalities like direct donwload
  40. - New BrowserForControl to manage browse for file or folder, with binding and events
  41. - Improved MVVM frames designer for dynamic book
  42. - Improved simulation
  43. - Improved localize engine and management view, use IETFCode
  44. - Better WaitSpin control, See http://www.codeproject.com/Articles/382417/WaitSpin-ProgresPanel-and-threads
  45. - Improved backstage panel with scroll
  46. - A lot of issues have been solved
  47. VERSION .6
  48. - Extract ListView control from explorer, manage image header, sorting with arrow, style and grouping, simple thumb view with wrap panel
  49. Issue = 11698, 11663
  50. - List view - All mode, make a group header like comicrack with line and counter
  51. - Convert - output format not updated with single file selection
  52. Issue=11697+11693+11694+11695+11696
  53. - supress wmi traces in release
  54. Issue=11673
  55. - backstage - new input/output format choice control for the conversion
  56. Issue=11673+11675
  57. - Localize view is now MVVM, delete with refresh is working. Button row needs Auto sizing to get the images ok
  58. Added the unused flag ==> take care that it goes to true only when displaying screen elements !
  59. Issue=11681+11680+11682
  60. ########################################################################################
  61. VERSION .5
  62. Added
  63. - New explorer based on listview (previous listbox with wrap panel loose virtualization)
  64. - 3 views : grid, simple thumb, extended thumb
  65. - New "home" page with actions and headlines feed (xaml from web)
  66. - New extended options dialog (not enough place in backstage panel)
  67. - Extended options - Registering CBR with file types
  68. - Extended options - Move dynamic properties
  69. - Add "file open" from explorer and shell registering
  70. - Add a help button that display an online page
  71. - Add translation(FR+ENG) and management + a dropdown button to choose available languages
  72. - Add a localization window to manage languages
  73. - Make xml and binary localization providers
  74. - Add an option "start with" language
  75. - Move new search box to explorer and device info view
  76. - Disable sort/group/search in explorer if no books
  77. - Rework style in search box control
  78. - Create white shadowed button style to apply on backstage buttons like office
  79. Bugs
  80. - New catalog was not added in the recent file list after close/save
  81. - Replace new WeakAction and Mediator as Sacha Barber point out the not-garbaged references (thanks -:))
  82. ########################################################################################
  83. VERSION .4
  84. Note : Mouse management on the image
  85. - left mouse button = move the image
  86. - CTRL + left mouse button = display the magnifier
  87. - mouse wheeel = scroll up/down
  88. - CTRL + mouse wheel = zoom
  89. Note that CBR has got several parts that can get the focus : the ribbon, the library explorer or the zoom slider.
  90. Don't be surprised if they anwser to mouse events...Click on the image to put the focus on the pages !
  91. Added
  92. - Added/renew images, Add icons in context menu
  93. - Finish the page navigation commands on comics
  94. - Rework on device and usb ribbon, moved the combo, organize it
  95. - Highlight on item view is working with drag and drop
  96. - Book double-click in explorer to open
  97. - Ribbon tags 'book' and 'device' becomes contextual ('book' visible only when a book is open, 'device' only when something is detected)
  98. - Key management while reading : arrows and page up/down (was lost in rewriting)
  99. - New command : Remove book from library
  100. - ePUB format support (file and memory, icon, cover preview, etc...)
  101. - New Document view with Toc explorer and WebBrowser
  102. - Usb event detection and new USB device view in the ribbon device group with drag & drop support from/to explorer
  103. - Device config in backstage to list supported devices, this will help when transfering data to a device to know about the needed transformation
  104. Tech
  105. - Rework like a ZipHelper to centralize 7zip init and functions
  106. - Added a Drag & drop helper to manage automatically D&D in the application
  107. Bugs :
  108. - Scrolling disappear after group/ungroup in library explorer
  109. - Indexing images from pdf conversion was not ok + evol when reading to order pages correctly when number are not well formatted
  110. - BeginInvoke not compatible with stream (not possible to open books....)
  111. - Ribbon if tabs are not visible => can allways clic and display them, need to change to collapsed instead of hidden
  112. - Deleted file where not removed from the library
  113. - Added the *.* for file open
  114. - Commands were not disabled when no book view model
  115. - remove file not existing in the recent file lists
  116. - preloading images was lost in rewriting
  117. ########################################################################################