| comm...@osafoundation.org |
[commits] (bear) [10508] Checkpoint 0.7 alpha2 20060501 |
Mon, 01 May, 15:55 |
| comm...@osafoundation.org |
[commits] (bear) [10509] Setting version information for Checkpoint |
Mon, 01 May, 16:13 |
| comm...@osafoundation.org |
[commits] (alecf) [10510] some repo-viewer updates: |
Mon, 01 May, 17:06 |
| comm...@osafoundation.org |
[commits] (alecf) [10511] add a 'defaultCollection' that getContentsCollection() should return, so that if we're in the middle of collections updated and get a wxSynchronizeWidget, we don't barf... |
Mon, 01 May, 17:17 |
| comm...@osafoundation.org |
[commits] (bear) [10512] Moved some parts around inside for readibility and also made a number of changes |
Mon, 01 May, 17:18 |
| comm...@osafoundation.org |
[commits] (vajda) [10513] synced branch to 10512 |
Mon, 01 May, 17:30 |
| comm...@osafoundation.org |
[commits] (bear) [10514] moved purge target before clean when inside the chandler step - purge now uses RunPython |
Mon, 01 May, 17:44 |
| comm...@osafoundation.org |
[commits] (vajda) [10515] new merging code on bgsync branch |
Mon, 01 May, 17:45 |
| comm...@osafoundation.org |
[commits] (bear) [10516] for the moment removing purge from the chandler/Makefile target list within doBuild() |
Mon, 01 May, 17:55 |
| comm...@osafoundation.org |
[commits] (bear) [10517] Removed purge from the list dependencies for clean - as Heikki reminded me clean should |
Mon, 01 May, 18:05 |
| comm...@osafoundation.org |
[commits] (davids) [10518] columnHeader - cleanup in preparation for code review |
Mon, 01 May, 18:19 |
| comm...@osafoundation.org |
[commits] (rae) [10519] Updated schema version for new markup bar |
Mon, 01 May, 19:04 |
| comm...@osafoundation.org |
[commits] (john) [10520] Added some debugging code to make sure that Unrendering blocks unsubscribes to all the notifications. |
Mon, 01 May, 19:15 |
| comm...@osafoundation.org |
[commits] (vajda) [10521] added support for undoing a failed merged |
Mon, 01 May, 20:15 |
| comm...@osafoundation.org |
[commits] (alecf) [10522] add link titles to collection display which shows collection type |
Mon, 01 May, 20:44 |
| comm...@osafoundation.org |
[commits] (morgen) [10523] Repair an svn merge conflict (bgsync branch) |
Mon, 01 May, 21:46 |
| comm...@osafoundation.org |
[commits] (vajda) [10524] fixed bug with merging ref collection values |
Mon, 01 May, 22:13 |
| comm...@osafoundation.org |
[commits] (morgen) [10525] (bgsync branch) With latest view merging code, the mergeFunction( ) 'value' parameter now contains the value as it is in the view performing the refresh( ). |
Mon, 01 May, 22:35 |
| comm...@osafoundation.org |
[commits] (jeffrey) [10526] - Fix for bug 5593, setting recurrence end for imported recurring events |
Mon, 01 May, 22:38 |
| comm...@osafoundation.org |
[commits] (alecf) [10527] fix the rest of bug 5749 - Get trash items to actually filter out, by removing Trash from the left side of SmartCollections when they are hooked up via UnionCollections. |
Mon, 01 May, 23:09 |
| comm...@osafoundation.org |
[commits] (vajda) [10528] improved support for merging sets of bi-refs |
Mon, 01 May, 23:21 |
| comm...@osafoundation.org |
[commits] (jeffrey) [10529] - Fix erroneous logic for iteration over annotated selections, use the |
Mon, 01 May, 23:40 |
| comm...@osafoundation.org |
[commits] (robind) [10530] Give wxTreeListColumnInfo a destructor since its ownership is not |
Tue, 02 May, 00:40 |
| comm...@osafoundation.org |
[commits] (alecf) [10531] code cleanup in QAUITestAppLib - make it a little more flexible, a little more dynamic... |
Tue, 02 May, 00:50 |
| comm...@osafoundation.org |
[commits] (vajda) [10532] refactored some merge code out of DBRepositoryView |
Tue, 02 May, 00:53 |
| comm...@osafoundation.org |
[commits] (vajda) [10533] - fixed bug 5803 (http://bugzilla.osafoundation.org/show_bug.cgi?id=5803) |
Tue, 02 May, 02:33 |
| comm...@osafoundation.org |
[commits] (vajda) [10534] fixed bugs in index merging |
Tue, 02 May, 05:26 |
| comm...@osafoundation.org |
[commits] (vajda) [10535] - fixed bug in set index saving, change list not cleared |
Tue, 02 May, 05:57 |
| comm...@osafoundation.org |
[commits] (vajda) [10536] synced with trunk:10535 |
Tue, 02 May, 06:05 |
| comm...@osafoundation.org |
[commits] (davids) [10537] columnHeader - first pass at single selections in wxGrid list headers |
Tue, 02 May, 06:18 |
| comm...@osafoundation.org |
[commits] (davids) [10538] columnHeader - fixed compilation problem in prior commit |
Tue, 02 May, 07:15 |
| comm...@osafoundation.org |
[commits] (vajda) [10539] fixed bug with removed value |
Tue, 02 May, 15:50 |
| comm...@osafoundation.org |
[commits] (vajda) [10540] fixed bug with removed ref |
Tue, 02 May, 16:17 |
| comm...@osafoundation.org |
[commits] (alecf) [10541] fix a minor but that caused perf tests to die, and also do more general cleanup |
Tue, 02 May, 17:03 |
| comm...@osafoundation.org |
[commits] (stearns) [10542] Fix bug 5697 (Changes to the timezonelist should update the timezone drop down), r=jeffrey. |
Tue, 02 May, 17:50 |
| comm...@osafoundation.org |
[commits] (alecf) [10543] further simplify scripting/functional test suite: get rid of children_blocks indirection - it was just a table of block names that could get out of date. |
Tue, 02 May, 18:07 |
| comm...@osafoundation.org |
[commits] (morgen) [10544] (bgsync branch) Fix for bug 5806 -- subscribing to items with non-ascii bodies was failing |
Tue, 02 May, 18:41 |
| comm...@osafoundation.org |
[commits] (john) [10545] Fix SWIG ownership problem with wxPyTreeItemData. |
Tue, 02 May, 19:40 |
| comm...@osafoundation.org |
[commits] (morgen) [10546] Fix for bug 5806 -- Can't import items with non-ascii 'body' attributes (r=grant) |
Tue, 02 May, 19:46 |
| comm...@osafoundation.org |
[commits] (bkirsch) [10547] changed the directory name of test SSL certs to 'cert' |
Tue, 02 May, 20:37 |
| comm...@osafoundation.org |
[commits] (vajda) [10548] - fixed bug in queued notification dispatch to remove not found subscribers |
Tue, 02 May, 20:54 |
| comm...@osafoundation.org |
[commits] (vajda) [10549] - fixed bug 5803 again |
Tue, 02 May, 20:54 |
| comm...@osafoundation.org |
[commits] (bkirsch) [10550] fixes bug 5735 catchErrors eats errors as well as many many other issues with twisted and callbacks.See bug5735 for more details |
Tue, 02 May, 21:11 |
| comm...@osafoundation.org |
[commits] (alecf) [10551] refactor the somewhat monolit |
Tue, 02 May, 21:21 |
| comm...@osafoundation.org |
[commits] (alecf) [10552] oops, clean up import lines that caused a few problems.. |
Tue, 02 May, 21:37 |
| comm...@osafoundation.org |
[commits] (john) [10553] Work on bug #5716: "Add Additional Views" menu item not working |
Tue, 02 May, 21:45 |
| comm...@osafoundation.org |
[commits] (dan) [10554] enabling TestSharing. |
Tue, 02 May, 21:58 |
| comm...@osafoundation.org |
[commits] (vajda) [10555] - added support for merging 'single' bi-ref conflict in favor of local change |
Tue, 02 May, 22:27 |
| comm...@osafoundation.org |
[commits] (alecf) [10556] |
Tue, 02 May, 22:30 |
| comm...@osafoundation.org |
[commits] (jeffrey) [10557] - Implement bug 5781, a dash at noon for emphasis, r=alecf |
Wed, 03 May, 00:09 |
| comm...@osafoundation.org |
[commits] (davids) [10558] minor cleanups from wx cvs |
Wed, 03 May, 04:41 |
| comm...@osafoundation.org |
[commits] (davids) [10559] first version of wxGrid with native rendered list headers |
Wed, 03 May, 04:55 |
| comm...@osafoundation.org |
[commits] (davids) [10560] bump for wx tarball 45 |
Wed, 03 May, 06:47 |
| comm...@osafoundation.org |
[commits] (bear) [10561] bumping wxPython relver to 45 |
Wed, 03 May, 14:16 |
| comm...@osafoundation.org |
[commits] (alecf) [10562] fix bug 5805 - make In and Out be "mine" collections |
Wed, 03 May, 16:53 |
| comm...@osafoundation.org |
[commits] (alecf) [10563] bump schema version to account for in/out/mine change |
Wed, 03 May, 16:55 |
| comm...@osafoundation.org |
[commits] (morgen) [10564] (bgsync branch) Change to comments to reflect new mergeFunction behavior. |
Wed, 03 May, 17:26 |
| comm...@osafoundation.org |
[commits] (jeffrey) [10565] - Correct uncheck woes in timezone selection dialog, bug 5804, r=stearns |
Wed, 03 May, 17:27 |
| comm...@osafoundation.org |
[commits] (vajda) [10566] merged with trunk:10564 |
Wed, 03 May, 17:36 |
| comm...@osafoundation.org |
[commits] (grant) [10567] Add the usual svn:ignore to the recently added scripting directory. |
Wed, 03 May, 17:44 |
| comm...@osafoundation.org |
[commits] (davids) [10568] columnHeader - added partial support for wxGrid list header bitmaps |
Wed, 03 May, 18:00 |
| comm...@osafoundation.org |
[commits] (alecf) [10569] fix bug 5633 - refresh the minical when the date changes |
Wed, 03 May, 18:04 |
| comm...@osafoundation.org |
[commits] (davids) [10570] columnHeader - updated demo to reflect SetBitmapRef -> SetBitmap change |
Wed, 03 May, 18:05 |
| comm...@osafoundation.org |
[commits] (davids) [10571] fix a typo |
Wed, 03 May, 18:14 |
| comm...@osafoundation.org |
[commits] (grant) [10572] Fix Bug 5604 (Multiple certificate trust dialogs ...) r=heikki |
Wed, 03 May, 20:31 |
| comm...@osafoundation.org |
[commits] (john) [10573] Continue on bug #5716: "Add Additional Views" menu item not working. |
Wed, 03 May, 21:05 |
| comm...@osafoundation.org |
[commits] (vajda) [10574] - reworked alias change tracking to improve rename merging |
Wed, 03 May, 21:55 |
| comm...@osafoundation.org |
[commits] (john) [10575] Continue on bug #5716: "Add Additional Views" menu item not working. |
Wed, 03 May, 22:10 |
| comm...@osafoundation.org |
[commits] (alecf) [10576] fix bug 5807 - overlayed collections weren't showing the trash |
Thu, 04 May, 00:42 |
| comm...@osafoundation.org |
[commits] (davids) [10577] added wxGrid support for list header bitmaps |
Thu, 04 May, 07:36 |
| comm...@osafoundation.org |
[commits] (davids) [10578] bump for wx tarball 46 |
Thu, 04 May, 08:16 |
| comm...@osafoundation.org |
[commits] (rae) [10579] space out markup bar items; bug 5785, r=stearns |
Thu, 04 May, 15:46 |
| comm...@osafoundation.org |
[commits] (alecf) [10580] remove two totally outdated comments (no code change here...) |
Thu, 04 May, 17:27 |
| comm...@osafoundation.org |
[commits] (vajda) [10581] - fixed bug 5816 (http://bugzilla.osafoundation.org/show_bug.cgi?id=5816) |
Thu, 04 May, 17:33 |
| comm...@osafoundation.org |
[commits] (vajda) [10582] merged with trunk:10581 |
Thu, 04 May, 17:38 |
| comm...@osafoundation.org |
[commits] (davids) [10583] bumped wx tarball reference to 46 |
Thu, 04 May, 17:58 |
| comm...@osafoundation.org |
[commits] (davids) [10584] changed 3 wxColumnHeader.SetBitmap(Ref) references |
Thu, 04 May, 18:00 |
| comm...@osafoundation.org |
[commits] (jeffrey) [10585] - Fix for bug 5817, create a wrapper list so we don't remove while iterating |
Thu, 04 May, 18:50 |
| comm...@osafoundation.org |
[commits] (stearns) [10586] Fix bug 5813 ("Appears in" in the Detail View is always empty), r=andi: |
Thu, 04 May, 18:59 |
| comm...@osafoundation.org |
[commits] (bkirsch) [10587] simple fix for i18n. |
Thu, 04 May, 19:56 |
| comm...@osafoundation.org |
[commits] (bkirsch) [10588] simple i18n fix. |
Thu, 04 May, 20:06 |
| comm...@osafoundation.org |
[commits] (morgen) [10589] (bgsync branch) Getting rid of the 'manifest' repository view; just using the 'sharing' repo view for double-duty now. |
Thu, 04 May, 20:37 |
| comm...@osafoundation.org |
[commits] (vajda) [10590] merged with trunk:10589 |
Thu, 04 May, 20:44 |
| comm...@osafoundation.org |
[commits] (vajda) [10591] - fixed bug 5823 (http://bugzilla.osafoundation.org/show_bug.cgi?id=5823) |
Fri, 05 May, 06:17 |
| comm...@osafoundation.org |
[commits] (vajda) [10592] added missing change tracking while merging |
Fri, 05 May, 06:34 |
| comm...@osafoundation.org |
[commits] (alecf) [10593] adding summary view images - these are not part of the build, but I wanted to get them in SVN so I could experiment with them on other machines - they may or may not be used for bug 1937 |
Fri, 05 May, 17:55 |
| comm...@osafoundation.org |
[commits] (morgen) [10594] (bgsync branch) The Publish dialog wasn't showing the right URL because it hadn't yet refreshed the main view. |
Fri, 05 May, 18:53 |
| comm...@osafoundation.org |
[commits] (stearns) [10595] Fix bug 5814 (assert error after deleting recurring event) by fixing logic error left over from item/collection monitoring merge, r=grant. |
Fri, 05 May, 20:51 |
| comm...@osafoundation.org |
[commits] (vajda) [10596] - fixed merging bug where DEFERRED bit would get lost |
Fri, 05 May, 21:40 |
| comm...@osafoundation.org |
[commits] (vajda) [10597] screwed up previous commit |
Fri, 05 May, 21:42 |
| comm...@osafoundation.org |
[commits] (grant) [10598] Fix another recurrence/view merging problem I noticed: |
Fri, 05 May, 22:41 |
| comm...@osafoundation.org |
[commits] (jeffrey) [10599] Fix for bug 5833, free-busy was publishing all events, not all events in |
Sat, 06 May, 05:21 |
| comm...@osafoundation.org |
[commits] (jeffrey) [10600] - Fix for bug 5838, removing recurrence reveals other places where |
Sat, 06 May, 05:22 |
| comm...@osafoundation.org |
[commits] (jeffrey) [10601] - Fix unit test to make imported collection "mine", now that this doesn't |
Sat, 06 May, 06:46 |
| comm...@osafoundation.org |
[commits] (vajda) [10602] - fixed bug 5841 (http://bugzilla.osafoundation.org/show_bug.cgi?id=5841) |
Mon, 08 May, 15:50 |
| comm...@osafoundation.org |
[commits] (jeffrey) [10604] - Added optional attributes to the GoToDate event, to avoid popping up a dialog |
Mon, 08 May, 20:31 |
| comm...@osafoundation.org |
[commits] (alecf) [10605] add back a missing import that was breaking scripts - worked on by both me & heikki, so r=both of us... |
Mon, 08 May, 20:50 |
| comm...@osafoundation.org |
[commits] (davids) [10606] wxColumnHeader - wxGrid integration maintenance - added more hooks and instrumentation for resize management, native label height calculations, etc. |
Mon, 08 May, 21:45 |
| comm...@osafoundation.org |
[commits] (morgen) [10607] (bgsync branch) If subscribe requires a username/password, give the user the opportunity to enter one. |
Mon, 08 May, 21:47 |
| comm...@osafoundation.org |
[commits] (stearns) [10608] Fix bug 5855 (Add visibility functional test mechanism & test timezone defaulting), r=Jeffrey: |
Mon, 08 May, 22:10 |