Update of /cvsroot/synclast/client
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv21895
Modified Files:
CHANGES README
Log Message:
Updating changelog for snapshotting.
Index: README
===================================================================
RCS file: /cvsroot/synclast/client/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** README 19 Mar 2007 14:15:20 -0000 1.4
--- README 13 Apr 2007 13:27:34 -0000 1.5
***************
*** 38,44 ****
2) Pass -Dwtk.home=... to Ant. Works like the above.
! The build script has been designed for use with Sun's Wireless ToolKit
! 1.0.4, 2.0 and 2.1, and should work with many OEM vendors' versions as
! well.
To build synclast-ui.jar in the dist subdirectory, execute:
--- 38,44 ----
2) Pass -Dwtk.home=... to Ant. Works like the above.
! The build script has been designed for use with Sun's Wireless ToolKit
! (most recently tested with version 2.5), and should work with many OEM
! vendors' versions as well.
To build synclast-ui.jar in the dist subdirectory, execute:
***************
*** 52,56 ****
Current platformName settings are:
! NokiaUI -- builds the SynclastFullCanvas class with the library
API DOCUMENTATION
--- 52,56 ----
Current platformName settings are:
! NokiaUI -- builds the SynclastFullCanvas class with the library
API DOCUMENTATION
***************
*** 100,109 ****
individuals:
! Wes Biggs, Synclast
! Harry Evans, Synclast
! Fred Grott, ShareMe Technologies (http://www.freeroller.net/page/shareme/)
If you'd like to contribute, please join us by subscribing to the
synclast-devel mailing list. For details and subscription info, see
http://sourceforge.net/mail/?group_id=83391.
-
--- 100,108 ----
individuals:
! Wes Biggs (project admin)
! Harry Evans (project admin)
! Fred Grott
If you'd like to contribute, please join us by subscribing to the
synclast-devel mailing list. For details and subscription info, see
http://sourceforge.net/mail/?group_id=83391.
Index: CHANGES
===================================================================
RCS file: /cvsroot/synclast/client/CHANGES,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CHANGES 5 Feb 2004 01:55:07 -0000 1.3
--- CHANGES 13 Apr 2007 13:27:34 -0000 1.4
***************
*** 1,3 ****
! Current Version: 20040204 Snapshot Release
This release adds the following features:
--- 1,39 ----
! Current Version: 20070413 Snapshot Release
!
! This release adds the following features:
! * A text-based stylesheet mechanism based on CSS. See the FormMIDlet
! example, and the com.synclast.StyleSheet and com.synclast.ui.Style
! classes.
! * Added method Container.replace(Widget, Widget).
! * Added method Container.removeAll().
! * Added method Label.setText(String).
! * Blurring and refocusing on a Menu preserves the focused item.
! * Added method Menu.focus(int);
! * Added a WordWrapLabel widget that wraps text on whitespace.
! * Added a GridMenu widget for image-based menus.
!
! This release fixes the following bugs:
!
! * Several focus issues with Container were fixed, including an error
! condition resulting from the remove() function, an issue with focus
! passing back to the top of a Container, and an infinite loop with
! Containers that had no focusable items.
! * Menu.keyPressed() will ensure that the Menu is realigned before the
! event is fired.
! * The repaint() (no-arg) method for non-top-level Containers did not
! correctly translate coordinates.
! * Fixed a layout bug with BoxContainer and alignment center/forward.
! * Better support for fixed size containers.
!
! In addition:
! * The RadioButton drawing code has been updated to attempt to make it
! look a bit nicer.
! * Some new examples have been added.
! * The build script now looks for WTK_HOME, not J2ME_HOME, to align with
! other tools (e.g. Antenna).
!
! ------------------------------------------------------------------
!
! Previous Version: 20040204 Snapshot Release
This release adds the following features:
|