Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 1249 172

latest revision download Branch root:

1249 annotated / raw | Diffs: previous, other | Lines: 119 ( +1, -1 )

Created: 2008-11-06 14:52:28 +1100 (2 months 2 days ago) | Author: pbutland | Changeset: 1249

Added code comment

1198 annotated / raw | Diffs: previous, other | Lines: 119 ( +83, -126 )

Created: 2008-10-24 12:58:29 +1000 (2 months 15 days ago) | Author: pbutland | Changeset: 1198

MOOMBA-15 (MOOMBA-29, MOOMBA-31, MOOMBA-32), MOOMBA-16, MOOMBA-26: Completely changed how the page layout is constructed

1149 annotated / raw | Diffs: previous, other | Lines: 162 ( +6, -3 )

Created: 2008-08-29 13:50:39 +1000 (4 months 10 days ago) | Author: pbutland | Changeset: 1149

MOOMBA-59: Implemented view part menus

939 annotated / raw | Diffs: previous, other | Lines: 159 ( +1, -6 )

Created: 2008-02-15 12:28:43 +1100 (10 months ago) | Author: pbutland | Changeset: 939

Copied to: moomba/tags/core/0.9.2/src/main/java/org/karora/moomba/ui/internal/FolderLayout.java 1168

Re-worked Moomba to allow real application extensions

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

Created: 2007-11-09 16:52:52 +1100 (13 months ago) | Author: pbutland | Changeset: 806

MOOMBA-27: Changed a view part parent component from a ContentPane to a ContainerEx
Added icons to ViewPart tabs

774 annotated / raw | Diffs: previous, other | Lines: 157 ( +6, -15 )

Created: 2007-10-29 12:01:07 +1100 (14 months ago) | Author: pbutland | Changeset: 774

MOOMBA-36: Removed deprecated method signature IWorkbenchPart.createPartControl
MOOMBA-37: Removed getId from IWorkbenchPart interface

701 annotated / raw | Diffs: previous, other | Lines: 166 ( +24, -2 )

Created: 2007-09-25 11:45:10 +1000 (15 months ago) | Author: dmurley | Changeset: 701

MOOMBA-15:

Now creates view parts using the view descriptor from the view registry

624 annotated / raw | Diffs: previous, other | Lines: 144 ( +3, -1 )

Created: 2007-09-05 12:02:08 +1000 (16 months ago) | Author: pbutland | Changeset: 624

Copied to: moomba/tags/core/0.7/src/main/java/org/karora/moomba/ui/internal/FolderLayout.java 852

Implemented code to 'activate' a part on creation

596 annotated / raw | Diffs: previous, other | Lines: 142 ( +35, -1 )

Created: 2007-08-23 17:15:35 +1000 (16 months ago) | Author: pbutland | Changeset: 596

Implemented actionSets and viewAction contributions

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

Created: 2007-07-31 15:26:29 +1000 (17 months ago) | Author: wgilbert | Changeset: 462

Moved from: moomba/trunk/src/main/java/org/karora/moomba/ui/internal/FolderLayout.java 397

Copied to: moomba/release/moomba-0.5/src/main/java/org/karora/moomba/ui/internal/FolderLayout.java 509

reestructuring svn

397 annotated / raw | Diffs: previous, other | Lines: 108 ( +3, -3 )

Created: 2007-07-12 15:37:15 +1000 (17 months ago) | Author: pbutland | Changeset: 397

Moved to: moomba/trunk/core/src/main/java/org/karora/moomba/ui/internal/FolderLayout.java 462

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

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

Created: 2007-06-21 15:18:10 +1000 (18 months ago) | Author: pbutland | Changeset: 287

Refactored Exception thrown when initialising a view part to a PartInitException

208 annotated / raw | Diffs: previous, other | Lines: 107 ( +0, -8 )

Created: 2007-06-12 16:31:37 +1000 (18 months ago) | Author: pbutland | Changeset: 208

Removed accordian pane support

172 new annotated / raw | Lines: 115 ( +115, -0 )

Created: 2007-05-24 16:55:51 +1000 (19 months ago) | Author: dmurley | Changeset: 172

- Removed JFACE implementation from Workbench code
- Open code base to the world