Wiki update

This commit is contained in:
ArsenArsen 2017-09-18 15:33:50 +02:00
parent 063d0cd275
commit 2d5e7a03dd
7 changed files with 16 additions and 14 deletions

1
.gitignore vendored
View File

@ -44,6 +44,7 @@ Makefile
*.out *.out
tags tags
*.Debug *.Debug
*.kdev*
vgcore.* vgcore.*

View File

@ -22,13 +22,13 @@ It has many features, including:
## Enough talking, show us how it looks ## Enough talking, show us how it looks
The main window is rather simple, with only a log, and a button in it: The main window is rather simple, with only a log, and a button in it:
![image1](http://i.imgur.com/QOebwEM.png) ![image1](https://i.imgur.com/Tnrj90b.png)
The settings have quite a bit more going on: The settings have quite a bit more going on:
![image2](http://i.imgur.com/kZzQzGr.png) ![image2](https://i.imgur.com/GFN2jCU.png)
The area selection editor is simple: The area selection editor is simple:
![image3](http://i.imgur.com/kyWZk3p.jpg) ![image3](https://i.imgur.com/Cbi8YsL.png)
And the color picker is the simplest thing ever: And the color picker is the simplest thing ever:
![image4](http://i.imgur.com/VIeGbdQ.jpg) ![image4](http://i.imgur.com/VIeGbdQ.jpg)

View File

@ -37,7 +37,8 @@ Multipart is obviously made out of multiple parts. The way you define a multipar
[ [
{ {
"__HeaderName": "HeaderValue", // No limit here. Must start with __, which is removed later. "__HeaderName": "HeaderValue", // No limit here. Must start with __, which is removed later.
"body": { /* same way you define it for anything json */ } // Can be string. Strings matching `/.../` are processed same way as in a json field. "body": { /* same way you define it for anything json */ }, // Can be string. Strings matching `/.../` are processed same way as in a json field.
"name": "files[]" // Info to add to Content-Disposition (eg part name, filename, ...)
} }
] ]
``` ```

View File

@ -26,4 +26,4 @@ CRF is the constant rate factor of this video stream, and again I recommend leav
VP9 is the WebP codec. Only option it has is lossless encoding, and you want it off, trust me. VP9 is the WebP codec. Only option it has is lossless encoding, and you want it off, trust me.
### GIF ### GIF
GIF has no options. GIF has no options. It's terrible whatever you do to it.

View File

@ -1,5 +1,5 @@
--- ---
title: Hotkeys title: Hotkeys
categories: [wiki] categories: [wiki]
layout: wikipage layout: wikipage
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Settings title: Settings
categories: [wiki] categories: [wiki]
layout: wikipage layout: wikipage
--- ---
@ -11,7 +11,7 @@ Select the active destination. Adding more is possible and explained it Custom U
## Filename scheme ## Filename scheme
![](http://i.imgur.com/RHHEO3K.png) ![](http://i.imgur.com/RHHEO3K.png)
Used to generate filenames. Extensions are placed in place of `%ext`. `%(DATE FORMAT)date` can be used to replace the date format with a format as specified by [this documentation page](http://doc.qt.io/qt-5/qdatetime.html#toString) Used to generate filenames. Extensions are placed in place of `%ext`. `%(DATE FORMAT)date` can be used to replace the date format with a format as specified by [this documentation page](http://doc.qt.io/qt-5/qdatetime.html#toString)
**Default:** `Screenshot %(yyyy-MM-dd HH:mm:ss)date.%ext` **Default:** `Screenshot %(yyyy-MM-dd HH-mm-ss)date.%ext`
## Delay before taking a screenshot ## Delay before taking a screenshot
![](http://i.imgur.com/j0D7OqI.png) ![](http://i.imgur.com/j0D7OqI.png)
Applies only to the buttons in menus. Hotkeys do not follow this rule. In seconds. Mostly used to let animations fade. Applies only to the buttons in menus. Hotkeys do not follow this rule. In seconds. Mostly used to let animations fade.

View File

@ -10,12 +10,10 @@ On-screen drawing is pretty simple. Right click in the crop editor to show a pen
You can move drawings around by Ctrl+Dragging them You can move drawings around by Ctrl+Dragging them
## Available pens: ## Available pens:
### Dot ### Free draw (pen icon)
Draws dots as you move your mouse
### Path
Makes a path where your mouse went. Makes a path where your mouse went.
### Blur ### Blur (badly made blurred rectangle icon)
Allows you to set a rectangle to blur out. You'll get a settings popup upon selecting this pen. Allows you to set a rectangle to blur out.
### Straight line ### Straight line
A line between where you start and end dragging A line between where you start and end dragging
### Text ### Text
@ -23,8 +21,10 @@ Asks you to insert some text.
**WARNING:** Avoid pressing esc **WARNING:** Avoid pressing esc
### Rectangle ### Rectangle
Drag to draw a rectangle Drag to draw a rectangle
### Ellipse ### Ellipse
Drag to draw an ellipse Drag to draw an ellipse
### Arrow
Draws an arrow from start to end of your drag
### Eraser[](https://www.youtube.com/watch?v=OjGrcJ4lZCc) ### Eraser[](https://www.youtube.com/watch?v=OjGrcJ4lZCc)
Removes all items you drag your mouse over Removes all items you drag your mouse over