summaryrefslogtreecommitdiff
path: root/Tools/Java/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/platform/ui
AgeCommit message (Expand)Author
2007-03-20Create more threads to synchronize pcd data for FrameworkModules in a platform.jlin16
2007-03-20Utilize multi-thread support of JAVA to improve UI response time of opening F...jlin16
2007-02-021. Refresh applicable library instances after one illegal library instance is...jlin16
2007-01-31Optimize library instance selection algorithm.jlin16
2007-01-26Fix EDKT174, auto-select library instance if only one candidate available for...jlin16
2007-01-25Change parameter id in UserExtension element from Integer to String according...jlin16
2007-01-25Fixed the Indentifier type issue.jwang36
2007-01-24git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2297 6f1...jlin16
2007-01-24Modify error message contents when an improper library instance was selected ...jlin16
2007-01-23Modify support module type filter for library instance selection.jlin16
2006-12-29Make opening dialogs re-gain focus when user switch back to main UI from othe...jlin16
2006-12-28add support arch check for pcd entries when adding a module to platform, sync...jlin16
2006-12-28remove unnecessary check between pcd table line selections to fix pcd default...jlin16
2006-12-26Add null pointer check to drop-down list of platform Pcd editor.jlin16
2006-12-21Add new-line characters in error message to make them shorter in multi-lines. jlin16
2006-11-24Fix Sku Info update UI refresh to update the dynamic pcd value for selected s...jlin16
2006-11-20Refresh library instance selection UI for platform editor after library insta...jlin16
2006-11-20Fix the no library instance in UI display when some exception occurs.jlin16
2006-11-15Provide default value for PCD in platform if user does not specify anything f...jlin16
2006-11-14Add new line "\n" to seperate long messages.jlin16
2006-11-14Modify the way of pcd warning message reporting to be a total in the end.jlin16
2006-11-14Synchronize platform pcd automatically with MSA pcd when opening FrameworkMod...jlin16
2006-11-14Fix the bug of Pcd value update in FrameworkModule settings. remove the curio...jlin16
2006-11-13Fix Ffs sections encapsulation type update problem.jlin16
2006-11-10For encapsulated sections in FFS layout in FpdBuildOptions, if no longer exis...jlin16
2006-11-08Fix the invalid warning message when user add a module that does not support ...jlin16
2006-11-08Provide UI for generating Apriori file of PEI or DXE phase. The module order ...jlin16
2006-11-02Modify FrameworkModules editor for FPD files to meet the new PCD type adjust ...jlin16
2006-10-31Add Fv option value edit support;jlin16
2006-10-23Fix the problem of label, button text part-display on Linux and iMac.jlin16
2006-10-23Do not display token number for Pcd in ModuleSA and Dynamic Pcd editors for F...jlin16
2006-10-21Fix the problem of not sync. module order list in FVs when user change the Fv...jlin16
2006-10-20a. Add support arch. filter for library instance selection in FPD file.jlin16
2006-10-16add calculation for max. datum size based on pcd default value input by user.jlin16
2006-10-16Adjust module order list after specifying FvBinding for ModuleSA.jlin16
2006-10-13Remove all recommended lib instances logic in SpdLibClassDecls.java as recomm...jlin16
2006-10-12Mark Guid Type as required in Guid declaration editor. Set cell editor to lon...jlin16
2006-10-11Ensure the validity of Ffs Sections when adding a new Sections to Ffs.jlin16
2006-10-11Give warning when deleting the last build target. Fix the missing-all build t...jlin16
2006-10-10Fix not able to save after change build target.jlin16
2006-10-10Change FrameworkModules selection to next module in platform after remove one...jlin16
2006-10-05Restructuring for better separation of Tool packages.lhauch