-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs:manual:1.2.0: Complete UI pages
Signed-off-by: Aesara <[email protected]>
- Loading branch information
Showing
21 changed files
with
179 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
+++ | ||
title = "Brush Group Panel" | ||
tags = "Incomplete" | ||
+++ | ||
|
||
TBD |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
+++ | ||
title = "Tools" | ||
summmary = "A list of MyPaint's tools" | ||
weight = 20 | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
+++ | ||
title = "Colour Picker Tool" | ||
title = "Colour Picker" | ||
tags = "Incomplete" | ||
+++ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
+++ | ||
title = "Stroke & Layer Picker" | ||
tags = "Incomplete" | ||
+++ | ||
|
||
TBD. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
+++ | ||
title = "User Interface" | ||
summary = "This page provides an overview of the layout and details in MyPaint's UI" | ||
weight = 10 | ||
+++ | ||
|
||
This page provides an overview of the layout and details in MyPaint's UI |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
+++ | ||
title = "Footer bar" | ||
summary = "A description of the strip of UI features at the bottom of the main window" | ||
weight = 30 | ||
+++ | ||
|
||
The **Footer Bar** is a strip comprising the bottom of the [main window]({{< relref "../#user-interface" >}}). It | ||
consists of a status bar, and two clusters of controls for changing the brush and colour. | ||
|
||
# Status bar | ||
{{< img src="mypaint-footer-bar-status.jpg" width="100%" >}} | ||
|
||
The status bar at the bottom of the main window shows the current tool, and also the canvas's zoom and rotation. | ||
|
||
# Colour controls | ||
|
||
{{< img src="mypaint-footer-bar-colour.jpg" float="right" >}} | ||
|
||
The colour controls are clustered on the left side of the footer bar. | ||
|
||
**Eyedropper** button | ||
> <kbd>R</kbd>, and <kbd>ALT</kbd>+<kbd>LMB</kbd> | ||
- Pick a colour from the canvas. [Read more]({{< relref "../tools/colour-picker" >}}) | ||
**Current and Previous Colour** indicator and menu | ||
> *Colour → Change Colour…*, or <kbd>C</kbd>. | ||
- A rectangle consisting of two sides (swatches). The left swatch shows the current brush colour, the right swatch shows | ||
the previous colour. | ||
- Clicking the left swatch (current colour) opens the colour selector popup. [Read more]({{< relref "../popups/colour-selector" >}}) | ||
- Clicking the right swatch (previous colour) reverts the brush to the previous colour. | ||
|
||
**Edit Colour Details** button | ||
- Open the *Set Current Colour* popup window for inputting numeric colour values. [Read more]({{< relref "../colour/numeric-values" >}}) | ||
|
||
**Add Colour to Palette** button | ||
> *Colour → Add Colour to Palette* | ||
- Adds the current brush colour to the palette. The palette will open in a sidebar panel if it isn't already open. [Read | ||
more]({{< relref "../panels/palette" >}}) | ||
|
||
# Brush controls | ||
{{< img src="mypaint-footer-bar-brush.jpg" float="right" >}} | ||
|
||
The brush controls are clustered on the right side of the footer bar. | ||
|
||
**Current Brush** indicator and menu | ||
> *Brush → Change Brush…*, or <kbd>B</kbd> | ||
- A square containing the current brush icon. | ||
- Clicking the icon opens the brush groups popup. [Read more]({{< relref "../popups/brush-groups" >}}) | ||
|
||
**Pick Stroke and Layer** button | ||
> Press <kbd>W</kbd> | ||
- Pick a brushstroke from the screen. If the stroke is on a different layer, MyPaint will switch to that layer. | ||
Invisible and locked layers can't be picked. Not every kind of image has a strokemap. [Read more]({{< relref "../tools/stroke-layer-picker" >}}) |
3 changes: 3 additions & 0 deletions
3
pages/docs/manuals/v1.2.0/ui/footer-bar/mypaint-footer-bar-brush.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
pages/docs/manuals/v1.2.0/ui/footer-bar/mypaint-footer-bar-colour.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
pages/docs/manuals/v1.2.0/ui/footer-bar/mypaint-footer-bar-status.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,11 @@ | ||
+++ | ||
title = "Fullscreen Mode" | ||
summary = "How to use MyPaint's fullscreen mode" | ||
+++ | ||
|
||
Turn on the Fullscreen mode to maximize your drawing space. Differences in Fullscreen mode: | ||
* MyPaint's canvas fills your screen completely | ||
* No window borders or taskbar (Windows) | ||
* UI elements like Toolbar, floating and docked Panels, Footer are hidden when not in use | ||
* move the cursor to the UI element's location to show it | ||
* Main Menu is hidden under _MyPaint_ button | ||
MyPaint's fullscreen mode maximises useable drawing space on the screen. | ||
> *View → Fullscreen*, or <kbd>F11</kbd>, or [fullscreen button]({{< relref "ui-toolbar#fullscreen-toggle" >}}) | ||
## To enter or leave Fullscreen | ||
* Click the Fullscreen icon in the [[UI toolbar|v1.2-UI-Toolbar]] (the double arrows, far right) | ||
* Main Menu _View_ → _Fullscreen_ | ||
* Keyboard shortcut <kbd>F11</kbd> | ||
- Window borders and the system taskbar/dash/panel are hidden. | ||
- UI elements (e.g. toolbars, footer, and panels) can be toggled on/off. | ||
- Move the cursor to the UI element's location to unhide it | ||
- Menus are hidden under the *MyPaint* button on the [main toolbar]({{< relref "main-toolbar" >}}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.