docs: Updated documentation to release 2020.1

* removed steps from Source Group setup
* added installation guide for Linux AppImage
* added new focus navigation shortcuts
This commit is contained in:
Eberhard Graether
2020-03-29 17:26:09 +02:00
parent bf6a017720
commit a4d1403722
23 changed files with 438 additions and 574 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 343 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 336 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 416 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 424 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 323 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 KiB

After

Width:  |  Height:  |  Size: 284 KiB

File diff suppressed because it is too large Load Diff
@@ -223,7 +223,7 @@ QTableWidget* QtKeyboardShortcuts::createCodeViewShortcutsTable()
Shortcut(
QStringLiteral("Move Focus to Closest Reference"),
QStringLiteral("Shift + WASD | Shift + HJKL | Shift + Arrows")),
Shortcut(QStringLiteral("Activate Focused Location"), QStringLiteral("Enter | E")),
Shortcut(QStringLiteral("Activate Location"), QStringLiteral("Enter | E")),
Shortcut::defaultOrMac(
QStringLiteral("Activate Location in New Tab"),
QStringLiteral("Ctrl + Shift + Enter | Ctrl + Shift + E"),
@@ -261,7 +261,7 @@ QTableWidget* QtKeyboardShortcuts::createGraphViewShortcutsTable()
QStringLiteral("Move Focus Within Edges"),
QStringLiteral("Shift + WASD | Shift + HJKL | Shift + Arrows")),
Shortcut(QStringLiteral("Activate Node/Edge"), QStringLiteral("Enter | E")),
Shortcut(QStringLiteral("Expand/Collaps Node"), QStringLiteral("Shift + Enter | Shift + E")),
Shortcut(QStringLiteral("Expand/Collapse Node"), QStringLiteral("Shift + Enter | Shift + E")),
Shortcut::defaultOrMac(
QStringLiteral("Activate Node in New Tab"),
QStringLiteral("Ctrl + Shift + Enter | Ctrl + Shift + E"),
@@ -272,12 +272,12 @@ QTableWidget* QtKeyboardShortcuts::createGraphViewShortcutsTable()
QStringLiteral("Cmd + Arrows")),
Shortcut::defaultOrMac(
QStringLiteral("Zoom in"),
QStringLiteral("Ctrl + Shift + Up | Ctrl + Mousewheel up"),
QStringLiteral("Cmd + Shift + Up | Cmd + Mousewheel up")),
QStringLiteral("Ctrl + Shift + Up | Ctrl + Mouse Wheel Up"),
QStringLiteral("Cmd + Shift + Up | Cmd + Mouse Wheel Up")),
Shortcut::defaultOrMac(
QStringLiteral("Zoom out"),
QStringLiteral("Ctrl + Shift + Down | Ctrl + Mousewheel down"),
QStringLiteral("Cmd + Shift + Down | Cmd + Mousewheel down")),
QStringLiteral("Ctrl + Shift + Down | Ctrl + Mouse Wheel Down"),
QStringLiteral("Cmd + Shift + Down | Cmd + Mouse Wheel Down")),
Shortcut(QStringLiteral("Reset Zoom"), QStringLiteral("0")),
Shortcut::defaultOrMac(
QStringLiteral("Open Custom Trail Dialog"),