Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 1128 165

latest revision download Branch root:

1128 annotated / raw | Diffs: previous, other | Lines: 530 ( +0, -29 )

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

958 annotated / raw | Diffs: previous, other | Lines: 559 ( +13, -3 )

Created: 2008-03-06 11:04:05 +1100 (8 months ago) | Author: pbutland | Changeset: 958

Copied (3 times):

Refactored buttons and messages areas to resize depending upon text length and font size

875 annotated / raw | Diffs: previous, other | Lines: 549 ( +1, -1 )

Created: 2007-12-03 14:34:11 +1100 (11 months ago) | Author: pbutland | Changeset: 875

Fixed NullPointerException for message dialogs with null messages

770 annotated / raw | Diffs: previous, other | Lines: 549 ( +3, -4 )

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: 550 ( +550, -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/MessageDialog.java 394

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

reestructuring svn

394 annotated / raw | Diffs: previous, other | Lines: 550 ( +1, -0 )

Created: 2007-07-12 15:28:57 +1000 (16 months ago) | Author: pbutland | Changeset: 394

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

Refactored styling which is now fully documented on the Karora Moomba wiki

343 annotated / raw | Diffs: previous, other | Lines: 549 ( +8, -1 )

Created: 2007-07-02 11:18:44 +1000 (16 months ago) | Author: pbutland | Changeset: 343

Made default dialog height a constant

340 annotated / raw | Diffs: previous, other | Lines: 542 ( +27, -5 )

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

Refactored and improved styling

278 annotated / raw | Diffs: previous, other | Lines: 520 ( +1, -0 )

Created: 2007-06-20 09:43:30 +1000 (17 months ago) | Author: pbutland | Changeset: 278

Made configureShell call super

272 annotated / raw | Diffs: previous, other | Lines: 519 ( +6, -5 )

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: 518 ( +518, -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