Show
Ignore:
Timestamp:
01/06/07 23:38:13 (6 years ago)
Author:
Philipp Kern <phil@…>
Parents:
ae85f6ebfe9c236402d785748ef4633cc540bfdd
Children:
b65510d4807acae128d86e191939969225f6c70d
git-committer:
Philipp Kern <phil@0x539.de> / 2007-01-06T22:38:13Z+0000
Message:

[project @ TODO updated]

Original author: Trac <trac@…>
Date: 2005-06-07 03:00:02+00:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • TODO

    r79c1187 r6183d87  
    99 
    1010Normal: 
    11   * Improve the network handling on Win32 (#2) 
    1211  * Implement support for Zeroconf (#17) 
    1312  * A flag specifing if a document has changed (#25) 
     
    2928  * Auto indentation (#23) 
    3029  * Focus the text-widget after having created/joined a session (#35) 
    31   * Document owners (#38) 
    3230 
    33  
    34 2: Improve the network handling on Win32 
    35 ---------------------------------------- 
    36 Opening large documents is ''really'' slow on the timer implementation in  
    37 use on Win32. Currently the connection is polled every 400ms, which is  
    38 certainly not optimal. 
    3931 
    403217: Implement support for Zeroconf 
     
    148140write without having to focus the editor widget. 
    149141 
    150 38: Document owners 
    151 ------------------- 
    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 ID  
    157 '''and''' the ID of the document owner. This allows that a document appears  
    158 immediately on the client side without waiting for server acknowledegment  
    159 because the identifications for a document cannot conflict. 
    160