Switch to unified view

a/doc/upplay.html b/doc/upplay.html
...
...
914
the path at the top will open the element in a new tab. This can be
914
the path at the top will open the element in a new tab. This can be
915
particularly useful if you want to go back to a previous search without
915
particularly useful if you want to go back to a previous search without
916
losing the current display.</p></div>
916
losing the current display.</p></div>
917
<div class="paragraph"><p><code>^f</code> or <code>/</code> will open the search panel, <code>Esc</code> will close it (or the x-cross
917
<div class="paragraph"><p><code>^f</code> or <code>/</code> will open the search panel, <code>Esc</code> will close it (or the x-cross
918
button at the right).</p></div>
918
button at the right).</p></div>
919
<div class="paragraph"><p>When long lists of albums or artists are displayed, an alphabet will appear
920
at the top. Clicking on a letter will bring you to the top of the
921
selected alphabetic section. Just typing the letter in the browser window
922
will do the same.</p></div>
919
</div>
923
</div>
920
</div>
924
</div>
921
<div class="sect1">
925
<div class="sect1">
922
<h2 id="_searching">Searching</h2>
926
<h2 id="_searching">Searching</h2>
923
<div class="sectionbody">
927
<div class="sectionbody">
...
...
1097
<div class="sect1">
1101
<div class="sect1">
1098
<h2 id="hiresadjust">Adjusting the font sizes on high resolution displays</h2>
1102
<h2 id="hiresadjust">Adjusting the font sizes on high resolution displays</h2>
1099
<div class="sectionbody">
1103
<div class="sectionbody">
1100
<div class="paragraph"><p>Most people will find that the font sizes (and buttons/icons) are too small
1104
<div class="paragraph"><p>Most people will find that the font sizes (and buttons/icons) are too small
1101
on high DPI displays.</p></div>
1105
on high DPI displays.</p></div>
1102
<div class="paragraph"><p>As of version 1.2.5, the GUI can be partially adjusted by editing two style
1106
<div class="paragraph"><p>As of version 1.2.10, the font sizes can be adjusted from the preferences
1103
sheet files. To adjust the font sizes:</p></div>
1107
menu (<em>view&#8594;preferences</em>, <em>Application Tab</em>, <em>Display Scale</em>). Just choose
1104
<div class="ulist"><ul>
1108
a decimal scale factor.</p></div>
1105
<li>
1106
<p>
1107
Edit <code>/usr/share/upplay/cdbrowser/cdbrowser.css</code>, and uncomment the
1108
  "font-size" directive at the top. Adjust the size to taste, meaning that
1109
  the line should look like the following (with your preferred value in
1110
  place of 30):
1111
</p>
1112
<div class="literalblock">
1113
<div class="content">
1114
<pre><code>font-size: 30pt;</code></pre>
1115
</div></div>
1116
</li>
1117
<li>
1118
<p>
1119
Edit <code>/usr/share/upplay/common.css</code> and adjust the 6 font-size
1120
  directives. An adequate approach will usually be to multiply the sizes by
1121
  some constant factor (e.g.: 2 &#8230;).
1122
</p>
1123
</li>
1124
</ul></div>
1125
<div class="paragraph"><p>On Windows, use <em>notepad</em> or an equivalent pure text editor to edit the
1126
files, which are located in the <em>share</em> and <em>share\cdbrowser</em>
1127
subdirectories of the top installation directory (e.g: <em>C:\Program Files
1128
(x86)\Upplay\</em>). You need to specify "all files" when opening the files,
1129
because notepad does not list <em>.css</em> files by default (only <em>.txt</em>).</p></div>
1130
<div class="paragraph"><p>The adjustment is not perfect for now: the player section does not update
1131
its size, which means that some titles will be truncated (in the top left
1132
area), and the icon sizes are unchanged. Arbitrary text truncation may
1133
happen in places. This will hopefully be improved in a future release.</p></div>
1134
<div class="paragraph"><p>There are other, system-based, approaches described on the following Qt page:
1135
<a href="http://doc.qt.io/qt-5/highdpi.html">http://doc.qt.io/qt-5/highdpi.html</a></p></div>
1136
</div>
1109
</div>
1137
</div>
1110
</div>
1138
</div>
1111
</div>
1139
<div id="footnotes"><hr /></div>
1112
<div id="footnotes"><hr /></div>
1140
<div id="footer">
1113
<div id="footer">
1141
<div id="footer-text">
1114
<div id="footer-text">
1142
Last updated
1115
Last updated
1143
 2017-05-08 14:12:03 CEST
1116
 2017-09-20 09:54:40 CEST
1144
</div>
1117
</div>
1145
</div>
1118
</div>
1146
</body>
1119
</body>
1147
</html>
1120
</html>