Changeset 233591cd32a6216d859f4780828272961ef37dac

Show
Ignore:
Timestamp:
01/06/07 23:49:46 (6 years ago)
Author:
Philipp Kern <phil@…>
Parents:
958c9ab4fa3d8b1c9955d35639bb6e828a54dca4
Children:
7f93896f78e6849ad64dae39b0f4b94123828d22
git-committer:
Philipp Kern <phil@0x539.de> / 2007-01-06T22:49:46Z+0000
Message:

[project @ TODO updated]

Original author: Trac <trac@…>
Date: 2005-10-08 13:11:27+00:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • TODO

    r192adfd r233591c  
    55 
    66Critical: 
    7   * Excited to try it but libatk-1.6-1.dll just not found (#100) 
     7  * Excited to try it but libatk-1.6-1.dll just not found (#100) [libatkmm-1.6-1.dll] 
    88 
    99Major: 
    10   * High CPU load while writing (#45) 
    11   * Bug: High load (and blocking X11) when opening big text file (#48) 
    12   * Gobby adds additional newline on load  (#91) 
    13   * Special characters in title (#101) 
     10  * High CPU load while writing (#45) [] 
     11  * Bug: High load (and blocking X11) when opening big text file (#48) [bug] 
     12  * Gobby adds additional newline on load  (#91) [] 
    1413 
    1514Normal: 
    16   * Chat command infrastructure (#31) 
    17   * Recognise command line parameters (#33) 
    18   * Show the cursors and selections of all participants (#53) 
    19   * Documentation (#54) 
    20   * Encoding should be preserved (#65) 
    21   * automatic scroll if the end of a document is looked at (#70) 
    22   * Win32 Drag'n'Drop (#71) 
    23   * Newly joined documents are flagged as unchanged (#72) 
    24   * Visualise connected / subscribed using an extender (#73) 
    25   * Search, Replace and Goto Line features (#79) 
    26   * Windows install doesn't work (missing intl.dll) (#81) 
    27   * Central directory support (#82) 
    28   * UI: Closing documents should not close them for other people (#83) 
    29   * End-of-document cursor position behaves weirdly. (#84) 
    30   * Gobby should save backups (#87) 
    31   * obby:// protocol handler (#88) 
    32   * "Quit" should confirm (#93) 
    33   * Make it harder to lose document changes (#96) 
     15  * Chat command infrastructure (#31) [] 
     16  * Recognise command line parameters (#33) [] 
     17  * Show the cursors and selections of all participants (#53) [] 
     18  * Documentation (#54) [doc] 
     19  * Encoding should be preserved (#65) [] 
     20  * automatic scroll if the end of a document is looked at (#70) [] 
     21  * Win32 Drag'n'Drop (#71) [] 
     22  * Newly joined documents are flagged as unchanged (#72) [] 
     23  * Visualise connected / subscribed using an extender (#73) [] 
     24  * Search, Replace and Goto Line features (#79) [] 
     25  * Windows install doesn't work (missing intl.dll) (#81) [] 
     26  * Central directory support (#82) [] 
     27  * UI: Closing documents should not close them for other people (#83) [] 
     28  * End-of-document cursor position behaves weirdly. (#84) [] 
     29  * Gobby should save backups (#87) [] 
     30  * obby:// protocol handler (#88) [] 
     31  * "Quit" should confirm (#93) [] 
     32  * Make it harder to lose document changes (#96) [usability] 
    3433 
    3534Minor: 
    36   * Title bar (#92) 
    37   * Word-wrap in chat (#99) 
     35  * Title bar (#92) [win32] 
    3836 
    3937Trivial: 
    4038 
    4139Enhancement: 
    42   * Indicate activity by changing tab colour to the user colour (#66) 
    43   * Remote document browsing support (#75) 
    44   * Session Management (#76) 
    45   * Hyperlinks on chat sessions (#80) 
    46   * Server exit causes clients to exit (#85) 
    47   * Chat background filled with user colours (#90) 
    48   * Locate participants (#95) 
    49   * Automatic live storage of documents and chat logs  (#98) 
     40  * Indicate activity by changing tab colour to the user colour (#66) [] 
     41  * Remote document browsing support (#75) [] 
     42  * Session Management (#76) [] 
     43  * Hyperlinks on chat sessions (#80) [] 
     44  * Server exit causes clients to exit (#85) [] 
     45  * Chat background filled with user colours (#90) [] 
     46  * Locate participants (#95) [locate] 
     47  * Automatic live storage of documents and chat logs  (#98) [] 
    5048 
    5149 
     
    8482newline is coming from. This happens with stock 0.2.0 and with the current  
    8583development tree, it should also be fixed for the upcoming bugfix release. 
    86  
    87 101: Special characters in title 
    88 -------------------------------- 
    89 If you name your document using (HTML) special characters like &, <, >  
    90 etc., the tab is named "<span foreground="#000000"><span  
    91 foreground="#666666">true & name</span></span>". However, the name of the  
    92 document is correctly displayed in the title bar. 
    9384 
    948531: Chat command infrastructure 
     
    232223shows the old document name from the previous server. 
    233224 
    234 99: Word-wrap in chat 
    235 --------------------- 
    236 The chat window has no word-wrap. Well... I think it should. 
    237 The only thing where word-wrap might be annoying is when you try to draw  
    238 ASCII-art in chat. But nobody would do it in the chat when there is a big  
    239 canvas just above it :) 
    240  
    24122566: Indicate activity by changing tab colour to the user colour 
    242226---------------------------------------------------------------