Changeset 6183d8759c404be4e0c6af297b1883044dcad82d for TODO
- Timestamp:
- 01/06/07 23:38:13 (6 years ago)
- Parents:
- ae85f6ebfe9c236402d785748ef4633cc540bfdd
- Children:
- b65510d4807acae128d86e191939969225f6c70d
- git-committer:
- Philipp Kern <phil@0x539.de> / 2007-01-06T22:38:13Z+0000
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
TODO
r79c1187 r6183d87 9 9 10 10 Normal: 11 * Improve the network handling on Win32 (#2)12 11 * Implement support for Zeroconf (#17) 13 12 * A flag specifing if a document has changed (#25) … … 29 28 * Auto indentation (#23) 30 29 * Focus the text-widget after having created/joined a session (#35) 31 * Document owners (#38)32 30 33 34 2: Improve the network handling on Win3235 ----------------------------------------36 Opening large documents is ''really'' slow on the timer implementation in37 use on Win32. Currently the connection is polled every 400ms, which is38 certainly not optimal.39 31 40 32 17: Implement support for Zeroconf … … 148 140 write without having to focus the editor widget. 149 141 150 38: Document owners151 -------------------152 Document should store their author. This would allow two possibilites:153 154 * The owner can give different people privilegies to access his document,155 such as ''none'', ''read'', ''read/write''.156 * The document itself is no longer identified by its ID but by its ID157 '''and''' the ID of the document owner. This allows that a document appears158 immediately on the client side without waiting for server acknowledegment159 because the identifications for a document cannot conflict.160
