📄 changelog
字号:
at the destination location.
* 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 dirs
1999-11-25 Simon FitzMaurice <sdf@redhat.co.uk>
* common\win32\CTCommonDoc.cpp
common\win32\ConfigItem.cpp
common\win32\ConfigItem.h
common\win32\ControlView.cpp
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_REGKEY
1999-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
standalone\win32\MainFrm.cpp
standalone\win32\MainFrm.h
1999-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>
* 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
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.
Place registry keys in string resources.
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
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 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 variable
1999-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
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 handler
1999-11-19 Simon FitzMaurice <sdf@redhat.co.uk>
* common\win32\CTCommon.rc
common\win32\CTCommonres.h
Remove unwanted references to bitmaps
1999-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
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 labels
1999-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 closely
1999-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 nothing
1999-11-16 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\CTUtils.cpp
common\win32\CTUtils.h
common\win32\CellView.cpp
common\win32\ComboEdit.cpp
common\win32\ComboEdit.h
common\win32\ConfigToolDoc.h
common\win32\ControlView.cpp
common\win32\ControlView.h
common\win32\DoubleEdit.cpp
common\win32\DoubleEdit.h
common\win32\IntegerEdit.cpp
common\win32\IntegerEdit.h
common\win32\StringEdit.cpp
common\win32\StringEdit.h
common\win32\cellview.h
common\win32\mltview.cpp
common\win32\mltview.h
standalone\win32\CTres.h
standalone\win32\ConfigToolDoc.cpp
standalone\win32\Configtool.dsp
standalone\win32\Configtool.rc
standalone\win32\MainFrm.cpp
standalone\win32\MainFrm.h
standalone\win32\OutputView.cpp
standalone\win32\OutputView.h
standalone\win32\ViewOptions.cpp
standalone\win32\ViewOptions.h
standalone\win32\res\Toolbar.bmp
Added accelerator for "Search in" in find dialog
Added remove button to balance Add in Run Tests. Derived testtool from CSH-enabled classes
Improved pane names in font selection dialog
Removed view->header files in standalone
Fix editing operations for cells in standalone : new classes CCell and CCellEdit to group related in-cell editing functionality.
Added "no suggest fixes" choice on tools\options
1999-11-16 John Dallaway <jld@redhat.co.uk>
* common\common\build.cxx
Modify generate_makefile() to perform 'chmod 644' on
each header file installed. This eliminates problems
with updating the install tree from a read-only
repository.
1999-11-16 John Dallaway <jld@redhat.co.uk>
* standalone\common\cdl_exec.hxx,
standalone\common\cdl_exec.cxx
Modify constructor to define savefile and install_prefix
member variables. Use these variables in each command
function.
* standalone\common\ecosconfig.cxx:
Modify main() to process command qualifiers and
instantiate a cdl_exec object accordingly.
Add command line qualifiers to the usage message in
usage_message().
1999-11-15 John Dallaway <jld@redhat.co.uk>
* common\win32\ConfigItem.cpp:
Modify SetEnabled() to call CdlTransactionBody::body()
to commit the transaction. This facilitates inference
and transaction callback processing.
* common\win32\ControlView.cpp:
Modify RestoreDefault() to avoid calling
CdlValuableBody::set_source() on items of flavor None.
This was triggering an assertion in the latest libCDL
code.
1999-11-15 Simon FitzMaurice <sdf@redhat.co.uk>
* common\win32\ConfigToolDoc.h
OnMLTProperties should have been public
1999-11-12 Simon FitzMaurice <sdf@redhat.co.uk>
* common\win32\ConfigItem.cpp
Enumeration image was missing for Double
* common\win32\ControlView.cpp
common\win32\ControlView.h
Remove some obsolete test code, add elipsis to "Unload"
Correct painting problem on unload
* common\win32\ConfigToolDoc.h
Remove obsolete FileNameChanged hint
Rearranged declarations to reduce preprocessing
Fix for 901455
* common\win32\CTPropertiesDialog.cpp
common\win32\CTCommonDoc.cpp
common\win32\PropertiesList.cpp
common\win32\PropertiesList.h
common\win32\PropertiesView.cpp
common\win32\PropertiesView.h
Overhaul including corrections for:
Incorrect scrolling
Overpainting of header control
Empty File property
1999-11-12 John Dallaway <jld@redhat.co.uk>
* common\win32\mltview.cpp:
Increase inter-region spacing to match client area
border for aesthetic reasons.
Modify OnUpdate() and OnSize() functions to improve
the vertical scroll size calculation to account for
the external text border around each region.
1999-11-11 Simon FitzMaurice <sdf@redhat.co.uk>
* common\win32\CSHDialog.cpp
common\win32\CSHDialog.h
common\win32\CSHPropertyPage.cpp
common\win32\CSHPropertyPage.h
common\win32\eCosDialog.cpp
common\win32\eCosDialog.h
common\win32\eCosPropertyPage.cpp
common\win32\eCosPropertyPage.h
Make HelpID() const
* common\win32\CTCommonDoc.cpp
Prevent control view displaying too early
* common\win32\ControlView.cpp
Remove Settings context menu item
* common\win32\RulesView.cpp
Remove Resolve context menu item
1999-11-11 Simon FitzMaurice <sdf@redhat.co.uk>
* common\win32\mltview.cpp
common\win32\mltview.h
Add tooltips for section names the exceeed the caption rectangle available
Decrease size of everything somewhat to allow default display to avoid use of scrollbar
* common\win32\ctutils.cpp
Do not check for duplicate paths (so always allowing path fragments to be inserted at beginning)
1999-11-11 John Dallaway <jld@redhat.co.uk>
* common\common\build.cxx:
Modify generate_makefile() to add the package version
directory in the build tree to the INCLUDE_PATH.
1999-11-11 John Dallaway <jld@redhat.co.uk>
* common\common\build.cxx:
Modify eval_tcl_command() to avoid redirecting stdout
under Linux. This was affecting the channel reference
count mechanism resulting in system.h not being written
out correctly by CdlToplevelBody::generate_config_headers().
1999-11-10 Simon FitzMaurice <sdf@redhat.co.uk>
* common\win32\CSHDialog.cpp
common\win32\CSHDialog.h
common\win3
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -