浏览代码

Update About Typica window

Neal Wilson 6 年前
父节点
当前提交
b73bb7d809
签署人:: neal <neal@typica.us> GPG 密钥 ID: D6F25C90DD5819DF
共有 5 个文件被更改,包括 158 次插入4929 次删除
  1. 153
    4904
      src/qrc_resources.cpp
  2. 0
    1
      src/resources.qrc
  3. 二进制
      src/resources/fonts/entypo.ttf
  4. 5
    18
      src/resources/html/about.html
  5. 0
    6
      src/resources/html/style.css

+ 153
- 4904
src/qrc_resources.cpp
文件差异内容过多而无法显示
查看文件


+ 0
- 1
src/resources.qrc 查看文件

@@ -15,7 +15,6 @@
15 15
         <file>resources/icons/appicons/logo96.png</file>
16 16
         <file>resources/html/about.html</file>
17 17
         <file>resources/html/style.css</file>
18
-        <file>resources/fonts/entypo.ttf</file>
19 18
         <file>resources/fonts/texgyrepagella-bold.otf</file>
20 19
         <file>resources/fonts/texgyrepagella-bolditalic.otf</file>
21 20
         <file>resources/fonts/texgyrepagella-italic.otf</file>

二进制
src/resources/fonts/entypo.ttf 查看文件


+ 5
- 18
src/resources/html/about.html 查看文件

@@ -10,26 +10,13 @@
10 10
 				<div class="topbanner">
11 11
 					<a href="https://typica.us/"><img src="../icons/appicons/logo96.png" height="96px" width="96px" alt="Typica logo" /></a>
12 12
 					<h1><a href="https://typica.us/">Typica</a></h1>
13
-					<h2>Version 1.9.0</h2>
13
+					<h2>Version 1.9.1</h2>
14 14
 				</div>
15 15
 			<div id="maintext">
16
-				<p>Copyright &copy; 2007&ndash;2017 Neal Evan Wilson
17
-					<span class="icons">
18
-						<a href="mailto:neal@typica.us?subject=Thanks%20for%20Typica&amp;body=Message%20initiated%20from%20Typica.">&#9993;</a>
19
-						<a href="https://twitter.com/N3Roaster">&#62217;</a>
20
-						<a href="https://github.com/N3Roaster">&#62208;</a>
21
-					</span>
22
-				</p>
23
-				<p>German Translation: Mario Champignon
24
-                    <span class="icons">
25
-                        <a href="mailto:mario_champignon@hotmail.com">&#9993;</a>
26
-                    </span>
27
-                </p>
28
-                <p>Turkish Translation: Zumrut Karaca
29
-                    <span class="icons">
30
-                        <a href="mailto:zumrutk@gmail.com">&#9993;</a>
31
-                    </span>
32
-                </p>
16
+				<p>Copyright &copy; 2007&ndash;2018 Neal Evan Wilson <a href="mailto:neal@typica.us?subject=Thanks%20for%20Typica&amp;body=Message%20initiated%20from%20Typica.">&lt;neal@typica.us&gt;</a></p>
17
+				<p>German Translation: Mario Champignon <a href="mailto:mario_champignon@hotmail.com">&lt;mario_champignon@hotmail.com&gt;</a></p>
18
+                <p>Turkish Translation: Zumrut Karaca <a href="mailto:zumrutk@gmail.com">&lt;zumrutk@gmail.com&gt;</a></p>
19
+
33 20
 				<h2>Support Ongoing Development</h2>
34 21
 				<p>While Typica is free to download, use, and modify, keeping this software available, maintained, and continuing with ongoing development in the form of new features and bug fixes is not without cost. If you find value in using Typica, please consider supporting this work financially.</p>
35 22
 				

+ 0
- 6
src/resources/html/style.css 查看文件

@@ -67,9 +67,3 @@ h2 {
67 67
 	margin-right: 10px;
68 68
 	padding-bottom: 10px;
69 69
 }
70
-.icons {
71
-	font-family: Entypo
72
-}
73
-.icons a {
74
-	text-decoration: none;
75
-}

正在加载...
取消
保存