Changes between Initial Version and Version 1 of ITERATION_08/Release


Ignore:
Timestamp:
05/12/09 16:16:03 (16 years ago)
Author:
pap
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ITERATION_08/Release

    v1 v1  
     1[[TOC]] 
     2 
     3= RELEASE Alpha-1 = 
     4== Related == 
     5[wiki:RELEASE_SCHEDULE] [[BR]] 
     6[wiki:ITERATION_03/Release/Process Release team working process] 
     7 
     8== Tasks for testing == 
     9{{{ 
     10#!comment 
     11 * [wiki:ITERATION_06/Release/TestingTickets These] are the tasks.  
     12 * We should test the user visible tasks.  
     13}}} 
     14 
     15== Urgent Goals == 
     16Before 2009-05-15 we need to achieve the following: 
     17 
     18 
     19 * product 
     20  * repository branching 
     21  * Gaining functionality needed for the fifth release as stated by the schedule 
     22  * tuning 
     23  * bugs to fix 
     24  * things to remove 
     25  * things to disable 
     26  * files to download 
     27  * final delivery 
     28 
     29 * documentation 
     30  * download page 
     31  * release documentation 
     32  * user documentation 
     33  * installation instructions 
     34 
     35=== Documentation === 
     36 
     37 
     38==== Download Page ==== 
     39 
     40==== Release Document ==== 
     41 
     42 * Timelines 
     43 * Printing 
     44 * Page element grouping  
     45 * PDF Export 
     46 * Initial release of Sophie Reader and sample books. 
     47 
     48==== User Documentation ==== 
     49 
     50 * This should be the documentation for all features available in the released downloadable. This includes new features, old features and updates done to them. This way we could iteratively form the final user docs. 
     51 * Currently at [wiki:ITERATION_08/Release/UserDocumentation] 
     52 
     53==== Installation Instructions ==== 
     54 * installation instructions (MAC/Windows/Linux). Mac java tweaking instructions. 
     55 
     56=== Product === 
     57 
     58''' IMPORTANT '''  
     59 
     60Always write where is the result of the task you completed. 
     61This would be the changeset with thorough commit comment for coding and a link to the wiki page for a document. 
     62 
     63==== Repository Branching ==== 
     64{{{ 
     65#!comment 
     66The Branch was made - [source:branches/release04-pre-alpha-5] 
     67}}} 
     68 
     69=== Promised Features === 
     70 
     71 * Timelines  
     72 * Book Template Editing  
     73   * Probably will not be available 
     74 * Sophie Book Importing  
     75   * Will not be available 
     76 * Printing  
     77 * Page element grouping  
     78 * PDF Export  
     79 * HTML Export  
     80   * Will not be available 
     81 * This release includes the initial release of Sophie Reader, as well as sample books. 
     82 
     83==== Release Tuning ==== 
     84 
     85 * Fix the about dialog to be alpha-1 
     86 
     87==== Bugs to Fix ==== 
     88 * The reader page work area is not clipping the frames outside of the page. 
     89 * ~~Some porperties are not templated or templating features are not user editanble(Background).~~ --jani 2009-04-16 11:54 [2213] 
     90 * ~~The names of the books appearing in the tabbar are incorrect. The same is with the window menu items.~~ --jani 2009-04-16 14:13 [2216] 
     91 * ~~Extension points are not sorting their extensions(gives impact on visuals (menus)).~~ --boyan 2009-04-16 18:43 [2244] 
     92 * ~~The application is without title.~~ --jani 2009-04-16 14:20 [2217] 
     93 * ~~Using connections tab toggle button causes an unhandled exception.~~ --jani 2009-04-16 13:44 [2214] 
     94 * ~~File insert dialog filters have strange behavior.~~ --jani 2009-04-16 14:52 [2220] 
     95 * ~~The application is not closable.~~ --boyan 2009-04-16 20:31 [2248], [2269], [2270] 
     96 * ~~Inserting media (audio/video) is not working.~~ --meddle 2009-04-17 03:50 [2260]. 
     97 * ~~ Preview mode does not work with the ne template/resourceref logic~~ --meddle 2009-04-16 18:15 [2240]. 
     98 * ~~ Links does not work with the new template/resourceref logic~~ --meddle 2009-04-17 03:50 [2260]. 
     99 * ~~The position of the page resize halo button is incorrect, when page zooming is used.~~ --sriggins 2009-04-16 [2206], [2207]. See [#Comments] ^1^. 
     100 * ~~Page resize halo button does not track the mouse properly when the page is zoomed.~~ -- pap 2009-04=17 [2259]. 
     101 * ~~Annotations don't have user interaction.~~ --mitex 2009-04-16 18:30 [2243] 
     102 * Changing skin to hacker skin, then back to default does not restore the default skin. Most probably due to MyDoggy library. 
     103 * ~~Many visual items need to be reorder, since the sortkey is now taking into account.~~ --boyan 2009-04-16 21:00 [2249], [2251], [2263] 
     104 * ~~Book remains in tab bar and menu after closing it.~~--jani 2009-04-17 13:16 [2267], [2268] 
     105 
     106 
     107==== Things to Remove ==== 
     108 * ~~Shadow Halo & HUD~~ --jani 2009-04-16 15:45 [2226] 
     109 
     110==== Things to Disable ==== 
     111 
     112==== Final Delivery ==== 
     113 
     114 
     115== Comments == 
     116=== How to use the branch === 
     117Update your working copy of the repository 
     118 * If you have the trunk project imported in Eclipse, change your workspace to a new one (for example "Release") 
     119 * Import as a "Maven project" from branches/release04-pre-alpha-5 
     120 * All your changes from now on will affect only the release branch 
     121 * We should prepare a good sample book. 
     122 
     123=== Comments on fixes === 
     124 * ^1^ I backed out a change I made the other night for selection rectangle and moved the change into PageLogic.  This was the riskiest of changes.  I added helper methods on AuthorPageWorkArea to scale points.  I added methods to type classes to help with accessing their data, and scaling.  I also added preliminary code for size() on a halo menu, to call computeSize(), but even though the new size is computed, the halo buttons are not scaled, and I am leery of making any deeper of a change today.  So the button will now be positioned properly, but it remains the same size (and HUGE when scaled at 10%).    However, there is another bug with dragging the button when the page is scaled, and I added it to the list.