Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 1302 165

latest revision download Branch root:

1302 annotated / raw | Diffs: previous, other | Lines: 264 ( +41, -10 )

Created: 2008-11-14 10:43:58 +1100 (6 days ago) | Author: pbutland | Changeset: 1302

Dialog icons can now be configured via a stylesheet

1222 annotated / raw | Diffs: previous, other | Lines: 233 ( +160, -36 )

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

ORANA-73: Implemented ImageDescriptor

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

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

980 annotated / raw | Diffs: previous, other | Lines: 99 ( +37, -2 )

Created: 2008-04-08 17:45:50 +1000 (7 months ago) | Author: pbutland | Changeset: 980

Copied (3 times):

ORANA-57: Implemented StatusDialog
ORANA-56: Implemented ProgressMonitorDialog

452 new/moved annotated / raw | Diffs: previous, other | Lines: 64 ( +64, -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/resource/JFaceResources.java 272

Copied to: orana/release/orana-0.5/src/main/java/org/karora/orana/resource/JFaceResources.java 503

reestructuring svn

272 annotated / raw | Diffs: previous, other | Lines: 64 ( +15, -0 )

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

Moved to: orana/trunk/core/src/main/java/org/karora/orana/resource/JFaceResources.java 452

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