| Rev |
Log message |
Author |
Age |
Path |
| 5943 |
In checkpoint 20050711, moving schema version to Utility.py |
morgen |
2875d 06h 12m |
/branches/Checkpoint_20050711/ |
| 5936 |
Checkpoint 20050711 branch |
bear |
2875d 07h 56m |
/branches/Checkpoint_20050711/ |
| 5935 |
- incorporated Morgen's printItem function as an Item method |
vajda |
2875d 08h 53m |
/trunk/ |
| 5934 |
fixed time-selection highlighting bug in CalendarCanvas. (bug 3421) |
arel |
2875d 10h 03m |
/trunk/ |
| 5933 |
Fix Bug #3422: Blocks need pre-unRender notification
Fix Bug #3378: Chandler crashes when using CPIA Test skin |
john |
2875d 10h 24m |
/trunk/ |
| 5932 |
Added a go() method which does a commit and starts up twisted services including wakeupcallers and web servlets |
morgen |
2875d 11h 10m |
/trunk/ |
| 5931 |
added missing index variable definition (d'oh) |
davids |
2875d 11h 14m |
/trunk/ |
| 5930 |
Delaying import of Parcel until needed (since it imports schema which creates a NullRepositoryView which adds an extra logging handler). Also PrintItem moved to Utility.printItem |
morgen |
2875d 12h 07m |
/trunk/ |
| 5929 |
minor cleanup of margins when displaying calendar events:
- make all-day events 2 pixels higher
- properly subtract textMargin on the bottom of the canvas item events so events aren't pressed up against the bottom of the box |
alecf |
2875d 12h 19m |
/trunk/ |
| 5928 |
New markup bar images for Mac |
davids |
2875d 13h 56m |
/trunk/ |
| 5927 |
Having the schema version in Application.py breaks under hardhat, moving it back to version.py |
morgen |
2875d 13h 57m |
/trunk/ |
| 5926 |
In headless.py, ls() now takes an optional path argument, as in ls('//userdata') |
morgen |
2875d 15h 11m |
/trunk/ |
| 5925 |
Some enhancements courtesy of Andi: headless now examines the -s argument
(normally used by Chandler for CPIA-Script) and will 'exec' the argument
then quit. If the -s argument ends in '.py', it is assumed to be a python
script to run. |
morgen |
2875d 15h 15m |
/trunk/ |
| 5924 |
- fixed bug in TwistedReactorManager.stopReactor, wait for thread to finish |
vajda |
2875d 16h 23m |
/trunk/ |
| 5923 |
improved sizing support; added stubs for item selection support; renamed m_controlHandle |
davids |
2875d 22h 32m |
/trunk/ |
| 5922 |
minor tweaks to ctor decls |
davids |
2875d 22h 43m |
/trunk/ |
| 5921 |
Moving the schema version number back to Application.py (since version.py is a file that is generated at distro-creation time).
Also tweaking the headless interactive shell's displayhook. |
morgen |
2876d 04h 33m |
/trunk/ |
| 5920 |
Within the interactive shell, use repr( ) and use print to get a newline. |
morgen |
2876d 11h 41m |
/trunk/ |
| 5919 |
It would help to actually "svn add" headless.py |
morgen |
2876d 15h 10m |
/trunk/ |
| 5918 |
Headless chandler
- Moved code out of Chandler.py and Application.py into a new module,
application.Utility (better name suggestions welcomed), so that other
scripts don't need to reimplement: examining commandline/environment
variables, opening the repository, checking the schema version,
loading parcels, creating the profile directory, start/stop twisted
and the wakeup callers
- Added tools/headless.py, a script you can run via:
RunPython tools/headless.py
...which fires up most of Chandler (minus the UI, and mail), and
provides an interactive python shell for working with the repository.
Various helper methods are provided within that shell; run 'readme()'
for details. headless.py parses all the command line args that Chandler
does, since they now share the same option-handling code.
- Removing the now obsolete tools/s.py since headless.py is much better.
Moved the schema version constant from application/Application.py to version.py |
morgen |
2876d 20h 57m |
/trunk/ |