[[TOC]] = RELEASE 2 pre-alpha-3 = == Related == [wiki:RELEASE_SCHEDULE] [[BR]] [wiki:ITERATION_03/Release/Process Release team working process] == Tasks for testing == * [wiki:ITERATION_04/Release/TestingTickets These] are the tasks. * We should test the user visible tasks. == Urgent Goals == Before 2009-02-13 we need to achieve the following: * product * repository branching * Gaining functionality needed for the second 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 ==== * released features: * External * Page object alignment - working as expected. * Selecting multiple page objects - working as expected. * Frame bounding properties, for example margins - padding works for image and media frames. * Audio and video support - currently using JMF, which loads the whole resource into the memory, thus limitting the media size to the available memory to the java VM. Supporting .avi, .mov for video and .wav for audio. * Undo manager - working as expected. * Halos and huds - more halos and huds added. * More menu support * Internal * Property thread safety - already available. * Initial plugin support * Page Template core support - added frame and page template support. Currently templates cannot be saved/loaded. * Community server * Build Server - available at http://sophie2.org:8080/ ==== 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 [wiki:ITERATION_04/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 ==== The Branch was made - [source:branches/release02-pre-alpha-3] === Promised Features === * Selecting multiple page objects [[TicketQuery(summary=BASE_MODEL_PAGE_ELEMENTS_R0|PAGE_ELEMENT_MULTI_SELECT_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance))]] * Changesets [1417],[1439] * Page object alignment [[TicketQuery(summary=PAGE_ELEMENT_ALIGNING_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance))]] * Changesets [1433],[1437] * Frame bounding properties, for example margins * Done(needs reviewing) * Audio and video support - [changeset:1548], [changeset:1610], [changeset:1642], [changeset:1648], [changeset:1658] * Some are almost done (need reviewing) [[TicketQuery(summary=MEDIA_ENGINE_IMPL_COMMON_R0|MEDIA_ENGINE_IMPL_MAIN_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance))]] * Some Scene implementation. * Undo manager [[TicketQuery(summary=PRO_CHANGE_MANAGER_R0|PRO_CHANGE_UNDO_MANAGER_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance))]] * Undo/Redo of the insert frame action now works without exeptions. [changeset:1557] * Undo/Redo of the move frame action works. [changeset:1559] * Create book action now is not undoable. [changeset:1562] * Undo/Redo of page resize action now works. [changeset:1563] * The book does not resize with it's title change action anymore. [changeset:1578] * There is now change when selecting the current frame anymore. [changeset:1594] * Undo/Redo text editing in text frames now works. [changeset:1603] * Fixed the "Redo" item in the edit menu to show "Can't redo" when the user can not redo an action. [changeset:1605] * Halos and huds * Revisit [[TicketQuery(summary=BASE_HALOS_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance))]] * huds should be fixed to repaint properly. - fixed [changeset:1354] * Fix the [source:/branches/release02-pre-alpha-3/modules/org.sophie2.main.view/src/main/java/org/sophie2/main/view/halos/menus/frame/FrameHaloMenu.java FrameHaloMenu] * add more buttons - buttons for which functionality is present. * add !FrameCloseHaloButton with a close icon. The button is added in the menu at the top of a frame => [changeset:1384], [changeset:1392]. * add !FrameSizeAndPositionButton and !FrameSizeAndPositionHud - to set the position and the size of a frame. * an icon for the hud for size and location of a frame added => [changeset:1399]. * Size and position hud fixed. Should actually submit the data => [changeset:1406] * remove some buttons - buttons for which no functionality is present - the functionality requires implementations which pointless because of time restrictions. * removed frame shadow button and fixed the border and background hud - [changeset:1382] * fix some buttons so that they work properly. * TextHaloMenu fixed => [changeset:1427] * Fix the [source:/branches/release02-pre-alpha-3/modules/org.sophie2.main.view/src/main/java/org/sophie2/main/view/halos/page/PageHaloMenu.java PageHaloMenu] * add buttons for which functionality is already implemented. * fix current buttons so that they work properly. * Create a !TextHaloMenu class that should work with the things implemented for texts. * Fix is there are bugs about buttons, menus and huds. * TextHaloMenu fixed => [changeset:1427] * General: * Disabled some fields and check boxes, tried to fix the z-order but with no success - so removed the two buttons. Resize the Border and Background hud. => [changeset:1449] * More menu support [[TicketQuery(summary=BASE_MENUS_R0|APP_BASIC_MENUS_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance))]] * Property thread safety * The basics are done in 02b [[TicketQuery(summary=PRO_LIB_CORE_THREAD_SAFETY_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance))]] * Initial plugin support [[TicketQuery(summary=PLUGIN_MODULE_STRUCTURE_R1|PLUGIN_SUPPORT_LIB_BASE_R1|APP_PLUGIN_MANAGER_ABOUT_R0|PLATFORM_DEPLOYMENT_BUILD_MAVEN_R1, format=table, col=summary|owner|status|type|component|priority|effort|importance))]] * Page Template core support [[TicketQuery(summary=FRAME_PROPERTY_LOCKING_R0|FRAME_TEMPLATES_R0|PAGE_TEMPLATE_BEHAVIOUR_R0|PAGE_TEMPLATES_LISTING_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance))]] * [wiki:PAGE_TEMPLATE_BEHAVIOUR_R0] * Class Book * Add pageTemplates() ValueListProperty which will hold all the page templates for the current Book. * Class Page: * Add templatedFrames() AutoListProperty, which will hold the frames owned by the template. For each frame X from the template, a new one should be added which has X as a frame template. * Add ownFrames() ValueList which will hold the frames owned by the page. * Change frames() to AutoListProperty which will be a concatenation of templateFrames() and ownFrames(). * Add template() ValueProperty which will be the template for the page. * Add framesLocked() ValueProperty which will indicate if the frames are locked. When adding or removing a frame, a check should be made whether the frames are locked. * Refactor background() and border() properties, like to the ones in FRAME_TEMPLATES_R0. * Unit Test: [source:branches/release02-pre-alpha-3/modules/org.sophie2.base.model.book/src/test/java/org/sophie2/base/model/book/PageTemplateTest.java] * Implementation: Changeset [1507], [1518], [1524], [1592], [1613] * [wiki:PAGE_TEMPLATES_LISTING_R0] * Changeset [1526] * [wiki:FRAME_TEMPLATES_R0], [wiki:FRAME_PROPERTY_LOCKING_R0] * Changeset [1540], [1542], [1555], [1566], [1572], [1592], [1611] * Build Server * Done ==== Release Tuning ==== ==== Bugs to Fix ==== * The application is not closable. Changeset [1550] * There are lots of warnings. * ImageFrameView does not display images. Fixed - Changeset [1496], [1502], [1503], [1556], [1573], [1602] * The about dialog needs to be fixed. Fixed - Changeset [1528], [1589] * Books are not closable. Fixed - Changset [1568], [1574] * Books are not closable when there are more than 1 template in a palette. Fixed - Changeset [1571] * Books can not be open. Fixed - Changeset [1612] * Books can not be saved. Fixed - Changeset [1612] ==== Things to Remove ==== ==== 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/release02-pre-alpha-3 * All your changes from now on will affect only the release branch * We should prepare a good sample book. === Current downloadable === * [http://sophie2.org/trac/chrome/site/download/sophie2-pre-alpha-3.zip Sophie 2.0 pre-alpha 3] * [http://sophie2.org/trac/chrome/site/download/sample_book_release_02.sjrb Sample book]