| 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 |