From: <fra...@us...> - 2009-03-25 06:19:43
|
Revision: 1319 http://javapathfinder.svn.sourceforge.net/javapathfinder/?rev=1319&view=rev Author: frankrimlinger Date: 2009-03-25 06:19:29 +0000 (Wed, 25 Mar 2009) Log Message: ----------- Completed port of Entrypoints window to a ViewPart. Gumbo works fine inside of a ViewPart. This is a tremendous relief, and means that migration to SWT widgets can be put off indefinitely. There is some flicker when resizing windows, but oh well. Introduced MainPanel class which serves as a proxy for the old JFrame class, greatly simplifying the migration to ViewPart. Cleaned up WorkstationWindow port. Added some product branding. Splashscreen works, but trouble with About menu, oh well. It should be a simple matter now to port the Script and Specification windows, and then finally back to work. Modified Paths: -------------- branches/mango/MangoRCP/META-INF/MANIFEST.MF branches/mango/MangoRCP/Mango/src/mango/workstation/Workstation.java branches/mango/MangoRCP/plugin.xml branches/mango/MangoRCP/src/mangorcp/ApplicationActionBarAdvisor.java branches/mango/MangoRCP/src/mangorcp/ApplicationWorkbenchWindowAdvisor.java branches/mango/MangoRCP/src/mangorcp/Perspective.java branches/mango/MangoRCP/src/mangorcp/views/GlobalViewWindow.java branches/mango/MangoRCP/src/mangorcp/views/WorkstationWindow.java Added Paths: ----------- branches/mango/MangoRCP/Mango/src/mango/Resources/About.gif branches/mango/MangoRCP/Mango/src/mango/Resources/About.tiff branches/mango/MangoRCP/Mango/src/mango/Resources/about2.gif branches/mango/MangoRCP/Mango/src/mango/Resources/about2.tiff branches/mango/MangoRCP/Mango/src/mango/Resources/splash.tiff branches/mango/MangoRCP/mango.product branches/mango/MangoRCP/plugin.properties branches/mango/MangoRCP/splash.bmp branches/mango/MangoRCP/src/mangorcp/views/MainPanel.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |