Jack Jansen
|
b5982221bb
|
Before asking the finder to start the application (if start=1 is specified), check that it isn't incidentally running already.
|
2001-08-11 22:29:18 +00:00 |
Jack Jansen
|
fb513a20b5
|
Got rid of the activate() so codewarrior doesn't come to front. It isn't needed, and without it you can get work done while building the projects:-)
|
2001-08-11 22:28:11 +00:00 |
Jack Jansen
|
af86470e85
|
Added a note about the various tests here.
|
2001-08-11 21:13:19 +00:00 |
Just van Rossum
|
f3456912e4
|
use the proper prefix file under Carbon
|
2001-08-11 10:07:23 +00:00 |
Jack Jansen
|
446b3b2d58
|
ICFindConfigFile isn't needed, and it's gone under carbon.
|
2001-08-03 14:12:36 +00:00 |
Jack Jansen
|
83e6ae9b12
|
EasyDialogs has a working version of this.
|
2001-08-03 14:10:54 +00:00 |
Jack Jansen
|
7f9a63ca4c
|
These stopped working a long time ago, and they're not worth fixing.
|
2001-08-03 14:10:27 +00:00 |
Jack Jansen
|
5150edd979
|
Obsolete, EasyDialogs has the same code (but working:-).
|
2001-08-03 14:09:33 +00:00 |
Jack Jansen
|
dffae32172
|
Obsolete: uses old applescript support.
|
2001-08-03 14:07:52 +00:00 |
Jack Jansen
|
b4c975a367
|
Obsolete, uses the old non-package-based applescript suite support.
|
2001-08-03 14:06:17 +00:00 |
Jack Jansen
|
7a9f9557db
|
This "test" showed an obsolete way to get scrolled lists in dialogs. Removed.
|
2001-08-03 14:05:29 +00:00 |
Jack Jansen
|
4369b00c71
|
This "test" showed an obsolete way to get scrolled lists in dialogs. Removed.
|
2001-08-03 14:02:07 +00:00 |
Jack Jansen
|
54ad7f56a2
|
Removed: it doesn't work anymore, and it wasn't all that useful anyway. The FrameWork testcode shows similar functionality.
|
2001-08-03 13:58:16 +00:00 |
Jack Jansen
|
3a22c8657c
|
Obsolete, superseded by :Mac:Demo:imgbrowse and friends.
|
2001-08-03 13:56:12 +00:00 |
Jack Jansen
|
ba24ace0fb
|
Obsolete, superseded by :Mac:Demo:TE
|
2001-08-03 13:53:50 +00:00 |
Jack Jansen
|
5291fb1e09
|
Obsolete, superseded by :Mac:Demo:waste
|
2001-08-03 13:53:17 +00:00 |
Jack Jansen
|
1cd95229a2
|
Obsolete, removed.
|
2001-08-03 13:49:52 +00:00 |
Jack Jansen
|
cbed91b4db
|
Merging appropriate 2.1.1 fixes back into the main trunk.
|
2001-08-03 13:31:36 +00:00 |
Jack Jansen
|
8d2f3d66ee
|
ProgressBar crashed when you tried to drag it. Fixed. Thanks go to Alfonso Baciero.
|
2001-07-27 09:21:28 +00:00 |
Jack Jansen
|
5bb6ff926b
|
Changed findertools.move() to move() in movetotrash.
|
2001-07-24 11:37:23 +00:00 |
Jack Jansen
|
e1608529d1
|
The constants for MLTE.
|
2001-07-14 13:59:47 +00:00 |
Just van Rossum
|
639a740e50
|
Fixed typo in doc string.
|
2001-06-26 06:57:12 +00:00 |
Jack Jansen
|
6f84ed5afc
|
Fixed macroman<->latin1 conversion. Some chars don't
exist in latin1, but at least the roundtrip results in the
same macroman characters.
|
2001-05-17 12:45:13 +00:00 |
Jack Jansen
|
c1218bc014
|
Files for 2.1 distribution.
|
2001-04-25 22:11:24 +00:00 |
Jack Jansen
|
43935128a4
|
Finally merged morefindertools into findertools.
|
2001-04-07 12:53:45 +00:00 |
Jack Jansen
|
3f4c173d5c
|
Oops, ISO translation was off. Fixed.
|
2001-03-27 21:32:34 +00:00 |
Jack Jansen
|
5c82d13e1f
|
FindFolder argument is a short, not an unsigned short.
Added kLocalDomain and friends.
|
2001-03-15 14:39:37 +00:00 |
Jack Jansen
|
6b498de165
|
Handle the apple menu differently under Carbon.
|
2001-03-15 14:39:03 +00:00 |
Jack Jansen
|
e5c9474f0f
|
Default waittime in the eventloop is now None. At low level it will then be set to GetCaretTime().
|
2001-03-08 23:10:37 +00:00 |
Jack Jansen
|
c1463c9870
|
macostools.copy() now has an optional forcetype flag, which sets the filetype. This is used by various tools to set the type to APPL when copying interpreter template files (Atmp filetype).
|
2001-03-06 22:46:25 +00:00 |
Jack Jansen
|
5dd7362295
|
Hide the ProgressBar before raising KeyboardInterrupt. Not doing so resulted in a hang on Carbon.
|
2001-02-23 22:18:27 +00:00 |
Jack Jansen
|
a4f8e58058
|
Allow selecting a template in findtemplate(), so Classic programs can build Carbon applets and vice-versa.
|
2001-02-17 23:30:19 +00:00 |
Jack Jansen
|
ed24cd2cf7
|
DialogWindows now have a self.dlg in addition to self.wid.
|
2001-02-14 17:07:04 +00:00 |
Jack Jansen
|
3ff82a3a4c
|
The new touched() was far too expensive. Re-enabled the old one, the ae-based one is available as touched_ae(). Have to read up on the subject of telling the finder about changes.
|
2001-02-14 17:06:32 +00:00 |
Jack Jansen
|
26d813e42c
|
Got rid of full pathnames in "generated from" comments, so that these files are the same no mater which machine they've been generated on.
|
2001-02-12 16:09:44 +00:00 |
Jack Jansen
|
8a38714ba0
|
Bit the bullet and added a private GUSISIOUX for Python. This makes the delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this.
|
2001-02-11 01:08:04 +00:00 |
Jack Jansen
|
7e31f68bf1
|
Replaced touched(), which no longer seems to work under os9, with something using an appleevent to the finder. More expensive, but at least it works:-)
|
2001-02-09 15:58:34 +00:00 |
Jack Jansen
|
34f83b3f56
|
Added a few constants.
|
2001-02-09 15:57:53 +00:00 |
Jack Jansen
|
784c611053
|
Dialogs and there windows were still confused in some spots. Fixed.
|
2001-02-09 15:57:01 +00:00 |
Jack Jansen
|
def0d8da5a
|
Get rid of from ... import *
|
2001-02-09 15:56:19 +00:00 |
Jack Jansen
|
01a2d9e281
|
Use FSpCreateResFile() in stead of CreateResFile().
Don't call OpenDeskAcc() and AppendResMenu() on Carbon.
|
2001-01-29 15:32:00 +00:00 |
Jack Jansen
|
afd0aa680a
|
Replace {Enable,Disable,Check}Item with their carbon-compatible equivalents {Enable,Disable,Check}MenuItem.
|
2001-01-29 13:29:47 +00:00 |
Jack Jansen
|
5a8115c94b
|
Ported the icglue module to carbon.
|
2001-01-29 13:27:46 +00:00 |
Jack Jansen
|
4a4adf4293
|
Recognize {compiler} and {project} prefixes to pathnames and output the correct XML.
|
2001-01-24 16:04:50 +00:00 |
Jack Jansen
|
b51362163a
|
Removed extraneous references to Modules:TE
|
2001-01-23 23:19:13 +00:00 |
Jack Jansen
|
6abe676538
|
Various settings were unconditionally set. Allow them to be overridden in the settings dict.
|
2001-01-23 22:35:22 +00:00 |
Jack Jansen
|
50f6f6f621
|
If the template is not specified it depends on the current execution model (classic ppc or carbon).
|
2001-01-23 22:34:50 +00:00 |
Jack Jansen
|
6ecf14639d
|
Added a template for Carbon plugin projects.
|
2001-01-23 22:33:31 +00:00 |
Jack Jansen
|
a106f82e4e
|
Moved files from template to template-ppc, as this is the template for classic PPC projects.
|
2001-01-23 22:33:01 +00:00 |
Jack Jansen
|
842818422b
|
Use &# escape for non-ascii chars.
|
2001-01-23 20:56:25 +00:00 |