fda
This commit is contained in:
parent
64af00b3ae
commit
0337a77bb5
4 changed files with 11 additions and 5 deletions
11
TODO
11
TODO
|
@ -11,15 +11,22 @@ Features:
|
|||
* User list/add from list
|
||||
* Turn quirks off
|
||||
* User commands/stop user from sending commands accidentally
|
||||
* Hyperlinks
|
||||
* color tags
|
||||
* Transparent background
|
||||
* /me
|
||||
-- release alpha
|
||||
* shared buddy lists - changes to the buddy list should refresh it?
|
||||
multiple clients share buddy list???
|
||||
* User profile menu options (color...?)
|
||||
* System tray menu
|
||||
* comment history (up button)
|
||||
* Chat rooms
|
||||
* Chat rooms/browser
|
||||
* More complex quirks
|
||||
* Implement TC options
|
||||
* Transparent background
|
||||
* spell check?
|
||||
-- release beta
|
||||
* time codes
|
||||
* theme elements define, implement
|
||||
* Theme checking
|
||||
* don't clear new message when clicking away from tab?
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"tabs": true, "chums": ["aquaMarinist", "gardenGnostic", "gamblingGenocider", "schlagzeugGator"]}
|
||||
{"tabs": true, "chums": ["aquaMarinist", "gardenGnostic", "gamblingGenocider", "schlagzeugGator", "mechanicalSpectacle"]}
|
|
@ -1 +0,0 @@
|
|||
{"color": "#000000", "theme": "pesterchum", "quirks": [], "handle": "mooCow"}
|
|
@ -3,7 +3,7 @@
|
|||
"size": [300, 620],
|
||||
"icon": "$path/trayicon3.png",
|
||||
"newmsgicon": "$path/trayicon.gif",
|
||||
"windowtitle": "TROLLIAN"
|
||||
"windowtitle": "TROLLIAN",
|
||||
"close": { "image": "$path/x.gif",
|
||||
"loc": [275, 0]},
|
||||
"minimize": { "image": "$path/m.gif",
|
||||
|
|
Loading…
Reference in a new issue