Commit Graph

256 Commits

Author SHA1 Message Date
selmer%netscape.com
c44e44b6d9 fix 15325 - don't allow dupl config 1999-10-13 19:55:13 +00:00
selmer%netscape.com
72c8faab62 Can't have commands after a Reload 1999-10-13 19:24:41 +00:00
varada%netscape.com
a3fae46238 correcting temp node problem 1999-10-13 01:19:23 +00:00
varada%netscape.com
d81ee3cbf2 fixes for bug #15782 to save caches 1999-10-13 00:28:59 +00:00
varada%netscape.com
02f0fcd7db fix for bug #15782 to save cache file in the respective directories and also to save after each page and to save the last used config name in the default che 1999-10-13 00:28:10 +00:00
selmer%netscape.com
f9013c88f3 Added checking to ensure DLL & procedure get loaded successfully 1999-10-13 00:19:03 +00:00
selmer%netscape.com
df8e7ca097 Fixed up releasing DLLs in destructor 1999-10-13 00:12:27 +00:00
selmer%netscape.com
4580cd61fd Implemented basis for DLL functions in interpreter; fixed Reload to exit if anything follows it 1999-10-13 00:01:10 +00:00
selmer%netscape.com
6584430045 Top level makefile 1999-10-12 20:36:42 +00:00
selmer%netscape.com
c4d6227c66 Split interpret into its own class 1999-10-12 18:31:05 +00:00
selmer%netscape.com
c084e8f9f8 Created new Interpret.cpp & CInterpret class 1999-10-12 01:54:00 +00:00
selmer%netscape.com
6411aa0a19 Fix up inclusions of headers 1999-10-12 00:56:51 +00:00
varada%netscape.com
dadbf1ef78 changing minlen and maxlen in edit fields 1999-10-12 00:12:10 +00:00
varada%netscape.com
25a927f81a bug #5958 validating entering of characters in the newconfigdialog edit fields 1999-10-12 00:05:38 +00:00
varada%netscape.com
bbcbe74143 fix to bug #15339- added SetForegroundWindowin the OnSetActive code in the wizardui.cpp 1999-10-11 23:47:49 +00:00
varada%netscape.com
8ffaa571f3 #6569 adding Message function to OnNext handler 1999-10-11 22:30:02 +00:00
varada%netscape.com
6cea469ee8 #15327 changing minlen to maxlen 1999-10-11 22:28:59 +00:00
varada%netscape.com
f6b0f8643a checking in fixes for bug #6569 - confirmation on clicking the finish button 1999-10-11 19:23:25 +00:00
selmer%netscape.com
a96a1c0908 New standard makefile 1999-10-09 01:33:45 +00:00
selmer%netscape.com
6d2a16ee1e Configs instead of Customizations directory 1999-10-08 22:56:29 +00:00
selmer%netscape.com
56094c9b50 varada - bug #15770 adding extra funtions to create button in checklist.ini to verify presence of config before doing a copy 1999-10-07 22:18:13 +00:00
varada%netscape.com
20e0744bc8 have made error dialog box systemmodal bug #15339 1999-10-07 02:07:23 +00:00
varada%netscape.com
557d8b559b %Root% is a global variable that contains the value of the current working directory - so we can use it in an inifile to resolve the relative root locations 1999-10-07 01:39:34 +00:00
varada%netscape.com
c62f37bfbe change customization to configs directory in checklist.ini in some files 1999-10-07 00:15:35 +00:00
varada%netscape.com
2a870896b9 changed customizations directory to Configs in wizardmachine.cp as well as in the checklist.ini 1999-10-07 00:11:01 +00:00
varada%netscape.com
f752340225 fix to bug #15327 adding MinLen field to the edit widget 1999-10-06 01:38:02 +00:00
varada%netscape.com
751c2c8fdd Bug fix for #15327 - determination of length of edit fields 1999-10-06 01:32:00 +00:00
selmer%netscape.com
d381f0e440 new fn definitions 1999-10-05 23:18:35 +00:00
selmer%netscape.com
9cca47598a Removed temporary 'NewConfig' fix in favor of real fix 1999-10-05 23:18:12 +00:00
selmer%netscape.com
4c045429c1 Fix dialogs a little (more required) and fix handling of GlobalArrayIndex 1999-10-05 23:17:07 +00:00
selmer%netscape.com
e70de3104b Updates to make all functions go through 'command' except generatelist and installbuilder (fix those later) 1999-10-05 23:15:49 +00:00
varada%netscape.com
83756f109c moving branding_page4.ini to the page before the installer page bug 11342 1999-10-05 22:57:18 +00:00
varada%netscape.com
1143b3521a Validation for .nci in the entry field during creation of NCI files 1999-10-05 20:30:20 +00:00
selmer%netscape.com
7580ecd1e8 Most of CopyDir ready 1999-10-05 02:22:36 +00:00
selmer%netscape.com
12ce9be35f Major rework on interpreting commands 1999-10-02 01:28:27 +00:00
selmer%netscape.com
27dc26bad7 Attempted fix to unmerge lines that ran together 1999-09-30 23:51:49 +00:00
selmer%netscape.com
22e2496d10 OOPS, the ase\ isn't correct for release builds. Putting back 1999-09-30 23:33:54 +00:00
selmer%netscape.com
3c2043774f NCIFiles actually live in ase subdir, corrected NCIFileList widget 1999-09-30 21:36:13 +00:00
varada%netscape.com
4332970fc7 NOT part of Seamonkey build, chofmann OK'd. removing message boxes 1999-09-30 01:17:51 +00:00
varada%netscape.com
7f1259dd5e NOT part of Seamonkey build, choffman OK'd, onEnter added to CoONTROLS in wizardtypes.h 1999-09-30 00:52:10 +00:00
varada%netscape.com
863ffa2203 NOT part of Seamonkey, chofmann OK'd. OnEnter fixups. 1999-09-30 00:45:23 +00:00
varada%netscape.com
603cf839ad NOT part of Seamonkey build, chofmann OK'd. fixups for OnEnter. 1999-09-30 00:44:28 +00:00
varada%netscape.com
c3d576a898 NOT part of Seamonkey build, chofmann OK'd. OnEnter implementation 1999-09-30 00:39:06 +00:00
selmer%netscape.com
c8713269b7 NOT part of Seamonkey build, chofmann OK'd. OnCommand code changes support 1999-09-30 00:36:54 +00:00
selmer%netscape.com
9ac3caecfe NOT part of Seamonkey build, chofmann OK'd. Added Target= for BrowseFile actions. 1999-09-30 00:33:55 +00:00
selmer%netscape.com
f5449edd7c NOT in building Seamonkey tree, checkin OK'd by chofmann. Major whackage of OnCommand routine to enhance readability. 1999-09-30 00:29:48 +00:00
selmer%netscape.com
7c5164229e remove extra free() call 1999-09-28 18:48:29 +00:00
varada%netscape.com
54d665cddb New cck.che file with the references to netscape 2000 removed 1999-09-25 00:08:16 +00:00
robinf%netscape.com
1afc6d4ba1 removed product name references; fixed WinNt widget display bugs 1999-09-24 18:59:51 +00:00
robinf%netscape.com
2e2e2f3690 edited text in New Configuration dialog per Bijal's comments; removed last paragraph. 1999-09-24 18:54:13 +00:00