From 6fcbf3aaf03bbaae702744d8b24510dd123e17ba Mon Sep 17 00:00:00 2001 From: Stephen Dranger Date: Sun, 6 Feb 2011 19:11:10 -0600 Subject: [PATCH] 0.1.0 --- TODO | 1 + convo.py | 2 +- convo.pyc | Bin 22466 -> 22492 bytes mash | 109 --------------------------------------- profiles/testProfile.js | 2 +- themes/trollian/style.js | 6 +-- 6 files changed, 6 insertions(+), 114 deletions(-) delete mode 100644 mash diff --git a/TODO b/TODO index 36817fd..82c0394 100644 --- a/TODO +++ b/TODO @@ -3,6 +3,7 @@ Features: * color text is not being translated to server? * convo backgrounds -- make them more like http://www.mspaintadventures.com/storyfiles/hs2/02546_2.gif * PESTERLOG: in convo window +* make other ppl ops * help button on quirks menu? * tab recombining gives wrong window icon * help menu -- about and forum diff --git a/convo.py b/convo.py index d5ffe33..6fb530f 100644 --- a/convo.py +++ b/convo.py @@ -425,7 +425,7 @@ class PesterConvo(QtGui.QFrame): self.chumopen = o def changeTheme(self, theme): self.resize(*theme["convo/size"]) - self.setStyleSheet("QFrame { %s } QScrollBar:vertical { %s } QScrollBar::handle:vertical { %s }" % (convo["style"], convo["scrollbar"]["style"], convo["scrollbar"]["handle"])) + self.setStyleSheet("QFrame { %s } QScrollBar:vertical { %s } QScrollBar::handle:vertical { %s }" % (theme["convo/style"], theme["convo/scrollbar"]["style"], theme["convo/scrollbar"]["handle"])) margins = theme["convo/margins"] self.layout.setContentsMargins(margins["left"], margins["top"], margins["right"], margins["bottom"]) diff --git a/convo.pyc b/convo.pyc index d509eefcb854b235c4c7908850c780b5940534c3..c86928642de224249e59c9599b0a502161b19ee9 100644 GIT binary patch delta 539 zcmY*U%SyvQ6g`uqN!v6{-*wcr*p>evE?oG43N8ihC=5gcZ4ktiEb<9{NRj@5_yg|! z3UMvonOG;;+}C;Bd*4>wF3huCLB6nZHZWG*aPy{eJ%A{Q`#zVJ`px delta 513 zcmY*UJ5Iwu5PfSqcH+c|^D``;o?L>0ih_?6Brd=TX(i}f+H&C|aF7T^T!0(UBW^&0 zs1Y+`g4fM_-kbMk=6$1HH!6JlO5)Gc=WumVBrc{K=Mk^3eZ5^VVU%!"+delta2txt(time, "server") - self.messageSent.emit(serverText, self.title()) -@@ -651,7 +669,9 @@ class PesterMemo(PesterConvo): - if removed: - grammar = self.time.getGrammarTime(time) - systemColor = QtGui.QColor(self.mainwindow.theme["memos/systemMsgColor"]) -- self.textArea.append(convertTags(me.memoclosemsg(systemColor, grammar, self.mainwindow.theme["convo/text/closememo"]))) -+ -+ self.textArea.append(convertTags( -+ window.chatlog.log(parent.channel, convertTags(msg, "bbcode")) - - newtime = self.time.getTime() - if newtime is None: diff --git a/profiles/testProfile.js b/profiles/testProfile.js index e63a331..223100d 100644 --- a/profiles/testProfile.js +++ b/profiles/testProfile.js @@ -1 +1 @@ -{"color": "#aa00ff", "theme": "pesterchum", "quirks": [], "handle": "testProfile"} \ No newline at end of file +{"color": "#aa00ff", "theme": "trollian", "quirks": [], "handle": "testProfile"} \ No newline at end of file diff --git a/themes/trollian/style.js b/themes/trollian/style.js index c650963..3074757 100644 --- a/themes/trollian/style.js +++ b/themes/trollian/style.js @@ -27,14 +27,14 @@ "theme": "Theme", "color": "Hemospectrum", "block": "Chumpdump", - "quirks": "Annoying"}, + "quirks": "Annoying" }, "rclickchumlist": {"pester": "Troll", "removechum": "Trash", "blockchum": "Block", "addchum": "Add Chump", "unblockchum": "Mercy", "banuser": "Ban", - "quirksoff": "Quirks Off" + "quirksoff": "Quirks Off" } }, "chums": { "style": "font-size: 12px; background: white; border:2px solid #c2c2c2; padding: 5px; font-family: 'Arial';selection-background-color:rgb(200,200,200); ", "loc": [475, 89], @@ -246,7 +246,7 @@ "text" : "trolling: $handle" }, "textarea": { - "style": "background: white; border:2px solid #c2c2c2; font-size: 12px; margin-top: 4px;" + "style": "background: white; border:2px solid #c2c2c2; font-size: 14px; margin-top: 4px;" }, "input": { "style": "background: white;margin-top:5px; border:1px solid #c2c2c2; margin-right: 54px; font-size: 12px; height: 19px;"