mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-24 21:28:41 -05:00
Updates to User Guide: Dark Style, translated UIs, ...
This commit is contained in:
parent
63a7aa7bfe
commit
43e02116bf
@ -125,7 +125,7 @@ set (UG_IMGS
|
|||||||
images/VHF_controls.png
|
images/VHF_controls.png
|
||||||
images/view-menu.png
|
images/view-menu.png
|
||||||
images/wide-graph-controls.png
|
images/wide-graph-controls.png
|
||||||
|
images/Windows_Dark.png
|
||||||
)
|
)
|
||||||
|
|
||||||
find_program (ASCIIDOCTOR_EXECUTABLE NAMES asciidoctor)
|
find_program (ASCIIDOCTOR_EXECUTABLE NAMES asciidoctor)
|
||||||
|
BIN
doc/user_guide/en/images/Windows_Dark.png
Normal file
BIN
doc/user_guide/en/images/Windows_Dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
@ -83,14 +83,25 @@ overlooked.
|
|||||||
IMPORTANT: *Warnings* about usage that could lead to undesired
|
IMPORTANT: *Warnings* about usage that could lead to undesired
|
||||||
consequences.
|
consequences.
|
||||||
|
|
||||||
|
=== User Interface in Other Languages
|
||||||
|
|
||||||
|
Thanks to Xavi Perez, EA3W, in cooperation with G4WJS, the _WSJT-X_
|
||||||
|
user interface is now available the Catalan language. Spanish will
|
||||||
|
follow soon, and other languages when translations are made. When a
|
||||||
|
translated user interface is available for the computer's default
|
||||||
|
System Language, it will appear automatically on program startup.
|
||||||
|
|
||||||
=== How You Can Contribute
|
=== How You Can Contribute
|
||||||
|
|
||||||
_WSJT-X_ is part of an open-source project released under the
|
_WSJT-X_ is part of an open-source project released under the
|
||||||
{gnu_gpl} (GPLv3). If you have programming or documentation skills or
|
{gnu_gpl} (GPLv3). If you have programming or documentation skills or
|
||||||
would like to contribute to the project in other ways, please make
|
would like to contribute to the project in other ways, please make
|
||||||
your interests known to the development team. The project's
|
your interests known to the development team. We especially encourage
|
||||||
source-code repository can be found at {devrepo}, and communication
|
those with translation skills to volunteer their help, either for
|
||||||
among the developers takes place on the email reflector {devmail}.
|
this _User Guide_ or for the program's user interface.
|
||||||
Bug reports and suggestions for new features, improvements to the
|
|
||||||
_WSJT-X_ User Guide, etc., may be sent there as well. You must join
|
The project's source-code repository can be found at {devrepo}, and
|
||||||
the group before posting to the email list.
|
communication among the developers takes place on the email reflector
|
||||||
|
{devmail}. Bug reports and suggestions for new features, improvements
|
||||||
|
to the _WSJT-X_ User Guide, etc., may be sent there as well. You must
|
||||||
|
join the group before posting to the email list.
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
A few _WSJT-X_ features behave differently in Windows, Linux, or OS X,
|
A few _WSJT-X_ features behave differently in Windows, Linux, or OS X,
|
||||||
or may not be relevant to all operating platforms.
|
or may not be relevant to all operating platforms.
|
||||||
|
|
||||||
.File locations
|
=== File locations
|
||||||
|
|
||||||
* *Windows*
|
* *Windows*
|
||||||
|
|
||||||
- *Settings:* %LOCALAPPDATA%\WSJT-X\WSJT-X.ini
|
- *Settings:* %LOCALAPPDATA%\WSJT-X\WSJT-X.ini
|
||||||
|
@ -102,6 +102,25 @@ include::settings-colors.adoc[]
|
|||||||
=== Advanced
|
=== Advanced
|
||||||
include::settings-advanced.adoc[]
|
include::settings-advanced.adoc[]
|
||||||
|
|
||||||
|
[[DARK_STYLE]]
|
||||||
|
=== Dark Style
|
||||||
|
|
||||||
|
An optional *Dark* style is available. To make it effective you will
|
||||||
|
probably want to redefine your color settings. In Windows or Linux,
|
||||||
|
start the program from a command-prompt window using the following
|
||||||
|
command, or modify the _WSJT-X_ desktop shortcut accordingly:
|
||||||
|
|
||||||
|
wsjtx --stylesheet :/qdarkstyle/style.qss
|
||||||
|
|
||||||
|
In macOS, enter the following command from a terminal:
|
||||||
|
|
||||||
|
open /Applications/wsjtx.app --args -stylesheet :/qdarkstyle/style.qss
|
||||||
|
|
||||||
|
Depending on your operating system, the main _WSJT-X_ window will look
|
||||||
|
something like this:
|
||||||
|
|
||||||
|
image::Windows_Dark.png[align="center"]
|
||||||
|
|
||||||
[[TRANSCEIVER]]
|
[[TRANSCEIVER]]
|
||||||
== Transceiver Setup
|
== Transceiver Setup
|
||||||
include::transceiver-setup.adoc[]
|
include::transceiver-setup.adoc[]
|
||||||
|
Loading…
Reference in New Issue
Block a user