mirror of
https://github.com/zealdocs/zeal.git
synced 2024-11-23 22:37:09 +03:00
Merge branch 'master' of https://github.com/jkozera/zeal
This commit is contained in:
commit
a1000d649f
@ -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
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
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
BIN
zeal/icons/neat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 355 B |
BIN
zeal/icons/sproutcore.png
Normal file
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
10
zeal/zealsettingsdialog.ui
Normal file → Executable 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><html><head/><body><p>Docsets with icons are contributed by <a href="http://kapeli.com/dash"><span style=" text-decoration: underline; color:#0000ff;">Dash</span></a>, the Mac OS X Documentation Browser.</p></body></html></string>
|
||||
</property>
|
||||
<property name="textFormat">
|
||||
<enum>Qt::RichText</enum>
|
||||
</property>
|
||||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user