1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-03-14 23:35:17 +00:00
Commit graph

412 commits

Author SHA1 Message Date
Emmanouil Papadeas
b12655d772 New translations translations.pot (Albanian) 2024-04-04 02:50:03 +03:00
Emmanouil Papadeas
5f55dc528a New translations translations.pot (Portuguese) 2024-04-04 02:50:02 +03:00
Emmanouil Papadeas
a841b5ad39 New translations translations.pot (Polish) 2024-04-04 02:50:01 +03:00
Emmanouil Papadeas
ef95f61f25 New translations translations.pot (Dutch) 2024-04-04 02:50:00 +03:00
Emmanouil Papadeas
5671bffb8c New translations translations.pot (Korean) 2024-04-04 02:49:59 +03:00
Emmanouil Papadeas
42d2e4979e New translations translations.pot (Japanese) 2024-04-04 02:49:58 +03:00
Emmanouil Papadeas
b02fc9c08a New translations translations.pot (Italian) 2024-04-04 02:49:58 +03:00
Emmanouil Papadeas
dd905cac34 New translations translations.pot (Hungarian) 2024-04-04 02:49:57 +03:00
Emmanouil Papadeas
309ab42f09 New translations translations.pot (Hebrew) 2024-04-04 02:49:56 +03:00
Emmanouil Papadeas
1c4449da30 New translations translations.pot (Finnish) 2024-04-04 02:49:55 +03:00
Emmanouil Papadeas
abbdf5552d New translations translations.pot (Greek) 2024-04-04 02:49:54 +03:00
Emmanouil Papadeas
0ecc2480c2 New translations translations.pot (German) 2024-04-04 02:49:53 +03:00
Emmanouil Papadeas
4eb170d54c New translations translations.pot (Czech) 2024-04-04 02:49:52 +03:00
Emmanouil Papadeas
102fcf59e9 New translations translations.pot (Catalan) 2024-04-04 02:49:51 +03:00
Emmanouil Papadeas
b59672cf26 New translations translations.pot (Belarusian) 2024-04-04 02:49:50 +03:00
Emmanouil Papadeas
d6cf2bb628 New translations translations.pot (Arabic) 2024-04-04 02:49:49 +03:00
Emmanouil Papadeas
18d65698c1 New translations translations.pot (Afrikaans) 2024-04-04 02:49:48 +03:00
Emmanouil Papadeas
040a8431b4 New translations translations.pot (Spanish) 2024-04-04 02:49:47 +03:00
Emmanouil Papadeas
99dd8bd5a7 New translations translations.pot (French) 2024-04-04 02:49:47 +03:00
Emmanouil Papadeas
27d25cb590 New translations translations.pot (Romanian) 2024-04-04 02:49:45 +03:00
Emmanouil Papadeas
7cfb87509b New translations translations.pot (Russian) 2024-04-04 02:49:45 +03:00
Emmanouil Papadeas
df3d2da3e4 New translations translations.pot (Danish) 2024-04-04 02:49:44 +03:00
Emmanouil Papadeas
9f7ba57f0b New translations translations.pot (Danish) 2024-03-21 14:14:59 +02:00
Emmanouil Papadeas
2a21aba263 New translations translations.pot (Russian) 2024-03-20 13:40:34 +02:00
Emmanouil Papadeas
0a824058e3 New translations translations.pot (Russian) 2024-03-19 18:12:11 +02:00
Emmanouil Papadeas
c355a30efa New translations translations.pot (Russian) 2024-03-19 12:04:12 +02:00
Emmanouil Papadeas
18b0888059 New translations translations.pot (Russian) 2024-03-19 10:33:18 +02:00
Emmanouil Papadeas
7988a337b4 New translations translations.pot (Russian) 2024-03-19 08:48:42 +02:00
Emmanouil Papadeas
b7bd27eda1 New translations translations.pot (Russian) 2024-03-18 10:01:02 +02:00
Emmanouil Papadeas
caec4fc919 New translations translations.pot (Russian) 2024-03-18 08:36:04 +02:00
Emmanouil Papadeas
63469e9c78
New Crowdin updates (#987) 2024-03-17 22:15:06 +02:00
Emmanouil Papadeas
4614a648d1 Update hint tooltip of the alpha lock button 2024-03-09 02:51:29 +02:00
Emmanouil Papadeas
90f7df0f5d Exporting each layer as a different file is now possible 2024-03-07 16:08:20 +02:00
Emmanouil Papadeas
20fecc5a7a Export spritesheets based on animation tags 2024-03-06 19:49:05 +02:00
Emmanouil Papadeas
693ca36b26
New Crowdin updates (#964) 2024-02-27 17:26:55 +02:00
OverloadedOrama
b388b9328a [skip ci] Update Translations.pot 2024-02-26 20:17:47 +02:00
Emmanouil Papadeas
9a313821dc When exporting, Pixelorama now remembers the last exported path 2024-02-15 18:41:24 +02:00
Emmanouil Papadeas
5824d2a0eb Choose which layout to copy from when adding a new layout 2024-02-02 02:59:07 +02:00
Emmanouil Papadeas
ffd729486f Expose window transparency as an option in the preferences, keep it disabled by default
I had to disable it, because for some reason having it be enabled by default does not seem to be working. This may be a good idea anyway, as many people will not need this feature, and having this enabled affects performance.

This commit also allows for changing project setting related options in the preferences to also work when running Pixelorama inside Godot.
2024-02-02 00:19:53 +02:00
Emmanouil Papadeas
ce7a5e77ba Add a single window mode setting in the preferences
True by default, when set to false the UI uses multiple windows
2024-01-24 18:31:22 +02:00
Emmanouil Papadeas
d640b6a979 Add a setting to allow usage of native file dialogs in the preferences
Closes #274 and implements #568, at long last! Some issues remain:
- The native save pxo dialog doesn't have an "Include blended images" option. This will be fixed once https://github.com/godotengine/godot/pull/83480 is merged.
- When a native file dialog closes, the interface still remains dimmed.
- In the export dialog, the "Browse" file dialog will also close the export dialog itself when it closes, when it's native.
2024-01-24 04:20:46 +02:00
Emmanouil Papadeas
72bec41e63 Add icons to some Help menu items, add a new "Support Pixelorama's Development" item and remove "Donate" from the About dialog 2024-01-10 00:30:27 +02:00
Emmanouil Papadeas
ae9449500a [AboutDialog] Remove "Developers", rename "Contributors" into "Authors" and put Erevoid's and mine names there
There's no need for our two names to be on their own, they should be together with the rest of the people who contributed to the project.
2024-01-08 22:13:54 +02:00
Emmanouil Papadeas
4f54ffc987 Rename "Crop Image" to "Crop to Selection" and "Trim Image" to "Crop to Content"
Same names as the GNU Image Manipulation Program, much more clear as to what each option does.
2024-01-04 16:28:39 +02:00
TheLsbt
c8f37943d8
Reference Image Improvements (#961)
* Reference Image Updates

* Fixed static typing

Fixed static typing in "src\UI
\ReferenceImages\ReferenceEditPanel.gd"
Changed "ri == null" to "!ri" in "src\UI\Canvas\ReferenceImages.gd"

* Tried fixing the static typing again

Removed lambda functions for the confirmation dialog.
Removed irrelevant print statement.

* Tried fixing static typing again

I think its fixed now

* Changed Spacing

* Fixed Trailing Whitespaces and tabs

* Fixed Final Trailing Whitespace

* Fixed styling and removed useless enum

* Removed double tabs left over from previous commit

* Fixed remove ConfirmDialog Showing on startusp

* Tried Fixing gdlint issues

* Fixed Linting

* Fixed Spelling issues

* Drag and drop to rearrange reference images

Added the ability to drag and drop Reference Images similar to dragging and dropping layers. These can be dragged or used with buttons (similar to the buttons that move frames). With full undo/redo support.

Added tool buttons these should help people who draw on tablets that cannot use keyboard shortcuts (icons still need to be created)

Renamed ReferenceEditPanel.gd to ReferenceEdit.gd (because it is no longer the script of a panel) and changed the base class of the Reference Panel.

Added some more translations.

Remade ReferenceImageButton.tscn to allow for drag and drop

Added drag highlight

* Added Icons

Added icons for the tools of the Reference Images

* Applied the icons to the UI

* Fix Scripting Issues

* Fixed Linting

* Rename Move.png to move.png

* Update Canvas.gd

* Updated the tooltips

Also added the correct translations

* Rename Select.png to select.png

* Rename Select.png.import to select.png.import

* Rename Move.png.import to move.png.import

* Rename Rotate.png to rotate.png

* Rename Rotate.png.import to rotate.png.import

* Fixed import files

* Rename Scale.png to scale.png

* Rename Scale.png.import to scale.png.import

* Added logic to update the reference panel when the project changes

Also fixed visual bugs related to highlighting the current reference image.

Made it so the reference image that was selected in a project get selected again when the project opens instead of going back to -1 (nothing)

* Update Project.gd
2023-12-31 14:12:37 +02:00
Emmanouil Papadeas
d36f89365c Change "Crop Image" to "Trim Image" and add a new "Crop Image" that actually crops the image based on the active selection 2023-12-24 01:11:12 +02:00
Emmanouil Papadeas
06b405dae8 Implements palette sorting 2023-12-23 19:00:24 +02:00
Emmanouil Papadeas
89b17177a1 Show multiple save confirmation dialogs on quit for each project that has changes 2023-12-18 20:23:55 +02:00
Emmanouil Papadeas
0996d0405e Fix create and edit palette dialogs being very long 2023-12-16 22:07:11 +02:00
Emmanouil Papadeas
8e1d949e08
New Crowdin updates (#909) 2023-12-11 03:47:55 +02:00