summaryrefslogtreecommitdiffstats
path: root/Mac/Tools
Commit message (Collapse)AuthorAgeFilesLines
* Use splitlines() in stead of split() to split lines, and added a methodJack Jansen2003-06-011-1/+1
| | | | | shortdescription() so the code to split off the first line of the description isn't all over the place.
* - Get the database from a different place.Jack Jansen2003-05-291-7/+17
| | | | | - Added support for multi-line descriptions. Doesn't look nice yet in Package Manager.
* Added Help menu. Fixes #731635Jack Jansen2003-05-271-0/+20
|
* fixed some DeprecationWarningsJust van Rossum2003-05-251-5/+9
|
* also support cmd-. in the interactive windowJust van Rossum2003-05-091-1/+25
|
* add explicit support for cancelling a running script (CFM-based MacPython ↵Just van Rossum2003-05-091-2/+25
| | | | had this built-in)
* more dead code removalJust van Rossum2003-05-091-32/+2
|
* dead code removalJust van Rossum2003-05-091-33/+6
|
* Fix for #731643: allow "lookup in documentation" to also work if theJack Jansen2003-05-064-5/+16
| | | | interactive window is frontmost.
* Install automatic GIL switcher upon IDE startup.Just van Rossum2003-05-031-0/+7
| | | | | (Jack: maybe this could/should be done in Framework.py instead, that way apps don't have to think about it. PackMan springs to mind...)
* Fixed age-old beginner's error: don't start the main loop as a sideJust van Rossum2003-05-022-5/+2
| | | | | effect of an import. (This is one step towards threading support in the IDE.)
* Hiding packages was done incorrectly. Fixed.Jack Jansen2003-04-221-9/+16
|
* Refer people to the help pages on failure to load the database.Jack Jansen2003-04-161-1/+3
|
* Added support for per-user installs.Jack Jansen2003-04-161-19/+71
| | | | | Don't show psuedo-packages by default, added a button to show them. Cleaned up interface a little (not enough, though).
* Adapted GUI for per-user install. Doesn't do anything yet, thoughJack Jansen2003-04-151-14/+22
|
* Added a File->Generate OSA Suite command.Jack Jansen2003-03-311-0/+5
|
* The MacPython introductory help is now called MacPython Help, and theJack Jansen2003-03-161-15/+22
| | | | optional full documentation Python Documentation.
* - Don't ask for bring-to-front when quitting through an appleevent.Jack Jansen2003-03-161-6/+4
| | | | - Changed checkbox labels as suggested by Kevin Ollivier.
* Gave the text fields a little more space, so they don't get cut off.Jack Jansen2003-03-031-4/+4
|
* Don't call AEInteractWithUser unconditionally on a quit appleevent. TheJack Jansen2003-03-031-2/+0
| | | | | | EasyDIalogs methods will call it if needed. Fixes #684975.
* Check modes on install and temporary directories. Fixes #693230.Jack Jansen2003-02-281-1/+1
|
* Removed silly print.Jack Jansen2003-02-281-1/+0
|
* Added an "Open Recent" command. Fixes 607810.Jack Jansen2003-02-252-0/+46
|
* Checking mac-specific stuff from the 2.3a2 branch in on the trunk.Jack Jansen2003-02-211-1/+1
|
* When building an applet clear out the tempfile and dir afterwards.Jack Jansen2003-02-161-0/+5
|
* Allow opening of alternate databases.Jack Jansen2003-02-141-7/+38
|
* Icons for the package manager.Jack Jansen2003-02-121-0/+0
|
* Allow this to run both standalone and as a window in the IDE.Jack Jansen2003-02-121-1/+35
|
* More int() around float arguments.Jack Jansen2003-02-121-1/+1
|
* Create applets slightly differently: by saving the sourcecode to aJack Jansen2003-02-121-1/+11
| | | | | temporary location. This is needed to makethings work with the new buildtools based on bundlebuilder.
* Renamed InstallManager to PackageManager, finished a first stab at theJack Jansen2003-02-122-11/+43
| | | | implementation and integrated it into the IDE.
* In a MultiList select all cells in the row, not only the first one.Jack Jansen2003-02-121-4/+5
|
* An install manager window for the IDE and standalone use. Unfinished.Jack Jansen2003-02-111-0/+251
|
* - More int() calls around floating point numbers passed where integers areJack Jansen2003-02-111-3/+3
| | | | | expected. - Fixed resizing of multi-column lists, somewhat.
* Got rid of macfs and FSSpecs in general (pathnames or FSRefs are nowJack Jansen2003-02-069-68/+55
| | | | used everywhere).
* Added "Open File by Name" command which presens a filename dialog. IfJack Jansen2003-02-051-0/+17
| | | | the clipboard contains a filename that filename is used as the default.
* Cast various floats to ints so we don't get warnings.Jack Jansen2003-02-052-1/+3
|
* Use new file dialogs.Jack Jansen2003-01-265-29/+30
|
* Use new file dialogs.Jack Jansen2003-01-261-3/+3
|
* Fix bug #670845: cut & clear in the output window now work, in thatJust van Rossum2003-01-201-0/+6
| | | | | - clear clears the entire buffer - cut doesn't cut, but copies.
* interpret utf-8 file names on OSXJust van Rossum2003-01-091-0/+2
|
* removed silly & mask, avoiding FutureWarningJust van Rossum2003-01-091-2/+2
|
* macfsn is gone.Jack Jansen2002-12-261-1/+1
|
* Sigh: the Jaguar workaround for the prefs file broke saving it on OS9. ↵Jack Jansen2002-12-131-2/+5
| | | | Temporary workaround is to ignore the exception (it's only about file creator/type anyway).
* Tweaked some button sizes to make them look better on OSX.Jack Jansen2002-12-131-3/+3
|
* another wrong assumption fixedJust van Rossum2002-12-131-3/+2
|
* and now the real fix...Just van Rossum2002-12-131-5/+2
|
* fixed bool browsing bug, sf bug #652591Just van Rossum2002-12-131-0/+1
|
* - reworked the object unpacking code, now supports new-style objects moreJust van Rossum2002-12-011-34/+46
| | | | | or less decently/completely. - cleaned up a little.
* Lots of minor tweaks for the pep252 checkins, mainly because QdJack Jansen2002-11-309-29/+28
| | | | attributes are no longer supported.