Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 1138 229

latest revision download Branch root:

1138 annotated / raw | Diffs: previous, other | Lines: 1312 ( +46, -46 )

Created: 2008-08-22 12:07:50 +1000 (2 months 29 days ago) | Author: gmccreath | Changeset: 1138

ORANA-71. cancelButton not being initialised in WizardDialog.java

1137 new/copied annotated / raw | Diffs: previous, other | Lines: 1312 ( +1312, -0 )

Created: 2008-08-22 12:03:24 +1000 (2 months 29 days ago) | Author: gmccreath | Changeset: 1137

Copied from: orana/trunk/core/src/main/java/org/karora/orana/wizard/WizardDialog.java 770

Branch source as at 0.9.1-SNAPSHOT

770 annotated / raw | Diffs: previous, other | Lines: 1312 ( +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.

589 annotated / raw | Diffs: previous, other | Lines: 1312 ( +32, -32 )

Created: 2007-08-23 15:50:23 +1000 (14 months ago) | Author: pbutland | Changeset: 589

Implemented IRunnableContext

452 new/moved annotated / raw | Diffs: previous, other | Lines: 1312 ( +1312, -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/wizard/WizardDialog.java 445

Copied to: orana/release/orana-0.5/src/main/java/org/karora/orana/wizard/WizardDialog.java 503

reestructuring svn

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

Created: 2007-07-28 13:34:40 +1000 (15 months ago) | Author: pbutland | Changeset: 445

Moved to: orana/trunk/core/src/main/java/org/karora/orana/wizard/WizardDialog.java 452

Added style name for main content area

352 annotated / raw | Diffs: previous, other | Lines: 1311 ( +11, -70 )

Created: 2007-07-02 17:25:18 +1000 (16 months ago) | Author: pbutland | Changeset: 352

Now uses default Dialog cancel button in favour of specialised creation of Cancel button and corresponding listener

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

Created: 2007-06-21 04:47:40 +1000 (17 months ago) | Author: lvuong | Changeset: 282

Fix the style of the cancel button

274 annotated / raw | Diffs: previous, other | Lines: 1371 ( +13, -6 )

Created: 2007-06-19 16:31:08 +1000 (17 months ago) | Author: lvuong | Changeset: 274

ORANA-8 : Change JFace SelectionAdaptor to Cooee ActionListener and rewire the cancel implementation.

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

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: 1363 ( +7, -3 )

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: 1359 ( +1359, -0 )

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

Wizard dialog functionalities: NOT TESTED YET