Version 2 (modified by pap, 16 years ago) (diff) |
---|
Table of Contents
RELEASE Alpha-1
Related
RELEASE_SCHEDULE
Release team working process
Tasks for testing
Urgent Goals
Before 2009-05-15 we need to achieve the following:
- product
- repository branching
- Gaining functionality needed for the fifth release as stated by the schedule
- tuning
- bugs to fix
- things to remove
- things to disable
- files to download
- final delivery
- documentation
- download page
- release documentation
- user documentation
- installation instructions
Documentation
Download Page
Release Document
- Timelines
- Printing
- Page element grouping
- PDF Export
- Initial release of Sophie Reader and sample books.
User Documentation
- 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.
- Currently at ITERATION_08/Release/UserDocumentation
Installation Instructions
- installation instructions (MAC/Windows/Linux). Mac java tweaking instructions.
Product
IMPORTANT
Always write where is the result of the task you completed. This would be the changeset with thorough commit comment for coding and a link to the wiki page for a document.
Repository Branching
Promised Features
- Timelines
- Book Template Editing
- Probably will not be available
- Sophie Book Importing
- Will not be available
- Printing
- Page element grouping
- PDF Export
- HTML Export
- Will not be available
- This release includes the initial release of Sophie Reader, as well as sample books.
Release Tuning
- Fix the about dialog to be alpha-1
Bugs to Fix
- When the close application dialog appears, pressing no closes the application.
- Editing when with the alternative skin does not work.
- The reader page work area is not clipping the frames outside of the page.
- The names of the books appearing in the tabbar are incorrect. The same is with the window menu items.
- The application is without title.
- Using connections tab toggle button causes an unhandled exception.
The application is not closable.--boyan 2009-04-16 20:31 [2248], [2269], [2270]Inserting media (audio/video) is not working.--meddle 2009-04-17 03:50 [2260].
=
Things to Remove
Shadow Halo & HUD--jani 2009-04-16 15:45 [2226]
Things to Disable
Final Delivery
Comments
How to use the branch
Update your working copy of the repository
- If you have the trunk project imported in Eclipse, change your workspace to a new one (for example "Release")
- Import as a "Maven project" from branches/release04-pre-alpha-5
- All your changes from now on will affect only the release branch
- We should prepare a good sample book.
Comments on fixes
- 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.