mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Update CHANGELOG & Translations, clear whitespaces
This commit is contained in:
parent
de164ea9de
commit
810affb1bc
|
@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
## Unreleased
|
||||
This update has been brought to you by the contributions of:
|
||||
|
||||
Laurenz Reinthaler (Schweini07), kleonc, Fayez Akhtar (Variable)
|
||||
Laurenz Reinthaler (Schweini07), kleonc, Fayez Akhtar (Variable), THWLF, Gamespleasure, ballerburg9005
|
||||
|
||||
### Added
|
||||
- A new pan tool, used to move around the canvas. ([#399](https://github.com/Orama-Interactive/Pixelorama/pull/399))
|
||||
|
@ -20,7 +20,11 @@ Laurenz Reinthaler (Schweini07), kleonc, Fayez Akhtar (Variable)
|
|||
- Added offset options to the grid. ([#434](https://github.com/Orama-Interactive/Pixelorama/pull/434))
|
||||
- The isometric grid has been refactored to work better and to offer more changeable options, such as the width and height of the cell bounds. ([#430](https://github.com/Orama-Interactive/Pixelorama/pull/430))
|
||||
- Added portrait and landscape buttons in the new image dialog.
|
||||
- Full support for auto Tallscren/Widescreen has been implemented. ([#458](https://github.com/Orama-Interactive/Pixelorama/pull/458))
|
||||
- Added a new Centralize Image option in the Image menu, which places the visible pixels of the image in the center of the canvas. ([#441](https://github.com/Orama-Interactive/Pixelorama/pull/441))
|
||||
- Implemented the options to import a spritesheet as a new layer and to import an image and have it replace an already existing frame. ([#453](https://github.com/Orama-Interactive/Pixelorama/pull/453))
|
||||
- More templates have been added when creating a new sprite. ([#450](https://github.com/Orama-Interactive/Pixelorama/pull/450))
|
||||
- Added a keyboard shortcut for clear selection, `Control-D`. ([#457](https://github.com/Orama-Interactive/Pixelorama/pull/457))
|
||||
|
||||
### Changed
|
||||
- Undo and redo now work when their respective keyboard shortcuts are being held. ([#405](https://github.com/Orama-Interactive/Pixelorama/pull/405))
|
||||
|
|
|
@ -154,6 +154,18 @@ msgstr ""
|
|||
msgid "Window Transparency"
|
||||
msgstr ""
|
||||
|
||||
msgid "Panel Layout"
|
||||
msgstr ""
|
||||
|
||||
msgid "Auto"
|
||||
msgstr ""
|
||||
|
||||
msgid "Widescreen"
|
||||
msgstr ""
|
||||
|
||||
msgid "Tallscreen"
|
||||
msgstr ""
|
||||
|
||||
msgid "Mirror View"
|
||||
msgstr ""
|
||||
|
||||
|
@ -202,9 +214,15 @@ msgstr ""
|
|||
msgid "Spritesheet (new tab)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Spritesheet (new layer)"
|
||||
msgstr ""
|
||||
|
||||
msgid "New frame"
|
||||
msgstr ""
|
||||
|
||||
msgid "Replace frame"
|
||||
msgstr ""
|
||||
|
||||
msgid "New layer"
|
||||
msgstr ""
|
||||
|
||||
|
@ -223,6 +241,9 @@ msgstr ""
|
|||
msgid "Vertical frames:"
|
||||
msgstr ""
|
||||
|
||||
msgid "Start frame:"
|
||||
msgstr ""
|
||||
|
||||
msgid "Brush type:"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -141,6 +141,9 @@ func create_contributors() -> void:
|
|||
contributors.create_item(contributor_root).set_text(0, " Rémi Verschelde (akien-mga)")
|
||||
contributors.create_item(contributor_root).set_text(0, " gschwind")
|
||||
contributors.create_item(contributor_root).set_text(0, " Fayez Akhtar (Variable)")
|
||||
contributors.create_item(contributor_root).set_text(0, " THWLF")
|
||||
contributors.create_item(contributor_root).set_text(0, " Gamespleasure")
|
||||
contributors.create_item(contributor_root).set_text(0, " ballerburg9005")
|
||||
|
||||
|
||||
func create_translators() -> void:
|
||||
|
|
|
@ -31,7 +31,7 @@ func _on_PreviewDialog_about_to_show() -> void:
|
|||
import_options.add_item("Spritesheet (new tab)")
|
||||
import_options.add_item("Spritesheet (new layer)")
|
||||
import_options.add_item("New frame")
|
||||
import_options.add_item("Replace Frame")
|
||||
import_options.add_item("Replace frame")
|
||||
import_options.add_item("New layer")
|
||||
import_options.add_item("New palette")
|
||||
import_options.add_item("New brush")
|
||||
|
|
|
@ -121,19 +121,18 @@ value = 1.0
|
|||
[node name="SpritesheetLayerOptions" type="HBoxContainer" parent="VBoxContainer/HBoxContainer"]
|
||||
visible = false
|
||||
margin_left = 155.0
|
||||
margin_right = 692.0
|
||||
margin_right = 307.0
|
||||
margin_bottom = 24.0
|
||||
|
||||
[node name="Label3" type="Label" parent="VBoxContainer/HBoxContainer/SpritesheetLayerOptions"]
|
||||
margin_left = 382.0
|
||||
margin_top = 5.0
|
||||
margin_right = 459.0
|
||||
margin_right = 74.0
|
||||
margin_bottom = 19.0
|
||||
text = "Start Frame:"
|
||||
text = "Start frame:"
|
||||
|
||||
[node name="AtFrameSpinbox" type="SpinBox" parent="VBoxContainer/HBoxContainer/SpritesheetLayerOptions"]
|
||||
margin_left = 463.0
|
||||
margin_right = 537.0
|
||||
margin_left = 78.0
|
||||
margin_right = 152.0
|
||||
margin_bottom = 24.0
|
||||
min_value = 1.0
|
||||
value = 1.0
|
||||
|
@ -160,32 +159,32 @@ max_value = 0.0
|
|||
[node name="ReplaceFrameOptions" type="HBoxContainer" parent="VBoxContainer/HBoxContainer"]
|
||||
visible = false
|
||||
margin_left = 155.0
|
||||
margin_right = 433.0
|
||||
margin_right = 427.0
|
||||
margin_bottom = 24.0
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer/ReplaceFrameOptions"]
|
||||
margin_top = 5.0
|
||||
margin_right = 56.0
|
||||
margin_right = 53.0
|
||||
margin_bottom = 19.0
|
||||
text = "At Layer:"
|
||||
text = "At layer:"
|
||||
|
||||
[node name="AtLayerSpinbox" type="SpinBox" parent="VBoxContainer/HBoxContainer/ReplaceFrameOptions"]
|
||||
margin_left = 60.0
|
||||
margin_right = 134.0
|
||||
margin_left = 57.0
|
||||
margin_right = 131.0
|
||||
margin_bottom = 24.0
|
||||
mouse_default_cursor_shape = 2
|
||||
max_value = 0.0
|
||||
|
||||
[node name="Label2" type="Label" parent="VBoxContainer/HBoxContainer/ReplaceFrameOptions"]
|
||||
margin_left = 138.0
|
||||
margin_left = 135.0
|
||||
margin_top = 5.0
|
||||
margin_right = 200.0
|
||||
margin_right = 194.0
|
||||
margin_bottom = 19.0
|
||||
text = "At Frame:"
|
||||
text = "At frame:"
|
||||
|
||||
[node name="AtFrameSpinbox" type="SpinBox" parent="VBoxContainer/HBoxContainer/ReplaceFrameOptions"]
|
||||
margin_left = 204.0
|
||||
margin_right = 278.0
|
||||
margin_left = 198.0
|
||||
margin_right = 272.0
|
||||
margin_bottom = 24.0
|
||||
mouse_default_cursor_shape = 2
|
||||
min_value = 1.0
|
||||
|
@ -216,19 +215,19 @@ value = 1.0
|
|||
[node name="NewBrushOptions" type="HBoxContainer" parent="VBoxContainer/HBoxContainer"]
|
||||
visible = false
|
||||
margin_left = 155.0
|
||||
margin_right = 471.0
|
||||
margin_bottom = 24.0
|
||||
margin_right = 324.0
|
||||
margin_bottom = 20.0
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer/NewBrushOptions"]
|
||||
margin_top = 5.0
|
||||
margin_top = 3.0
|
||||
margin_right = 73.0
|
||||
margin_bottom = 19.0
|
||||
margin_bottom = 17.0
|
||||
text = "Brush type:"
|
||||
|
||||
[node name="BrushTypeOption" type="OptionButton" parent="VBoxContainer/HBoxContainer/NewBrushOptions"]
|
||||
margin_left = 77.0
|
||||
margin_right = 169.0
|
||||
margin_bottom = 24.0
|
||||
margin_bottom = 20.0
|
||||
mouse_default_cursor_shape = 2
|
||||
text = "File brush"
|
||||
items = [ "File brush", null, false, 0, null, "Project brush", null, false, 1, null, "Random brush", null, false, 2, null ]
|
||||
|
|
Loading…
Reference in a new issue