]> jfr.im git - irc/quakenet/qwebirc.git/commitdiff
TODO update, also include more instead of sortables.
authorChris Porter <redacted>
Mon, 10 Nov 2008 08:57:59 +0000 (08:57 +0000)
committerChris Porter <redacted>
Mon, 10 Nov 2008 08:57:59 +0000 (08:57 +0000)
TODO.txt
pagegen.py

index cbd4d1f6187f60c723c644ca95b9de575f7dcbb8..785d2ba959dd60156ccd026bf39c1c9465f7eb72 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
@@ -2,6 +2,7 @@ UI:
   tab dragging\r
   undo closed tab\r
   [ ] style flashing\r
+  block backspace\r
   \r
 Authing:\r
   Finish integration\r
@@ -9,7 +10,8 @@ Authing:
 \r
 IRC:  \r
   /msg $ goes to status, as does /notice $\r
-\r
+  Nick in use should go to active window.\r
+  \r
 Options pane:\r
   Finish!\r
   Various options:\r
index 849706b667c565af65b6571609c3817ac1be36d0..3180389ebb53b99381c8d2f0c42e35a330eb07e5 100644 (file)
@@ -11,8 +11,8 @@ UIs = {
   "qui": {
     "class": "QUI",
     "uifiles": ["qui"],
-    "extra": ["mootools-1.2-sortables"],
-    "buildextra": ["mootools-1.2-sortables"],
+    "extra": ["mootools-1.2-more"],
+    "buildextra": ["mootools-1.2-more"],
     "doctype": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"" + "\n" \
       "  \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">"
   },