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
|
* User list/add from list
|
||||||
* Turn quirks off
|
* Turn quirks off
|
||||||
* User commands/stop user from sending commands accidentally
|
* User commands/stop user from sending commands accidentally
|
||||||
|
* Hyperlinks
|
||||||
|
* color tags
|
||||||
|
* Transparent background
|
||||||
|
* /me
|
||||||
-- release alpha
|
-- release alpha
|
||||||
|
* shared buddy lists - changes to the buddy list should refresh it?
|
||||||
|
multiple clients share buddy list???
|
||||||
* User profile menu options (color...?)
|
* User profile menu options (color...?)
|
||||||
* System tray menu
|
* System tray menu
|
||||||
* comment history (up button)
|
* comment history (up button)
|
||||||
* Chat rooms
|
* Chat rooms/browser
|
||||||
* More complex quirks
|
* More complex quirks
|
||||||
* Implement TC options
|
* Implement TC options
|
||||||
* Transparent background
|
* spell check?
|
||||||
-- release beta
|
-- release beta
|
||||||
|
* time codes
|
||||||
* theme elements define, implement
|
* theme elements define, implement
|
||||||
* Theme checking
|
* Theme checking
|
||||||
* don't clear new message when clicking away from tab?
|
* 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],
|
"size": [300, 620],
|
||||||
"icon": "$path/trayicon3.png",
|
"icon": "$path/trayicon3.png",
|
||||||
"newmsgicon": "$path/trayicon.gif",
|
"newmsgicon": "$path/trayicon.gif",
|
||||||
"windowtitle": "TROLLIAN"
|
"windowtitle": "TROLLIAN",
|
||||||
"close": { "image": "$path/x.gif",
|
"close": { "image": "$path/x.gif",
|
||||||
"loc": [275, 0]},
|
"loc": [275, 0]},
|
||||||
"minimize": { "image": "$path/m.gif",
|
"minimize": { "image": "$path/m.gif",
|
||||||
|
|
Loading…
Reference in a new issue