📄 changelog
字号:
common\win32\ConfigToolDoc.h common\win32\ControlView.cpp standalone\win32\ConfigToolDoc.cpp Move code appropriate to package unloading etc... to common function RegenerateData() * standalone\win32\MainFrm.cpp Do not display toolbars too early.2000-01-17 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\ConfigToolDoc.h Correct accidental removal of RunTests() function.2000-01-14 Simon FitzMaurice <sdf@redhat.co.uk>? * common\win32\CTCommon.rc common\win32\CTCommonres.cpp common\win32\CTCommonres.h common\win32\FailingRulesDialog.cpp common\win32\FailingRulesDialog.h Slightly clearer text on conflicts dialog CSH. Renamed *FAILING_RULES* resources *RESOLVE_CONFLICTS*. * common\win32\CTCommonDoc.cpp common\win32\ConfigToolDoc.h standalone\win32\ConfigToolDoc.cpp standalone\win32\Configtool.dsp Grouped test running code in one place in standalone tool. Corrected action on save document if user cancels from resolve conflicts dialog.2000-01-13 Simon FitzMaurice <sdf@redhat.co.uk> * standalone\win32\BCMenu.cpp standalone\win32\BCMenu.h Picked up later versions * standalone\win32\MainFrm.cpp Fix toolbar persistence * standalone\win32\Configtool.rc standalone\win32\res\Toolbar.bmp Adjust toolbar heights2000-01-12 John Dallaway <jld@redhat.co.uk> * common\win32\CTCommonDoc.cpp: Modify GenerateHeaders() to avoid copying non-config headers to the install tree in the standalone config tool. The make system does this copying. * standalone\win32\MainFrm.cpp: Modify OnToolsShell() to invoke the shell even if the build tree is not yet known. Modify PrepareEnvironment() to avoid mounting the logical drives containing the build, install and repository trees if this information is not yet known.2000-01-11 John Dallaway <jld@redhat.co.uk> * common\win32\ConfigToolDoc.h, standalone\win32\ConfigToolDoc.cpp: Restrict use of short file paths to the generation of GNU makefiles only, now that the IDE will quote file paths containing spaces. A few additional short paths remain pending migration to the use of GnuCompiler::addInclude().2000-01-11 John Dallaway <jld@redhat.co.uk> * common\win32\CTCommonDoc.cpp: Modify SelectTemplate() and SelectHardware() to avoid copying new MLT files to the build tree if the document has not yet been saved.2000-01-11 Simon FitzMaurice <sdf@redhat.co.uk> common\win32\CTCommon.rc common\win32\CTCommonDoc.cpp common\win32\CTCommonres.h common\win32\CTUtils.cpp common\win32\CTUtils.h common\win32\ConfigToolDoc.h common\win32\ControlView.cpp common\win32\DescView.cpp common\win32\PropertiesView.cpp common\win32\RulesView.cpp common\win32\mltview.cpp standalone\win32\ConfigToolDoc.cpp standalone\win32\Configtool.rc standalone\win32\MainFrm.cpp standalone\win32\MainFrm.h * Restore missing string resource ID Continue top-level CSH implementation2000-01-11 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTCommon.rc common\win32\CTCommonres.cpp common\win32\CTCommonres.h common\win32\FailingRulesDialog.cpp common\win32\FailingRulesDialog.h common\win32\StdAfx.cpp Update conflicts dialog to reflect EID. * standalone\win32\ConfigToolDoc.cpp common\win32\CellView.cpp common\win32\ControlView.cpp common\win32\ControlView.h common\win32\DescView.cpp common\win32\DescView.h common\win32\PropertiesView.cpp common\win32\PropertiesView.h common\win32\RulesView.cpp common\win32\RulesView.h common\win32\cellview.h common\win32\mltview.cpp common\win32\mltview.h F1 help for top-level windows 2000-01-11 John Dallaway <jld@redhat.co.uk> * common\win32\RulesList.cpp, common\win32\RulesList.h, common\win32\RulesView.cpp, common\win32\RulesView.h: Restore double-click handling to the conflicts view. Move the AssociatedItemName() function from the RulesView class to the RulesList class and rename to AssociatedItem() for use by the double-click handler.2000-01-10 John Dallaway <jld@redhat.co.uk> * common\win32\CTCommon.rc, common\win32\CTCommonres.h, Modify the constructor to calculate the default repository location from the plug-in installation location if the per-user registry value is not found.2000-01-10 John Dallaway <jld@redhat.co.uk> * standalone\win32\CTres.h, standalone\win32\CTres.cpp, standalone\win32\CdlTemplatesDialog.cpp (remove), standalone\win32\CdlTemplatesDialog.h (remove), standalone\win32\Configtool.rc, common\win32\CTCommon.rc, common\win32\CTCommonres.cpp, common\win32\CTCommonres.h, common\win32\CdlTemplatesDialog.cpp (add), common\win32\CdlTemplatesDialog.h (add), standalone\win32\Configtool.dsp: Make the enhanced template selection dialog common between the standalone and plug-in versions of the eCos configuration tool.2000-01-10 John Dallaway <jld@redhat.co.uk> * standalone\win32\CTres.h, standalone\win32\CdlTemplatesDialog.cpp, standalone\win32\CdlTemplatesDialog.h, standalone\win32\Configtool.rc: Add list of packages in the selected software template to the templates dialog box in preparation for commoning the standalone and plug-in versions of the dialog.2000-01-07 Simon FitzMaurice <sdf@redhat.co.uk> * standalone\win32\ConfigToolDoc.cpp Treat the result of ResolveGlobalConflicts correctly2000-01-07 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\PropertiesList.cpp CR 9019822000-01-06 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\ControlView.cpp CR 9019812000-01-05 John Dallaway <jld@redhat.co.uk> * common\win32\CTCommonDoc.cpp, standalone\win32\ConfigToolDoc.cpp, common\win32\ConfigTool.h: Modify SelectTemplate() to accommodate a template version parameter. Add a new member variable (m_template_version) to the document class to hold the version of currently selected template since this cannot be obtained from libCDL. Modify OpenRepository() to use the new template version member variable. * standalone\win32\ConfigToolDoc.cpp, Pass template version parameter in all calls to CConfigToolDoc::SelectTemplate(). * standalone\win32\CdlTemplatesDialog.cpp, standalone\win32\CdlTemplatesDialog.h, standalone\win32\Configtool.rc, standalone\win32\CTres.h, Add new template version combo box to the template selection dialog.2000-01-04 John Dallaway <jld@redhat.co.uk> * standalone\win32\Configtool.rc: Update copyright notices for the new year.1999-12-22 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTCommonres.cpp standalone\win32\CTres.cpp standalone\win32\Configtool.cpp standalone\win32\Configtool.dsp Dummy CSH for dialogs.1999-12-21 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTCommon.rc common\win32\CTCommonres.cpp Migrate mapping of common control IDs to eCosTestDialog1999-12-21 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTCommon.rc common\win32\CTCommonres.h common\win32\ControlView.cpp common\win32\eCosDialog.cpp common\win32\eCosDialog.h common\win32\stdafx.h standalone\win32\CTres.h standalone\win32\ConfigToolDoc.cpp standalone\win32\Configtool.cpp standalone\win32\Configtool.dsp standalone\win32\Configtool.rc Introduce separate help maps for each component.1999-12-21 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\FileName.cpp Fix it.1999-12-21 John Dallaway <jld@redhat.co.uk> * common\win32\CTCommonDoc.cpp Provide an implementation of the minimal eCos configuration import function.1999-12-21 John Dallaway <jld@redhat.co.uk> * common\win32\CTCommonDoc.cpp common\win32\ConfigToolDoc.h standalone\win32\CTres.h standalone\win32\ConfigToolDoc.cpp standalone\win32\Configtool.rc Add new menu items for the import and export of minimal eCos configuration save files. Provide an implementation of the export function.1999-12-17 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\FileName.cpp common\win32\FileName.h Move to Utils directory1999-12-17 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\FileName.cpp common\win32\FileName.h Add ReplaceExtension() function * common\win32\eCosDialog.cpp common\win32\eCosDialog.h common\win32\eCosPropertyPage.cpp common\win32\eCosPropertyPage.h Use common code between Dialog and Property page variants of CSH classes. * standalone\win32\ConfigToolDoc.cpp standalone\win32\Configtool.cpp standalone\win32\Configtool.dsp standalone\win32\Configtool.h standalone\win32\MainFrm.cpp Set default .chm file name from executable name1999-12-20 John Dallaway <jld@redhat.co.uk> * common\win32\CTUtils.cpp Fix CUtils::StripExtraWhitespace() to replace a sequence of whitespace characters with a single space character rather than preserving the first whitespace character in the sequence.1999-12-20 John Dallaway <jld@redhat.co.uk> * standalone\common\cdl_exec.cxx, standalone\common\cdl_exec.hxx, standalone\common\ecosconfig.cxx: Enhance 'new' and 'template' commands to accept a template version argument. Add 'import' and 'export' commands for the manipulation of minimal save files.1999-12-17 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\PropertiesList.cpp common\win32\PropertiesList.h Fix problem of multiple requires properties not all displaying * common\win32\CTUtils.cpp Speed up StripExtraWhitespace to allow properties view to paint nicely * common\win32\CTCommonDoc.cpp common\win32\ConfigToolDoc.h standalone\win32\ConfigToolDoc.cpp Ensure minimal work on saving an unmodified doc * standalone\win32\MainFrm.cpp Ensure current dir selected in build tools dialog1999-12-17 John Dallaway <jld@redhat.co.uk> * common\win32\memmap.cpp: Initialise the memory map size.1999-12-17 Simon FitzMaurice <sdf@redhat.co.uk> * standalone\win32\MainFrm.cpp standalone\win32\MainFrm.h Restore "automounting" of drives for install and build trees + repository1999-12-16 Simon FitzMaurice <sdf@redhat.co.uk> * standalone\win32\MainFrm.cpp Ensure standalone config tool view menu checkmarks assume state on app initialisation1999-12-16 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\FailingRulesDialog.cpp Prevent crash in release build: ASSERT->VERIFY * common\win32\ControlView.cpp Prevent crash in release build: test on NULL!=GetFocus()1999-12-14 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTCommonDoc.cpp common\win32\ConfigToolDoc.h common\win32\FileName.cpp common\win32\FileName.h standalone\win32\ConfigToolDoc.cpp Work around problem w\ spaces in filenames: remove spaces from install tree, build tree and repository1999-12-14 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CSHDialog.cpp common\win32\CSHDialog.h common\win32\eCosDialog.cpp common\win32\eCosDialog.h Add overridable GetInstanceHandle() * standalone\win32\ConfigToolDoc.cpp Close document before invoking pkgadmin dialog 1999-12-13 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CSHPropertyPage.cpp common\win32\CSHPropertyPage.h Match guicommon version * standalone\win32\Configtool.dsp common\win32\CTCommon.rc common\win32\CTCommonres.h common\win32\eCosDialog.h common\win32\eCosPropertyPage.h standalone\win32\CTres.h standalone\win32\Configtool.rc Move IDR_MLTBAR and IDB_BITMAP2 to common resources * standalone\win32\ConfigToolDoc.cpp Improve handling when tools admin1999-12-13 John Dallaway <jld@redhat.co.uk> * common\win32\CTCommonDoc.cpp, common\win32\ConfigItem.cpp, common\win32\ConfigToolDoc.h, standalone\win32\CdlTemplatesDialog.cpp: Synchronize with recent libCDL API changes.1999-12-13 John Dallaway <jld@redhat.co.uk> * standalone\common\cdl_exec.cxx, standalone\common\cdl_exec.hxx: Synchronize with recent libCDL API changes.1999-12-13 John Dallaway <jld@redhat.co.uk> * standalone\win32\MainFrm.cpp: Modify Build() function to form 'make <target>' command strings correctly.1999-12-10 John Dallaway <jld@redhat.co.uk> * common\common\build.cxx. Define the make variable OBJCOPY for use by CDL custom rules.1999-12-09 Simon FitzMaurice <sdf@redhat.co.uk>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -