Commit Graph

2891 Commits

Author SHA1 Message Date
maurycyliebner d919d4d362 Do not add duplicate sounds for merging. 2022-09-25 16:23:34 +02:00
MaurycyLiebner beb3d3b5e9
Merge pull request #308 from yashpalgoyal1304/patch-1
Fix linkrot with icons' links ...
2022-09-23 12:06:12 +02:00
yashpalgoyal1304 87ed7627a0
Fix linkrot with icons' links ...
Twitter and Youtube icons from flaticon site
2022-06-04 01:26:56 +05:30
maurycyliebner c0062e63dd Implement getInheritedTransformAtFrame for InternalLinkBoxBase. 2022-03-25 13:04:35 +01:00
maurycyliebner 89bc54edee Inherited transform improvements. 2022-03-24 17:20:00 +01:00
maurycyliebner d3ddc9f4b1 Use parent transform in setupRenderData. 2022-03-17 13:40:46 +01:00
maurycyliebner d6a2748e34 Fix backup saving. 2022-03-17 13:38:46 +01:00
maurycyliebner 6a8b9eeddd Fix no nested canvas link frame remapping 2022-02-17 16:08:26 +01:00
maurycyliebner 831c4b5cb8 Add node adding tip. 2022-01-26 17:49:24 +01:00
maurycyliebner 77baba3526 Allow node insertion between dissolved nodes. 2022-01-26 17:11:52 +01:00
maurycyliebner 445d2ad2ca Do not setCtrlsMode for interpolated nodes. 2022-01-26 17:11:37 +01:00
maurycyliebner ee308252a2 Don't clear tasks when running out of memory during preview. 2022-01-21 11:45:54 +01:00
maurycyliebner 6dd0f78f51 Fix permanent critical memory state. 2022-01-06 15:25:36 +01:00
maurycyliebner e88e48fca6 Check if image handler exists before replacing image. 2022-01-06 15:12:05 +01:00
maurycyliebner 57cf06d606 Add clear memory button. 2022-01-06 15:08:31 +01:00
maurycyliebner 0117c34d84 Improve low memory handling while rendering. 2022-01-06 14:44:41 +01:00
Maurycy Liebner c39be6f405 Use outline base path for drawing with brush. 2021-07-21 12:44:49 +02:00
Maurycy Liebner 62e43911e1 Revert splash change. 2021-07-21 12:07:55 +02:00
MaurycyLiebner 267957483c
Merge pull request #271 from AlexKiryanov/AlexKiryanov-branch
Fix HEX value update
2021-07-21 11:49:03 +02:00
MaurycyLiebner 40c2c3fb17
Merge pull request #270 from nabbisen/authors-end-year-update-2021
update end year in Authors: 2020 -> 2021
2021-07-21 11:48:20 +02:00
AlexKiryanov d53c9eaf85
Fix HEX value update
Now the HEX field is updated correctly when object is selected
2021-07-19 20:04:51 +03:00
nabbisen 0371f06b3f update end year in Authors: 2020 -> 2021 2021-07-19 21:18:19 +09:00
AlexKiryanov c2ee6f0418
Fix HEX value update (issues #243)
Now the HEX value is updated when the object is selected.
2021-07-17 00:28:25 +03:00
MaurycyLiebner 860e1f0a08
Merge pull request #267 from AlexKiryanov/AlexKiryanov-branch
Add doubleClick event in files doc for import file
2021-07-13 10:40:32 +02:00
AlexKiryanov 49140235cf
Removed extra spaces to make the code nice. 2021-07-10 15:56:33 +03:00
AlexKiryanov c30ff8f843
Add doubleClick event in files dock for import
It's comfortable. Now you do not need to go to the file - import file menu, but just double-click in the dock with files and the file import dialog box will open)
2021-07-10 15:51:41 +03:00
MaurycyLiebner 63af62d901
Merge pull request #266 from AlexKiryanov/AlexKiryanov-branch
New Splash Screen 2021
2021-07-05 14:06:28 +02:00
AlexKiryanov b0cde55d2b
change svg & png file name for new splash screen 2021-07-03 14:53:04 +03:00
AlexKiryanov b343b3c6b3
change .svg & .png file name for new splash screen
splash2021.svg and splash2021.png
2021-07-03 14:51:45 +03:00
AlexKiryanov 6661505690
change .svg file name for new splash screen 2021-07-03 14:48:42 +03:00
AlexKiryanov 08d5e5e54a
Change the name of .svg file for new splash screen 2021-07-03 14:46:10 +03:00
AlexKiryanov 8af8ab2e8d
corrected the layout of the text
The text is now more readable.
2021-07-03 12:47:11 +03:00
AlexKiryanov 769b96a8b5
Change splash.svg file
new background for splash screen
2021-07-03 12:44:18 +03:00
MaurycyLiebner 60eeccbf26
Merge pull request #260 from luzpaz/typo
Fix some user-facing typos
2021-06-22 10:34:28 +02:00
luz paz 6b3925ebb4 Fix some user-facing typos
Found via `codespell -q 3 -S ./third_party  -L thist`
2021-06-21 18:26:46 -04:00
MaurycyLiebner b240c39cb2
Merge pull request #258 from AlexKiryanov/AlexKiryanov-branch
Add and change Hot Keys. Closes #254.
2021-06-14 19:08:38 +02:00
AlexKiryanov 4a62db771a
Add and change Hot Keys
Add Hot Key to Brush tool (B)
Add Hot Key to Erase tool (E)
Change Hot Key to Brush Dock (Ctrl + B)
Change Hot Key to Fill and Stroke Dock (Ctrl + E)
2021-06-14 18:04:56 +03:00
Maurycy Liebner b6c5cd22ea Trigger "0" "1" "+" "-" zoom actions without overriding numerical input. 2021-06-11 10:15:31 +02:00
Maurycy Liebner c419c64593 Basic radialGradient SVG import implementation. 2021-06-09 11:54:37 +02:00
MaurycyLiebner ab466faa5b
Merge pull request #249 from AlexKiryanov/AlexKiryanov-branch
Add views menu in view menu bar
2021-06-02 15:41:11 +02:00
AlexKiryanov 0d47901a43
Add views menu in view menu bar
The View menu is available in all applications. This menu allows you to transform the viewport window. The commands are standard. This is a duplicate of the existing functions. Simply. Now they can be called from this menu, as in all standard applications.
2021-06-02 13:42:33 +03:00
AlexKiryanov bd58a62764
Delete canvaswindowevents.cpp 2021-06-02 13:40:11 +03:00
AlexKiryanov c8390880f6
Delete mainwindow.h 2021-06-02 13:39:58 +03:00
AlexKiryanov e7497a9cc5
Delete mainwindow.cpp 2021-06-02 13:39:43 +03:00
AlexKiryanov 6630d4d8bc
Delete canvaswindow.h 2021-06-02 13:39:25 +03:00
AlexKiryanov 740ef0dac3
Add Views menu in View menu bar
The View menu is available in all applications. This menu allows you to transform the viewport window. The commands are standard. This is a duplicate of the existing functions. Simply. Now they can be called from this menu, as in all standard applications.
2021-06-02 13:35:24 +03:00
Maurycy Liebner a55a5470b5 Improve Path Effects export. Closes #242. 2021-05-20 13:23:01 +02:00
MaurycyLiebner c2570e6295
Clenup SceneSettingsDialog::getFrameRange 2021-05-14 10:35:55 +02:00
MaurycyLiebner cf62c22482
Merge pull request #238 from AlexKiryanov/AlexKiryanov-branch
Add ComboBox and files extensions
2021-05-14 10:29:46 +02:00
AlexKiryanov f14bbc4f06
make code style better scenesettingsdialog.cpp 2021-05-13 22:09:57 +03:00