Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 1305 172

latest revision download Branch root:

1305 annotated / raw | Diffs: previous, other | Lines: 3286 ( +1, -1 )

Created: 2008-11-14 10:54:40 +1100 (55 days ago) | Author: pbutland | Changeset: 1305

Uses new SafeRunnable constructor that takes a display as a parameter. This is required for cases before the application is initialised because Display.getCurrent will not work

1254 annotated / raw | Diffs: previous, other | Lines: 3286 ( +6, -6 )

Created: 2008-11-06 14:59:38 +1100 (2 months 2 days ago) | Author: pbutland | Changeset: 1254

MOOMBA-85: Refactored perspective switching

1198 annotated / raw | Diffs: previous, other | Lines: 3286 ( +2882, -665 )

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

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

MOOMBA-59: Implemented view part menus

1029 annotated / raw | Diffs: previous, other | Lines: 1056 ( +22, -24 )

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/WorkbenchPage.java 1168

MOOMBA-53: Fixed memory leaks when closing the workbench

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

Created: 2008-03-17 17:45:48 +1100 (9 months ago) | Author: pbutland | Changeset: 965

Added check to see if there is an active perspective before trying to get a page layout

939 annotated / raw | Diffs: previous, other | Lines: 1055 ( +417, -65 )

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

Re-worked Moomba to allow real application extensions

929 annotated / raw | Diffs: previous, other | Lines: 703 ( +10, -4 )

Created: 2008-02-04 12:39:59 +1100 (11 months ago) | Author: pbutland | Changeset: 929

MOOMBA-3: Perspectives are now ordered in the GUI by their perspective id

928 annotated / raw | Diffs: previous, other | Lines: 697 ( +73, -2 )

Created: 2008-01-23 17:43:33 +1100 (11 months ago) | Author: pbutland | Changeset: 928

IPartListener.partActivated is now called when a workbench part is activated when an IPartListener is registered with the workbench

832 annotated / raw | Diffs: previous, other | Lines: 626 ( +39, -62 )

Created: 2007-11-19 17:39:30 +1100 (13 months ago) | Author: pbutland | Changeset: 832

Fixed problems when switching perspectives and views programatically

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

Created: 2007-10-29 12:18:22 +1100 (14 months ago) | Author: pbutland | Changeset: 777

Removed trace messages

708 annotated / raw | Diffs: previous, other | Lines: 651 ( +9, -0 )

Created: 2007-09-26 15:39:43 +1000 (15 months ago) | Author: dmurley | Changeset: 708

Commented out deactivation code

696 annotated / raw | Diffs: previous, other | Lines: 642 ( +2, -16 )

Created: 2007-09-24 17:01:23 +1000 (15 months ago) | Author: dmurley | Changeset: 696

Fix for MOOMBA-30:

Re-enabled initialisation of selection service for perspectives

692 annotated / raw | Diffs: previous, other | Lines: 656 ( +378, -22 )

Created: 2007-09-24 12:53:40 +1000 (15 months ago) | Author: dmurley | Changeset: 692

MOOMBA-15:

Updating to support reading from and performing the layout of extension registry based views and perspectives

623 annotated / raw | Diffs: previous, other | Lines: 300 ( +61, -6 )

Created: 2007-09-05 12:01:44 +1000 (16 months ago) | Author: pbutland | Changeset: 623

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

Implemented code to 'activate' a part on creation

582 annotated / raw | Diffs: previous, other | Lines: 245 ( +0, -10 )

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

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

Added contribution support specifily support for ActionSets

553 annotated / raw | Diffs: previous, other | Lines: 245 ( +25, -1 )

Created: 2007-08-07 15:04:30 +1000 (17 months ago) | Author: pbutland | Changeset: 553

Added PageBookView class and supporting classes and refactored PartSite to accomodate changes

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

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

reestructuring svn

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

Created: 2007-07-26 16:24:39 +1000 (17 months ago) | Author: pbutland | Changeset: 438

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

Added image capability to perspective tabs

418 annotated / raw | Diffs: previous, other | Lines: 222 ( +8, -8 )

Created: 2007-07-17 15:45:48 +1000 (17 months ago) | Author: pbutland | Changeset: 418

Implemented a new TabPane control which give more control over how the workbench can be styled

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

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

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

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

Created: 2007-06-25 14:35:40 +1000 (18 months ago) | Author: pbutland | Changeset: 307

Changed a BorderPane to a ContentPane for the main window

285 annotated / raw | Diffs: previous, other | Lines: 222 ( +31, -0 )

Created: 2007-06-21 15:16:46 +1000 (18 months ago) | Author: pbutland | Changeset: 285

Added showView method

209 annotated / raw | Diffs: previous, other | Lines: 191 ( +8, -3 )

Created: 2007-06-12 16:32:28 +1000 (18 months ago) | Author: pbutland | Changeset: 209

Fixed infinite loop when firing perspective change events :)

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