Apertus.ElphelVision Eclipse Migration Notes: Difference between revisions

From ElphelWiki
Jump to navigation Jump to search
Created page with "In general the migration only requires some GUI related changes to the code as Netbeans auto generates those and eclipse allows editing and in general creates a different structu..."
 
Line 4: Line 4:
==Dialogs==
==Dialogs==


ConnectDialog - done
ConnectDialog - done
MainLayoutGST -
MainLayoutGST -
MainDialogVLC -
MainDialogVLC -
Settings1Layout -
Settings1Layout -
Settings2Layout -
Settings2Layout -
Settings3Layout -
Settings3Layout -
ResolutionSettings -
ResolutionSettings -
FPSSettings -
FPSSettings -
HistogramSettingsLayout -
HistogramSettingsLayout -
HITSettings -
HITSettings -
FloatInputDialog - done
FloatInputDialog - done
NumericalInputPanelInteger -
NumericalInputPanelInteger -
IPInputDialog - done
IPInputDialog - done
GuidesLayout -
GuidesLayout -
PlaybackDialog - done
PlaybackDialog - done
PhotoSettingsLayout -
PhotoSettingsLayout -

Revision as of 16:35, 13 May 2012

In general the migration only requires some GUI related changes to the code as Netbeans auto generates those and eclipse allows editing and in general creates a different structure for GUI code. Also Eclipse does not know the GroupLayout so layouts need to be recreated in most cases.

Dialogs

ConnectDialog - done
MainLayoutGST -
MainDialogVLC -
Settings1Layout -
Settings2Layout -
Settings3Layout -
ResolutionSettings -
FPSSettings -
HistogramSettingsLayout -
HITSettings -
FloatInputDialog - done
NumericalInputPanelInteger -
IPInputDialog - done
GuidesLayout -
PlaybackDialog - done
PhotoSettingsLayout -