Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 1283 229

latest revision download Branch root:

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

Created: 2008-11-13 19:48:20 +1100 (7 days ago) | Author: pbutland | Changeset: 1283

Added code comment

1222 annotated / raw | Diffs: previous, other | Lines: 816 ( +0, -5 )

Created: 2008-11-06 14:09:11 +1100 (14 days ago) | Author: pbutland | Changeset: 1222

ORANA-73: Implemented ImageDescriptor

1179 annotated / raw | Diffs: previous, other | Lines: 821 ( +697, -687 )

Created: 2008-10-24 12:05:12 +1000 (27 days ago) | Author: pbutland | Changeset: 1179

Tidied up code

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

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: 810 ( +2, -2 )

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

Copied (3 times):

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

746 annotated / raw | Diffs: previous, other | Lines: 810 ( +2, -2 )

Created: 2007-10-02 13:26:50 +1000 (13 months ago) | Author: pbutland | Changeset: 746

Changed style name of message area to be consistent

728 annotated / raw | Diffs: previous, other | Lines: 810 ( +46, -35 )

Created: 2007-09-27 14:56:17 +1000 (13 months ago) | Author: pbutland | Changeset: 728

ORANA-26: Added error/warning message text functionality

675 annotated / raw | Diffs: previous, other | Lines: 799 ( +6, -6 )

Created: 2007-09-21 16:12:25 +1000 (13 months ago) | Author: pbutland | Changeset: 675

Removed explicit setting of font for message areas

452 new/moved annotated / raw | Diffs: previous, other | Lines: 799 ( +799, -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/TitleAreaDialog.java 413

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

reestructuring svn

413 annotated / raw | Diffs: previous, other | Lines: 799 ( +13, -52 )

Created: 2007-07-16 12:14:38 +1000 (16 months ago) | Author: pbutland | Changeset: 413

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

Changed how the button bar is created so that it now uses Dialog.createButtonBar

394 annotated / raw | Diffs: previous, other | Lines: 838 ( +11, -10 )

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

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

350 annotated / raw | Diffs: previous, other | Lines: 837 ( +31, -25 )

Created: 2007-07-02 16:24:45 +1000 (16 months ago) | Author: pbutland | Changeset: 350

Implemented wizard image icon

339 annotated / raw | Diffs: previous, other | Lines: 831 ( +0, -7 )

Created: 2007-06-29 16:28:48 +1000 (16 months ago) | Author: pbutland | Changeset: 339

Removed redundant imports

306 annotated / raw | Diffs: previous, other | Lines: 838 ( +1, -1 )

Created: 2007-06-25 10:46:51 +1000 (16 months ago) | Author: lvuong | Changeset: 306

Change the size of the button-area

290 annotated / raw | Diffs: previous, other | Lines: 838 ( +12, -1 )

Created: 2007-06-22 10:30:43 +1000 (16 months ago) | Author: dmurley | Changeset: 290

adds extra space around the button area

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

Created: 2007-06-19 17:39:30 +1000 (17 months ago) | Author: dmurley | Changeset: 275

Fix for Orana-10:

Changed references from java.awt.Image to ImageReference

272 annotated / raw | Diffs: previous, other | Lines: 828 ( +145, -44 )

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

265 annotated / raw | Diffs: previous, other | Lines: 727 ( +21, -10 )

Created: 2007-06-18 15:58:39 +1000 (17 months ago) | Author: dmurley | Changeset: 265

Fixes for ORANA-3

Fix to display the dialog area in the window pane - previously it was not appearing

229 new annotated / raw | Lines: 716 ( +716, -0 )

Created: 2007-06-14 16:59:02 +1000 (17 months ago) | Author: lvuong | Changeset: 229

Wizard dialog functionalities: NOT TESTED YET