This commit is contained in:
Jerzy Kozera 2013-10-05 13:02:39 +02:00
commit a1000d649f
6 changed files with 11 additions and 5 deletions

View File

@ -19,12 +19,12 @@ icon = 'icon.png'
indexpath = 'html/Ext.html'
if os.path.exists(os.path.join(INPUT_DIR, 'extjs-build')):
builddir = 'extjs-build'
OUT_DIR = 'ExtJS-4.2.1.docset'
OUT_DIR = 'ExtJS-4.2.2.docset'
docsetname = 'ExtJS'
docsetshortname = 'extjs'
elif os.path.exists(os.path.join(INPUT_DIR, 'touch-build')):
builddir = 'touch-build'
OUT_DIR = 'SenchaTouch-2.2.1.docset'
OUT_DIR = 'SenchaTouch-2.3.0.docset'
docsetname = 'Sencha Touch'
docsetshortname = 'sencha'
else:
@ -107,7 +107,7 @@ for fname, tree in trees.iteritems():
htmlfile.write("""<!doctype html>
<html>
<head>
<link rel="stylesheet" href="../resources/css/app-c8e1f59f40e720cb5379f7041379119a.css" type="text/css" />
<link rel="stylesheet" href="../resources/css/app-939e5db2bc2809b47493559f1001ebbd.css" type="text/css" />
<!-- titanium hack -->
<link rel="stylesheet" href="../resources/css/my.css" type="text/css" />
<link rel="stylesheet" href="../resources/css/viewport.css" type="text/css" />

BIN
zeal/icons/Boost.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
zeal/icons/Xojo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
zeal/icons/neat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 B

BIN
zeal/icons/sproutcore.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

10
zeal/zealsettingsdialog.ui Normal file → Executable file
View File

@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>463</width>
<width>459</width>
<height>505</height>
</rect>
</property>
@ -149,7 +149,13 @@
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>Docsets with icons are contributed by Dash.</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Docsets with icons are contributed by &lt;a href=&quot;http://kapeli.com/dash&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Dash&lt;/span&gt;&lt;/a&gt;, the Mac OS X Documentation Browser.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>