Jack Jansen
|
a5d384dedf
|
Updated for the new project names.
|
2000-12-03 22:36:42 +00:00 |
Jack Jansen
|
6c502d7a81
|
Got it working for all important plugins, and moved it from Build to scripts.
|
2000-12-03 22:31:50 +00:00 |
Jack Jansen
|
3e3eb3e822
|
Oops, all the options were off-by-one. Reported by Tom Bridgman.
|
2000-10-19 21:50:54 +00:00 |
Jack Jansen
|
635a044b87
|
Fixed balloon help for options. Sort-of reported by Russell Finn.
|
2000-10-19 21:22:46 +00:00 |
Jack Jansen
|
9ec8c0600a
|
Different phrasing of keepconsole options, suggested by David Goodger.
|
2000-10-19 20:33:41 +00:00 |
Jack Jansen
|
ab49e88116
|
Call SchedParams(1,0) so the dialog is correctly re-enabled after something has been on top of it.
|
2000-10-13 23:35:04 +00:00 |
Jack Jansen
|
8c94d5eb0e
|
Added some of the new Numeric modules (which weren't rebuilt).
|
2000-10-13 23:34:06 +00:00 |
Jack Jansen
|
52b5b0221f
|
If we're installing to another partition than the system partition offer to copy PythonCore in stead of aliasing it. This should fix the applet problems some people have.
|
2000-10-13 23:33:34 +00:00 |
Jack Jansen
|
6ab2cb6696
|
Better exit handling.
|
2000-10-12 21:22:26 +00:00 |
Jack Jansen
|
4a5eb967b8
|
Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Default is "unseen output". Upped the Popt version number.
|
2000-09-22 21:50:11 +00:00 |
Jack Jansen
|
9c940ca143
|
Moved to Unsupported.
|
2000-09-12 20:24:50 +00:00 |
Jack Jansen
|
eb43b30aee
|
The logic for finding long matches before short ones was wrong (why did I never notice this??!?), fixed.
|
2000-09-10 12:03:06 +00:00 |
Jack Jansen
|
3500d85b07
|
Removed 68k support, added pyexpat, adapted for new NumPy.
|
2000-09-08 10:19:04 +00:00 |
Jack Jansen
|
9d6d2c0c97
|
Only output the code to alias properties if the names aren't the same.
|
2000-08-22 20:34:35 +00:00 |
Jack Jansen
|
6aa92c5093
|
- identify() enum names.
- don't identify() enum values.
- make aetools.Error available in the package module.
|
2000-08-20 21:59:03 +00:00 |
Jack Jansen
|
51f357049b
|
Moved to unsupported: it doesn't work anymore and it has outlived its usefulness so I don't want to fix it.
|
2000-08-20 20:10:39 +00:00 |
Jack Jansen
|
2eda24475c
|
Enums we cannot find are set to None, and enumsubst understands this (no substitution done). This is need for what I think are bugs in the Finder aete resources (some events use unknown enums).
|
2000-08-20 19:42:52 +00:00 |
Jack Jansen
|
12b2b76608
|
Fixed event inheritance code (which didn't work at all).
Do two passes over the suites so we can figure out dependencies for enums and such. The manual method was getting too cumbersome for Finder suites.
|
2000-08-20 19:30:56 +00:00 |
Jack Jansen
|
87426b9f1b
|
Use the new package-based scripting support.
|
2000-08-17 22:12:12 +00:00 |
Jack Jansen
|
60762cb920
|
Generate packages in stead of separate modules. The package main module imports everything, it knows about the app signature, suites can extend standard suites, and lots more. Automatically finding declarations in other suites TBD.
|
2000-08-17 22:11:45 +00:00 |
Jack Jansen
|
bc66f950e8
|
If any of the builds in a group fails offer to stop the fullbuild process and open the failing projects in codewarrior.
|
2000-07-24 19:45:07 +00:00 |
Jack Jansen
|
919d3267ff
|
Added a "compile-time" flag PPC_ONLY, if set we make ppc-only applications without posting the dialog. This is the normal situation since 1.6alfa (no more 68k support).
|
2000-07-24 19:44:17 +00:00 |
Jack Jansen
|
89d017d072
|
Added the unchash module.
|
2000-07-07 13:08:09 +00:00 |
Jack Jansen
|
d13c385462
|
Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compatible).
|
2000-06-20 21:59:25 +00:00 |
Jack Jansen
|
dafe4712dd
|
Nav removed (it has moved to the core toolbox modules).
|
2000-06-07 20:35:38 +00:00 |
Jack Jansen
|
6f8a6d21a1
|
Selecting the macfsn option didn't work, fixed.
Fixed the help strings.
Swapped the macfsn and help button numbers.
|
2000-05-09 10:01:52 +00:00 |
Jack Jansen
|
31e2d7354f
|
The applets need more memory nowadays, it seems (because of navservices, maybe?). Give them 4M, that should be okay for a while.
|
2000-05-07 22:05:33 +00:00 |
Jack Jansen
|
caaa982094
|
Put the install folders in (vise), not vise, so the include files aren't accidentally picked up by the normal build process.
|
2000-05-06 22:34:20 +00:00 |
Jack Jansen
|
0c6d037cc5
|
Removed string-exception preference, added tabcheck and NavService preference, upped version number.
|
2000-05-05 23:11:14 +00:00 |
Jack Jansen
|
68552ddece
|
Automatically dump distribution folders where I want them, next to the vise scripts.
|
2000-05-05 23:07:43 +00:00 |
Jack Jansen
|
bfbf113827
|
Don't build the _tkinter project from Build, only the one from Extensions:Imaging, which now drops its resulting .slb into the PlugIns folder.
|
2000-04-23 22:13:15 +00:00 |
Jack Jansen
|
6c38e5b46d
|
Drag was missing from the modules built.
|
2000-04-08 21:29:31 +00:00 |
Just van Rossum
|
f84fdfeefb
|
added PythonCGISlave and BuildCGIApplet to the list of applets to build (jvr)
|
2000-03-28 20:50:36 +00:00 |
Jack Jansen
|
34d11f0670
|
Fixed multi-arg appends.
|
2000-03-07 23:40:13 +00:00 |
Jack Jansen
|
6448c35248
|
Build the Nav module too.
|
2000-01-24 10:15:59 +00:00 |
Jack Jansen
|
8242c9e4c4
|
Get/set sys.path initializer in new appearance way.
|
2000-01-13 16:22:12 +00:00 |
Jack Jansen
|
c9b1e90cc8
|
Modified for appearance.
|
1999-12-24 13:39:23 +00:00 |
Jack Jansen
|
6a6db0724c
|
Partially converted to Appearance, the dialog still has the old ugly layout and
interaction.
|
1999-12-23 14:34:07 +00:00 |
Jack Jansen
|
d2bf68fdb9
|
Converted to Appearance.
|
1999-12-23 14:33:20 +00:00 |
Jack Jansen
|
43fd1f75db
|
Give a warning if system-wide sys.argv processing is off (because then we
may have missed an applet being dropped on us). This may fix the obscure bug
Tony Ingraldi was experiencing.
|
1999-12-02 22:52:12 +00:00 |
Just van Rossum
|
29e5184491
|
Typo fixed in docstring; removed unneccesary import. (jvr)
|
1999-11-04 10:30:13 +00:00 |
Just van Rossum
|
f98e692257
|
removed two redundant lines -- jvr
|
1999-04-24 16:48:34 +00:00 |
Jack Jansen
|
6a51b37167
|
Added Qdoffs module.
|
1999-03-07 23:10:32 +00:00 |
Jack Jansen
|
57ed139c22
|
Added App module (appearance manager interface).
|
1999-03-04 23:00:11 +00:00 |
Jack Jansen
|
3b8052685c
|
(finally) unified the interpreter and the applet as Just suggested ages ago. The
resulting program is called PythonInterpreter.
|
1999-02-14 23:12:06 +00:00 |
Jack Jansen
|
87352f8065
|
Build all plugins modules separately, the PlugIns.prj project seems to
have stopped working.
|
1999-02-12 10:29:06 +00:00 |
Just van Rossum
|
7f1653c0e5
|
new dangerous script: it removes all apps (except sys.executable), shared libs, (x)SYM files and xxx Data folders (in case xxx.prj exists) -- jvr
|
1999-02-07 16:36:22 +00:00 |
Jack Jansen
|
fa155a1b2c
|
Don't create symlinks to toolbox modules any more.
|
1999-02-07 13:59:06 +00:00 |
Jack Jansen
|
8eea5baca8
|
img modules are no longer in PlugIns folder.
|
1999-02-06 17:44:28 +00:00 |
Jack Jansen
|
33a5d7e751
|
Just's script to find non-7-bit-clean charactres in a source tree (slightly
modified by Jack to skip files that are binary despite the TEXT type).
|
1999-02-03 12:07:14 +00:00 |