Jack Jansen
|
177fa8c25e
|
Put all AE constants into AppleEvents.py
|
2000-12-12 22:06:53 +00:00 |
Jack Jansen
|
0eba959ed3
|
Added an extraexportsymbols option, to allow (you guessed it:-) extra export symbols to be specified.
|
2000-12-03 22:39:09 +00:00 |
Jack Jansen
|
aee9d6b73e
|
Allow recursive searh entries by ending the pathname in ":*".
|
2000-12-03 22:38:34 +00:00 |
Jack Jansen
|
cb9b1ebe6c
|
Don't generate SYM files by default.
|
2000-12-03 22:37:32 +00:00 |
Jack Jansen
|
cb54be869c
|
Added support for adding libraries.
Added support for project-relative and absolute path names in the search path entries.
|
2000-11-26 23:02:38 +00:00 |
Jack Jansen
|
707e964734
|
Added MathLib and InterfaceLib. Added Python:Include so #include "package/file.h" works. Moved bits around so now at least Numeric with Distutils builds and instals.
|
2000-11-19 21:53:15 +00:00 |
Jack Jansen
|
6f484cb25a
|
Close the project after building it, so that building umpteen projects doesn't keep all the projects open.
|
2000-11-19 21:51:06 +00:00 |
Jack Jansen
|
185f42d917
|
struct.pack has become picky about h (short) and H (unsigned short).
|
2000-10-22 21:59:23 +00:00 |
Jack Jansen
|
62e3843ca7
|
Removed try/except TypeError around calling the ae handler function, it masksprogrammer errors and obfuscates the stacktrace. Suggested by Tattoo Mabonzo K.
|
2000-10-19 20:49:12 +00:00 |
Jack Jansen
|
749023695e
|
Use MacOS.OutputSeen() on menuselections: it treats a menu selection in the same way as input to stdin (i.e. as an ack of the output that went before). This makes the CGI tools work nicely for Quit.
|
2000-10-19 20:32:35 +00:00 |
Jack Jansen
|
fd9925af56
|
Use MacOS.OutputSeen() on menuselections. Removed KeepConsole code again. This solution is better: it treats a menu selection in the same way as input to stdin (i.e. as an ack of the output that went before).
|
2000-10-19 20:31:51 +00:00 |
Jack Jansen
|
f2bd9ee357
|
Use MacOS.KeepConsole to always exit if the program calls FrameWork._quit(). Overridable with a class variable keepconsole.
|
2000-10-12 21:25:37 +00:00 |
Jack Jansen
|
55a0bde290
|
Handle the ****/**** appleevent wildcard when called as a main program, so that it becomes a handy debugging tool (BuildApplet, copy aete resource, apply applescript to it).
|
2000-09-24 22:00:11 +00:00 |
Jack Jansen
|
486f138224
|
Added a workaround for shortcomings in the OSA support: there can be class/property conflicts and passing classes as arguments doesn't work. The package now seems to work.
|
2000-09-24 21:56:43 +00:00 |
Jack Jansen
|
4a751580ca
|
mkcwproject now works, but for one thing: the import of the XML document as a project through AppleEvents.
|
2000-09-22 23:54:07 +00:00 |
Jack Jansen
|
9a8df7db6b
|
Test files for mkcwproject
|
2000-09-22 23:28:40 +00:00 |
Jack Jansen
|
07642c3689
|
More bits and pieces of project generation.
|
2000-09-22 23:26:55 +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
|
fdd2269fcc
|
Allow lists of files/fsspecs as the source for copy() and move(). By
Bill Bedford, slightly edited by me.
|
2000-09-22 12:17:14 +00:00 |
Jack Jansen
|
0bb0a90b20
|
Various tweaks and bugfixes to GetArgv. It now appears good enough for Distutils.
|
2000-09-21 22:01:08 +00:00 |
Jack Jansen
|
f86eda5d19
|
Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to create a unix-style sys.argv.
|
2000-09-19 22:42:38 +00:00 |
Jack Jansen
|
76167fecc1
|
This will eventually evolve into a package that creates CodeWarrior projects from templates (for distutils, and possibly the standard extensions too). For now it generates a correct xml file based on sources/output/expfile, but that is about all.
|
2000-09-15 22:44:08 +00:00 |
Jack Jansen
|
a647f577f0
|
Read a QuickTime movie and return the frames.
|
2000-09-15 13:43:46 +00:00 |
Jack Jansen
|
9c940ca143
|
Moved to Unsupported.
|
2000-09-12 20:24:50 +00:00 |
Jack Jansen
|
8de9f81e8f
|
This shouldn't have been here in the first place.
|
2000-09-10 20:45:10 +00:00 |
Jack Jansen
|
0c1836f13b
|
Call GetDialogWindow to convert dialogs to windows.
|
2000-08-25 22:06:19 +00:00 |
Jack Jansen
|
6c091c8ff2
|
Regenerated to take advantage of support for multiple names for a single property.
|
2000-08-22 20:35:17 +00:00 |
Jack Jansen
|
e743c6e27e
|
Added a package for the other browser too.
|
2000-08-20 20:23:58 +00:00 |
Jack Jansen
|
742ca0385a
|
Updated for new AppleScript structure and moved to Lib (it's far too useful to lurk in the source folder).
|
2000-08-20 20:06:51 +00:00 |
Jack Jansen
|
8bcd471606
|
Updated for the new applescript interface (which actually makes it so ridiculously simple that its main reason for existence is backward compatability).
|
2000-08-20 19:56:13 +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
|
f58bbbe139
|
Finder suite.
|
2000-08-20 19:29:03 +00:00 |
Jack Jansen
|
4ef58af9a7
|
Regenerated with fixes to gensuitemodule.
|
2000-08-20 19:28:27 +00:00 |
Jack Jansen
|
5119a0bc2b
|
Package with suites for talking to CodeWarrior.
|
2000-08-17 22:16:11 +00:00 |
Jack Jansen
|
47ff247e4b
|
Package with suites for talking to netscape.
|
2000-08-17 22:15:41 +00:00 |
Jack Jansen
|
ff792c2688
|
The package with standard suites. These are used separately and as base classes for other suite packages (StdSuite is slightly magical, in that it is the gensuitemodule default base package).
|
2000-08-17 22:14:57 +00:00 |
Jack Jansen
|
ab48e905b5
|
Don't call BringToFront() on the dialog object, but call GetDialogWindow() to get a window object.
|
2000-07-24 14:07:15 +00:00 |
Jack Jansen
|
8d929aee49
|
All relevant toolbox modules have now been carbonized.
|
2000-06-21 22:07:06 +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
|
e79dc76f53
|
Made the core toolbox modules carbon-compatible using the new greylist feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open.
Macmodule and macosmodule have also been carbonified. Some functionality is still missing there.
|
2000-06-02 21:35:07 +00:00 |
Jack Jansen
|
317b2a6d59
|
Import this to replace open() by an extended version that uses
Internet Config to set creator/type based on the extension. Donated by
Oliver Steele.
|
2000-05-09 08:38: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
|
1fdadcd42c
|
Auto-install on import, if NavServices is available. Unless a "no navservices" flag is set Python automagically imports this module so code that uses macfs.xxxGetFile will get NavServices dialogs.
|
2000-05-05 23:10:58 +00:00 |
Jack Jansen
|
301f3f6baa
|
Added accessor for kControlListBoxDoubleClickPart
|
2000-05-04 15:43:00 +00:00 |
Jack Jansen
|
316778860f
|
Fix by Dan Green and Corran Webster to support LongDateTime
values. Untested by me.
|
2000-04-18 14:08:31 +00:00 |
Jack Jansen
|
e31d3d66aa
|
Return a handle in stead of a resource.
|
2000-04-07 09:08:37 +00:00 |
Just van Rossum
|
f51872733c
|
Added getaboutmenutext() method. (jvr)
|
2000-03-28 13:57:34 +00:00 |
Just van Rossum
|
0c3baaf19c
|
my previous patch didn't give enough events to SIOUX, this one fixes that (jvr)
|
2000-03-27 17:13:32 +00:00 |
Just van Rossum
|
7ec7c8ad66
|
fixed several event handling buglets, added command Q support, added a new module doc string, some formatting nits. (jvr)
|
2000-03-27 16:22:53 +00:00 |
Jack Jansen
|
34d11f0670
|
Fixed multi-arg appends.
|
2000-03-07 23:40:13 +00:00 |