The upstream rdef has a `file_types` section which causes `nnn` to show up in
the Tracker "Open with..." menu even though it doesn't handle RefsReceived().
* Add files via upload
* Update ldmicroqt-2.3.2.recipe
name fix
* fix some suggestion from PR, don't use -fPIE
---------
Co-authored-by: Begasus <begasus@gmail.com>
Changes since v2.5:
* Instead of a context menu to choose a tool, use the current tool to
draw with the background color.
* New misc. setting: show brush size around mouse pointer
* Added translation, rotation and scaling of selections
* Added undo/redo to layer rename, alpha, blend mode, visibility, delete, merge
* Use zlib to compress image data for each layer, resulting in massively smaller
project files, esp. with many rather empty layers.
* Brushes:
- moved brush configuration into stored Brushes window
- added current brush preview to status bar
- removed Brush tool (use Freehand instead)
- switch brushes in stored Brushes window with cursor keys
* Blur tool:
- added "Use current brush" option
* Eraser Tool:
- added "Use current brush" option
- added "Pressure" slider to control opacity of erasure
* Fill tool (gradient):
- a more intuitive usage
- show line from start to end point
- added modes: radial, square, cone
* Freehand tool:
- added "Use current brush" option
- added "Pressure" slider to control opacity
* Straight line tool:
- added "Use current brush" option
- add "Pressure" slider for opacity control
* Transparency tool:
- added "Use current brush" option
- use slider instead of alpha from current color
- changed "Speed" to "Pressure"
- made "Pressure" a percentage of the way to the chosen value
* Wave add-on:
- Add X and Y spinners for position
* Many bug fixes and improvements
* Updated documentation
* Updated translations
readline is enabled so the the lua REPL has proper support for line editing/arrow keys
related to #8972
Also, remove some static library remnants and tweak the TEST command