~leo-editor-team/leo-editor/mod_rclick

Viewing all changes in revision 391.

  • Committer: Edward K. Ream
  • Date: 2008-05-06 16:39:39 UTC
  • mfrom: (344.4.140 sax-graph)
  • Revision ID: edreamleo@gmail.com-20080506163939-i2kyx2ods9f4cbge
The grand merge of the sax-graph branch into the trunk.

Here are my notes about what I did:

+N  leo/plugins/toolbar.py      : Reverted
 M  .bzrignore                  : Commit
 M  leo/config/leoSettings.leo          : Reverted
 M  leo/doc/LeoDocs.leo                 : Reverted
 M  leo/doc/leoNotes.txt                : Reverted
 M  leo/doc/leoToDo.txt                 : Reverted
 M  leo/plugins/EditAttributes.py               : Commit
 M  leo/plugins/cursesGui.py                    : Commit
 M  leo/plugins/experimental/__wx_alt_gui.py    : Commit
 M  leo/plugins/leoPluginsRef.leo               : Reverted
 M  leo/plugins/read_only_nodes.py              : Commit
R   leo/plugins/toolbar.py => leo/plugins/toolbar.py.moved  : Reverted
 M  leo/src/LeoPyRef.leo                : Reverted
 M  leo/src/leoApp.py           : Commit.  No change.
 M  leo/src/leoAtFile.py        : Commit
 M  leo/src/leoChapters.py      : Commit
 M  leo/src/leoCommands.py      : Commit
 M  leo/src/leoConfig.py        : Commit.
 M  leo/src/leoEditCommands.py  : Commit. No change
 M  leo/src/leoFileCommands.py  : Commit
 M  leo/src/leoFind.py          : Commit. Copied from sax-graph.
 M  leo/src/leoFrame.py         : Commit
 M  leo/src/leoGlobals.py       : Commit
 M  leo/src/leoGtkFrame.py      : Commit
 M  leo/src/leoGtkTree.py       : Commit
 M  leo/src/leoImport.py        : Commit
 M  leo/src/leoKeys.py          : Commit. No change.
 M  leo/src/leoMenu.py          : Commit. Dubious change to createHelpMenuFromTable.  Should be tested on the Mac.
 M  leo/src/leoNodes.py         : Commit.  Too many change to check accurately.  Reversions possible.
 M  leo/src/leoProjects.txt     : Reverted
 M  leo/src/leoTest.py          : Reverted
 M  leo/src/leoTkinterFrame.py  : Commit
 M  leo/src/leoTkinterTree.py   : Commit. Recent debugging changes.  Could be cleaned up.
 M  leo/src/leoUndo.py          : Commit
 M  leo/test/test.leo           : Reverted
 M  leo/test/testAtPopup.leo    : Reverted
 M  leo/test/unitTest.leo       : Commit. Copied from sax-graph.
 
Here is what bzr actually reports from the commit.

modified:
  .bzrignore
  leo/plugins/EditAttributes.py
  leo/plugins/cursesGui.py
  leo/plugins/experimental/__wx_alt_gui.py
  leo/plugins/leoPluginsRef.leo
  leo/plugins/read_only_nodes.py
  leo/src/leoAtFile.py
  leo/src/leoChapters.py
  leo/src/leoCommands.py
  leo/src/leoConfig.py
  leo/src/leoFileCommands.py
  leo/src/leoFind.py
  leo/src/leoFrame.py
  leo/src/leoGlobals.py
  leo/src/leoGtkFrame.py
  leo/src/leoGtkTree.py
  leo/src/leoImport.py
  leo/src/leoMenu.py
  leo/src/leoNodes.py
  leo/src/leoTest.py
  leo/src/leoTkinterFrame.py
  leo/src/leoTkinterTree.py
  leo/src/leoUndo.py
  leo/test/unitTest.leo
  
