Author: ericwa
Date: Fri Mar 28 19:44:00 2014
New Revision: 10658

URL: http://svn.gna.org/viewcvs/etoile?rev=10658&view=rev
Log:
Update TODOs

Modified:
    trunk/Etoile/Frameworks/CoreObject/Samples/ProjectDemo/TODO.md
    trunk/Etoile/Frameworks/CoreObject/Samples/Typewriter/TODO.md
    trunk/Etoile/Frameworks/CoreObject/TODO.md

Modified: trunk/Etoile/Frameworks/CoreObject/Samples/ProjectDemo/TODO.md
URL: 
http://svn.gna.org/viewcvs/etoile/trunk/Etoile/Frameworks/CoreObject/Samples/ProjectDemo/TODO.md?rev=10658&r1=10657&r2=10658&view=diff
==============================================================================
--- trunk/Etoile/Frameworks/CoreObject/Samples/ProjectDemo/TODO.md      
(original)
+++ trunk/Etoile/Frameworks/CoreObject/Samples/ProjectDemo/TODO.md      Fri Mar 
28 19:44:00 2014
@@ -15,8 +15,11 @@
 
 ###Graphics editor
 
+ - Text editing in drawing UI is buggy
+
 ###General
 
+ - Reopen documents at startup
  - fix project level undo
  - there is a lot more broken... test the app and take notes on use cases that 
should work
 

Modified: trunk/Etoile/Frameworks/CoreObject/Samples/Typewriter/TODO.md
URL: 
http://svn.gna.org/viewcvs/etoile/trunk/Etoile/Frameworks/CoreObject/Samples/Typewriter/TODO.md?rev=10658&r1=10657&r2=10658&view=diff
==============================================================================
--- trunk/Etoile/Frameworks/CoreObject/Samples/Typewriter/TODO.md       
(original)
+++ trunk/Etoile/Frameworks/CoreObject/Samples/Typewriter/TODO.md       Fri Mar 
28 19:44:00 2014
@@ -11,4 +11,4 @@
 - [ ] some way to see the list of all the checkpoints
 - [ ] have Revert show a panel listing all the checkpoints, so you can pick 
the one you want
 - [x] Don't use NSDocument
-- [ ] NSOutlineView Warning: reloadData called while in the middle of doing a 
reloadData (break on NSLog to debug). Quentin: I manage to reproduce by typing 
a tag name while pressing '+' but I had to try twice
+- [ ] NSOutlineView Warning: reloadData called while in the middle of doing a 
reloadData (break on NSLog to debug). Quentin: I manage to reproduce by typing 
a tag name while pressing '+'     but I had to try twice

Modified: trunk/Etoile/Frameworks/CoreObject/TODO.md
URL: 
http://svn.gna.org/viewcvs/etoile/trunk/Etoile/Frameworks/CoreObject/TODO.md?rev=10658&r1=10657&r2=10658&view=diff
==============================================================================
--- trunk/Etoile/Frameworks/CoreObject/TODO.md  (original)
+++ trunk/Etoile/Frameworks/CoreObject/TODO.md  Fri Mar 28 19:44:00 2014
@@ -353,10 +353,16 @@
 
 - Collaboration
 
+  - COSynchronizer should handle syncing persistent root / branch metadata 
changes?
+
   - support sending attachments (or large persistent roots) using XMPP file 
transfer
 
+  - COSynchronizerClient is missing the detection for illegal reverts
+
 
 - COUndoTrack
+
+  - Doesn’t work: [[COUndoTrack trackForPattern: @"org.etoile.projectdemo*" 
withEditingContext: nil] clear];
 
   - Perhaps have different commands for a regular commit and a revert.
     It's probably confusing or dangerous that undoing a revert can cause a 
selective undo (as it can now),


_______________________________________________
Etoile-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-cvs

Reply via email to