February 2006 Archives by subject
Starting: Wed Feb 1 08:12:07 PDT 2006
Ending: Tue Feb 28 21:22:11 PDT 2006
Messages: 379
- [commits] (alecf) [508] set text/html
commits at osafoundation.org
- [commits] (alecf) [9291] preparation for Section work:
commits at osafoundation.org
- [commits] (alecf) [9292] check in first cut at a grid Table delegate
for making Sections
commits at osafoundation.org
- [commits] (alecf) [9293] chang section header to just say [Section:
value] rather than (None, None)
commits at osafoundation.org
- [commits] (alecf) [9297] carefully handle -1 as a valid return value
from RowToIndex(), in case people click on section headers
commits at osafoundation.org
- [commits] (alecf) [9298] instead of keeping a local copy of the
indexName, just grab it directly off the collection
commits at osafoundation.org
- [commits] (alecf) [9299] turn on experimental sections in the build
commits at osafoundation.org
- [commits] (alecf) [9300] bump the schema version to turn on sections
commits at osafoundation.org
- [commits] (alecf) [9310] add the ability to do vertical gradients,
for a strawman section renderer
commits at osafoundation.org
- [commits] (alecf) [9311] add an attribute editor for rendering
sections - for now draw a gradient and a string for the section title
commits at osafoundation.org
- [commits] (alecf) [9317] oops,
use SetTextForeground/SetBackgroundMode to write text with a
transparent background, rather than expecting it from the brush/pen
commits at osafoundation.org
- [commits] (alecf) [9371] fix bug 5018 - Block.Block not Block in the
Doc
commits at osafoundation.org
- [commits] (alecf) [9373] fix bug 5018 and bug 5022 - doc bugs - use
Block.Block and pass in itsView when creating a FeedChannel()
commits at osafoundation.org
- [commits] (alecf) [9380] clean up the assertion message
commits at osafoundation.org
- [commits] (alecf) [9381] clean up edge cases in the division code:
commits at osafoundation.org
- [commits] (alecf) [9382] Two major changes:
commits at osafoundation.org
- [commits] (alecf) [9399] more work on collapsable sections - rewrite
RowToIndex/IndexToRow to take into account collapsed sections.
commits at osafoundation.org
- [commits] (alecf) [9407] switch away from attribute editors to raw
PyGridCellRenderer for section headers,
since section headers neither display nor edit attributes.
commits at osafoundation.org
- [commits] (alecf) [9419] add some bulletproofing to the table,
problems exposed by section work
commits at osafoundation.org
- [commits] (alecf) [9420] collapsable sections!
commits at osafoundation.org
- [commits] (alecf) [9424] use import instead of schema.ns when you can!
commits at osafoundation.org
- [commits] (alecf) [9429] add temporary workaround to bug 5150 - don't
use cached totalRows when there aren't any sections
commits at osafoundation.org
- [commits] (alecf) [9430] oops, assertion was backwards..
commits at osafoundation.org
- [commits] (alecf) [9434] oops,
when there are no sections but we're sorted,
make sure IndexToRow still works!
commits at osafoundation.org
- [commits] (alecf) [9436] land the new hints infrastructure:
commits at osafoundation.org
- [commits] (alecf) [9440] fix bug 4413 - show fyi events with white
status bar
commits at osafoundation.org
- [commits] (alecf) [9448] oops,
fix the signature of setFreeBusy so it can be called from a wx event
commits at osafoundation.org
- [commits] (alecf) [9512] first cut at mechanical Minical C++ ->
Python conversion - with enough tweaking to make it behave
exactly like the C++ version
commits at osafoundation.org
- [commits] (alecf) [9520] table code cleanup - consolidate the code
that maps table row selection into a set of selection ranges
into one function (RowRangeToIndexRange) and clean up code to use it
commits at osafoundation.org
- [commits] (alecf) [9522] provide a mechanism to centralize
ignoreSynchronizeWidget behavior - with both a method decorator
and a wrapper method.
commits at osafoundation.org
- [commits] (alecf) [9523] make further use of
Ignore/WithoutSynchronizeWidget
commits at osafoundation.org
- [commits] (alecf) [9524] oops,
fix minor typos - forgot () in method calls (though they weren't
being called anyway!)
commits at osafoundation.org
- [commits] (alecf) [9530] fix bug 5194 - delete collections broke.
commits at osafoundation.org
- [commits] (alecf) [9537] remove a lot of dead code,
rename some variables ('wd' means 'weekDay' etc) and remove C++
structures like wx.Point and wx.Rect wherever possible
commits at osafoundation.org
- [commits] (alecf) [9538] remove a bunch more unused code and instance
attributes
commits at osafoundation.org
- [commits] (alecf) [9547] land Python rewrite of minical.
commits at osafoundation.org
- [commits] (alecf) [9548] handle slightly different fonts on the mac
when drawing the busybars
commits at osafoundation.org
- [commits] (alecf) [9549] fix the crash-on-exit - don't call the
super's Create() because that's done automatically in PyControl
commits at osafoundation.org
- [commits] (alecf) [9550] last clean up of minical - remove
PyMiniCalendarEvent, because we're not using it at all
commits at osafoundation.org
- [commits] (alecf) [9558] oops,
now fix a bug that I had previously covered up with my double-call to
Create() - explicitly set the background to white
commits at osafoundation.org
- [commits] (alecf) [9566] fix quote that was confusing xemacs
commits at osafoundation.org
- [commits] (alecf) [9567] clean up minor bug where
ignoreSynchronizeWidget wasn't always being honored
commits at osafoundation.org
- [commits] (alecf) [9568] back out my previous change - it was causing
more harm than good...
commits at osafoundation.org
- [commits] (alecf) [9569] ah! that's the ticket.
commits at osafoundation.org
- [commits] (alecf) [9570] 1) fix bug where collapsed sections got
stuck collapsed when you switched sorting order
commits at osafoundation.org
- [commits] (alecf) [9580] add PyICU support for day/month names and
first-day-of-week
commits at osafoundation.org
- [commits] (alecf) [9581] Table refactoring:
commits at osafoundation.org
- [commits] (alecf) [9583] clean up more table selection code:
commits at osafoundation.org
- [commits] (alecf) [9585] fix block rendering in the repository viewer
and move more stuff to triple-quote style rendering
commits at osafoundation.org
- [commits] (alecf) [9590] auto-select the "next" item in the table
when an item is deleted
commits at osafoundation.org
- [commits] (alecf) [9593] hopefully fix bug 5240 while I try to get
functional tests working on my machine..
commits at osafoundation.org
- [commits] (alecf) [9595] ack! Removing direct calls to __getattr__,
using getattr() instead
commits at osafoundation.org
- [commits] (alecf) [9596] add __repr__ to aid in debugging CanvasItems
commits at osafoundation.org
- [commits] (alecf) [9597] exclude 2 functional tests because there are
existing bugs filed against them:
commits at osafoundation.org
- [commits] (alecf) [9612] fix bug 5253 and bug 5242
commits at osafoundation.org
- [commits] (alecf) [9615] other part of fix for bug 5253 - now that
Andi enabled "NARROW" weekday headers, use them
commits at osafoundation.org
- [commits] (alecf) [9616] fix minor translation error where PyICU
wasn't being used to display month names in the minical...
commits at osafoundation.org
- [commits] (alecf) [9621] we went just a little nuts on the quotes -
we shouldn't be quoting the \parcels line
commits at osafoundation.org
- [commits] (bear) [504] Updating download links for 0.6.1 release
commits at osafoundation.org
- [commits] (bear) [510] Updating 0.6.1 references to 0.6.2
commits at osafoundation.org
- [commits] (bear) [9285] bumping the revision information to 0.6.1
commits at osafoundation.org
- [commits] (bear) [9286] Creating a Checkpoint of the Chandler 0.6
branch for 0.6.1 testing
commits at osafoundation.org
- [commits] (bear) [9287] bumping relver for PyICU to 51 and adding
elementtree 1.2.6 to the list
commits at osafoundation.org
- [commits] (bear) [9331] Modified tinderbox scripts to pass revision #
along with the normal build status information
commits at osafoundation.org
- [commits] (bear) [9392] Chandler 0.6.1 branch
commits at osafoundation.org
- [commits] (bear) [9393] Chandler 0.6.1
commits at osafoundation.org
- [commits] (bear) [9394] Removing wrong branch name
commits at osafoundation.org
- [commits] (bear) [9395] changed parameter name to match what is found
in buildscripts now
commits at osafoundation.org
- [commits] (bear) [9414] Removing libxml2 from the list of external
projects
commits at osafoundation.org
- [commits] (bear) [9415] persistence/db has been moved to external/
and libxml2 has been removed so
commits at osafoundation.org
- [commits] (bear) [9417] Updating PyLucene to reference new location
for db sub-project
commits at osafoundation.org
- [commits] (bear) [9426] Updating 0.6.1 branch tag for re-release
commits at osafoundation.org
- [commits] (bear) [9435] Added war:deploy targets to the make
distribution step - this uploads
commits at osafoundation.org
- [commits] (bear) [9439] wow - big clue stick beating for me - thanks
davids
commits at osafoundation.org
- [commits] (bear) [9459] Bumping PyICU version to 0.4-52-1
commits at osafoundation.org
- [commits] (bear) [9514] Added the ability to override where the
repository is located - CATSPROFILEDIR
commits at osafoundation.org
- [commits] (bear) [9516] Initial brute-force trap for malformed perf
data check
commits at osafoundation.org
- [commits] (bear) [9534] removed trailing / from the grep expresssion
that I was using to determine if
commits at osafoundation.org
- [commits] (bear) [9571] status.py scans the tinderbox data looking
for status information and then
commits at osafoundation.org
- [commits] (bear) [9572] obfuscated email addresses and also
refactored some string operations
commits at osafoundation.org
- [commits] (bear) [9579] Weekly Checkpoint
commits at osafoundation.org
- [commits] (bear) [9613] per Andi's request - bumping relver for PyICU
commits at osafoundation.org
- [commits] (bear) [9618] Applied fix for bug 4743 to branch
commits at osafoundation.org
- [commits] (bear) [9619] bumping version to 0.6.2 for release
commits at osafoundation.org
- [commits] (bear) [9620] Tagging Chandler_0.6 branch as 0.6.2 for
release
commits at osafoundation.org
- [commits] (bear) [9622] bump relver for Launchers to 0.6-1 - part of
fixing bug 4743
commits at osafoundation.org
- [commits] (bear) [9623] Removing 0.6.2 tag - 0.6.2 being re-spun for
release
commits at osafoundation.org
- [commits] (bear) [9624] Tagging Chandler_0.6 branch for 0.6.2 release
commits at osafoundation.org
- [commits] (bear) [9625] bumping relver to 0.7-1 to bring in alecf's
tweaks
commits at osafoundation.org
- [commits] (bear) [9626] bumping relver for Launchers to 0.7-1
commits at osafoundation.org
- [commits] (bear) [9629] Checkpoint build
commits at osafoundation.org
- [commits] (bear) [9630] Cleanup some of the utility targets:
commits at osafoundation.org
- [commits] (bear) [9631] Removed libxml2 from the list
commits at osafoundation.org
- [commits] (bear) [9633] Rolling Launchers relver back to 0.6-1 - the
windows launcher
commits at osafoundation.org
- [commits] (bear) [9658] Exit with a non-zero return code if tests
have failed
commits at osafoundation.org
- [commits] (dan) [9289] Changed subscribe URL to a working QAcosmo
shared collection
commits at osafoundation.org
- [commits] (dan) [9307] Uncommented out tests & added new tests
commits at osafoundation.org
- [commits] (dan) [9309] commented out stamping tests bug 5102
commits at osafoundation.org
- [commits] (dan) [9325] QAUITestAppLib moved focusInDetailView method
from UITestVeiw to UITestItem.
commits at osafoundation.org
- [commits] (dan) [9330] Added new test TestImportOverwrite
commits at osafoundation.org
- [commits] (dan) [9377] passing logger to test objects is now optional
commits at osafoundation.org
- [commits] (dan) [9384] Commented out TestRecurrenceImporting.py until
Chandler bug #5116 is resolved
commits at osafoundation.org
- [commits] (dan) [9402] added platform specific test exclusion
commits at osafoundation.org
- [commits] (dan) [9425] added back stamping tests and reworked test
exclusion code per comments
commits at osafoundation.org
- [commits] (dan) [9431] removed exclusion on TestMoveToTrash for mac
and windows
commits at osafoundation.org
- [commits] (dan) [9433] reverted to r9396 with additional tests
uncommented
commits at osafoundation.org
- [commits] (dan) [9454] back to platform based exclusions
commits at osafoundation.org
- [commits] (dan) [9476] added more logging
commits at osafoundation.org
- [commits] (dan) [9480] TestBlocks.py no longer swallows exceptions
commits at osafoundation.org
- [commits] (dan) [9494] Changed QALogger to report fail when any test
in suite does not pass.
commits at osafoundation.org
- [commits] (dan) [9495] Removed unnecessary code unintentionally added
in my last commit.
commits at osafoundation.org
- [commits] (dan) [9496] added newline TestBlocks
commits at osafoundation.org
- [commits] (dan) [9497] FunctionalTestSuite now excludes TestBlocks.py
on Mac
commits at osafoundation.org
- [commits] (dan) [9498] =FunctionTestSuite added a comma in the
exclude tuple
commits at osafoundation.org
- [commits] (dan) [9525] testSuite excluding TestDeleteCollection.py
commits at osafoundation.org
- [commits] (dan) [9531] =included TestDelectCollection.py in
FunctionalTestSuite.py
commits at osafoundation.org
- [commits] (dan) [9552] do_tests.sh fixed problem with perf test pass/
fail detection
commits at osafoundation.org
- [commits] (dan) [9555] do_tests.sh grep the file we redirect to
commits at osafoundation.org
- [commits] (dan) [9600] renamed internal method bug 5225
commits at osafoundation.org
- [commits] (dan) [9605] TestEventCreation renamed VerifyEventCreation
in 2 perf tests
commits at osafoundation.org
- [commits] (dan) [9627] make FunctionalTestSuite report fail after a
Tracebacks
commits at osafoundation.org
- [commits] (dan) [9628] add newline at end of file
commits at osafoundation.org
- [commits] (dan) [9632] change logger to list tests that fail in
FunctionalSuite
commits at osafoundation.org
- [commits] (dan) [9635] change 'failed' message to lower case
commits at osafoundation.org
- [commits] (dan) [9639] improve reporting of which sub-test failed and
what the stderr output was, if any
commits at osafoundation.org
- [commits] (davids) [9294] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9295] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9296] wx v2.7.0 incremental update - wxPython
updates from Robin
commits at osafoundation.org
- [commits] (davids) [9301] wx v2.7.0 incremental update - wxPython
updates from Robin
commits at osafoundation.org
- [commits] (davids) [9304] wx v2.7.0 incremental update - wxPython
updates from Robin
commits at osafoundation.org
- [commits] (davids) [9305] bump RELVER to 34;
minor build variable cleanup
commits at osafoundation.org
- [commits] (davids) [9306] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9308] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9313] change emulate_typing to protect against
"view has no focused widget" case
commits at osafoundation.org
- [commits] (davids) [9318] bump wx tarball reference to 34
commits at osafoundation.org
- [commits] (davids) [9320] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9332] minor tweak
commits at osafoundation.org
- [commits] (davids) [9333] removed extraneous files from realclean
commits at osafoundation.org
- [commits] (davids) [9334] wx v2.7.0 incremental update - wxPython -
OpenGL lib update
commits at osafoundation.org
- [commits] (davids) [9335] wx v2.7.0 incremental update - wxMSW -
support unattached menubars
commits at osafoundation.org
- [commits] (davids) [9336] wx v2.7.0 incremental update - wxMSW -
WinCE tweak
commits at osafoundation.org
- [commits] (davids) [9342] wx v2.7.0 incremental update - wxGTK -
cleanup
commits at osafoundation.org
- [commits] (davids) [9343] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9344] wx v2.7.0 incremental update - wxGTK -
cleanup (pt 2)
commits at osafoundation.org
- [commits] (davids) [9346] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9349] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9350] wx v2.7.0 incremental update - wxMac sample
tweaks
commits at osafoundation.org
- [commits] (davids) [9351] wx v2.7.0 incremental update - removed 2
obsolete wxDC calls; other minor misc stuff
commits at osafoundation.org
- [commits] (davids) [9352] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9353] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9355] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9360] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9362] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9364] fix wxMSW build problem in wxTextCtrl
commits at osafoundation.org
- [commits] (davids) [9368] fix for wxMSW textctrl compilation problem
- take 2
commits at osafoundation.org
- [commits] (davids) [9369] fix candidate for wxGTK compiler crash (!)
commits at osafoundation.org
- [commits] (davids) [9370] tweaks to fix for wxGTK gcc v3.3.3 compiler
crash - requested by wx folks
commits at osafoundation.org
- [commits] (davids) [9372] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9385] wx v2.7.0 incremental update + some cleanup
commits at osafoundation.org
- [commits] (davids) [9386] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9389] wx v2.7.0 incremental update - big wxPython
update from Robin
commits at osafoundation.org
- [commits] (davids) [9401] bump wx tarball to 35
commits at osafoundation.org
- [commits] (davids) [9406] wx v2.7.0 incremental update - wxMac
RoundRect drawing fix
commits at osafoundation.org
- [commits] (davids) [9416] bump wx tarball reference to 35
commits at osafoundation.org
- [commits] (davids) [9418] wx v2.7.0 incremental update - wxMSW
commits at osafoundation.org
- [commits] (davids) [9421] disabled BUILD_RENAMERS,
now that libxml2 is out of the build - this change is tentative!
commits at osafoundation.org
- [commits] (davids) [9423] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9432] disabled BUILD_RENAMERS (copied version)
commits at osafoundation.org
- [commits] (davids) [9437] wx v2.7.0 incremental update - fixes for
member access mismatches in class inheritance hierarchy
commits at osafoundation.org
- [commits] (davids) [9438] wx v2.7.0 incremental update - expat v2.0
update (minor) - missing file
commits at osafoundation.org
- [commits] (davids) [9442] wx v2.7.0 incremental update - various
cleanups - no affected functionality
commits at osafoundation.org
- [commits] (davids) [9443] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9444] wx v2.7.0 incremental update - expat v2.0
update - added comments
commits at osafoundation.org
- [commits] (davids) [9445] wx v2.7.0 incremental update - expat v2.0
update - restored wx-specific config change
commits at osafoundation.org
- [commits] (davids) [9447] wx v2.7.0 incremental update - various
commits at osafoundation.org
- [commits] (davids) [9451] hack-fix expat v2.0 link problem
commits at osafoundation.org
- [commits] (davids) [9455] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9460] wx v2.7.0 incremental update - improve
window positioning on secondary displays
commits at osafoundation.org
- [commits] (davids) [9461] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9462] wx v2.7.0 incremental update - wxPython
updates from Robin
commits at osafoundation.org
- [commits] (davids) [9463] wx v2.7.0 incremental update - wxMac-intel
tweak
commits at osafoundation.org
- [commits] (davids) [9465] wx v2.7.0 incremental update - simplified
OnPaint; some misc.
commits at osafoundation.org
- [commits] (davids) [9470] wx v2.7.0 incremental update - wxMSW tweak
commits at osafoundation.org
- [commits] (davids) [9472] wx v2.7.0 incremental update - minor
commits at osafoundation.org
- [commits] (davids) [9473] wx v2.7.0 incremental update - add new
source files to OSAF MSVC wxMedia project
commits at osafoundation.org
- [commits] (davids) [9475] wx v2.7.0 incremental update - wx_media
build fix candidates
commits at osafoundation.org
- [commits] (davids) [9477] wx v2.7.0 incremental update - minor
commits at osafoundation.org
- [commits] (davids) [9478] wx v2.7.0 incremental update - wx_media
build fix candidates (pt.
commits at osafoundation.org
- [commits] (davids) [9481] undo of prior commit
commits at osafoundation.org
- [commits] (davids) [9482] wx v2.7.0 incremental update - minor
commits at osafoundation.org
- [commits] (davids) [9483] wx v2.7.0 incremental update - minor
commits at osafoundation.org
- [commits] (davids) [9484] wx v2.7.0 incremental update - long64
improvements
commits at osafoundation.org
- [commits] (davids) [9485] wx v2.7.0 incremental update - wxPython
changes from Robin
commits at osafoundation.org
- [commits] (davids) [9486] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9487] reverted prior commit in order to fix build
problem with wxPyFindSwigType
commits at osafoundation.org
- [commits] (davids) [9488] wx v2.7.0 incremental update - wxPython
changes from Robin
commits at osafoundation.org
- [commits] (davids) [9489] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9490] remove wx TLW ForceRedraw test hook
commits at osafoundation.org
- [commits] (davids) [9491] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9492] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9493] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9499] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9504] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9508] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9509] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9515] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9517] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9521] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9526] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9533] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9541] wx v2.7.0 incremental update - fix tool
item deletion problem
commits at osafoundation.org
- [commits] (davids) [9542] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9543] wx v2.7.0 incremental update
commits at osafoundation.org
- [commits] (davids) [9544] bump wx tarball to 36
commits at osafoundation.org
- [commits] (davids) [9551] wx v2.7.0 incremental update - wxPython
update from Robin (minor)
commits at osafoundation.org
- [commits] (davids) [9557] bump wx tarball reference to 36
commits at osafoundation.org
- [commits] (grant) [9324] The Return of the Bride of svn:ignore the
Thirteenth
commits at osafoundation.org
- [commits] (grant) [9357] Convert zanshin to use elementtree
commits at osafoundation.org
- [commits] (grant) [9387] Update to zanshin-r141
commits at osafoundation.org
- [commits] (grant) [9413] Fix Bug 5158: Error occurred while
downwnloading mail
commits at osafoundation.org
- [commits] (grant) [9589] Commit the EVDB parcel I wrote during sprint
week.
commits at osafoundation.org
- [commits] (grant) [9617] Fix a localizable string error noticed by
bkirsch.
commits at osafoundation.org
- [commits] (hartsook) [505] updated version bar to 0.6.1 and Feb.
commits at osafoundation.org
- [commits] (hartsook) [506] added update to 0.6.1 info to head of
announcement document
commits at osafoundation.org
- [commits] (hartsook) [507] fixed typo in text
commits at osafoundation.org
- [commits] (hartsook) [511] added link under Reference materials for
the Chandler licensing terms with link to GPL
commits at osafoundation.org
- [commits] (heikki) [9361] Need to still run unitest.main() so that
Tinderbox can figure
commits at osafoundation.org
- [commits] (heikki) [9365] Upgrade to pylint 0.9 and logilab-common
0.13.
commits at osafoundation.org
- [commits] (heikki) [9366] Remove *.pyc and *.pyo in the right
directory when making the binary tarball.
commits at osafoundation.org
- [commits] (heikki) [9388] Disable move to trash test because it is
failing on Linux;
commits at osafoundation.org
- [commits] (heikki) [9390] Need to include logilab/__init__.py in some
tarball.
commits at osafoundation.org
- [commits] (heikki) [9396] Need try/finally in the suite as well.
commits at osafoundation.org
- [commits] (heikki) [9400] Upgrade to pylint 0.9 and logilab-common
0.13.
commits at osafoundation.org
- [commits] (heikki) [9553] We were accidentally wiping out the
PERF_LOG half way
commits at osafoundation.org
- [commits] (heikki) [9554] Change tabs to spaces.
commits at osafoundation.org
- [commits] (heikki) [9599] Bug 4743,
add python executable to Windows release distributions.
commits at osafoundation.org
- [commits] (heikki) [9603] Disable TestCalView.py on Windows until we
can figure out what
commits at osafoundation.org
- [commits] (heikki) [9604] Seems the Mac reports a traceback even
though the tests
commits at osafoundation.org
- [commits] (heikki) [9606] Update to latest root certificates.
commits at osafoundation.org
- [commits] (heikki) [9610] Remove unused variables.
commits at osafoundation.org
- [commits] (heikki) [9641] Change plain assert to self.assert_()
because the former does
commits at osafoundation.org
- [commits] (heikki) [9646] Bug 5152,
first pass at dead man's switch for scripts.
commits at osafoundation.org
- [commits] (heikki) [9651] Globals.options not filled in when running
unit tests.
commits at osafoundation.org
- [commits] (heikki) [9652] More tweaks to make scriptTimeout really
work.
commits at osafoundation.org
- [commits] (heikki) [9653] We can speed up the way we create the large
repository for
commits at osafoundation.org
- [commits] (heikki) [9654] Turns out None is a bad default when you
want to int() it.
commits at osafoundation.org
- [commits] (heikki) [9655] Run functional and performance test scripts
with 10 minute timeouts.
commits at osafoundation.org
- [commits] (heikki) [9656] Run functional and performance test scripts
with 10 minute timeouts.
commits at osafoundation.org
- [commits] (jed) [9397] Fix the icon in the application switcher menu
on Windows.
commits at osafoundation.org
- [commits] (jed) [9398] Moved the "New Item" submenu to the Item menu.
commits at osafoundation.org
- [commits] (jed) [9403] Moved the 'Quit' menu item to conditionally on
Mac only display in the Application menu (and not in the File menu).
commits at osafoundation.org
- [commits] (jed) [9404] Update schema for previous change.
commits at osafoundation.org
- [commits] (jed) [9409] Viusal tweaks to busy bars.
commits at osafoundation.org
- [commits] (jed) [9410] Made a few colour and pixel changes in busy
bars for Mimi.
commits at osafoundation.org
- [commits] (jeffrey) [9290] - Added a regression test for bug 4952
commits at osafoundation.org
- [commits] (jeffrey) [9314] - Fix for bug 4952 (timezones not
converted to PyICU timezones correctly)
commits at osafoundation.org
- [commits] (jeffrey) [9340] - Handle UTC better when importing ics
files
commits at osafoundation.org
- [commits] (jeffrey) [9345] - Added drag and drop importing of ics
files to the sidebar and calendar view
commits at osafoundation.org
- [commits] (jeffrey) [9347] - Fix circular dependency for unit tests
involving ICalendar
commits at osafoundation.org
- [commits] (jeffrey) [9422] - replace anomalous tabs that appeared in
DragAndDrop
commits at osafoundation.org
- [commits] (jeffrey) [9644] - Remove dateForVObject in ICalendar,
as it's logic has become trivial
commits at osafoundation.org
- [commits] (john) [9338] Fix new files with wrong end of lines...
commits at osafoundation.org
- [commits] (john) [9348] Fix menu assert that stops Mac debug build
from running
commits at osafoundation.org
- [commits] (john) [9358] Fix bug #5076: incorrect highlighting of
collections during drag-drop, when there are many collections,
which turned out to be a bug in Jed's hover code.
commits at osafoundation.org
- [commits] (john) [9363] remove some commented out code and
conditionally compile testing code
commits at osafoundation.org
- [commits] (john) [9367] moderize missing attribute access in Sidebar
to avoid try/except blocks
commits at osafoundation.org
- [commits] (john) [9441] Fix bug #5121: Skins menu exposes a widget
crash
commits at osafoundation.org
- [commits] (john) [9446] From my last checking: Bug#5121: skins
exposes widgets crash): Forgot to set an attribute on one of
the ApplicationBars
commits at osafoundation.org
- [commits] (john) [9458] Add a functional test that tests UI widget
creation and deletion.
commits at osafoundation.org
- [commits] (john) [9464] Turn on new functional test that tests widget
creation and deletion.
commits at osafoundation.org
- [commits] (john) [9503] Replace some try/catch blocks in Block.py.
commits at osafoundation.org
- [commits] (john) [9565] Fix several bugs related to the way blocks
are unrendered and events are made available to be found by name.
commits at osafoundation.org
- [commits] (john) [9591] Fix bug in revision 9589 (Commit the EVDB
parcel) that caused the TextBlocks functional test to fail
commits at osafoundation.org
- [commits] (john) [9592] Reenable TestBlocks functional test on Mac
and run it first.
commits at osafoundation.org
- [commits] (john) [9594] Fix typo
commits at osafoundation.org
- [commits] (john) [9636] Modified NewEvent to optionally add the new
item to a specified collection
commits at osafoundation.org
- [commits] (john) [9637] Updated existing NewEvents
commits at osafoundation.org
- [commits] (mikeal) [9376] Fixed issue in tinderbox specific logger
code.
commits at osafoundation.org
- [commits] (mikeal) [9379] Backing out "fix".
commits at osafoundation.org
- [commits] (morgen) [9288] Fix for bug 5098 -- the list of shared
attributes to filter out gets corrupted
commits at osafoundation.org
- [commits] (morgen) [9315] Collections need their setup( ) method
called.
commits at osafoundation.org
- [commits] (morgen) [9316] XML-RPC servlet now part of Chandler;
it now only responds to requests from localhost
commits at osafoundation.org
- [commits] (morgen) [9323] XML-RPC methods now accept an optional view
name parameter which lets you specifiy a particular repository
view to operate in.
commits at osafoundation.org
- [commits] (morgen) [9326] Branch Fix for bug 5098 (Shared attribute
filters get corrupted by Manage dialog) r=capps
commits at osafoundation.org
- [commits] (morgen) [9354] Moved events collection from osaf.app to
osaf.pim.calendar; removed UIDMap (replaced with an index)
commits at osafoundation.org
- [commits] (morgen) [9356] Adding a path to the default sharing
account to prevent that account from accidentally matching
during "Restore published shares"
commits at osafoundation.org
- [commits] (morgen) [9359] Don't assume utf-8 when parsing xml
commits at osafoundation.org
- [commits] (morgen) [9427] Refactored osaf.app so that it only
contains Chandler-specific items
commits at osafoundation.org
- [commits] (morgen) [9449] Make a few more symbols available to the
developer within headless and pyshell (schema, app_ns, and pim_ns)
commits at osafoundation.org
- [commits] (morgen) [9450] Added UserNotification kind;
Sharing layer now generates various flavors of notifications
commits at osafoundation.org
- [commits] (morgen) [9452] Fix the RemoteFeed unit test to not count a
network problem as a test failure.
commits at osafoundation.org
- [commits] (morgen) [9453] ElementTree returns None (instead of empty
string) for empty element contents, so checkfor that.
commits at osafoundation.org
- [commits] (morgen) [9457] ColorType's rgb values should be from 0 to
255 not 0.0 to 1.0; also fixed an awkward import statement.
commits at osafoundation.org
- [commits] (morgen) [9466] Added a 'browse( )' method which opens the
web browser to render the specified item in the repository servlet.
commits at osafoundation.org
- [commits] (morgen) [9467] Added an index to notificationCollection,
and summary-view redirects for UserNotification kind
commits at osafoundation.org
- [commits] (morgen) [9468] If the 'default parent item', aka //userdata,
is not created immediately we run the risk of having that item
created in two separate views.
commits at osafoundation.org
- [commits] (morgen) [9471] Adding a commit( ) after the creation of
//userdata to guarantee other views will pick it up.
commits at osafoundation.org
- [commits] (morgen) [9479] Added an in-memory sharing conduit so tests
can be performed without touching the network or file system.
commits at osafoundation.org
- [commits] (morgen) [9505] Tweaks to the InMemoryConduit so that it
works across multiple views
commits at osafoundation.org
- [commits] (morgen) [9510] Fix for bug 5185 -- PublishCollection.py
needs to be modeless in order for the functional tests to work
commits at osafoundation.org
- [commits] (morgen) [9511] The commit( ) in initRepository is not
needed, as there is a commit later on,
but before other views are created.
commits at osafoundation.org
- [commits] (morgen) [9519] The importValue method now checks for no-op
attribute assignments when using view merging (to avoid
unnecessary dirtying).
commits at osafoundation.org
- [commits] (morgen) [9527] Changed the view merging test to use two
Share items (XML + ICS) to more closely resemble Cosmo sharing.
commits at osafoundation.org
- [commits] (morgen) [9528] With two-fork shares,
the ICS share should 'follow' (get synced after) the XML share
commits at osafoundation.org
- [commits] (morgen) [9529] View merging test: Put the XML share in
CalDAV mode, i.e., don't share calendar attributes via XML,
since those live in ICS.
commits at osafoundation.org
- [commits] (morgen) [9535] With view merging enabled,
call the updateCallback for each conflict.
commits at osafoundation.org
- [commits] (morgen) [9556] Added --nonexclusive command line option
commits at osafoundation.org
- [commits] (morgen) [9563] The sharing/view-merging test now verifies
the number/type of operations performed (added, modified,
and removed items)
commits at osafoundation.org
- [commits] (morgen) [9574] In view merging test: make a conflicting
change to a Lob attribute.
commits at osafoundation.org
- [commits] (morgen) [9575] Added a modeless option for the subscribe
dialog so the functional tests can use it.
commits at osafoundation.org
- [commits] (morgen) [9614] A couple fixes to the repository ACL code,
which hasn't been used/updated for some time.
commits at osafoundation.org
- [commits] (morgen) [9640] A new kind, Principal,
for use in repository-level ACLs
commits at osafoundation.org
- [commits] (morgen) [9648] Replaced webserver.User with pim.Principal
and using repository-level ACLs now.
commits at osafoundation.org
- [commits] (pje) [9312] Remove hardcoded timing dependencies in an
effort to reduce intermittent
commits at osafoundation.org
- [commits] (pje) [9319] Fix another timing issue that happens on Linux
and OS X (but not Windows).
commits at osafoundation.org
- [commits] (pje) [9329] Fix another timing-sensitive race condition.
commits at osafoundation.org
- [commits] (pje) [9378] Fix a rare intermittent race condition on
Linux; as with the others,
commits at osafoundation.org
- [commits] (pje) [9383] Add a 90 second alarm timeout for Linux and OS
X, in an attempt to
commits at osafoundation.org
- [commits] (pje) [9391] Another tweak to fix Linux race conditions in
the thread-related tests.
commits at osafoundation.org
- [commits] (pje) [9428] Now that I know alarm() gets out of the OS X
test hang, raise an
commits at osafoundation.org
- [commits] (pje) [9582] Create a kind's default parent when the kind
is created.
commits at osafoundation.org
- [commits] (pje) [9584] Fix and workarounds for repository tests
depending on //userdata *not*
commits at osafoundation.org
- [commits] (sheila) [503] Updated readme for 0.6.1
commits at osafoundation.org
- [commits] (sheila) [509] Updated roadmap details
commits at osafoundation.org
- [commits] (stearns) [9327] Fix bug 4987 (Detail View can't deal with
certain dates) in the 0.6 branch, r=Morgen+twl.
commits at osafoundation.org
- [commits] (stearns) [9328] Fix bug 4987 (Detail View can't deal with
certain dates) in the trunk, r=Morgen+twl.
commits at osafoundation.org
- [commits] (stearns) [9337] - Do the rest of the TrunkParentBlock
renaming,
and rework the BranchSubtree (was TrunkSubtree) mechanism: they're now
annotations on Kinds.
commits at osafoundation.org
- [commits] (stearns) [9375] Update the feeds tutorial for the new
BranchSubtree naming & annotation mechanism.
commits at osafoundation.org
- [commits] (stearns) [9411] Fix bug 5157 (entering multiple lines text
in a recurring event text body causes multiple recurring event
change dialogs to pop up) by applying the fix from bug 4835
(Sometimes,
cursor jumps to the top of the Notes field by itself) to the branch,
r=philippe.
commits at osafoundation.org
- [commits] (stearns) [9412] Fix bug 5157 (entering multiple lines text
in a recurring event text body causes multiple recurring event
change dialogs to pop up) by applying the fix from bug 4835
(Sometimes,
cursor jumps to the top of the Notes field by itself) to the branch,
r=philippe.
commits at osafoundation.org
- [commits] (stearns) [9456] Fix bug 5166 (Changes to the body of the
event are lost on clicking by the event lozenge): don't resync
the detail view if the displayed item didn't change and the
view didn't change.
commits at osafoundation.org
- [commits] (stearns) [9561] Use non-persistent item notifications
instead of monitors in the detail view.
commits at osafoundation.org
- [commits] (stearns) [9562] oops - shouldn't've checked this in.
commits at osafoundation.org
- [commits] (stearns) [9573] Ignore DV notifications when the item is
being mutated (stamping or deletion), thx Andi.
commits at osafoundation.org
- [commits] (stearns) [9576] When registering for item-change
notifications ('watchItem'), use the real item if we've got a proxy.
commits at osafoundation.org
- [commits] (stearns) [9598] Fix bug 5233 (DV not responding to
stamping buttons) and reenable the functional test it broke.
commits at osafoundation.org
- [commits] (stearns) [9601] Fix bug 5250 (Deleting a recurring event
crashes Chandler).
commits at osafoundation.org
- [commits] (stearns) [9602] First part of work to produce a
static-text description of an event's time-related stuff,
which will eventually toggle with all the time-related editfields in
the detail view.
commits at osafoundation.org
- [commits] (stearns) [9607] Refactor markupbar blocks in preparation
for Reid's detoolbarification: each button is now responsible
for its own events.
commits at osafoundation.org
- [commits] (stearns) [9608] Oops - I omitted the wrong file from my
last checkin (r9607): I'd intended to leave out my change to
AttributeEditors.py instead,
which fixed bug 5260 (Color of text in the Location field should be
black when editing the field).
commits at osafoundation.org
- [commits] (stearns) [9634] Removing the one-item collection that the
detail view monitored for changes - Andi and I don't think we
need it anymore.
commits at osafoundation.org
- [commits] (stearns) [9645] Do first (simple) fix for bug 5297 (detail
view labels are fixed-width at 60) -- allow callers of
makeLabel to specify a different width.
commits at osafoundation.org
- [commits] (vajda) [9302] - replaced kind collections notif iteration
with item.itsKind.extent.notify()
commits at osafoundation.org
- [commits] (vajda) [9303] - fixed bugs in merging abstract set value
commits at osafoundation.org
- [commits] (vajda) [9321] added ignore for left over test file
commits at osafoundation.org
- [commits] (vajda) [9322] - fixed more bugs in index merging
commits at osafoundation.org
- [commits] (vajda) [9341] - changed low-level item history walker to
be a generator
commits at osafoundation.org
- [commits] (vajda) [9374] - changed XML support to use elementtree and
xml.sax
commits at osafoundation.org
- [commits] (vajda) [9408] - refreshed to include latest PyICU changes
commits at osafoundation.org
- [commits] (vajda) [9500] - no need to react to value being set to
current value
commits at osafoundation.org
- [commits] (vajda) [9501] - fixed bugs in error messages
commits at osafoundation.org
- [commits] (vajda) [9502] - change RELVER to 11
commits at osafoundation.org
- [commits] (vajda) [9506] - added KDIRTY flag for tracking kind changes
commits at osafoundation.org
- [commits] (vajda) [9507] - fixed bug in TimeZone.recognizes() to
allow FloatingTZ
commits at osafoundation.org
- [commits] (vajda) [9513] - fixed bug in DBStore.kindForKey()
returning NOITEM instead of None
commits at osafoundation.org
- [commits] (vajda) [9518] - incorporated Brian's patch for handling
non-ascii paths in PackHandler
commits at osafoundation.org
- [commits] (vajda) [9532] - added support for transient and persistent
item watches
commits at osafoundation.org
- [commits] (vajda) [9536] - added support for transient and persistent
item watches
commits at osafoundation.org
- [commits] (vajda) [9539] - fixed bug in ValueContainer.getVersions(),
broken with multiple processes
commits at osafoundation.org
- [commits] (vajda) [9540] - added 'refresh' notifications to item
watchers
commits at osafoundation.org
- [commits] (vajda) [9545] - changed item notification callback
protocol to receive tuple of names
commits at osafoundation.org
- [commits] (vajda) [9546] - added attribute name hash cache to Kind
commits at osafoundation.org
- [commits] (vajda) [9559] - fixed bug 5205
(http://bugzilla.osafoundation.org/show_bug.cgi?id=5205)
commits at osafoundation.org
- [commits] (vajda) [9560] - removed redundant cross-collection
subscriptions causing notif explosion
commits at osafoundation.org
- [commits] (vajda) [9564] - commit() no longer refreshes when there is
nothing to commit, does nothing
commits at osafoundation.org
- [commits] (vajda) [9577] - renamed Item._isMutating() to isMutating()
commits at osafoundation.org
- [commits] (vajda) [9578] - renamed Item._isMutating() to isMutating()
commits at osafoundation.org
- [commits] (vajda) [9586] - added Item.isWatched()
commits at osafoundation.org
- [commits] (vajda) [9587] - added support for notifying item watchers
about changes to 'itsKind'
commits at osafoundation.org
- [commits] (vajda) [9588] - oops, used wrong flag
commits at osafoundation.org
- [commits] (vajda) [9609] - upgraded PyICU to rev 53
commits at osafoundation.org
- [commits] (vajda) [9611] - fixed bug 5259
(http://bugzilla.osafoundation.org/show_bug.cgi?id=5259)
commits at osafoundation.org
- [commits] (vajda) [9638] - added Collection class and CollectionClass
metaclass
commits at osafoundation.org
- [commits] (vajda) [9642] - fixed bugs in FilteredSet with iterating
keys and computing length
commits at osafoundation.org
- [commits] (vajda) [9643] - reverted changed to filterAttributes args
commits at osafoundation.org
- [commits] (vajda) [9647] use callable() instead of checking for
__call__ presence
commits at osafoundation.org
- [commits] (vajda) [9649] - removed regular expression parsing of
filterExpressions for attributes
commits at osafoundation.org
- [commits] (vajda) [9650] - added epydoc for
RepositoryView.findValue(), findValues() and hasValue()
commits at osafoundation.org
- [commits] (vajda) [9657] - fixed bug 5302
(http://bugzilla.osafoundation.org/show_bug.cgi?id=5302)
commits at osafoundation.org
Last message date:
Tue Feb 28 21:22:11 PDT 2006
Archived on: Tue Feb 28 21:21:59 PDT 2006
This archive was generated by
Pipermail 0.09 (Mailman edition).