derp
2
convo.py
|
@ -552,7 +552,7 @@ class PesterConvo(QtGui.QFrame):
|
|||
self.chumopen = o
|
||||
def changeTheme(self, theme):
|
||||
self.resize(*theme["convo/size"])
|
||||
self.setStyleSheet("QFrame { %s }" % (theme["convo/style"]))
|
||||
self.setStyleSheet("QFrame#%s { %s }" % (self.chum.handle, theme["convo/style"]))
|
||||
|
||||
margins = theme["convo/margins"]
|
||||
self.layout.setContentsMargins(margins["left"], margins["top"],
|
||||
|
|
3
linux_pesterchum.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
cd pesterchum3.14
|
||||
./pesterchum
|
2
menus.py
|
@ -735,6 +735,6 @@ class LoadingScreen(QtGui.QDialog):
|
|||
class AboutPesterchum(QtGui.QMessageBox):
|
||||
def __init__(self, parent=None):
|
||||
QtGui.QMessageBox.__init__(self, parent)
|
||||
self.setText("P3ST3RCHUM V. 3.14 alpha 7")
|
||||
self.setText("P8STERCHUM V. 3.14 8eta ::::)")
|
||||
self.setInformativeText("Programming by illuminatedwax (ghostDunk), art by Grimlive (aquaMarinist)")
|
||||
self.mainwindow = parent
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"hideOfflineChums": false, "tabs": true, "soundon": true, "server": "irc.tymoon.eu", "chums": ["unknownTraveler", "tentacleTherapist", "vaginalEngineer", "mechanicalSpectacle", "carcinoGeneticist", "schlagzeugGator", "gamblingGenocider", "gardenGnostic", "superGhost", "centaursTesticle", "arachnidsGrip", "grimAuxiliatrix", "remoteBloodbath", "nitroZealist", "greenZephyr", "arsenicCatnip", "cuttlefishCuller", "rageInducer", "gallowsCalibrator", "caligulasAquarium", "terminallyCapricious", "illuminatedWax", "aquaMarinist", "elegantDiversion", "moirailBunp", "uroborosUnbound", "androidTechnician", "midnightSparrow", "apocalypseArisen", "anguillaNuntia", "oilslickOrchid", "confusedTransient", "pretentiousFantasia", "aquaticMarinist", "lyricalKeraunoscopic", "counterRealist", "ectoBiologist", "percipientPedestrian", "asceticClinician", "doctectiveMiracles", "noSense", "obliviousCrafter", "ircMonster", "twinArmageddons", "cannabisHero", "jetRocket", "adiosToreador", "turntechGodhead", "crushingAlchemist"], "defaultprofile": "ghostDunk", "block": []}
|
||||
{"hideOfflineChums": true, "tabs": true, "soundon": true, "server": "irc.tymoon.eu", "chums": ["unknownTraveler", "tentacleTherapist", "vaginalEngineer", "mechanicalSpectacle", "carcinoGeneticist", "schlagzeugGator", "gamblingGenocider", "gardenGnostic", "centaursTesticle", "arachnidsGrip", "grimAuxiliatrix", "remoteBloodbath", "nitroZealist", "greenZephyr", "arsenicCatnip", "cuttlefishCuller", "rageInducer", "gallowsCalibrator", "caligulasAquarium", "terminallyCapricious", "illuminatedWax", "aquaMarinist", "elegantDiversion", "moirailBunp", "uroborosUnbound", "androidTechnician", "midnightSparrow", "apocalypseArisen", "anguillaNuntia", "oilslickOrchid", "confusedTransient", "pretentiousFantasia", "aquaticMarinist", "lyricalKeraunoscopic", "counterRealist", "ectoBiologist", "percipientPedestrian", "asceticClinician", "doctectiveMiracles", "noSense", "obliviousCrafter", "ircMonster", "twinArmageddons", "cannabisHero", "jetRocket", "adiosToreador", "turntechGodhead", "crushingAlchemist", "magmaExploiter"], "defaultprofile": "ghostDunk", "block": []}
|
|
@ -1 +1 @@
|
|||
{"color": "#ff00ff", "theme": "pesterchum", "quirks": [], "handle": "ghostDunk"}
|
||||
{"color": "#ff00ff", "theme": "gold", "quirks": [], "handle": "ghostDunk"}
|
13
readme.txt
|
@ -1,7 +1,7 @@
|
|||
Welcome to Pesterchum 3.14 alpha!
|
||||
Welcome to Pesterchum 3.14 8eta!
|
||||
|
||||
This software is currently in alpha testing. That means there will
|
||||
probably be a lot of bugs!! Here's some tips to help you get started:
|
||||
This software is currently in 8eta testing. That means there will
|
||||
probably be some bugs still!! Here's some tips to help you get started:
|
||||
|
||||
- You can import your old Pesterchum contacts by going to
|
||||
CLIENT->IMPORT and opening your pesterchum.cfg file. This is usually
|
||||
|
@ -181,8 +181,12 @@ OPTIONS:
|
|||
Tabbed Conversations: Turns tabbed conversations on and off. Don't
|
||||
worry if you do this in the middle of a conversation, PC will save
|
||||
them for you.
|
||||
|
||||
Sounds On: Uncheck to shut it the fuck up.
|
||||
|
||||
Hide Offline Chums: Turning this option on will hide all offline chums
|
||||
off your chumroll.
|
||||
|
||||
MEMOS: Opens the Memo list as above.
|
||||
|
||||
USERLIST: Shows a list of all the users that are currently logged onto
|
||||
|
@ -225,6 +229,9 @@ There are six kinds of quirks! I'll teach you how to use them all!
|
|||
to see exactly what to type! Don't include these quotes when using
|
||||
these examples!
|
||||
|
||||
Also, note that your quirks will not work until you save them by
|
||||
hitting "OK" on the Quirk window.
|
||||
|
||||
Prefix/Suffix: This will put text before or after everything you
|
||||
say. So for example, we can use prefixes to emulate part of Nepeta or
|
||||
Equius' quirks:
|
||||
|
|
18
setup.py
|
@ -19,18 +19,20 @@ setup(
|
|||
)])
|
||||
if sys.platform == "win32":
|
||||
os.rename("build/exe.win32-2.6", "build/pesterchum")
|
||||
else:
|
||||
os.rename("build/exe.linux-x86_64-2.6", "build/pesterchum")
|
||||
|
||||
shutil.copytree("themes", "build/pesterchum/themes")
|
||||
shutil.copytree("imageformats", "build/pesterchum/imageformats")
|
||||
#shutil.copytree("imageformats", "build/pesterchum/imageformats")
|
||||
shutil.copytree("smilies", "build/pesterchum/smilies")
|
||||
shutil.copy("pesterchum.js", "build/pesterchum/")
|
||||
shutil.copy("C:/Dev/Py26MSdlls-9.0.21022.8/msvc/msvcm90.dll", "build/pesterchum")
|
||||
shutil.copy("C:/Dev/Py26MSdlls-9.0.21022.8/msvc/msvcp90.dll", "build/pesterchum")
|
||||
shutil.copy("C:/Dev/Py26MSdlls-9.0.21022.8/msvc/msvcr90.dll", "build/pesterchum")
|
||||
shutil.copy("C:/Dev/Py26MSdlls-9.0.21022.8/msvc/x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375.manifest",
|
||||
"build/pesterchum")
|
||||
shutil.copy("pesterchum.nsi", "build/pesterchum/")
|
||||
shutil.copy("pesterchum-update.nsi", "build/pesterchum/")
|
||||
#shutil.copy("C:/Dev/Py26MSdlls-9.0.21022.8/msvc/msvcm90.dll", "build/pesterchum")
|
||||
#shutil.copy("C:/Dev/Py26MSdlls-9.0.21022.8/msvc/msvcp90.dll", "build/pesterchum")
|
||||
#shutil.copy("C:/Dev/Py26MSdlls-9.0.21022.8/msvc/msvcr90.dll", "build/pesterchum")
|
||||
#shutil.copy("C:/Dev/Py26MSdlls-9.0.21022.8/msvc/x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375.manifest",
|
||||
# "build/pesterchum")
|
||||
#shutil.copy("pesterchum.nsi", "build/pesterchum/")
|
||||
#shutil.copy("pesterchum-update.nsi", "build/pesterchum/")
|
||||
os.mkdir("build/pesterchum/profiles")
|
||||
os.mkdir("build/pesterchum/logs")
|
||||
shutil.copy("logs/chums.js", "build/pesterchum/logs")
|
||||
|
|
448
themes/gold/larger.svg
Normal file
|
@ -0,0 +1,448 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="744.09448819"
|
||||
height="1052.3622047"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.47 r22583"
|
||||
sodipodi:docname="larger.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient5942">
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop5944" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop5946" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4464">
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4466" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop4468" />
|
||||
</linearGradient>
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 526.18109 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||
id="perspective10" />
|
||||
<inkscape:perspective
|
||||
id="perspective2992"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective3782"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter3933"
|
||||
x="-0.27387911"
|
||||
width="1.5477582"
|
||||
y="-0.33683368"
|
||||
height="1.6736674">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="2.3405127"
|
||||
id="feGaussianBlur3935" />
|
||||
</filter>
|
||||
<inkscape:perspective
|
||||
id="perspective3954"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective3978"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective3978-7"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective4040"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective4089"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective4089-4"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter4155"
|
||||
x="-0.092959266"
|
||||
width="1.1859185"
|
||||
y="-0.23561966"
|
||||
height="1.4712393">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.86929541"
|
||||
id="feGaussianBlur4157" />
|
||||
</filter>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter4189"
|
||||
x="-1.1512894"
|
||||
width="3.3025788"
|
||||
y="-0.12884874"
|
||||
height="1.2576975">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.82025966"
|
||||
id="feGaussianBlur4191" />
|
||||
</filter>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter4199"
|
||||
x="-0.95496357"
|
||||
width="2.9099271"
|
||||
y="-0.18800668"
|
||||
height="1.3760134">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="1.244985"
|
||||
id="feGaussianBlur4201" />
|
||||
</filter>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter4215"
|
||||
x="-2.8567622"
|
||||
width="6.7135244"
|
||||
y="-0.36276309"
|
||||
height="1.7255262">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="1.700452"
|
||||
id="feGaussianBlur4217" />
|
||||
</filter>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter4261"
|
||||
x="-1.6993589"
|
||||
width="4.3987177"
|
||||
y="-0.28929479"
|
||||
height="1.5785896">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="2.0090945"
|
||||
id="feGaussianBlur4263" />
|
||||
</filter>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter4317"
|
||||
x="-0.24595047"
|
||||
width="1.4919009"
|
||||
y="-0.28180764"
|
||||
height="1.5636153">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="2.2263263"
|
||||
id="feGaussianBlur4319" />
|
||||
</filter>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter4331"
|
||||
x="-0.301138"
|
||||
width="1.602276"
|
||||
y="-0.29632566"
|
||||
height="1.5926513">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="2.1509861"
|
||||
id="feGaussianBlur4333" />
|
||||
</filter>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient5942"
|
||||
id="linearGradient5948"
|
||||
x1="543.36084"
|
||||
y1="616.88045"
|
||||
x2="547.64655"
|
||||
y2="616.88045"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(18.528598,0,0,0.19395787,-8591.2099,-1119.0092)" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="2.8"
|
||||
inkscape:cx="193.60719"
|
||||
inkscape:cy="584.66905"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="g4435"
|
||||
showgrid="false"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1440"
|
||||
inkscape:window-height="848"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<image
|
||||
y="398.79074"
|
||||
x="208.5"
|
||||
id="image2994"
|
||||
height="290"
|
||||
width="333"
|
||||
xlink:href="file:///home/dranger/work/pesterchum/themes/gold/gbg.png"
|
||||
style="fill:#fef100;fill-opacity:1" />
|
||||
<g
|
||||
id="g4379"
|
||||
transform="translate(87.5,-60.357143)">
|
||||
<g
|
||||
transform="translate(-74.642857,37.142857)"
|
||||
id="g4355">
|
||||
<g
|
||||
id="g4133"
|
||||
transform="translate(-12.2481,16.793786)"
|
||||
style="stroke:#fd9634;stroke-width:4.19999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none">
|
||||
<path
|
||||
sodipodi:nodetypes="ccccccccccccc"
|
||||
id="path3925-3"
|
||||
d="m 326.66842,378.05024 c -1.77559,5.20327 -2.7455,9.28571 -1.96429,13.92856 1.07492,5.96919 6.99416,7.99602 11.33929,9.2065 4.37411,0.84199 9.03632,1.10633 15.27869,-0.62053 l 2.84631,-4.0324 0,-9.28572 0.0893,-6.96428 0,-3.30358 -6.33928,3.39286 -12.76787,-0.0893 -7.5,-2.32143 -0.98215,0.0893 0,2e-5 z"
|
||||
style="fill:#fef100;fill-opacity:1;stroke:#fd9634;stroke-width:4.19999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||
<path
|
||||
transform="matrix(0.87603306,0,0,0.94545454,117.81803,-30.459497)"
|
||||
d="m 277.14286,419.50504 c 0,10.84845 -9.67384,19.64285 -21.60714,19.64285 -11.93329,0 -21.60714,-8.7944 -21.60714,-19.64285 0,-10.84845 9.67385,-19.64286 21.60714,-19.64286 11.9333,0 21.60714,8.79441 21.60714,19.64286 z"
|
||||
sodipodi:ry="19.642857"
|
||||
sodipodi:rx="21.607143"
|
||||
sodipodi:cy="419.50504"
|
||||
sodipodi:cx="255.53572"
|
||||
id="path2998-1"
|
||||
style="fill:#fef100;fill-opacity:1;fill-rule:nonzero;stroke:#fd9634;stroke-width:4.6149683;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
sodipodi:type="arc" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccccccc"
|
||||
id="path3927-4"
|
||||
d="m 382.07939,391.00534 c 3.23183,5.59539 2.97474,11.8234 3.0936,17.362 -3.43112,1.83699 -4.96755,5.84639 -16.03617,5.4927 -4.99463,-0.15892 -10.15508,-0.59939 -17.67768,-7.82868 l -0.0631,-19.25603 16.60438,3.15672 8.3969,0.25254 5.30329,-0.50507 0.37878,1.32582 z"
|
||||
style="fill:#fef100;fill-opacity:1;stroke:#fd9634;stroke-width:4.19999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||
<path
|
||||
transform="matrix(0.87603306,0,0,0.94545454,144.60374,-19.030927)"
|
||||
d="m 277.14286,419.50504 c 0,10.84845 -9.67384,19.64285 -21.60714,19.64285 -11.93329,0 -21.60714,-8.7944 -21.60714,-19.64285 0,-10.84845 9.67385,-19.64286 21.60714,-19.64286 11.9333,0 21.60714,8.79441 21.60714,19.64286 z"
|
||||
sodipodi:ry="19.642857"
|
||||
sodipodi:rx="21.607143"
|
||||
sodipodi:cy="419.50504"
|
||||
sodipodi:cx="255.53572"
|
||||
id="path2998-2-9"
|
||||
style="fill:#fef100;fill-opacity:1;fill-rule:nonzero;stroke:#fd9634;stroke-width:4.6149683;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
sodipodi:type="arc" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:#fef100;fill-opacity:1;stroke:none"
|
||||
d="m 314.47266,394.87777 c -1.77559,5.20327 -2.7455,9.28571 -1.96429,13.92856 1.07492,5.96919 6.99416,7.99602 11.33929,9.2065 4.37411,0.84199 9.03632,1.10633 15.27869,-0.62053 l 2.84631,-4.0324 0,-9.28572 0.0893,-6.96428 0,-3.30358 -6.33928,3.39286 -12.76787,-0.0893 -7.5,-2.32143 -0.98215,0.0893 0,2e-5 z"
|
||||
id="path3925"
|
||||
sodipodi:nodetypes="ccccccccccccc" />
|
||||
<path
|
||||
style="opacity:0.42794764;fill:none;stroke:#000000;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter4189)"
|
||||
d="m 315.1848,392.86338 c -2.29878,3.66083 -3.06984,16.90758 -1.17105,19.42087"
|
||||
id="path4159"
|
||||
sodipodi:nodetypes="cc"
|
||||
transform="matrix(1.3675989,0,0,0.99651528,-114.99817,1.4075059)" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#fef100;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path2998"
|
||||
sodipodi:cx="255.53572"
|
||||
sodipodi:cy="419.50504"
|
||||
sodipodi:rx="21.607143"
|
||||
sodipodi:ry="19.642857"
|
||||
d="m 277.14286,419.50504 c 0,10.84845 -9.67384,19.64285 -21.60714,19.64285 -11.93329,0 -21.60714,-8.7944 -21.60714,-19.64285 0,-10.84845 9.67385,-19.64286 21.60714,-19.64286 11.9333,0 21.60714,8.79441 21.60714,19.64286 z"
|
||||
transform="matrix(0.87603306,0,0,0.94545454,105.62227,-13.631969)" />
|
||||
<path
|
||||
style="opacity:0.32314411;fill:none;stroke:#000000;stroke-width:1.21616983px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3933)"
|
||||
d="m 327.96253,365.18442 c 9.71981,0.21612 18.38812,7.53767 20.50989,16.67657"
|
||||
id="path3813"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="opacity:0.72052403;fill:none;stroke:#000000;stroke-width:0.21528704;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter4155)"
|
||||
d="m 344.73828,391.59447 c -5.37147,8.10363 -10.48295,10.1725 -22.44326,8.10916"
|
||||
id="path3813-7"
|
||||
sodipodi:nodetypes="cc"
|
||||
transform="matrix(0.89614249,0,0,1.1129202,33.902869,-46.594004)" />
|
||||
<path
|
||||
style="opacity:0.62445415;fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter4199)"
|
||||
d="m 338.03571,398.79075 c 3.06169,5.52158 4.07759,10.08869 2.14286,15.89286"
|
||||
id="path4193"
|
||||
transform="matrix(0.99375522,0,0,1.1239666,2.1207267,-49.037904)" />
|
||||
<path
|
||||
style="fill:#fef100;fill-opacity:1;stroke:none"
|
||||
d="m 369.88363,407.83287 c 3.23183,5.59539 2.97474,11.8234 3.0936,17.362 -3.43112,1.83699 -4.96755,5.84639 -16.03617,5.4927 -4.99463,-0.15892 -10.15508,-0.59939 -17.67768,-7.82868 -0.24008,-6.44395 -0.0487,-14.3411 5.29404,-20.14889 l 11.24724,4.04958 8.3969,0.25254 5.30329,-0.50507 0.37878,1.32582 z"
|
||||
id="path3927"
|
||||
sodipodi:nodetypes="ccccccccc" />
|
||||
<path
|
||||
style="opacity:0.6157205;fill:none;stroke:#000000;stroke-width:0.62630445;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter4215)"
|
||||
d="m 341.60715,411.29076 c -1.27623,3.63915 -1.42857,7.26506 -1.42857,11.25"
|
||||
id="path4209"
|
||||
transform="matrix(0.98786781,0,0,1.3251679,4.1357771,-138.78192)" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter4261)"
|
||||
d="m 368.95822,407.00097 c 1.63707,3.75024 2.60257,15.47488 2.65165,19.82425"
|
||||
id="path4247"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#fef100;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path2998-2"
|
||||
sodipodi:cx="255.53572"
|
||||
sodipodi:cy="419.50504"
|
||||
sodipodi:rx="21.607143"
|
||||
sodipodi:ry="19.642857"
|
||||
d="m 277.14286,419.50504 c 0,10.84845 -9.67384,19.64285 -21.60714,19.64285 -11.93329,0 -21.60714,-8.7944 -21.60714,-19.64285 0,-10.84845 9.67385,-19.64286 21.60714,-19.64286 11.9333,0 21.60714,8.79441 21.60714,19.64286 z"
|
||||
transform="matrix(0.87603306,0,0,0.94545454,132.40798,-2.203392)" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#c48a00;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
|
||||
d="m 313.69388,384.03116 c 0.18445,5.43441 2.97727,11.97516 10.10152,13.25824 10.392,1.33456 12.72097,-10.06593 12.50064,-12.12182 -7.50083,0.1786 -15.76887,0.17691 -22.60216,-1.13642 z"
|
||||
id="path3968"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#c48a00;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3937"
|
||||
sodipodi:cx="239.01785"
|
||||
sodipodi:cy="416.46933"
|
||||
sodipodi:rx="1.6964285"
|
||||
sodipodi:ry="1.6071428"
|
||||
d="m 240.71428,416.46933 c 0,0.8876 -0.75952,1.60714 -1.69643,1.60714 -0.93691,0 -1.69643,-0.71954 -1.69643,-1.60714 0,-0.8876 0.75952,-1.60714 1.69643,-1.60714 0.93691,0 1.69643,0.71954 1.69643,1.60714 z"
|
||||
transform="matrix(0.94444444,0,0,0.94444444,88.408446,-13.43271)" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#c48a00;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3937-5"
|
||||
sodipodi:cx="239.01785"
|
||||
sodipodi:cy="416.46933"
|
||||
sodipodi:rx="1.6964285"
|
||||
sodipodi:ry="1.6071428"
|
||||
d="m 240.71428,416.46933 c 0,0.8876 -0.75952,1.60714 -1.69643,1.60714 -0.93691,0 -1.69643,-0.71954 -1.69643,-1.60714 0,-0.8876 0.75952,-1.60714 1.69643,-1.60714 0.93691,0 1.69643,0.71954 1.69643,1.60714 z"
|
||||
transform="matrix(0.94444444,0,0,0.94444444,109.42055,-12.331445)" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#c48a00;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3937-5-4"
|
||||
sodipodi:cx="239.01785"
|
||||
sodipodi:cy="416.46933"
|
||||
sodipodi:rx="1.6964285"
|
||||
sodipodi:ry="1.6071428"
|
||||
d="m 240.71428,416.46933 c 0,0.8876 -0.75952,1.60714 -1.69643,1.60714 -0.93691,0 -1.69643,-0.71954 -1.69643,-1.60714 0,-0.8876 0.75952,-1.60714 1.69643,-1.60714 0.93691,0 1.69643,0.71954 1.69643,1.60714 z"
|
||||
transform="matrix(0.94444444,0,0,0.94444444,116.49162,-2.482458)" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#c48a00;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3937-5-44"
|
||||
sodipodi:cx="239.01785"
|
||||
sodipodi:cy="416.46933"
|
||||
sodipodi:rx="1.6964285"
|
||||
sodipodi:ry="1.6071428"
|
||||
d="m 240.71428,416.46933 c 0,0.8876 -0.75952,1.60714 -1.69643,1.60714 -0.93691,0 -1.69643,-0.71954 -1.69643,-1.60714 0,-0.8876 0.75952,-1.60714 1.69643,-1.60714 0.93691,0 1.69643,0.71954 1.69643,1.60714 z"
|
||||
transform="matrix(0.94444444,0,0,0.94444444,137.45228,-1.219768)" />
|
||||
<path
|
||||
style="opacity:0.25144121;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter4317)"
|
||||
d="m 376.09877,391.78555 c -0.45278,13.56118 -8.03371,19.20981 -21.72463,18.95197"
|
||||
id="path4225"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="opacity:0.27554585;fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter4331)"
|
||||
d="m 356.25,377.00503 c 3.89633,-0.57629 6.00916,1.44658 8.92857,3.39286 6.34086,4.22724 8.21429,7.5569 8.21429,13.92857"
|
||||
id="path4321" />
|
||||
</g>
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
id="path4353"
|
||||
d="m 269.41918,434.31131 c 0.57185,-1.24999 1.81059,-2.17252 5.17704,-2.14658 7.33587,0.081 7.82957,2.65291 7.76554,3.40926 0.006,1.01294 -2.7134,1.80615 -6.9448,1.70464 -3.81533,-0.10249 -5.75148,-1.79255 -5.99778,-2.96732 z"
|
||||
style="fill:none;stroke:#cc9a00;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
id="g4435"
|
||||
transform="translate(-327.28942,-140.4112)">
|
||||
<rect
|
||||
y="562.84717"
|
||||
x="204.69595"
|
||||
height="264.83325"
|
||||
width="328.97797"
|
||||
id="rect4430"
|
||||
style="fill:#fc7803;fill-opacity:1;stroke:#ffff00;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
rx="8.1000004" />
|
||||
<path
|
||||
style="fill:#ffbc1f;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 212.78873,564.33289 312.78408,0 c 3.65585,0 6.599,2.94315 6.599,6.599 l 0,113.77571 c 0,3.65585 -0.039,6.47273 0.0933,6.599 0,0 -41.40303,-24.40626 -161.40303,-25.83483 -115,2.14286 -164.76557,25.58229 -164.76557,25.58229 0.25849,0 0.0933,-2.69061 0.0933,-6.34646 l 0,-113.77571 c 0,-3.65585 2.94315,-6.599 6.599,-6.599 l -4e-5,0 -4e-5,0 z"
|
||||
id="rect4444"
|
||||
sodipodi:nodetypes="cccccccccccc" />
|
||||
<rect
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="rect5950"
|
||||
width="5.3571386"
|
||||
height="86.428528"
|
||||
x="542.28943"
|
||||
y="571.34485"
|
||||
rx="2.5"
|
||||
ry="5" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 20 KiB |
|
@ -231,7 +231,7 @@
|
|||
"style": "background-color:#fdb302;border:0px"
|
||||
},
|
||||
"tabs": {
|
||||
"style": "background-color: #7f7f7f; font-family: 'Courier'; font:bold;min-height:25px;padding-left:3px;",
|
||||
"style": "background-color: #7f7f7f; font-family: 'Courier'; font:bold;min-height:25px;",
|
||||
"selectedstyle": "border:0px;background-color:#fdb302;border-top:2px solid yellow; border-left:2px solid yellow;border-right:2px solid yellow; border-top-left-radius: 4px; border-top-right-radius: 4px;",
|
||||
"newmsgcolor": "#fdb302",
|
||||
"tabstyle": 0
|
||||
|
|
BIN
tutorial/convo_1.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
tutorial/convo_2.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
tutorial/mainmenu.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
tutorial/memo.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
tutorial/memo_1.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
tutorial/memo_10.png
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
tutorial/memo_11.png
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
tutorial/memo_12.png
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
tutorial/memo_13.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
tutorial/memo_2.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
tutorial/memo_3.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
tutorial/memo_4.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
tutorial/memo_5.png
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
tutorial/memo_6.png
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
tutorial/memo_7.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
tutorial/memo_8.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
tutorial/memo_useroptions.png
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
tutorial/mispeller.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
tutorial/options.png
Normal file
After Width: | Height: | Size: 8.9 KiB |
BIN
tutorial/prefix.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
tutorial/quirkmenu.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
tutorial/quirks_terezi.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
tutorial/random_replace_caps.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
tutorial/random_replace_simple.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
tutorial/regexp_a4.png
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
tutorial/regexp_caps.png
Normal file
After Width: | Height: | Size: 8.2 KiB |
BIN
tutorial/simple_ee33.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
tutorial/switch_profile.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
tutorial/trollslum.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
tutorial/userlist.png
Normal file
After Width: | Height: | Size: 32 KiB |