Merge branch 'master' of github.com:kiooeht/pesterchum

Conflicts:
	pesterchum-update-from3.14.nsi
	pesterchum.nsi
	version.py
This commit is contained in:
Stephen Dranger 2011-12-02 03:19:12 -06:00
commit a3548beac3
831 changed files with 5119 additions and 99 deletions

View file

@ -7,6 +7,8 @@ from dataobjs import pesterQuirk, PesterProfile
from memos import TimeSlider, TimeInput
from version import _pcVersion
_datadir = ostools.getDataDir()
class PesterQuirkItem(QtGui.QTreeWidgetItem):
def __init__(self, quirk):
parent = None
@ -890,7 +892,7 @@ class PesterChooseProfile(QtGui.QDialog):
ret = msgbox.exec_()
if ret == QtGui.QMessageBox.Ok:
try:
remove("profiles/%s.js" % (handle))
remove(_datadir+"profiles/%s.js" % (handle))
except OSError:
problem = QtGui.QMessageBox()
problem.setStyleSheet(self.theme["main/defaultwindow/style"])

View file

@ -63,7 +63,7 @@ Section "Pesterchum"
CreateShortcut "$DESKTOP\Pesterchum.lnk" "$INSTDIR\pesterchum.exe"
CreateShortcut "$SMPROGRAMS\Pesterchum\Readme.lnk" "$INSTDIR\readme.txt"
CreateShortcut "$SMPROGRAMS\Pesterchum\Uninstall.lnk" "$INSTDIR\uninstall.exe"
CreateShortcut "$SMPROGRAMS\Pesterchum\Logs.lnk" "$INSTDIR\logs"
CreateShortcut "$SMPROGRAMS\Pesterchum\Logs.lnk" "$LOCALAPPDATA\pesterchum\logs"
Goto done

View file

@ -25,13 +25,19 @@ Section "Pesterchum"
; Put file there
File /r themes
File /r smilies
File library.zip
File /r quirks
File README.mkdn
File CHANGELOG.mkdn
File version.py
File pesterchum.exe
File pesterchum.exe.manifest
Rename $INSTDIR\README.mkdn $INSTDIR\readme.txt
Rename $INSTDIR\CHANGELOG.mkdn $INSTDIR\changelog.txt
Delete "$SMPROGRAMS\Pesterchum\Pesterchum.lnk"
Delete "$SMPROGRAMS\Pesterchum\PesterChumDebug.lnk"
CreateShortcut "$SMPROGRAMS\Pesterchum\Pesterchum.lnk" "$INSTDIR\pesterchum.exe"
CreateShortcut "$SMPROGRAMS\Pesterchum\PesterchumDebug.lnk" "$INSTDIR\pesterchum_debug.exe"
Goto done
error:

View file

@ -46,8 +46,8 @@ Section "Pesterchum"
CreateShortcut "$DESKTOP\Pesterchum.lnk" "$INSTDIR\pesterchum.exe"
CreateShortcut "$SMPROGRAMS\Pesterchum\Readme.lnk" "$INSTDIR\readme.txt"
CreateShortcut "$SMPROGRAMS\Pesterchum\Uninstall.lnk" "$INSTDIR\uninstall.exe"
CreateShortcut "$SMPROGRAMS\Pesterchum\Logs.lnk" "$INSTDIR\logs"
CreateShortcut "$SMPROGRAMS\Pesterchum\Logs.lnk" "$LOCALAPPDATA\pesterchum\logs"
SectionEnd
Section "Uninstall"

View file

@ -54,7 +54,14 @@ class PesterLog(object):
for (format, t) in modes.iteritems():
if not os.path.exists("%s/%s/%s/%s" % (self.logpath, self.handle, handle, format)):
os.makedirs("%s/%s/%s/%s" % (self.logpath, self.handle, handle, format))
fp = codecs.open("%s/%s/%s/%s/%s.%s.txt" % (self.logpath, self.handle, handle, format, handle, time), encoding='utf-8', mode='a')
try:
fp = codecs.open("%s/%s/%s/%s/%s.%s.txt" % (self.logpath, self.handle, handle, format, handle, time), encoding='utf-8', mode='a')
except IOError:
errmsg = QtGui.QMessageBox(self)
errmsg.setText("Warning: Pesterchum could not open the log file for %s!" % (handle))
errmsg.setInformativeText("Your log for %s will not be saved because something went wrong. We suggest restarting Pesterchum. Sorry :(" % (handle))
errmsg.show()
continue
self.convos[handle][format] = fp
for (format, t) in modes.iteritems():
f = self.convos[handle][format]

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

BIN
themes/BettyBother/bbbg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 KiB

BIN
themes/BettyBother/bbbg.psd Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 650 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

BIN
themes/BettyBother/gbg.psd Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

BIN
themes/BettyBother/herp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

451
themes/BettyBother/style.js Normal file
View file

@ -0,0 +1,451 @@
{"main":
{"style": "background-repeat: no-repeat;",
"background-image": "$path/bbbg2.png",
"size": [665, 506],
"icon": "$path/bettybother.png",
"newmsgicon": "$path/tbettybother2.png",
"windowtitle": "BettyBother",
"close": { "image": "$path/x.png",
"loc": [214, 100]},
"minimize": { "image": "$path/m.png",
"loc": [198, 100]},
"menubar": { "style": "font-family: 'Arial'; font:bold; font-size: 12px; color: white;" },
"menu" : { "style": "font-family: 'Arial'; font: bold; font-size: 12px; color: white; background-color: #f21515;border:2px solid #bb0019",
"menuitem": "margin-right:20px;",
"selected": "background-color: #bb0019",
"loc": [346,100]
},
"sounds": { "alertsound": "$path/harlarm.wav",
"memosound": "$path/alarm.wav",
"ceasesound": "$path/nannacease.wav" },
"menus": {"client": {"_name": "CLIENT",
"options": "OPTIONS",
"memos": "MEMOS",
"logviewer": "PESTERLOGS",
"randen": "RANDOM ENCOUNTER",
"userlist": "USERLIST",
"addgroup": "ADD GROUP",
"import": "IMPORT",
"reconnect": "RECONNECT",
"idle": "IDLE",
"exit": "EXIT"},
"profile": {"_name": "PROFILE",
"switch": "SWITCH",
"color": "COLOR",
"theme": "THEME",
"block": "TROLLSLUM",
"quirks": "QUIRKS"},
"help": { "_name": "HELP",
"about": "ABOUT",
"help": "HELP",
"calsprite": "CALSPRITE",
"nickserv": "NICKSERV" },
"rclickchumlist": {"pester": "PESTER",
"removechum": "REMOVE CHUM",
"report": "REPORT",
"blockchum": "BLOCK",
"addchum": "ADD CHUM",
"viewlog": "VIEW PESTERLOG",
"unblockchum": "UNBLOCK",
"removegroup": "REMOVE GROUP",
"renamegroup": "RENAME GROUP",
"movechum": "MOVE TO",
"banuser": "BAN USER",
"opuser": "MAKE OP",
"voiceuser": "GIVE VOICE",
"quirksoff": "QUIRKS OFF",
"invitechum": "INVITE CHUM"
}
},
"chums": { "style": "border:0px; background-image:url($path/chumbg.png); background-color: rgb(102,102,102); background-repeat: no-repeat; color: white;font: bold;font-family: 'Arial';selection-background-color:#646464; ",
"loc": [367, 270],
"size": [261, 90],
"userlistcolor": "white",
"moods": {
"chummy": { "icon": "$path/chummy.png", "color": "white" },
"rancorous": { "icon": "$path/rancorous.png", "color": "red" },
"offline": { "icon": "$path/offline.png", "color": "#bebebe"},
"pleasant": { "icon": "$path/pleasant.png", "color": "white" },
"distraught": { "icon": "$path/distraught.png", "color": "white" },
"pranky": { "icon": "$path/pranky.png", "color": "white" },
"smooth": { "icon": "$path/smooth.png", "color": "white" },
"mystified": { "icon": "$path/mystified.png", "color": "white" },
"amazed": { "icon": "$path/amazed.png", "color": "white" },
"insolent": { "icon": "$path/insolent.png", "color": "white" },
"bemused": { "icon": "$path/bemused.png", "color": "white" },
"ecstatic": { "icon": "$path/ecstatic.png", "color": "red" },
"relaxed": { "icon": "$path/relaxed.png", "color": "red" },
"discontent": { "icon": "$path/discontent.png", "color": "red" },
"devious": { "icon": "$path/devious.png", "color": "red" },
"sleek": { "icon": "$path/sleek.png", "color": "red" },
"detestful": { "icon": "$path/detestful.png", "color": "red" },
"mirthful": { "icon": "$path/mirthful.png", "color": "red" },
"manipulative": { "icon": "$path/manipulative.png", "color": "red" },
"vigorous": { "icon": "$path/vigorous.png", "color": "red" },
"perky": { "icon": "$path/perky.png", "color": "red" },
"acceptant": { "icon": "$path/acceptant.png", "color": "red" },
"protective": { "icon": "$path/protective.png", "color": "#00ff00" },
"destructive": { "icon": "$path/destructive.png", "color": "#009900" },
"blocked": { "icon": "$path/blocked.png", "color": "black" }
}
},
"trollslum": {
"style": "background: #f21515; border:2px solid #bb0019; font-family: 'Arial'",
"size": [195, 200],
"label": { "text": "TROLLSLUM",
"style": "color: rgba(0, 0, 0, 100%) ;font:bold; font-family: 'Arial';border:0px;" },
"chumroll": {"style": "border:0px; background-image:url($path/chumbg.png); background-color: rgb(102,102,102); background-repeat: no-repeat; color: white;font: bold;font-family: 'Arial';selection-background-color:#646464; " }
},
"mychumhandle": { "label": { "text": "",
"loc": [0,0],
"style": "color: rgba(0,0,0,0);font:bold; font-family: 'Arial';" },
"handle": { "style": "background: rgba(0,0,0,0); padding: 3px; color:rgba(0,0,0,0); font-family:'Arial'; font:bold; text-align:center;",
"loc": [239,0],
"size": [426, 94] },
"colorswatch": { "loc": [0,0],
"size": [0,0],
"text": "" },
"currentMood": [1000, 0]
},
"defaultwindow": { "style": "background: #f21515; font-family:'Arial';font:bold;selection-background-color:#919191; "
},
"addchum": { "style": "background-image:url($path/gushers1.png); border:0px;",
"pressed" : "background-image:url($path/gushers2.png);",
"loc": [358,182],
"size": [278, 70],
"text": ""
},
"pester": { "style": "background-image:url($path/first1.png); border:0px;",
"pressed" : "background-image:url($path/first2.png);",
"loc": [0,97],
"size": [328,189],
"text": ""
},
"block": { "style": "background-image:url($path/douche1.png); border:0px;",
"pressed" : "background-image:url($path/douche2.png);",
"loc": [156,289],
"size": [171, 169],
"text": ""
},
"defaultmood": 20,
"moodlabel": { "style": "",
"loc": [0,0],
"text": ""
},
"moods": [
{ "style": "background: rgba(0,0,0,0%); border:0px; color: rgba(0,0,0,0%);",
"selected": "background-image:url($path/moodcheck.png); border:0px; color: rgba(0,0,0,0%);",
"loc": [361, 381],
"size": [35, 33],
"text": "",
"icon": "$path/chummy.png",
"mood": 0
},
{ "style": "background: rgba(0,0,0,0%); border:0px; color: rgba(0,0,0,0%);",
"selected": "background-image:url($path/moodcheck.png); border:0px; color: rgba(0,0,0,0%);",
"loc": [395, 381],
"size": [35, 33],
"text": "",
"icon": "$path/pleasant.png",
"mood": 3
},
{ "style": "background: rgba(0,0,0,0%); border:0px; color: rgba(0,0,0,0%);",
"selected": "background-image:url($path/moodcheck.png); border:0px; color: rgba(0,0,0,0%);",
"loc": [429, 381],
"size": [35, 33],
"text": "",
"icon": "$path/distraught.png",
"mood": 4
},
{ "style": "background: rgba(0,0,0,0%); border:0px; color: rgba(0,0,0,0%);",
"selected": "background-image:url($path/moodcheck.png); border:0px; color: rgba(0,0,0,0%);",
"loc": [463, 381],
"size": [35, 33],
"text": "",
"icon": "$path/pranky.png",
"mood": 5
},
{ "style": "background: rgba(0,0,0,0%); border:0px; color: rgba(0,0,0,0%);",
"selected": "background-image:url($path/moodcheck.png); border:0px; color: rgba(0,0,0,0%);",
"loc": [497, 381],
"size": [35, 33],
"text": "",
"icon": "$path/smooth.png",
"mood": 6
},
{ "style": "background: rgba(0,0,0,0%); border:0px; color: rgba(0,0,0,0%);",
"selected": "background-image:url($path/moodcheck.png); border:0px; color: rgba(0,0,0,0%);",
"loc": [531, 381],
"size": [35, 33],
"text": "",
"icon": "$path/amazed.png",
"mood": 20
},
{ "style": "background: rgba(0,0,0,0%); border:0px; color: rgba(0,0,0,0%);",
"selected": "background-image:url($path/moodcheck.png); border:0px; color: rgba(0,0,0,0%);",
"loc": [565, 381],
"size": [35, 33],
"text": "",
"icon": "$path/mystified.png",
"mood": 19
},
{ "style": "background: rgba(0,0,0,0%); border:0px; color: rgba(0,0,0,0%);",
"selected": "background-image:url($path/moodcheck.png); border:0px; color: rgba(0,0,0,0%);",
"loc": [599, 381],
"size": [35, 33],
"text": "",
"icon": "$path/insolent.png",
"mood": 21
},
{ "style": "background: rgba(0,0,0,0%); border:0px; color: rgba(0,0,0,0%);",
"selected": "background-image:url($path/moodcheck.png); border:0px; color: rgba(0,0,0,0%);",
"loc": [361, 413],
"size": [35, 33],
"text": "",
"icon": "$path/bemused.png",
"mood": 22
},
{ "style": "background: rgba(0,0,0,0%); border:0px; color: rgba(0,0,0,0%);",
"selected": "background-image:url($path/moodcheck.png); border:0px; color: rgba(0,0,0,0%);",
"loc": [395, 413],
"size": [35, 33],
"text": "",
"icon": "$path/rancorous.png",
"mood": 1
},
{ "style": "background: rgba(0,0,0,0%); border:0px; color: rgba(0,0,0,0%);",
"selected": "background-image:url($path/moodcheck.png); border:0px; color: rgba(0,0,0,0%);",
"loc": [429, 413],
"size": [35, 33],
"text": "",
"icon": "$path/acceptant.png",
"mood": 17
},
{ "style": "background: rgba(0,0,0,0%); border:0px; color: rgba(0,0,0,0%);",
"selected": "background-image:url($path/moodcheck.png); border:0px; color: rgba(0,0,0,0%);",
"loc": [463, 413],
"size": [35, 33],
"text": "",
"icon": "$path/discontent.png",
"mood": 9
},
{ "style": "background: rgba(0,0,0,0%); border:0px; color: rgba(0,0,0,0%);",
"selected": "background-image:url($path/moodcheck.png); border:0px; color: rgba(0,0,0,0%);",
"loc": [497, 413],
"size": [35, 33],
"text": "",
"icon": "$path/sleek.png",
"mood": 11
},
{ "style": "background: rgba(0,0,0,0%); border:0px; color: rgba(0,0,0,0%);",
"selected": "background-image:url($path/moodcheck.png); border:0px; color: rgba(0,0,0,0%);",
"loc": [531, 413],
"size": [35, 33],
"text": "",
"icon": "$path/perky.png",
"mood": 16
},
{ "style": "background: rgba(0,0,0,0%); border:0px; color: rgba(0,0,0,0%);",
"selected": "background-image:url($path/moodcheck.png); border:0px; color: rgba(0,0,0,0%);",
"loc": [565, 413],
"size": [35, 33],
"text": "",
"icon": "$path/relaxed.png",
"mood": 8
},
{ "style": "background: rgba(0,0,0,0%); border:0px; color: rgba(0,0,0,0%);",
"selected": "background-image:url($path/moodcheck.png); border:0px; color: rgba(0,0,0,0%);",
"loc": [599, 413],
"size": [35, 33],
"text": "",
"icon": "$path/devious.png",
"mood": 10
},
{ "style": "background: rgba(0,0,0,0%); border:0px; color: rgba(0,0,0,0%);",
"selected": "background-image:url($path/moodcheck.png); border:0px; color: rgba(0,0,0,0%);",
"loc": [361, 447],
"size": [35, 33],
"text": "",
"icon": "$path/manipulative.png",
"mood": 14
},
{ "style": "background: rgba(0,0,0,0%); border:0px; color: rgba(0,0,0,0%);",
"selected": "background-image:url($path/moodcheck.png); border:0px; color: rgba(0,0,0,0%);",
"loc": [395, 447],
"size": [35, 33],
"text": "",
"icon": "$path/vigorous.png",
"mood": 15
},
{ "style": "background: rgba(0,0,0,0%); border:0px; color: rgba(0,0,0,0%);",
"selected": "background-image:url($path/moodcheck.png); border:0px; color: rgba(0,0,0,0%);",
"loc": [429, 447],
"size": [35, 33],
"text": "",
"icon": "$path/mirthful.png",
"mood": 13
},
{ "style": "background: rgba(0,0,0,0%); border:0px; color: rgba(0,0,0,0%);",
"selected": "background-image:url($path/moodcheck.png); border:0px; color: rgba(0,0,0,0%);",
"loc": [463, 447],
"size": [35, 33],
"text": "",
"icon": "$path/detestful.png",
"mood": 12
},
{ "style": "background: rgba(0,0,0,0%); border:0px; color: rgba(0,0,0,0%);",
"selected": "background-image:url($path/moodcheck.png); border:0px; color: rgba(0,0,0,0%);",
"loc": [497, 447],
"size": [35, 33],
"text": "",
"icon": "$path/ecstatic.png",
"mood": 7
},
{ "style": "background: rgba(0,0,0,0%); border:0px; color: rgba(0,0,0,0%);",
"selected": "background-image:url($path/moodcheck.png); border:0px; color: rgba(0,0,0,0%);",
"loc": [531, 447],
"size": [35, 33],
"text": "",
"icon": "$path/protective.png",
"mood": 18
},
{ "style": "background: rgba(0,0,0,0%); border:0px; color: rgba(0,0,0,0%);",
"selected": "background-image:url($path/moodcheck.png); border:0px; color: rgba(0,0,0,0%);",
"loc": [565, 447],
"size": [35, 33],
"text": "",
"icon": "$path/destructive.png",
"mood": 23
},
{ "style": "background: rgba(0,0,0,0%); border:0px; color: rgba(0,0,0,0%);",
"selected": "background-image:url($path/moodcheck.png); border:0px; color: rgba(0,0,0,0%);",
"loc": [599, 447],
"size": [35, 33],
"text": "",
"icon": "$path/offline.png",
"mood": 2
}
]
},
"convo":
{"style": "background-color: rgba(0,0,0,0);border-width: 5px; border-image:url($path/convobg.png) 5px; font-family: 'Arial'",
"tabstyle": "background-color: #f21515; font-family: 'Arial'",
"scrollbar": { "style" : "padding-top:17px; padding-bottom:17px;width: 18px; background: rgba(0,0,0,0); border:0px;",
"handle": "background-color:#bb0019;min-height:20px;",
"downarrow": "height:17px;border:0px solid #bb0019;",
"darrowstyle": "image:url($path/downarrow.png);",
"uparrow": "height:17px;border:0px solid #bb0019;",
"uarrowstyle": "image:url($path/uparrow.png);"
},
"margins": {"top": 0, "bottom": 6, "left": 0, "right": 0 },
"size": [500, 325],
"chumlabel": { "style": "margin-bottom: 7px; margin-top: 10px; background: rgba(0,0,0,0); color: white; border:0px; font-size: 16px;",
"align": { "h": "center", "v": "center" },
"minheight": 47,
"maxheight": 47,
"text" : ":: $handle ::"
},
"textarea": {
"style": "background: white; font-size: 14px; border:2px solid #bb0019;text-align:center; margin-right:10px; margin-left:10px; margin-bottom:5px;"
},
"input": {
"style": "background: white; border:2px solid #bb0019; margin-right:10px; margin-left:10px; font-size: 14px;"
},
"tabs": {
"style": "background-color: #ff7e7e; font-family: 'Arial';font:bold;font-size:12px;min-height:25px;",
"selectedstyle": "border:0px;background-color:#f21515;border-top:2px solid #bb0019; border-left:2px solid #bb0019;border-right:2px solid #bb0019; border-top-left-radius: 4px; border-top-right-radius: 4px;",
"newmsgcolor": "white",
"tabstyle": 0
},
"text": {
"beganpester": "began bothering",
"ceasepester": "ceased bothering",
"blocked": "blocked",
"unblocked": "unblocked",
"blockedmsg": "did not receive message from",
"openmemo": "opened memo on board",
"joinmemo": "responded to memo",
"closememo": "ceased responding to memo",
"kickedmemo": "You have been banned from this memo!",
"idle": "is now an idle chum!"
},
"systemMsgColor": "#646464"
},
"memos":
{"memoicon": "$path/memo.png",
"style": "background-color: rgba(0,0,0,0); background-image:url($path/convobg.png); background-repeat: no-repeat; border:0px; font-family: 'Arial'; selection-background-color:#919191; ",
"size": [500,325],
"tabs": {
"style": "background-color: #ff7e7e; font-family: 'Arial';font:bold;font-size:12px;min-height:25px;",
"selectedstyle": "border:0px;background-color:#f21515;border-top:2px solid #bb0019; border-left:2px solid #bb0019;border-right:2px solid #bb0019; border-top-left-radius: 4px; border-top-right-radius: 4px;",
"newmsgcolor": "white",
"tabstyle": 0
},
"scrollbar": { "style" : "padding-top:17px; padding-bottom:17px;width: 18px; background: rgba(255, 255, 0, 0%); border:0px;",
"handle": "background-color:#c48a00;min-height:20px;",
"downarrow": "height:17px;border:0px solid #c48a00;",
"darrowstyle": "image:url($path/downarrow.png);",
"uparrow": "height:17px;border:0px solid #c48a00;",
"uarrowstyle": "image:url($path/uparrow.png);"
},
"label": { "text": "Bulletin Board: $channel",
"style": "margin-bottom: 7px; margin-top: 10px; background: rgba(255, 255, 0, 0%); color: white; border:0px; font-size: 16px;",
"align": { "h": "center", "v": "center" },
"minheight": 47,
"maxheight": 47
},
"input": { "style": "background: white; border:2px solid #bb0019;margin-top:5px; margin-right:10px; margin-left:10px; font-size: 14px;" },
"textarea": { "style": "background: white; font-size: 14px; border:2px solid #bb0019;text-align:center; margin-right:10px; margin-left:10px;" },
"margins": {"top": 0, "bottom": 6, "left": 0, "right": 0 },
"userlist": { "width": 150,
"style": "border:2px solid #bb0019; background: white; font-family: 'Arial';selection-background-color:#646464; font-size: 14px; margin-left:0px; margin-right:10px;"
},
"time": { "text": { "width": 75,
"style": " border: 2px solid #bb0019; background: white; font-size: 12px; margin-top: 5px; margin-right: 5px; margin-left: 5px; font-family:'Arial';font:bold;"
},
"slider": { "style": "border: 0px;",
"groove": "",
"handle": ""
},
"buttons": { "style": "color: black; font: bold; border: 2px solid #bb0019; font-size: 12px; background: #ff7e7e; margin-top: 5px; margin-right: 5px; margin-left: 5px; padding: 2px; width: 50px;" },
"arrows": { "left": "$path/leftarrow.png",
"right": "$path/rightarrow.png",
"style": " border:0px; margin-top: 5px; margin-right:10px;"
}
},
"systemMsgColor": "#646464",
"op": { "icon": "$path/smooth.png" },
"voice": { "icon": "$path/voice.png" }
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
themes/Cdasl/abouticon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
themes/Cdasl/acceptant.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

BIN
themes/Cdasl/alarm.wav Normal file

Binary file not shown.

BIN
themes/Cdasl/amazed.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 B

BIN
themes/Cdasl/bemused.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 B

BIN
themes/Cdasl/blocked.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 B

BIN
themes/Cdasl/cease.wav Normal file

Binary file not shown.

BIN
themes/Cdasl/chummy.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 B

BIN
themes/Cdasl/cool.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
themes/Cdasl/coolcheck.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
themes/Cdasl/detestful.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

BIN
themes/Cdasl/devious.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 B

BIN
themes/Cdasl/discontent.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 B

BIN
themes/Cdasl/distraught.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 B

BIN
themes/Cdasl/ecstatic.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 B

BIN
themes/Cdasl/estatic.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 B

BIN
themes/Cdasl/h.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 B

BIN
themes/Cdasl/insolent.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 B

BIN
themes/Cdasl/m.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

BIN
themes/Cdasl/mellow.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
themes/Cdasl/mirthful.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 B

BIN
themes/Cdasl/mystified.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 B

BIN
themes/Cdasl/offline.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 B

BIN
themes/Cdasl/op.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 B

BIN
themes/Cdasl/pcbg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

BIN
themes/Cdasl/pccool.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 B

BIN
themes/Cdasl/perky.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 B

BIN
themes/Cdasl/pleasant.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 B

BIN
themes/Cdasl/pranky.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 B

BIN
themes/Cdasl/rancorous.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 B

BIN
themes/Cdasl/relaxed.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 B

BIN
themes/Cdasl/shades.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

BIN
themes/Cdasl/sleek.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 B

BIN
themes/Cdasl/smooth.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 B

BIN
themes/Cdasl/stoned.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

102
themes/Cdasl/style.js Normal file
View file

@ -0,0 +1,102 @@
{"inherits": "pesterchum",
"main":
{"style": "",
"background-image": "$path/pcbg.png",
"size": [300,620],
"icon": "$path/trayicon.jpg",
"newmsgicon": "$path/trayicon2.jpg",
"windowtitle": "COOL DUDE AND STONER LOU",
"menu" : { "style": "font-family: 'Courier'; font: bold; color: black; font-size: 14px; background-color: #00ff00;border:2px solid green",
"menuitem": "font-size:14px;" },
"close": { "image": "$path/x.gif",
"loc": [282, 4]},
"minimize": { "image": "$path/m.gif",
"loc": [264, 10]},
"chums": { "style": "border:2px solid green; background-color: black;color: white;font: bold;font-size:14px;font-family: 'Courier';selection-background-color:#646464; ",
"loc": [15, 300],
"size": [270, 100]
},
"mychumhandle": { "label":
{ "text": "",
"loc": [12,415],
"style": "color: black ;font:bold; font-family: 'Courier';"
},
"handle": { "loc": [15,450],
"size": [240, 25],
"style": "background-color: black; padding: 3px; padding-left: 25px; color:white; font-family:'Courier'; font:bold; text-align:left; border:2px solid #ffff00;"
},
"colorswatch": { "loc": [255,450],
"size": [30,25],
"text": "C" },
"currentMood": [20, 455]
},
"addchum": { "style": "background: rgba(0, 255, 0, 100%); border:2px solid green; font: bold; color: black; font-family:'Courier';",
"loc": [15,410],
"size": [90, 30],
"text": "ADD A FUCKER"
},
"pester": { "style": "background: rgba(0, 255, 0, 100%); border:2px solid green; font: bold; color: black; font-family:'Courier';",
"loc": [193,410],
"size": [89, 30],
"text": "FUCK WITH!"
},
"block": { "style": "background: #F00000; border:2px solid green; font: bold; color: black; font-family:'Courier';",
"loc": [104,410],
"size": [90, 30],
"text": "BITCHSLAP"
},
"moodlabel": { "style": "font:bold;font-family:'Courier';color:black;",
"loc": [12, 480],
"text": "MOOD:"
},
"moods": [
{ "style": "text-align:left; background-image:url($path/mellow.jpg);border:2px solid green;color: black; font-family:'Courier'; font:bold; padding-left:3px;",
"selected": "text-align:left; background-image:url($path/mellowcheck.jpg); border:2px solid #c48a00; color: black; font-family:'Courier'; font:bold; padding-left:3px;",
"loc": [15, 485],
"size": [91, 30],
"text": "",
"icon": "",
"mood": 13
},
{ "style": "text-align:left; background-image:url($path/cool.jpg); border:2px solid green;color: black; font-family:'Courier'; font:bold;padding-left:3px;",
"selected": "text-align:left; background-image:url($path/coolcheck.jpg); border:2px solid #c48a00; color: black; font-family:'Courier'; font:bold;padding-left:3px;",
"loc": [105, 485],
"size": [91, 30],
"text": "",
"icon": "",
"mood": 6
},
{ "style": "text-align:left; background-image:url($path/stoned.jpg);border:2px solid green;color: black; font-family:'Courier'; font:bold;padding-left:3px;",
"selected": "text-align:left; background-image:url($path/stonedcheck.jpg); border:2px solid #c48a00; color: black; font-family:'Courier'; font:bold;padding-left:3px;",
"loc": [195, 485],
"size": [90, 30],
"text": "",
"icon": "",
"mood": 8
},
{ "style": "text-align:center; border:2px solid black; background:white;color: black; font-family:'Courier'; font:bold;padding-left:3px;",
"selected": "background:green; border:2px solid #c48a00; padding: 5px;color: black; font-family:'Courier'; font:bold;padding-left:3px;",
"loc": [15, 515],
"size": [270, 30],
"text": "BLOW THIS JOINT",
"icon": "$path/shades.jpg",
"mood": 2
}
]
},
"convo": {
"style": "background-color: #00ff00;border:2px solid green; font-family: 'Courier';",
"tabstyle": "background-color: #00ff00; font-family: 'Courier'",
"size": [487, 466],
"chumlabel": { "style": "margin-bottom: 21px;background: rgb(0, 150, 0); color: white; border:0px; font-size: 14px;",
"align": { "h": "center", "v": "center" },
"minheight": 47,
"maxheight": 65
}
},
"memos":
{ "size": [600,425] }
}

BIN
themes/Cdasl/trayicon.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 941 B

BIN
themes/Cdasl/trayicon2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

BIN
themes/Cdasl/x.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 B

BIN
themes/MSChum/abouticon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
themes/MSChum/acceptant.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

Some files were not shown because too many files have changed in this diff Show more