1
0
Fork 0
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:
Manolis Papadeas 2021-03-15 03:41:02 +02:00
parent de164ea9de
commit 810affb1bc
8 changed files with 68 additions and 41 deletions

View file

@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased ## Unreleased
This update has been brought to you by the contributions of: 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 ### Added
- A new pan tool, used to move around the canvas. ([#399](https://github.com/Orama-Interactive/Pixelorama/pull/399)) - 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)) - 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)) - 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. - 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)) - 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 ### Changed
- Undo and redo now work when their respective keyboard shortcuts are being held. ([#405](https://github.com/Orama-Interactive/Pixelorama/pull/405)) - Undo and redo now work when their respective keyboard shortcuts are being held. ([#405](https://github.com/Orama-Interactive/Pixelorama/pull/405))

View file

@ -154,6 +154,18 @@ msgstr ""
msgid "Window Transparency" msgid "Window Transparency"
msgstr "" msgstr ""
msgid "Panel Layout"
msgstr ""
msgid "Auto"
msgstr ""
msgid "Widescreen"
msgstr ""
msgid "Tallscreen"
msgstr ""
msgid "Mirror View" msgid "Mirror View"
msgstr "" msgstr ""
@ -202,9 +214,15 @@ msgstr ""
msgid "Spritesheet (new tab)" msgid "Spritesheet (new tab)"
msgstr "" msgstr ""
msgid "Spritesheet (new layer)"
msgstr ""
msgid "New frame" msgid "New frame"
msgstr "" msgstr ""
msgid "Replace frame"
msgstr ""
msgid "New layer" msgid "New layer"
msgstr "" msgstr ""
@ -223,6 +241,9 @@ msgstr ""
msgid "Vertical frames:" msgid "Vertical frames:"
msgstr "" msgstr ""
msgid "Start frame:"
msgstr ""
msgid "Brush type:" msgid "Brush type:"
msgstr "" msgstr ""

View file

@ -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, " Rémi Verschelde (akien-mga)")
contributors.create_item(contributor_root).set_text(0, " gschwind") 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, " 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: func create_translators() -> void:

View file

@ -31,7 +31,7 @@ func _on_PreviewDialog_about_to_show() -> void:
import_options.add_item("Spritesheet (new tab)") import_options.add_item("Spritesheet (new tab)")
import_options.add_item("Spritesheet (new layer)") import_options.add_item("Spritesheet (new layer)")
import_options.add_item("New frame") 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 layer")
import_options.add_item("New palette") import_options.add_item("New palette")
import_options.add_item("New brush") import_options.add_item("New brush")

View file

@ -121,19 +121,18 @@ value = 1.0
[node name="SpritesheetLayerOptions" type="HBoxContainer" parent="VBoxContainer/HBoxContainer"] [node name="SpritesheetLayerOptions" type="HBoxContainer" parent="VBoxContainer/HBoxContainer"]
visible = false visible = false
margin_left = 155.0 margin_left = 155.0
margin_right = 692.0 margin_right = 307.0
margin_bottom = 24.0 margin_bottom = 24.0
[node name="Label3" type="Label" parent="VBoxContainer/HBoxContainer/SpritesheetLayerOptions"] [node name="Label3" type="Label" parent="VBoxContainer/HBoxContainer/SpritesheetLayerOptions"]
margin_left = 382.0
margin_top = 5.0 margin_top = 5.0
margin_right = 459.0 margin_right = 74.0
margin_bottom = 19.0 margin_bottom = 19.0
text = "Start Frame:" text = "Start frame:"
[node name="AtFrameSpinbox" type="SpinBox" parent="VBoxContainer/HBoxContainer/SpritesheetLayerOptions"] [node name="AtFrameSpinbox" type="SpinBox" parent="VBoxContainer/HBoxContainer/SpritesheetLayerOptions"]
margin_left = 463.0 margin_left = 78.0
margin_right = 537.0 margin_right = 152.0
margin_bottom = 24.0 margin_bottom = 24.0
min_value = 1.0 min_value = 1.0
value = 1.0 value = 1.0
@ -160,32 +159,32 @@ max_value = 0.0
[node name="ReplaceFrameOptions" type="HBoxContainer" parent="VBoxContainer/HBoxContainer"] [node name="ReplaceFrameOptions" type="HBoxContainer" parent="VBoxContainer/HBoxContainer"]
visible = false visible = false
margin_left = 155.0 margin_left = 155.0
margin_right = 433.0 margin_right = 427.0
margin_bottom = 24.0 margin_bottom = 24.0
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer/ReplaceFrameOptions"] [node name="Label" type="Label" parent="VBoxContainer/HBoxContainer/ReplaceFrameOptions"]
margin_top = 5.0 margin_top = 5.0
margin_right = 56.0 margin_right = 53.0
margin_bottom = 19.0 margin_bottom = 19.0
text = "At Layer:" text = "At layer:"
[node name="AtLayerSpinbox" type="SpinBox" parent="VBoxContainer/HBoxContainer/ReplaceFrameOptions"] [node name="AtLayerSpinbox" type="SpinBox" parent="VBoxContainer/HBoxContainer/ReplaceFrameOptions"]
margin_left = 60.0 margin_left = 57.0
margin_right = 134.0 margin_right = 131.0
margin_bottom = 24.0 margin_bottom = 24.0
mouse_default_cursor_shape = 2 mouse_default_cursor_shape = 2
max_value = 0.0 max_value = 0.0
[node name="Label2" type="Label" parent="VBoxContainer/HBoxContainer/ReplaceFrameOptions"] [node name="Label2" type="Label" parent="VBoxContainer/HBoxContainer/ReplaceFrameOptions"]
margin_left = 138.0 margin_left = 135.0
margin_top = 5.0 margin_top = 5.0
margin_right = 200.0 margin_right = 194.0
margin_bottom = 19.0 margin_bottom = 19.0
text = "At Frame:" text = "At frame:"
[node name="AtFrameSpinbox" type="SpinBox" parent="VBoxContainer/HBoxContainer/ReplaceFrameOptions"] [node name="AtFrameSpinbox" type="SpinBox" parent="VBoxContainer/HBoxContainer/ReplaceFrameOptions"]
margin_left = 204.0 margin_left = 198.0
margin_right = 278.0 margin_right = 272.0
margin_bottom = 24.0 margin_bottom = 24.0
mouse_default_cursor_shape = 2 mouse_default_cursor_shape = 2
min_value = 1.0 min_value = 1.0
@ -216,19 +215,19 @@ value = 1.0
[node name="NewBrushOptions" type="HBoxContainer" parent="VBoxContainer/HBoxContainer"] [node name="NewBrushOptions" type="HBoxContainer" parent="VBoxContainer/HBoxContainer"]
visible = false visible = false
margin_left = 155.0 margin_left = 155.0
margin_right = 471.0 margin_right = 324.0
margin_bottom = 24.0 margin_bottom = 20.0
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer/NewBrushOptions"] [node name="Label" type="Label" parent="VBoxContainer/HBoxContainer/NewBrushOptions"]
margin_top = 5.0 margin_top = 3.0
margin_right = 73.0 margin_right = 73.0
margin_bottom = 19.0 margin_bottom = 17.0
text = "Brush type:" text = "Brush type:"
[node name="BrushTypeOption" type="OptionButton" parent="VBoxContainer/HBoxContainer/NewBrushOptions"] [node name="BrushTypeOption" type="OptionButton" parent="VBoxContainer/HBoxContainer/NewBrushOptions"]
margin_left = 77.0 margin_left = 77.0
margin_right = 169.0 margin_right = 169.0
margin_bottom = 24.0 margin_bottom = 20.0
mouse_default_cursor_shape = 2 mouse_default_cursor_shape = 2
text = "File brush" text = "File brush"
items = [ "File brush", null, false, 0, null, "Project brush", null, false, 1, null, "Random brush", null, false, 2, null ] items = [ "File brush", null, false, 0, null, "Project brush", null, false, 1, null, "Random brush", null, false, 2, null ]