📄 changelog
字号:
Add Robert Erskine to the list of eCos team members in the 'Help About' dialog box.1999-12-01 John Dallaway <jld@redhat.co.uk> * standalone\common\cdl_exec.cxx, standalone\common\cdl_exec.hxx: Add inference_callback() function to report resolved conflicts. Modify cmd_resolve() to use the new inference_callback() function.1999-11-30 John Dallaway <jld@redhat.co.uk> * common\common\build.cxx: Modify generate_makefile() to make the 'headers' target dependent on the new 'mlt_headers' target defined in pkgconf\rules.mak.1999-11-30 John Dallaway <jld@redhat.co.uk> * common\common\build.cxx: Modify generate_makefile() to generate separate rules for copying each header file to the install tree. This speeds up 'make headers' considerably.1999-11-30 John Dallaway <jld@redhat.co.uk> * common\common\build.cxx: Modify generate_makefile() to replicate the global variables in each package makefile. This facilitates the rebuilding of individual packages in isolation.1999-11-26 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTCommon.rc common\win32\CTCommonres.h common\win32\ConfigToolDoc.h plugin\win32\ConfigTool.cpp plugin\win32\eCos.rc standalone\win32\CTres.h standalone\win32\ConfigToolDoc.cpp standalone\win32\Configtool.rc Moved sourceware references to be standalone-specific * plugin\win32\Project.cpp plugin\win32\ProjectManager.cpp plugin\win32\ProjectManager.h Use CDL information to calculate test project contents * common\win32\CTCommonDoc.cpp plugin\win32\ConfigtoolDoc.cpp Do not complain about failing rules if document already saved * standalone\win32\MainFrm.cpp Try global conflict resolution1999-11-29 John Dallaway <jld@redhat.co.uk> * standalone\common\ecosconfig.cxx, standalone\common\cdl_exec.cxx, standalone\common\cdl_exec.hxx: Add experimental 'resolve' command to resolve global configuration conflicts.1999-11-29 John Dallaway <jld@redhat.co.uk> * standalone\common\ecosconfig.cxx, standalone\common\ecosconfig.h: Add new function trim_path() to remove the trailing directory separator char (if present) from a file path. Call trim_path() on the user-specified repository and install tree paths.1999-11-26 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CellView.cpp Ignore empty strings in integer or floating cells - only are legal as intermediate values1999-11-26 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTCommonDoc.cpp common\win32\ConfigToolDoc.h plugin\win32\CTMain.cpp plugin\win32\CTMain.h standalone\win32\MainFrm.cpp standalone\win32\MainFrm.h Now using CDL test name values to find test executables. * standalone\win32\ViewOptions.cpp Test for existence of viewer is not enough: it must be a file1999-11-26 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTCommonDoc.cpp common\win32\CTOptionsDialog.cpp common\win32\CTOptionsDialog.h common\win32\ConfigToolDoc.h plugin\win32\ConfigtoolDoc.cpp standalone\win32\ConfigToolDoc.cpp standalone\win32\Configtool.cpp standalone\win32\MainFrm.cpp standalone\win32\MainFrm.h Introduce class for registry access and simplify code accordingly Remove some more unused variables and code Prevent thread calculating thermometer max accessing GUI objects1999-11-26 John Dallaway <jld@redhat.co.uk> * common\common\build.cxx: Add path_to_vector() and nospace_path() functions to calculate a Win32 file path which does not contain spaces but which otherwise preserves long directory names. Modify cygpath() to use nospace_path() rather than call GetShortPathNameA() directly.1999-11-25 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\ControlView.cpp Correct find bug.1999-11-25 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTUtils.cpp common\win32\CTUtils.h common\win32\ConfigToolDoc.h plugin\win32\CTMain.h standalone\win32\ConfigToolDoc.cpp standalone\win32\Configtool.cpp standalone\win32\Configtool.h standalone\win32\MainFrm.cpp standalone\win32\MainFrm.h standalone\win32\OutputView.cpp Use a smooth progress control for accuracy. Remove more unused stuff. Use a better algorithm for estimating a build duration.1999-11-25 John Dallaway <jld@redhat.co.uk> * standalone\win32\ConfigToolDoc.cpp, plugin\win32\ConfigToolDoc.cpp: Modify SwitchMemoryLayout() to copy default memory layout files only where they do not already exist at the destination location. * plugin\win32\ConfigToolDoc.cpp: Modify SetPathName() to generate the build and install directory paths by appending "_build" and "_install" respectively to the root name of the config save file. * common\win32\ConfigItem.cpp: Modify the string version of SetValue() to reference the transaction object as appropriate.1999-11-25 Simon FitzMaurice <sdf@redhat.co.uk> * standalone\win32\Configtool.cpp standalone\win32\MainFrm.cpp standalone\win32\MainFrm.h Correct confusion between UNICODE and ANSI in reading registry for bin dirs1999-11-25 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTCommonDoc.cpp common\win32\ConfigItem.cpp common\win32\ConfigItem.h common\win32\ControlView.cpp plugin\win32\CTMain.h Normalize IsActive, IsEnabled functions in CConfigitem. Removed unused members from CConfigItem Removed m_nIndex from CConfigItem Fixed NULL transaction being passed to cdl layer * standalone\win32\MainFrm.cpp standalone\win32\MainFrm.h Removed unused members * common\win32\SplitterWndEx.cpp common\win32\SplitterWndEx.h Fixed crash on hiding MLT * common\win32\CTCommonres.h standalone\win32\CTres.h Restored IDS_REGKEY1999-11-25 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTCommonDoc.cpp common\win32\ConfigItem.cpp common\win32\ConfigItem.h common\win32\ControlView.cpp common\win32\SplitterWndEx.cpp common\win32\SplitterWndEx.h plugin\win32\CTMain.h standalone\win32\MainFrm.cpp standalone\win32\MainFrm.h1999-11-25 John Dallaway <jld@redhat.co.uk> * common\win32\CTCommonDoc.cpp: Modify SaveMemoryMap() to no longer export the memory layout to the build tree. The layout is now only exported to the install tree. Modify CopyMLTFiles() to no longer copy the default memory layout exports from the repository to the build tree. The layouts are now only copied to the install tree and only where they are not already present. Modify MLTDir() to generate the MLT save file directory path by appending "_mlt" to the root name of the config save file. Modify UpdateBuildInfo() to correctly pass the install tree path to generate_build_tree(). * standalone\win32\ConfigToolDoc.cpp: Modify SwitchMemoryLayout() to make correct use of the MLTDir() function. Modify OnOpenDocument() and OnSaveDocument() to call SetPathName() explicitly such that MLTDir() returns the correct value. Modify SetPathName() to generate the build and install directory paths by appending "_build" and "_install" respectively to the root name of the config save file.1999-11-25 Simon FitzMaurice <sdf@redhat.co.uk> * plugin\win32\CTMain.cpp standalone\win32\ConfigToolDoc.cpp Use "native" in the case of no toolchain prefix.1999-11-25 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTCommonDoc.cpp common\win32\ConfigToolDoc.h plugin\win32\CTMain.cpp plugin\win32\CTMain.h plugin\win32\ConfigTool.cpp plugin\win32\Project.cpp plugin\win32\eCos.rc plugin\win32\eCosres.h standalone\win32\CTres.h standalone\win32\ConfigToolDoc.cpp standalone\win32\Configtool.cpp standalone\win32\Configtool.h standalone\win32\Configtool.rc standalone\win32\MainFrm.cpp standalone\win32\MainFrm.h Complete changes for build paths and remove yet more unused variables. Remove references to Churchill and place registry keys in string resources.1999-11-25 John Dallaway <jld@redhat.co.uk> * plugin\win32\Project.cpp: Modify MakeMakeFile() to add build variables to the temporary makefiles which match those of the standalone eCos config tool. This should ensure portability of custom rules between the standalone tool and the plug-in.1999-11-24 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTCommon.rc common\win32\CTCommonDoc.cpp common\win32\CTCommonres.h common\win32\CTOptionsDialog.cpp common\win32\CTOptionsDialog.h common\win32\ConfigItem.cpp common\win32\ConfigItem.h common\win32\ConfigToolDoc.h common\win32\FailingRulesDialog.cpp common\win32\FailingRulesDialog.h common\win32\PropertiesList.cpp common\win32\PropertiesList.h common\win32\PropertiesView.cpp common\win32\RulesList.cpp common\win32\RulesList.h common\win32\RulesView.cpp common\win32\eCosDialog.cpp common\win32\mltview.cpp plugin\win32\ConfigtoolDoc.cpp standalone\win32\ConfigToolDoc.cpp standalone\win32\Configtool.dsp standalone\win32\MainFrm.cpp More work on failing rules correction. Removed CTarget class. Added TTListCtrl class for list control tooltips. Simplified MLTView tooltips (didn't fix problem though)1999-11-24 John Dallaway <jld@redhat.co.uk> * standalone\common\ecosconfig.cxx, standalone\common\cdl_exec.cxx, common\common\build.cxx: Call cygwin_conv_to_win32_path() in Cygwin builds to process Cygwin-style directory paths on the ecosconfig command line. Such paths are not understood universally by the Cygwin tcl library.1999-11-23 Simon FitzMaurice <sdf@redhat.co.uk> * plugin\win32\ProjectManager.cpp Fix crash in release build1999-11-23 John Dallaway <jld@redhat.co.uk> * standalone\common\ecosconfig.cxx, standalone\common\cdl_exec.cxx, common\common\build.cxx: Check for the _MSC_VER macro rather than _WIN32 to facilitate cygwin builds.1999-11-19 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\FailingRulesDialog.cpp Use CDL conflicts code for real. * common\win32\RulesList.cpp common\win32\RulesList.h Add Tooltips * common\win32\mltview.h Remove usused variable1999-11-19 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTCommonDoc.cpp common\win32\ConfigItem.cpp common\win32\ConfigToolDoc.h common\win32\ControlView.cpp common\win32\ControlView.h plugin\win32\CTMain.cpp standalone\win32\CTres.h standalone\win32\ConfigToolDoc.cpp Fixed crash in hardware selection - need to remove items from view first to avoid painting problems. * standalone\win32\MainFrm.h Fixed include file name * standalone\win32\Configtool.rc standalone\win32\res\miscbar.bmp common\win32\CTCommonres.h standalone\win32\MainFrm.cpp Restored help menu bitmaps * common\win32\CellEdit.cpp common\win32\ComboEdit.cpp Removed compilation warnings Correctly passed non-special keystrokes to default window handler1999-11-19 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTCommon.rc common\win32\CTCommonres.h Remove unwanted references to bitmaps1999-11-18 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CSHDialog.h common\win32\CTCommon.rc common\win32\CTCommonres.h common\win32\ControlView.cpp common\win32\eCosDialog.h common\win32\eCosPropertyPage.h common\win32\mltview.cpp plugin\win32\eCosres.h standalone\win32\CTres.h standalone\win32\Configtool.cpp standalone\win32\Configtool.dsp standalone\win32\Configtool.rc standalone\win32\MainFrm.cpp standalone\win32\MainFrm.h standalone\win32\OutputView.cpp standalone\win32\res\Toolbar.bmp Add bitmap menu items.1999-11-17 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTCommon.rc common\win32\ControlView.cpp standalone\win32\Configtool.rc standalone\win32\MainFrm.cpp standalone\win32\MainFrm.h Restore Help->doc home page Update tool options labels1999-11-17 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\ControlView.cpp Use recommended accelerator for "Properties" * common\win32\PropertiesList.cpp Move grid line up one pixel * common\win32\mltview.cpp common\win32\mltview.h Prevent theft of tooltip messages from mainframe Add keyboard accessibility for properties, current section\region * standalone\win32\Configtool.rc Adjust view menu accelerators to match previous version more closely1999-11-17 John Dallaway <jld@redhat.co.uk> * standalone\common\ecosconfig.cxx Modify main() to return an appropriate exit code should execution fail. Modify main() to account for the case where there are qualifiers on the command line, but no command.1999-11-16 John Dallaway <jld@redhat.co.uk> * common\common\build.cxx Modify generate_makefile() to perform 'chmod u+w' rather than 'chmod 644' on each header file installed.1999-11-16 Simon FitzMaurice <sdf@redhat.co.uk> * standalone\win32\Configtool.rc Fix bug whereby user tools binaries directory dialog browse button did nothing1999-11-16 Simon FitzMaurice <sdf@redhat.co.uk> * common\win32\CTCommon.rc common\w
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -