Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 1308 172

latest revision download Branch root:

1308 annotated / raw | Diffs: previous, other | Lines: 1353 ( +42, -60 )

Created: 2008-11-18 15:54:14 +1100 (51 days ago) | Author: pbutland | Changeset: 1308

Implemented workbench window numbers
Implemented call to WorkbenchWindow.open

1261 annotated / raw | Diffs: previous, other | Lines: 1371 ( +1, -1 )

Created: 2008-11-06 17:18:09 +1100 (2 months 2 days ago) | Author: pbutland | Changeset: 1261

Need to use the Display passed in because the application has not been set up fully yet

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

Created: 2008-10-28 12:35:22 +1100 (2 months 11 days ago) | Author: pbutland | Changeset: 1209

MOOMBA-52: Synchronised with 3.3 IWorkbench API where applicable

1198 annotated / raw | Diffs: previous, other | Lines: 1394 ( +247, -27 )

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

1029 annotated / raw | Diffs: previous, other | Lines: 1174 ( +10, -54 )

Created: 2008-07-14 10:38:07 +1000 (5 months 25 days ago) | Author: pbutland | Changeset: 1029

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

MOOMBA-53: Fixed memory leaks when closing the workbench

1000 annotated / raw | Diffs: previous, other | Lines: 1218 ( +2, -0 )

Created: 2008-05-12 15:13:21 +1000 (7 months ago) | Author: pbutland | Changeset: 1000

Added code to remove all components from the main window when closing the workbench

966 annotated / raw | Diffs: previous, other | Lines: 1216 ( +2, -0 )

Created: 2008-03-17 17:46:00 +1100 (9 months ago) | Author: pbutland | Changeset: 966

Implemented WorkbenchWindow.open

939 annotated / raw | Diffs: previous, other | Lines: 1214 ( +1096, -208 )

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

Re-worked Moomba to allow real application extensions

749 annotated / raw | Diffs: previous, other | Lines: 326 ( +22, -0 )

Created: 2007-10-02 13:36:40 +1000 (15 months ago) | Author: pbutland | Changeset: 749

MOOMBA-24: Added basic help support

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

Created: 2007-09-26 16:13:48 +1000 (15 months ago) | Author: dmurley | Changeset: 715

MOOMBA-15:

Removed references to legacy registries

690 annotated / raw | Diffs: previous, other | Lines: 309 ( +29, -111 )

Created: 2007-09-24 12:47:39 +1000 (15 months ago) | Author: dmurley | Changeset: 690

MOOMBA-15:

Support for new extension registries

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

Created: 2007-09-05 11:46:37 +1000 (16 months ago) | Author: pbutland | Changeset: 613

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

Refactored Display to Orana

596 annotated / raw | Diffs: previous, other | Lines: 392 ( +111, -89 )

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

Implemented actionSets and viewAction contributions

582 annotated / raw | Diffs: previous, other | Lines: 370 ( +96, -162 )

Created: 2007-08-20 12:47:43 +1000 (16 months ago) | Author: dmurley | Changeset: 582

Rollout contribution changes

580 annotated / raw | Diffs: previous, other | Lines: 436 ( +162, -96 )

Created: 2007-08-17 16:17:57 +1000 (16 months ago) | Author: mwilliamson | Changeset: 580

Added contribution support specifily support for ActionSets

547 annotated / raw | Diffs: previous, other | Lines: 370 ( +13, -0 )

Created: 2007-08-07 14:56:13 +1000 (17 months ago) | Author: pbutland | Changeset: 547

MOOMBA-14: Shared images support added

462 new/moved annotated / raw | Diffs: previous, other | Lines: 357 ( +357, -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/Workbench.java 235

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

reestructuring svn

235 annotated / raw | Diffs: previous, other | Lines: 357 ( +3, -0 )

Created: 2007-06-15 11:14:04 +1000 (18 months ago) | Author: pbutland | Changeset: 235

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

Added sorting of the perspectives by default for OSGi environment

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

Created: 2007-06-13 17:58:04 +1000 (18 months ago) | Author: dmurley | Changeset: 215

MOOMBA-1

Added support for the IApplication interface.

Not 100% happy with this implementation however.  It will need further work, but
is enough to get everything happening for the minute

172 new annotated / raw | Lines: 353 ( +353, -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