| comm...@osafoundation.org |
[commits] (jeffrey) [13747] - Enable turn on timezones prompt during EIM import |
Sun, 01 Apr, 14:53 |
| comm...@osafoundation.org |
[commits] (jeffrey) [13748] - Call startImport before importRecords |
Sun, 01 Apr, 16:23 |
| comm...@osafoundation.org |
[commits] (john) [13749] update wing project files |
Sun, 01 Apr, 22:23 |
| comm...@osafoundation.org |
[commits] (john) [13750] rename childrenBlocks to childBlocks |
Sun, 01 Apr, 22:50 |
| comm...@osafoundation.org |
[commits] (rae) [13751] Renamed the toolbar-specific "OnSetTextEvent()" method to "SetToolbarItemText()", because that's what it is. |
Mon, 02 Apr, 07:10 |
| comm...@osafoundation.org |
[commits] (capps) [13752] Adjusts menus, as per the spec: |
Mon, 02 Apr, 07:24 |
| comm...@osafoundation.org |
[commits] (jeffrey) [13753] - Add VTODO import/export support to EIM <-> iCalendar |
Mon, 02 Apr, 16:04 |
| comm...@osafoundation.org |
[commits] (bear) [13754] Tagging Chandler Trunk as Checkpoint 20070402 |
Mon, 02 Apr, 16:20 |
| comm...@osafoundation.org |
[commits] (bear) [13755] Setting version information for Checkpoint 20070402 |
Mon, 02 Apr, 16:24 |
| comm...@osafoundation.org |
[commits] (jeffrey) [13756] - Add option kwargs to deserialize, which allows icalendar deserialize |
Mon, 02 Apr, 17:53 |
| comm...@osafoundation.org |
[commits] (morgen) [13757] Don't pass proxy items into getConflicts( ) |
Mon, 02 Apr, 18:48 |
| comm...@osafoundation.org |
[commits] (rae) [13758] Changed SetToolbarItemText() back into OnSetTextEvent(), using the event to hold the text. |
Mon, 02 Apr, 18:59 |
| comm...@osafoundation.org |
[commits] (morgen) [13759] Adding helper methods for serializing/deserializing items |
Mon, 02 Apr, 19:19 |
| comm...@osafoundation.org |
[commits] (pje) [13760] Remove __init__ from Item classes, and loadItemByUUID. |
Mon, 02 Apr, 19:23 |
| comm...@osafoundation.org |
[commits] (stearns) [13761] Fix bug 8621 (Triage Event Type Error) - findValue can return a UUID instead of an item if the item isn't loaded... |
Mon, 02 Apr, 19:44 |
| comm...@osafoundation.org |
[commits] (bear) [13762] Updating rt.py to set then PARCELPATH env var when running plugin tests and to use relative paths |
Mon, 02 Apr, 19:51 |
| comm...@osafoundation.org |
[commits] (bear) [13763] The calculated paths for stopfile and build logs were being created *before* the setting |
Mon, 02 Apr, 19:58 |
| comm...@osafoundation.org |
[commits] (bear) [13764] Changes to allow the performance tinderboxes to use the quick build tbox script instead |
Mon, 02 Apr, 21:21 |
| comm...@osafoundation.org |
[commits] (grant) [13765] Fix Bug 8534: Send as toggle does not pick up changes by default. |
Mon, 02 Apr, 21:32 |
| comm...@osafoundation.org |
[commits] (john) [13766] Refactor conextMenu code and add the beginning of the ItemContextMenu to the Calendar and Dashboard views |
Mon, 02 Apr, 22:51 |
| comm...@osafoundation.org |
[commits] (morgen) [13767] Location wasn't getting set to None when a None was being imported via EIM. |
Mon, 02 Apr, 22:58 |
| comm...@osafoundation.org |
[commits] (morgen) [13768] Removed some stray print statements |
Tue, 03 Apr, 01:00 |
| comm...@osafoundation.org |
[commits] (pje) [13769] Fix syntax error |
Tue, 03 Apr, 01:09 |
| comm...@osafoundation.org |
[commits] (bear) [13770] Referencing the explicit exitCode to fix the current "instance has no attribut 'args'" error |
Tue, 03 Apr, 01:18 |
| comm...@osafoundation.org |
[commits] (heikki) [13771] Add missing menu mnemonics/shortcuts. |
Tue, 03 Apr, 02:16 |
| comm...@osafoundation.org |
[commits] (capps) [13772] Separated unpublish/unsubscribe menu items, in app and sidebar context menu |
Tue, 03 Apr, 02:57 |
| comm...@osafoundation.org |
[commits] (capps) [13773] More menu madness |
Tue, 03 Apr, 07:19 |
| comm...@osafoundation.org |
[commits] (jeffrey) [13774] - Handle needsReply in EIM, as a prelude to moving icalendar tests over to using EIM |
Tue, 03 Apr, 15:57 |
| comm...@osafoundation.org |
[commits] (jeffrey) [13775] - Fix the test I broke with my last checkin |
Tue, 03 Apr, 16:45 |
| comm...@osafoundation.org |
[commits] (stearns) [13776] Fix part one of reopened bug 7510 (FYI status doesn't make it across the pod): this part deals with a bug in the visibility tests in the detail view. |
Tue, 03 Apr, 17:16 |
| comm...@osafoundation.org |
[commits] (jeffrey) [13777] - Bump schema for bug 8660 |
Tue, 03 Apr, 17:35 |
| comm...@osafoundation.org |
[commits] (heikki) [13778] Between the review and checkin the most important part of bug 6788 patch got lost; to gather |
Tue, 03 Apr, 18:07 |
| comm...@osafoundation.org |
[commits] (heikki) [13779] Use more wx builtin IDs. |
Tue, 03 Apr, 18:10 |
| comm...@osafoundation.org |
[commits] (grant) [13780] Implement my TODOs in the recurrence sharing round-trip tests. |
Tue, 03 Apr, 18:17 |
| comm...@osafoundation.org |
[commits] (morgen) [13781] Added defaultValue of u"" for displayName; EIMML serializer now sorts on uuid before serializing |
Tue, 03 Apr, 19:08 |
| comm...@osafoundation.org |
[commits] (heikki) [13782] Limit password length to 959 ASCII characters (less with Unicode characters), which translates |
Tue, 03 Apr, 20:07 |
| comm...@osafoundation.org |
[commits] (jeffrey) [13783] - Move ICalendar tests over to testing eim <-> icalendar, the last piece of |
Tue, 03 Apr, 20:23 |
| comm...@osafoundation.org |
[commits] (john) [13784] Try another solution for setting the active view which is used in dispatching events. |
Tue, 03 Apr, 20:33 |
| comm...@osafoundation.org |
[commits] (heikki) [13785] Add the explicit shortcuts back; needed at least on the Mac. |
Tue, 03 Apr, 21:31 |
| comm...@osafoundation.org |
[commits] (heikki) [13786] Bug 8185, support svn 1.4. |
Tue, 03 Apr, 21:48 |