pending merges:
  Edward K. Ream 2008-05-06 update aux files
    Edward K. Ream 2008-05-06 fixed minor, long-standing focus problem in save co...
    Edward K. Ream 2008-05-05 update aux files
    Edward K. Ream 2008-05-05 set c.inCommand when entering mode
    Edward K. Ream 2008-05-05 added bug fix for closeFlag introduced in the trunk
    Edward K. Ream 2008-05-05 added trunk version
    Edward K. Ream 2008-05-05 added trunk version
    Edward K. Ream 2008-05-05 added trunk version
    Edward K. Ream 2008-05-05 added trunk version
    Edward K. Ream 2008-05-05 use trunk version
    Edward K. Ream 2008-05-05 commit after trial merge with trunk: recent bug fix...
    Edward K. Ream 2008-05-05 change to new iterators after trial merge with trunk
    Edward K. Ream 2008-05-03 added unit tests
    Edward K. Ream 2008-05-03 fixed bugs related to create-chapter
    Edward K. Ream 2008-05-03 added definesive code to u.redoClone
    Edward K. Ream 2008-05-03 replace asserts by defensive code in p.clone
    Edward K. Ream 2008-05-03 added more top-level node operation tests
    Edward K. Ream 2008-05-03 fix clone bug, including undo code
    Edward K. Ream 2008-05-03 fixed undo bugs re sort position
    Edward K. Ream 2008-05-03 fixed selection bug in sort-sibling
    Edward K. Ream 2008-05-02 changed some unit tests
    Edward K. Ream 2008-05-02 ensure new nodes have 'NewHeadline' as default head...
    Edward K. Ream 2008-05-01 update aux files
    Edward K. Ream 2008-05-01 updated project info
    Edward K. Ream 2008-05-01 greatly increased the speed of undo clone-find-all
    Edward K. Ream 2008-05-01 minor improvements to checkOutline
    Edward K. Ream 2008-04-29 update aux files
    Edward K. Ream 2008-04-29 Removed all raw references to .bodyString and .head...
    Edward K. Ream 2008-04-29 removed failing test in check-outline command when ...
    Edward K. Ream 2008-04-29 various changes to make unified-nodes work
    Edward K. Ream 2008-04-29 added warning not to change g.unified_nodes in scripts
    Edward K. Ream 2008-04-29 renamed node to sax_node to clariby what bodyString is
    Edward K. Ream 2008-04-29 fixed createThinChild4 so it works in unified-nodes...
    Edward K. Ream 2008-04-29 update aux files
    Edward K. Ream 2008-04-29 mods for unified-node world
    Edward K. Ream 2008-04-29 mods for unified-node world
    Edward K. Ream 2008-04-29 define g.unified_nodes = False
    Edward K. Ream 2008-04-29 define g.unified_nodes = False
    Edward K. Ream 2008-04-29 mods for unified-node world
    Edward K. Ream 2008-04-29 mods for unified-node world
    Edward K. Ream 2008-04-29 mods for unified-node world
    Edward K. Ream 2008-04-29 remove tnode arg from calls to insertX
    Edward K. Ream 2008-04-29 remove tnode arg from calls to insertX
    Edward K. Ream 2008-04-29 remove tnode arg from calls to insertX
    Edward K. Ream 2008-04-29 remove tnode arg from calls to insertX
    Edward K. Ream 2008-04-29 remove tnode arg from calls to insertX
    Edward K. Ream 2008-04-28 update aux files
    Edward K. Ream 2008-04-28 added comment to initAllParents
    Edward K. Ream 2008-04-28 update aux files
    Edward K. Ream 2008-04-28 added code to support parents test for minimal .leo...
    Edward K. Ream 2008-04-28 added code to support parents test for minimal .leo...
    Edward K. Ream 2008-04-28 update aux files
    Edward K. Ream 2008-04-28 A few more simplifications, mostly replacing inline...
    Edward K. Ream 2008-04-28 Call initAllParents for all reads, including pastes.
    Edward K. Ream 2008-04-28 cleanup
    Edward K. Ream 2008-04-28 cleanup
    Edward K. Ream 2008-04-28 removed 'init' arg from p._createParentsOfChildren
    Edward K. Ream 2008-04-27 update aux files
    Edward K. Ream 2008-04-27 various cleanups and bug fixes related to new code
    Edward K. Ream 2008-04-27 Renamed v._addVnodeListToParents to v.computeParent...
    Edward K. Ream 2008-04-27 Rename v._addVnodeListToParents to v._computeParent...
    Edward K. Ream 2008-04-27 Clean up code using v_computeParentsOfChildren.
    Edward K. Ream 2008-04-27 Clean up.  p._linkAs does the work of p._computePar...
    Edward K. Ream 2008-04-27 Changed v.t.parents to v.parents.
    Edward K. Ream 2008-04-27 Fixed several recent bugs relating to clone-find-al...
    Edward K. Ream 2008-04-27 Simplified createSaxVnodes by calling v._addVnodeLi...
    Edward K. Ream 2008-04-27 Improved some reports in check-outline.
    Edward K. Ream 2008-04-27 Simplified createThinChild4 by calling v._addVnodeL...
    Edward K. Ream 2008-04-27 update aux files
    Edward K. Ream 2008-04-27 Some interrim changes likely to be soon undone as w...
    Edward K. Ream 2008-04-27 Some interrim changes that are likely to be changed
    Edward K. Ream 2008-04-27 improved check-outline command
    Edward K. Ream 2008-04-27 update aux files
    Edward K. Ream 2008-04-27 Improved textAddr method.
    Edward K. Ream 2008-04-27 Added p._adjustPositionBeforeUnlink and related code.
    Edward K. Ream 2008-04-27 Added test\dirty-test.py
    Edward K. Ream 2008-04-27 disabled annoying auto-collapse when undoing/redoin...
    Edward K. Ream 2008-04-27 Improved __str__ and __repr__
    Edward K. Ream 2008-04-27 improved headline comments
    Edward K. Ream 2008-04-26 update aux files
    Edward K. Ream 2008-04-26 reduce the dots printed by the check-outline command
    Edward K. Ream 2008-04-26 rewrote scanForClonedSibs
    Edward K. Ream 2008-04-26 update aux files
    Edward K. Ream 2008-04-26 Fixed several bugs in the new sax read code.
    Edward K. Ream 2008-04-26 Added improved consistency checks between parents a...
    Edward K. Ream 2008-04-26 Removed old 3.x read code.
    Edward K. Ream 2008-04-26 Fixed fairly recent both in keyword handling for g....
    Edward K. Ream 2008-04-25 update aux files
    Edward K. Ream 2008-04-25 replaced movetoRoot by linkAsRoot in 'new' method
    Edward K. Ream 2008-04-25 Rewrote undo/redo logic for move, promote and demote.
    Edward K. Ream 2008-04-25 fixed bug in createFirstTreeNode
    Edward K. Ream 2008-04-25 added better traces when p._unlink fails
    Edward K. Ream 2008-04-23 update aux files
    Edward K. Ream 2008-04-23 Fixed problems with pasting outlines by recomputing...
    Edward K. Ream 2008-04-23 update aux files
    Edward K. Ream 2008-04-23 add leading underscore to names of low-level positi...
    Edward K. Ream 2008-04-23 add leading underscore to names of low-level positi...
    Edward K. Ream 2008-04-23 changed p.linkX to p._linkX and p.unlink to p._unlink
    Edward K. Ream 2008-04-23 changed p.linkX to p._linkX and p.unlink to p._unlink
    Edward K. Ream 2008-04-23 changed p.linkX to p._linkX
    Edward K. Ream 2008-04-21 update aux files
    Edward K. Ream 2008-04-21 Added newNode arg to p.doDelete.
    Edward K. Ream 2008-04-21 Renamed p.parentNode to p.parentVnode and removed k...
    Edward K. Ream 2008-04-21 update aux files
    Edward K. Ream 2008-04-21 removed redundant call to p.unlink
    Edward K. Ream 2008-04-21 cleanups, bug fixes
    Edward K. Ream 2008-04-21 replaced setTnodeText by setBodyString
    Edward K. Ream 2008-04-21 replaced setTnodeText by setBodyString
    Edward K. Ream 2008-04-21 replaced setTnodeText by setBodyString
    Edward K. Ream 2008-04-21 Removed commented out code.
    Edward K. Ream 2008-04-21 removed redundant calls to p.unlink
    Edward K. Ream 2008-04-21 Cleanup: replace setTnodeText by setBodyString & re...
    Edward K. Ream 2008-04-20 update aux files
    Edward K. Ream 2008-04-20 removed topVnode ivar
    Edward K. Ream 2008-04-20 update aux files
    Edward K. Ream 2008-04-20 added parents and children to undo info
    Edward K. Ream 2008-04-20 Cleaned up headlines, removed old code.
    Edward K. Ream 2008-04-20 removed non-sax code
    Edward K. Ream 2008-04-20 removed old code
    Edward K. Ream 2008-04-20 cleanup
    Edward K. Ream 2008-04-20 Copy the trunk version of test\testAtPopup.leo to t...
    Edward K. Ream 2008-04-20 copy install to sax-graph branch
    Edward K. Ream 2008-04-20 Copy rClick.py plugin from the trunk to the sax-gra...
    Edward K. Ream 2008-04-20 Mass update.  A recommit following merging the sax ...
    Edward K. Ream 2008-04-19 clean up headline comments
    Edward K. Ream 2008-04-19 update LeoPyRef.leo to eliminate resurrected nodes ...
    Edward K. Ream 2008-04-19 cleanups
    Edward K. Ream 2008-04-18 update aux files
    Edward K. Ream 2008-04-18 Clean up code: remove old code and headline comments.
    Edward K. Ream 2008-04-18 update aux files
    Edward K. Ream 2008-04-18 move children and parents array into tnode & fixed ...
    Edward K. Ream 2008-04-18 move children and parents array into tnode
    Edward K. Ream 2008-04-18 removed some tests from checkOutline
    Edward K. Ream 2008-04-18 move children and parents array into tnode
    Edward K. Ream 2008-04-17 update aux files
    Edward K. Ream 2008-04-17 Added, changed, disabled some position unit tests
    Edward K. Ream 2008-04-17 fixed bugs in p.__cmp__ and p.equal
    Edward K. Ream 2008-04-17 update aux files
    Edward K. Ream 2008-04-17 major milestone: startup logic works
    Edward K. Ream 2008-04-16 mass update.  First draft complete. test.leo almost...
    Edward K. Ream 2008-04-20 recent work, mostly cleanups
    Edward K. Ream 2008-04-12 commit after merge
    Edward K. Ream 2008-04-12 update aux files
    Edward K. Ream 2008-04-12 recent work.  More work remains
    Edward K. Ream 2008-04-10 sax file work
    Edward K. Ream 2008-04-09 update aux files
    Edward K. Ream 2008-04-09 commit after merge
    Edward K. Ream 2008-04-09 commit after merge

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: