| Rev |
Log message |
Author |
Age |
Path |
| 5927 |
Having the schema version in Application.py breaks under hardhat, moving it back to version.py |
morgen |
2874d 06h 39m |
/trunk/chandler/ |
| 5926 |
In headless.py, ls() now takes an optional path argument, as in ls('//userdata') |
morgen |
2874d 07h 53m |
/trunk/chandler/ |
| 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 |
2874d 07h 58m |
/trunk/chandler/ |
| 5924 |
- fixed bug in TwistedReactorManager.stopReactor, wait for thread to finish |
vajda |
2874d 09h 06m |
/trunk/chandler/ |
| 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 |
2874d 21h 16m |
/trunk/chandler/ |
| 5920 |
Within the interactive shell, use repr( ) and use print to get a newline. |
morgen |
2875d 04h 24m |
/trunk/chandler/ |
| 5919 |
It would help to actually "svn add" headless.py |
morgen |
2875d 07h 53m |
/trunk/chandler/ |
| 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 |
2875d 13h 40m |
/trunk/chandler/ |
| 5915 |
- refactored code to add index support to abstract sets
- core schema loading now part of openView()
- added core schema version checking to openView()
- fixed bug 3387
- added RepositoryView.clear()
- renamed onViewClose() to onViewClear()
- refactored code to add persistent index support to abstract sets |
vajda |
2876d 03h 45m |
/trunk/chandler/ |
| 5914 |
Fix Bug #3108: Add rollover states for sharing icons in sidebar. Last checkin wedged, so here are the remaining changes |
john |
2876d 04h 17m |
/trunk/chandler/ |
| 5913 |
Workaround for Bug 3343 - Dragging AE EditText field causes lockup
* Workaround an apparent wxWidgets bug on Tiger
* The workaround can be disabled with an environment variable |
donn |
2876d 06h 07m |
/trunk/chandler/ |
| 5911 |
- Added sharedState property to ContentItem (either 'unshared' or 'read-write')
- Added anyTime to CalendarEventMixin's sharing cloud
- Added the ability to use repository view merging for sharing (but disabled until after ItemCollection is replaced)
- Now all the items in a given item's cloud are checked for dirtiness when figuring out what to publish to the server
- Collection menu changes and sharing dialog changes to better support kind-filtered sharing
- Fix for bug 3404 -- collection detail view will no longer show up after subscribing
- Fix to set a CalendarData item's color if not yet set (a situation that can happen as a result of sharing) |
morgen |
2876d 21h 25m |
/trunk/chandler/ |
| 5910 |
Bug Fix: 3108: Add rollover states for sharing icons in sidebar. Turned out to be more involved that I thought |
john |
2876d 22h 10m |
/trunk/chandler/ |
| 5909 |
- Continued additions to CalendarEventMixin for recurrence |
jeffrey |
2876d 22h 29m |
/trunk/chandler/ |
| 5908 |
Bumping wxPython relver to 16 |
bear |
2877d 08h 35m |
/trunk/chandler/ |
| 5904 |
Updated text to more accurately represent the current operating system
situation and added wiki links
bug 2176 |
bear |
2877d 17h 48m |
/trunk/chandler/ |
| 5903 |
Replaced "default" cloud with "copying" cloud; also re-enabled my fix for bug 3361 now that we've got code to prevent inadvertant double-loading of parcels. |
morgen |
2877d 22h 05m |
/trunk/chandler/ |
| 5901 |
new Mac toolbar icons - Take 2 |
davids |
2877d 22h 55m |
/trunk/chandler/ |
| 5900 |
calendar refactor seems to have all functionality restored. sizing problem
fixed, the old border between the all-day and timed areas has been eliminated
since the splitter widget now does that (looks less elegant, at least on linux,
unfortunately)
pending code review, could soon be ready to merge in as the actual calendar. |
brendano |
2877d 23h 06m |
/trunk/chandler/ |
| 5899 |
calendar refactor: drag and drop code has been added back in (to
wxCalendarCanvas), but I'm not sure how to user test whether it's working. |
brendano |
2878d 00h 08m |
/trunk/chandler/ |