Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 1130 165

latest revision download Branch root:

1130 annotated / raw | Diffs: previous, other | Lines: 353 ( +2, -124 )

Created: 2008-08-21 13:50:27 +1000 (2 months 30 days ago) | Author: pbutland | Changeset: 1130

ORANA-5: Fixed bug for when text height is smaller than the default dialog height

1128 annotated / raw | Diffs: previous, other | Lines: 475 ( +405, -234 )

Created: 2008-08-21 12:36:08 +1000 (2 months 30 days ago) | Author: pbutland | Changeset: 1128

ORANA-5: Implemented auto-sizing for IconAndMessageDialog and InputDialog

770 annotated / raw | Diffs: previous, other | Lines: 328 ( +17, -10 )

Created: 2007-10-25 15:22:48 +1000 (12 months ago) | Author: pbutland | Changeset: 770

ORANA-37: Re-factored dialog components for consistency between dialogs.  All dialogs now use a ContainerEx as the main content area.

452 new/moved annotated / raw | Diffs: previous, other | Lines: 321 ( +321, -0 )

Created: 2007-07-31 15:19:35 +1000 (15 months ago) | Author: knakahara | Changeset: 452

Moved from: orana/trunk/src/main/java/org/karora/orana/dialogs/InputDialog.java 411

Copied to: orana/release/orana-0.5/src/main/java/org/karora/orana/dialogs/InputDialog.java 503

reestructuring svn

411 annotated / raw | Diffs: previous, other | Lines: 321 ( +1, -2 )

Created: 2007-07-16 12:11:20 +1000 (16 months ago) | Author: pbutland | Changeset: 411

Moved to: orana/trunk/core/src/main/java/org/karora/orana/dialogs/InputDialog.java 452

TextField now gets constructed in the Dialog constructor to avoid NullPointerExceptions

340 annotated / raw | Diffs: previous, other | Lines: 322 ( +20, -11 )

Created: 2007-06-29 17:01:33 +1000 (16 months ago) | Author: pbutland | Changeset: 340

Refactored and improved styling

279 annotated / raw | Diffs: previous, other | Lines: 313 ( +2, -0 )

Created: 2007-06-20 09:44:39 +1000 (17 months ago) | Author: pbutland | Changeset: 279

Added styling

272 annotated / raw | Diffs: previous, other | Lines: 311 ( +3, -2 )

Created: 2007-06-19 16:19:51 +1000 (17 months ago) | Author: dmurley | Changeset: 272

Fix for: ORANA-6, ORANA-4
http://www.karora.org/JIRA/browse/ORANA-6
http://www.karora.org/JIRA/browse/ORANA-4

- Initial Implementation of the tray dialog
- Use split panes to seperate buttons from main dialog layouts
- Use supertype (Button) instead of ButtonEx for create button methods
(Note: Still actually generates button ex's)
- Change TitleAreaDialog to extend from TrayDialog
- Implement title and message area for TitleAreaDialog
- Add initial implementation of JFaceColors class

165 new annotated / raw | Lines: 310 ( +310, -0 )

Created: 2007-05-24 15:38:58 +1000 (17 months ago) | Author: dmurley | Changeset: 165

Completed seperation and refactoring from workbench code base
Open code base to the world