comparison host/tools/configtool/ChangeLog @ 613:f83ca6359915

* configtool/standalone/wxwin/admindlg.cpp, configtool/standalone/wxwin/configtooldoc.cpp, configtool/standalone/wxwin/configtool.cpp, configtool/standalone/wxwin/mainwin.cpp, configtool/standalone/wxwin/appsettings.cpp: Look for all persistent application settings under "HKEY_CURRENT_USER\Software\eCos Configuration Tool\" for consistency. * configtool/standalone/wxwin/appsettings.cpp: Board 'reset type' is determined at run-time and no longer persistent. * configtool/standalone/wxwin/configtooldoc.cpp: Determine board reset type by looking for "cyg_test_is_simulator=1" rather than just "cyg_test_is_simulator" since "cyg_test_simulator=0" is also possible. * configtool/standalone/wxwin/mainwin.cpp: Supress obsolete menu items. * configtool/standalone/wxwin/platformeditordialog.cpp: Replace LF (rather than CRLF) with ';' when storing GDB commands. * ecostest/common/eCosTestPlatform.cpp: Look for all persistent application settings under "HKEY_CURRENT_USER\Software\eCos Configuration Tool\" for consistency.
author jld
date Thu, 13 Feb 2003 16:23:38 +0000
parents f2d369dad95f
children c2866eff7fb9
comparison
equal deleted inserted replaced
612:71096094815a 613:f83ca6359915
1 2003-02-13 John Dallaway <jld@ecoscentric.com>
2
3 * standalone/wxwin/admindlg.cpp,
4 standalone/wxwin/configtooldoc.cpp,
5 standalone/wxwin/configtool.cpp,
6 standalone/wxwin/mainwin.cpp,
7 standalone/wxwin/appsettings.cpp:
8 Look for all persistent application settings under
9 "HKEY_CURRENT_USER\Software\eCos Configuration Tool\"
10 for consistency.
11
12 * standalone/wxwin/appsettings.cpp:
13 Board 'reset type' is determined at run-time and no longer persistent.
14
15 * standalone/wxwin/configtooldoc.cpp:
16 Determine board reset type by looking for "cyg_test_is_simulator=1"
17 rather than just "cyg_test_is_simulator" since "cyg_test_simulator=0"
18 is also possible.
19
20 * standalone/wxwin/mainwin.cpp:
21 Supress obsolete menu items.
22
23 * standalone/wxwin/platformeditordialog.cpp:
24 Replace LF (rather than CRLF) with ';' when storing GDB commands.
25
1 2003-02-10 John Dallaway <jld@ecoscentric.com> 26 2003-02-10 John Dallaway <jld@ecoscentric.com>
2 27
3 * standalone/wxwin/runtestsdlg.cpp, 28 * standalone/wxwin/runtestsdlg.cpp,
4 standalone/wxwin/runtestsdlg.h: 29 standalone/wxwin/runtestsdlg.h:
5 Call the "Reset Board" message box in the primary thread rather than 30 Call the "Reset Board" message box in the primary thread rather than