Branch: refs/heads/testing
Home: https://github.com/synfig/synfig
Commit: 90e4e3b887d0f8085902c26af0777a7a4c20bf77
https://github.com/synfig/synfig/commit/90e4e3b887d0f8085902c26af0777a7a4c20bf77
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-07 (Tue, 07 Apr 2020)
Changed paths:
M synfig-core/src/modules/lyr_std/timeloop.cpp
Log Message:
-----------
fixes "local time" of Time Loop layer - fix #479
Now this example works as described:
https://wiki.synfig.org/Time_Loop_Layer#Contrived_Example
Commit: 02eaf8c033b574c361a8c1b84976908cfe0d3f0f
https://github.com/synfig/synfig/commit/02eaf8c033b574c361a8c1b84976908cfe0d3f0f
Author: rodolforg <[email protected]>
Date: 2020-04-08 (Wed, 08 Apr 2020)
Changed paths:
M synfig-core/src/synfig/canvas.cpp
M synfig-core/src/synfig/savecanvas.cpp
M synfig-core/src/synfig/valuenode.cpp
Log Message:
-----------
avoid duplicated dynamic_cast (other cases) (#1328)
* prefer nullptr rather NULL or 0
* comment-out useless variable
as everything around it is commented-out
* remove sparing semicolons
* remove duplicated code
its copy is right above it!!
* avoid duplicated dynamic_cast
Improves efficiency, readability maybe, and vanishes some Coverity reports
* avoid duplicated cast_dynamic
And this is not caught by Coverity :(
Commit: f3f874523e71a25129e75210c7b3b716aff09407
https://github.com/synfig/synfig/commit/f3f874523e71a25129e75210c7b3b716aff09407
Author: Firas Hanife <[email protected]>
Date: 2020-04-10 (Fri, 10 Apr 2020)
Changed paths:
M synfig-studio/src/gui/asyncrenderer.cpp
Log Message:
-----------
Fixed current_rendered_frames_count assignment
Commit: d1459cfda8e12e8b01307fb5649aeeef5b87f990
https://github.com/synfig/synfig/commit/d1459cfda8e12e8b01307fb5649aeeef5b87f990
Author: rodolforg <[email protected]>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M synfig-core/src/synfig/cairoimporter.cpp
M synfig-core/src/synfig/cairoimporter.h
Log Message:
-----------
Remove unused CairoImporter method (#1331)
* prefer nullptr rather NULL or 0
* remove unused CairoImporter method
Commit: 70989c3fda9bd031dbd74178019a3fbfecdc96cf
https://github.com/synfig/synfig/commit/70989c3fda9bd031dbd74178019a3fbfecdc96cf
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M synfig-core/src/modules/mod_svg/svg_parser.cpp
M synfig-core/src/modules/mod_svg/svg_parser.h
M synfig-core/src/synfig/filesystem.cpp
M synfig-core/src/synfig/filesystem.h
Log Message:
-----------
remove unused #include
Commit: 0742e14ccf251bc9d5e934008844eca485184086
https://github.com/synfig/synfig/commit/0742e14ccf251bc9d5e934008844eca485184086
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M synfig-studio/src/gui/cellrenderer/cellrenderer_value.cpp
Log Message:
-----------
remove unused macro
Commit: 83b9118d0222eacf6f8fea7ab887e23b0ab4962b
https://github.com/synfig/synfig/commit/83b9118d0222eacf6f8fea7ab887e23b0ab4962b
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M synfig-studio/src/gui/cellrenderer/cellrenderer_value.cpp
Log Message:
-----------
prefer nullptr rather 0 or NULL
Commit: 0f93005f8a8242668cda922ee8286c0cd8ae3d52
https://github.com/synfig/synfig/commit/0f93005f8a8242668cda922ee8286c0cd8ae3d52
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M synfig-studio/src/gui/cellrenderer/cellrenderer_value.cpp
Log Message:
-----------
unnecessary type cast
Commit: a064eb24d9b83aba36cc304e21aa2084aed6f17b
https://github.com/synfig/synfig/commit/a064eb24d9b83aba36cc304e21aa2084aed6f17b
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M synfig-studio/src/gui/cellrenderer/cellrenderer_value.cpp
M synfig-studio/src/gui/cellrenderer/cellrenderer_value.h
Log Message:
-----------
remove unused #include
Commit: b09286e878a136617489d58884c0e747f57aa01c
https://github.com/synfig/synfig/commit/b09286e878a136617489d58884c0e747f57aa01c
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M synfig-studio/src/gui/cellrenderer/cellrenderer_value.cpp
Log Message:
-----------
remove commented code (since 2005)
Commit: 783e0b31785859b2b7062e09438b1e40f6b52aff
https://github.com/synfig/synfig/commit/783e0b31785859b2b7062e09438b1e40f6b52aff
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M synfig-studio/src/gui/cellrenderer/cellrenderer_value.cpp
Log Message:
-----------
reorder properties due to memory alignment issue
Commit: 7e989f1831da30f2e8d74c34df0649e83b099918
https://github.com/synfig/synfig/commit/7e989f1831da30f2e8d74c34df0649e83b099918
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M synfig-studio/src/gui/cellrenderer/cellrenderer_value.cpp
Log Message:
-----------
remove more commented code
Commit: 46e3ccda680091857a1f9587787cd9d3a3627fd4
https://github.com/synfig/synfig/commit/46e3ccda680091857a1f9587787cd9d3a3627fd4
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M synfig-studio/src/gui/cellrenderer/cellrenderer_value.cpp
M synfig-studio/src/gui/widgets/widget_value.cpp
M synfig-studio/src/gui/widgets/widget_value.h
Log Message:
-----------
allow enum parameter be edited with a single click
Commit: a968cdcf82388d943968be60f4df9d927333e13b
https://github.com/synfig/synfig/commit/a968cdcf82388d943968be60f4df9d927333e13b
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M synfig-studio/src/gui/cellrenderer/cellrenderer_value.cpp
Log Message:
-----------
fix warning about unused method parameters
Commit: fe96d4ce64d4270efa0a8e5897ee8ba421e1053f
https://github.com/synfig/synfig/commit/fe96d4ce64d4270efa0a8e5897ee8ba421e1053f
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M synfig-studio/src/gui/widgets/widget_value.cpp
Log Message:
-----------
remove more commented code (since 2005)
Commit: 28696ba976cbf6dfab33cf75da4a4b8aab31e44f
https://github.com/synfig/synfig/commit/28696ba976cbf6dfab33cf75da4a4b8aab31e44f
Author: Konstantin Dmitriev <[email protected]>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M synfig-studio/src/gui/cellrenderer/cellrenderer_value.cpp
M synfig-studio/src/gui/cellrenderer/cellrenderer_value.h
M synfig-studio/src/gui/widgets/widget_value.cpp
M synfig-studio/src/gui/widgets/widget_value.h
Log Message:
-----------
Merge PR #1325: Allow enum parameter be edited with a double click instead of
triple click
Commit: 8abcd4001cca830379259a6e4b1719c6dc38d53c
https://github.com/synfig/synfig/commit/8abcd4001cca830379259a6e4b1719c6dc38d53c
Author: ice0 <[email protected]>
Date: 2020-04-12 (Sun, 12 Apr 2020)
Changed paths:
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/app.h
M synfig-studio/src/gui/mainwindow.cpp
M synfig-studio/src/gui/mainwindow.h
Log Message:
-----------
Improved generation of recent files list. Fixed MAX_PATH on Windows. (#1335)
* Improved generation of recent files list. Fixed bug.
* MAX_PATH fixes
Commit: b3ae782bc2c234f171c482009cff1d197d87d01e
https://github.com/synfig/synfig/commit/b3ae782bc2c234f171c482009cff1d197d87d01e
Author: rodolforg <[email protected]>
Date: 2020-04-12 (Sun, 12 Apr 2020)
Changed paths:
M synfig-studio/src/gui/canvasview.cpp
Log Message:
-----------
Show workarea task messages as tooltip too (#1338)
sometime they don't fit in due to screen size vs. message length
Commit: ea8e3f99c7b2b429b5c6352c33f11d817ad07768
https://github.com/synfig/synfig/commit/ea8e3f99c7b2b429b5c6352c33f11d817ad07768
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M synfig-studio/src/gui/waypointrenderer.cpp
Log Message:
-----------
rename properly outline_color var due to possible dark mode support
Commit: fd90636fbc0b9e070fc11f72247c1df104ad9fb7
https://github.com/synfig/synfig/commit/fd90636fbc0b9e070fc11f72247c1df104ad9fb7
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M synfig-studio/src/gui/waypointrenderer.cpp
Log Message:
-----------
cleanup halt waypoint rendering
Commit: 79cc9063116f861f1881f0530a4190a6808e090b
https://github.com/synfig/synfig/commit/79cc9063116f861f1881f0530a4190a6808e090b
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M synfig-studio/src/gui/waypointrenderer.cpp
Log Message:
-----------
cleanup linear, clamped, constant and undefined waypoint rendering
Commit: aa6f2e9c2af654e8d0b540b527e0e1bf11c4629c
https://github.com/synfig/synfig/commit/aa6f2e9c2af654e8d0b540b527e0e1bf11c4629c
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M synfig-studio/src/gui/waypointrenderer.cpp
Log Message:
-----------
FIXUP HALT _ SQUASH
Commit: b819fba9418f4919c463876647a312ecdde3b437
https://github.com/synfig/synfig/commit/b819fba9418f4919c463876647a312ecdde3b437
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M synfig-studio/src/gui/cellrenderer/cellrenderer_timetrack.cpp
M synfig-studio/src/gui/waypointrenderer.cpp
M synfig-studio/src/gui/waypointrenderer.h
M synfig-studio/src/gui/widgets/widget_curves.cpp
M synfig-studio/src/gui/widgets/widget_timetrack.cpp
Log Message:
-----------
add second outline for waypoints of not-animated valuebase_nodes
fix #1266
Commit: 175e547a44e418094b9964298bd48acf86297fc7
https://github.com/synfig/synfig/commit/175e547a44e418094b9964298bd48acf86297fc7
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M synfig-studio/src/gui/waypointrenderer.cpp
Log Message:
-----------
remove useless code for halt waypoint rendering
Commit: 5b37d157dfdfa771290992ed1e27c1028ce6f545
https://github.com/synfig/synfig/commit/5b37d157dfdfa771290992ed1e27c1028ce6f545
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M synfig-studio/src/gui/waypointrenderer.cpp
Log Message:
-----------
make division with doubles in order to avoid minor errors
Commit: ccf39ec9900fbd6835e651630e986e9645c1bbd8
https://github.com/synfig/synfig/commit/ccf39ec9900fbd6835e651630e986e9645c1bbd8
Author: rodolforg <[email protected]>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M synfig-core/src/modules/mod_jpeg/mptr_jpeg.cpp
M synfig-core/src/modules/mod_jpeg/mptr_jpeg.h
M synfig-core/src/modules/mod_jpeg/trgt_jpeg.cpp
M synfig-core/src/modules/mod_jpeg/trgt_jpeg.h
Log Message:
-----------
Minor code cleanup trgt_jpeg and mptr_jpeg (#1343)
* remove unneeded #include
* prefer nullptr rather NULL or 0
Commit: 788d72dea3fb5769bdcf85583a15053ba2031c06
https://github.com/synfig/synfig/commit/788d72dea3fb5769bdcf85583a15053ba2031c06
Author: Konstantin Dmitriev <[email protected]>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M synfig-studio/src/gui/cellrenderer/cellrenderer_timetrack.cpp
M synfig-studio/src/gui/waypointrenderer.cpp
M synfig-studio/src/gui/waypointrenderer.h
M synfig-studio/src/gui/widgets/widget_curves.cpp
M synfig-studio/src/gui/widgets/widget_timetrack.cpp
Log Message:
-----------
Merge PR #1344: Different look for indirect waypoints
Commit: 73a6a0ae3334fad7e3185d4965b44497ba72d1af
https://github.com/synfig/synfig/commit/73a6a0ae3334fad7e3185d4965b44497ba72d1af
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M synfig-studio/src/gui/canvasview.cpp
Log Message:
-----------
remove wrong callback binding
Commit: 5f2fe66e8491b48817cda59be6d53bd016ff6002
https://github.com/synfig/synfig/commit/5f2fe66e8491b48817cda59be6d53bd016ff6002
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M synfig-studio/src/gui/trees/layertree.cpp
Log Message:
-----------
prefer nullptr rather NULL or 0
Commit: 320a6a60b8a2230a87dbf121058f74945a3c031e
https://github.com/synfig/synfig/commit/320a6a60b8a2230a87dbf121058f74945a3c031e
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M synfig-studio/src/gui/trees/layertree.cpp
Log Message:
-----------
reduces variable scope and fixes type
Commit: 7e99f48debfba48c8a646e64224a094c73441093
https://github.com/synfig/synfig/commit/7e99f48debfba48c8a646e64224a094c73441093
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M synfig-studio/src/gui/trees/layertree.h
Log Message:
-----------
fix internal property scope: private
Commit: 81b9115d3af5f1d905c2f56190efe8d2dfa6904b
https://github.com/synfig/synfig/commit/81b9115d3af5f1d905c2f56190efe8d2dfa6904b
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M synfig-studio/src/gui/trees/layertree.cpp
M synfig-studio/src/gui/trees/layertree.h
M synfig-studio/src/gui/widgets/widget_value.cpp
Log Message:
-----------
single click for edit parameters of any type
Commit: 29d887824118dc8372994fdf27f73a3a9074a459
https://github.com/synfig/synfig/commit/29d887824118dc8372994fdf27f73a3a9074a459
Author: Konstantin Dmitriev <[email protected]>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M synfig-studio/src/gui/canvasview.cpp
M synfig-studio/src/gui/trees/layertree.cpp
M synfig-studio/src/gui/trees/layertree.h
M synfig-studio/src/gui/widgets/widget_value.cpp
Log Message:
-----------
Merge PR #1337: Single click for parameter editing
Commit: 2e2e7764e1c58f562f54d33629b35cc15798e4d3
https://github.com/synfig/synfig/commit/2e2e7764e1c58f562f54d33629b35cc15798e4d3
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M synfig-studio/src/gui/cellrenderer/cellrenderer_value.cpp
M synfig-studio/src/gui/widgets/widget_value.cpp
M synfig-studio/src/gui/widgets/widget_value.h
Log Message:
-----------
canvas and bone parameters now pop up in one single click
fix #1349
Commit: 869bcc9d8534e26079c2c0d860b59438dd38699f
https://github.com/synfig/synfig/commit/869bcc9d8534e26079c2c0d860b59438dd38699f
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M synfig-studio/src/gui/cellrenderer/cellrenderer_value.cpp
M synfig-studio/src/gui/widgets/widget_value.cpp
Log Message:
-----------
sublayer parameter now pops up in one single click
(Switch layer)
Commit: 2df33799b30f777b6ff3818578ed376111094b49
https://github.com/synfig/synfig/commit/2df33799b30f777b6ff3818578ed376111094b49
Author: Konstantin Dmitriev <[email protected]>
Date: 2020-04-15 (Wed, 15 Apr 2020)
Changed paths:
M synfig-studio/src/gui/cellrenderer/cellrenderer_value.cpp
M synfig-studio/src/gui/widgets/widget_value.cpp
M synfig-studio/src/gui/widgets/widget_value.h
Log Message:
-----------
Merge PR #1351: Canvas, bone & sublayer parameters now pops up in one single
click
Commit: a8eccbe0b9780c29ac517ec6852c6bcf795515bc
https://github.com/synfig/synfig/commit/a8eccbe0b9780c29ac517ec6852c6bcf795515bc
Author: Konstantin Dmitriev <[email protected]>
Date: 2020-04-16 (Thu, 16 Apr 2020)
Changed paths:
M synfig-studio/src/gui/duckmatic.cpp
Log Message:
-----------
Cleanup unwanted console messages (#1352)
Commit: f93735e6fa638357396cfc8c373aace1c374341d
https://github.com/synfig/synfig/commit/f93735e6fa638357396cfc8c373aace1c374341d
Author: rodolforg <[email protected]>
Date: 2020-04-17 (Fri, 17 Apr 2020)
Changed paths:
M synfig-core/src/modules/mod_png/trgt_png_spritesheet.cpp
M synfig-core/src/modules/mod_png/trgt_png_spritesheet.h
M synfig-core/src/synfig/target_multi.cpp
M synfig-core/src/synfig/target_multi.h
M synfig-core/src/synfig/target_scanline.cpp
M synfig-core/src/synfig/target_scanline.h
M synfig-studio/src/gui/CMakeLists.txt
M synfig-studio/src/gui/Makefile.am
M synfig-studio/src/gui/asyncrenderer.cpp
M synfig-studio/src/gui/asyncrenderer.h
A synfig-studio/src/gui/progresslogger.cpp
A synfig-studio/src/gui/progresslogger.h
M synfig-studio/src/gui/render.cpp
M synfig-studio/src/gui/render.h
M synfig-studio/src/synfigapp/instance.cpp
Log Message:
-----------
Avoid crash on pngspritesheet exporting (#1339)
* avoid duplicate cast_dynamic
* replace success/error vars with render status property
* show error message on render error
* fix string for i18n
* try to report the png_spritesheet error reason
* please don't throw if you can report via progress_callback
* avoid null pointer dereference
* add callback report to target_scanline::add_frame
finally fix #356
* try to avoid crash due to exception throwing
* report render errors in GUI
* fix enum for windows
Commit: 7c57f7ac0867a5cd768d8c2f060d057cd2d222e0
https://github.com/synfig/synfig/commit/7c57f7ac0867a5cd768d8c2f060d057cd2d222e0
Author: Konstantin Dmitriev <[email protected]>
Date: 2020-04-18 (Sat, 18 Apr 2020)
Changed paths:
M synfig-studio/src/gui/canvasview.cpp
Log Message:
-----------
Show interpolation type directly in waypoint's context menu. (#1353)
Previously it was hidden in sub-menu.
Commit: 3ef74a55560c92463d33f7bc831a38faaa854ba8
https://github.com/synfig/synfig/commit/3ef74a55560c92463d33f7bc831a38faaa854ba8
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-18 (Sat, 18 Apr 2020)
Changed paths:
M synfig-core/src/synfig/savecanvas.cpp
Log Message:
-----------
fix bline point order when saving for older canvas (< synfig 1.4)
this is due to changes discussed here
https://github.com/synfig/synfig/issues/1284
Commit: 7327b78d4e27e0a743a43cccae012f1b1e46ae22
https://github.com/synfig/synfig/commit/7327b78d4e27e0a743a43cccae012f1b1e46ae22
Author: Konstantin Dmitriev <[email protected]>
Date: 2020-04-18 (Sat, 18 Apr 2020)
Changed paths:
M .github/FUNDING.yml
Log Message:
-----------
Add link to OpenCollective in FUNDING.yml
Commit: f7d0565b829f225266487faca04e0c2e6520a748
https://github.com/synfig/synfig/commit/f7d0565b829f225266487faca04e0c2e6520a748
Author: Jess <[email protected]>
Date: 2020-04-18 (Sat, 18 Apr 2020)
Changed paths:
M README.md
Log Message:
-----------
Added financial contributors to the README
Commit: 2ed703e6e6d43265e2b75ebd18156a248c5ed9d8
https://github.com/synfig/synfig/commit/2ed703e6e6d43265e2b75ebd18156a248c5ed9d8
Author: Konstantin Dmitriev <[email protected]>
Date: 2020-04-18 (Sat, 18 Apr 2020)
Changed paths:
M README.md
Log Message:
-----------
README: Move list of contrubutors to top, fix "contribute" link.
Commit: 7d0ef7e89b47970e7339d62217aa2e87d28ddf5a
https://github.com/synfig/synfig/commit/7d0ef7e89b47970e7339d62217aa2e87d28ddf5a
Author: Konstantin Dmitriev <[email protected]>
Date: 2020-04-19 (Sun, 19 Apr 2020)
Changed paths:
M synfig-core/src/synfig/savecanvas.cpp
Log Message:
-----------
fix bline point order when saving for older canvas (part 2) (#1365)
Commit: 008ab83f655334711559bcb6e5f64ce15293b9f2
https://github.com/synfig/synfig/commit/008ab83f655334711559bcb6e5f64ce15293b9f2
Author: ankit-kumar-dwivedi <[email protected]>
Date: 2020-04-21 (Tue, 21 Apr 2020)
Changed paths:
M synfig-studio/src/gui/dialogs/about.cpp
Log Message:
-----------
added vectorizer feature credits to about dialog.
Commit: d3857788ad8c61a742154e7d9ef1f9c10458a74e
https://github.com/synfig/synfig/commit/d3857788ad8c61a742154e7d9ef1f9c10458a74e
Author: Konstantin Dmitriev <[email protected]>
Date: 2020-04-21 (Tue, 21 Apr 2020)
Changed paths:
M synfig-studio/src/gui/dialogs/about.cpp
Log Message:
-----------
Improve formatting of Vectorizer license in About dialog
Commit: 8c8c9859f2550eeee7da3e94f4024fc57f718cb0
https://github.com/synfig/synfig/commit/8c8c9859f2550eeee7da3e94f4024fc57f718cb0
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-21 (Tue, 21 Apr 2020)
Changed paths:
M synfig-studio/src/gui/widgets/widget_curves.cpp
Log Message:
-----------
don't let user delete waypoints while dragging them in Graph panel
Commit: 53c5dedf74de98c5fea310bc540abe527d210ef4
https://github.com/synfig/synfig/commit/53c5dedf74de98c5fea310bc540abe527d210ef4
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-21 (Tue, 21 Apr 2020)
Changed paths:
M synfig-studio/src/gui/widgets/widget_timetrack.cpp
Log Message:
-----------
don't let user delete waypoints while dragging them in Timetrack panel
Commit: 892c6e2338c1bf2c535180619d6c1099498150fa
https://github.com/synfig/synfig/commit/892c6e2338c1bf2c535180619d6c1099498150fa
Author: ice0 <[email protected]>
Date: 2020-04-22 (Wed, 22 Apr 2020)
Changed paths:
M synfig-studio/src/gui/widgets/widget_curves.cpp
Log Message:
-----------
Merge PR #1372: don't let user delete waypoints while dragging them in Graph
panel
don't let user delete waypoints while dragging them in Graph panel
Commit: d2821ddcf1c09f453a0cfca2b7110e8399af6fac
https://github.com/synfig/synfig/commit/d2821ddcf1c09f453a0cfca2b7110e8399af6fac
Author: ice0 <[email protected]>
Date: 2020-04-23 (Thu, 23 Apr 2020)
Changed paths:
M synfig-studio/src/gui/widgets/widget_timetrack.cpp
Log Message:
-----------
Merge PR #1373: don't let user delete waypoints while dragging them in
Timetrack panel
don't let user delete waypoints while dragging them in Timetrack panel
Commit: 52eb2c84ab8c34ca5701648b89241276e6c3d014
https://github.com/synfig/synfig/commit/52eb2c84ab8c34ca5701648b89241276e6c3d014
Author: rodolforg <[email protected]>
Date: 2020-04-23 (Thu, 23 Apr 2020)
Changed paths:
M synfig-studio/src/gui/workarea.cpp
M synfig-studio/src/gui/workarea.h
Log Message:
-----------
Workarea: replace deprecated Gtk::Table (#1357)
* remove unused #include for WorkArea
* replace deprecated Gtk::Table with Gtk::Grid
as well for [V/H]Scrollbar and [H]Box
Gtk::Arrow is still here though.
* fix for old Gtk versions
Commit: 3b1471fca5d8405999cd5b4ed24aba078046a20b
https://github.com/synfig/synfig/commit/3b1471fca5d8405999cd5b4ed24aba078046a20b
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-23 (Thu, 23 Apr 2020)
Changed paths:
M synfig-core/src/modules/mod_png/mptr_png.cpp
Log Message:
-----------
fix endianess of 16-bit PNG importing
fix #1371
fix #1160
Commit: 93e758b73349ddd0463018d3efff6837f9db60d9
https://github.com/synfig/synfig/commit/93e758b73349ddd0463018d3efff6837f9db60d9
Author: Konstantin Dmitriev <[email protected]>
Date: 2020-04-23 (Thu, 23 Apr 2020)
Changed paths:
M synfig-core/src/synfig/savecanvas.cpp
Log Message:
-----------
fix bline point order when saving for older canvas (part 3).
Thanks to Rodolfo Ribeiro Gomes
Commit: e821d3193e980b89851d86642630dc129c942caf
https://github.com/synfig/synfig/commit/e821d3193e980b89851d86642630dc129c942caf
Author: Konstantin Dmitriev <[email protected]>
Date: 2020-04-24 (Fri, 24 Apr 2020)
Changed paths:
M synfig-core/src/synfig/loadcanvas.cpp
Log Message:
-----------
Warning when opening file of older version. Closes #1307.
Commit: 40593a09e815c08229334bce57001c69ca0d1607
https://github.com/synfig/synfig/commit/40593a09e815c08229334bce57001c69ca0d1607
Author: Konstantin Dmitriev <[email protected]>
Date: 2020-04-24 (Fri, 24 Apr 2020)
Changed paths:
M synfig-core/po/ar.po
M synfig-core/po/it.po
M synfig-studio/po/ar.po
M synfig-studio/po/it.po
M synfig-studio/po/pt_BR.po
Log Message:
-----------
Update translations 2020-04-24
Commit: 114130756fc5b43c04b09c11252bfa600a7ada3d
https://github.com/synfig/synfig/commit/114130756fc5b43c04b09c11252bfa600a7ada3d
Author: Firas Hanife <[email protected]>
Date: 2020-04-26 (Sun, 26 Apr 2020)
Changed paths:
M synfig-studio/src/gui/modules/mod_palette/dock_paledit.cpp
Log Message:
-----------
Fix typo in source code
Commit: 7480aebdb3a988e38da5c0e08e64c6f75e9df111
https://github.com/synfig/synfig/commit/7480aebdb3a988e38da5c0e08e64c6f75e9df111
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2020-04-26 (Sun, 26 Apr 2020)
Changed paths:
M synfig-core/src/synfig/valuenodes/valuenode_radialcomposite.cpp
Log Message:
-----------
fix readable name of Alpha parameter of Radial Composite valuenode
fix #1378
Commit: 42cbd4acb6ffbc56f322fb0ab6445dba7f1aa561
https://github.com/synfig/synfig/commit/42cbd4acb6ffbc56f322fb0ab6445dba7f1aa561
Author: Mattia Basaglia <[email protected]>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M synfig-studio/plugins/lottie-exporter/lottie-exporter.py
M synfig-studio/plugins/lottie-exporter/plugin.xml.in
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/canvasview.cpp
M synfig-studio/src/gui/instance.cpp
M synfig-studio/src/gui/instance.h
M synfig-studio/src/gui/pluginmanager.cpp
M synfig-studio/src/gui/pluginmanager.h
Log Message:
-----------
Rework the plugin system
Commit: 2c56ee8aa64336d1e25b927599e4aa277d133ba5
https://github.com/synfig/synfig/commit/2c56ee8aa64336d1e25b927599e4aa277d133ba5
Author: Mattia Basaglia <[email protected]>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/app.h
M synfig-studio/src/gui/canvasview.cpp
M synfig-studio/src/gui/instance.cpp
M synfig-studio/src/gui/instance.h
M synfig-studio/src/gui/pluginmanager.cpp
M synfig-studio/src/gui/pluginmanager.h
Log Message:
-----------
Importer plugins
Commit: ee6854500484255a943902608ef351e7adff9100
https://github.com/synfig/synfig/commit/ee6854500484255a943902608ef351e7adff9100
Author: Mattia Basaglia <[email protected]>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M synfig-studio/src/gui/app.cpp
Log Message:
-----------
Add a message in case there is no importer installed
Commit: 79cac4a36768dee4ac305bc3814382a3780756c7
https://github.com/synfig/synfig/commit/79cac4a36768dee4ac305bc3814382a3780756c7
Author: Mattia Basaglia <[email protected]>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/app.h
M synfig-studio/src/gui/canvasview.cpp
M synfig-studio/src/gui/instance.cpp
Log Message:
-----------
Show plugin importers under Open
Commit: 13fcb5a7541f6253b3d2627e420ef649867d5309
https://github.com/synfig/synfig/commit/13fcb5a7541f6253b3d2627e420ef649867d5309
Author: Mattia Basaglia <[email protected]>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M synfig-studio/src/gui/pluginmanager.cpp
M synfig-studio/src/gui/pluginmanager.h
Log Message:
-----------
Avoid name collision for stdout/stderr
Commit: d2b792f49b45dbd91b81c7ef20a00ab14b62fd30
https://github.com/synfig/synfig/commit/d2b792f49b45dbd91b81c7ef20a00ab14b62fd30
Author: Mattia Basaglia <[email protected]>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M synfig-studio/plugins/lottie-exporter/plugin.xml.in
M synfig-studio/src/gui/app.cpp
Log Message:
-----------
Implicit . on plugin extension import/export
Commit: ad301f90aa4ae7160ac9cae1a450d3eb1db6cd12
https://github.com/synfig/synfig/commit/ad301f90aa4ae7160ac9cae1a450d3eb1db6cd12
Author: Mattia Basaglia <[email protected]>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M synfig-studio/src/gui/pluginmanager.cpp
Log Message:
-----------
Base pluginin script ids on the xml file name rather than its directory
Commit: c3d4f37d0a9ba3712a1a6a2eee8e1a72fad73cb5
https://github.com/synfig/synfig/commit/c3d4f37d0a9ba3712a1a6a2eee8e1a72fad73cb5
Author: Mattia Basaglia <[email protected]>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M synfig-studio/src/gui/app.h
M synfig-studio/src/gui/instance.h
Log Message:
-----------
Removed unused declarations
Commit: 71558609b79fb587af64bf29fe2f568219c1a23e
https://github.com/synfig/synfig/commit/71558609b79fb587af64bf29fe2f568219c1a23e
Author: Mattia Basaglia <[email protected]>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/pluginmanager.cpp
Log Message:
-----------
Add extension dot when loading them from the plugin file
Commit: ca705d8e0dc66e3aa38ec0561bc373233c938fca
https://github.com/synfig/synfig/commit/ca705d8e0dc66e3aa38ec0561bc373233c938fca
Author: Mattia Basaglia <[email protected]>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M synfig-studio/plugins/lottie-exporter/lottie-exporter.py
M synfig-studio/plugins/lottie-exporter/plugin.xml.in
Log Message:
-----------
Use stdout for logs from lottie-exporter
Commit: 0adc445b7d868526527695cba3d262acd283305e
https://github.com/synfig/synfig/commit/0adc445b7d868526527695cba3d262acd283305e
Author: Mattia Basaglia <[email protected]>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M synfig-studio/src/gui/pluginmanager.cpp
Log Message:
-----------
Use ui_language to select the plugin string
Commit: 0e1e25612f16780b201b446637f9784343d4c0df
https://github.com/synfig/synfig/commit/0e1e25612f16780b201b446637f9784343d4c0df
Author: Mattia Basaglia <[email protected]>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M synfig-studio/src/gui/pluginmanager.cpp
Log Message:
-----------
Propely load importers
Commit: 8e428231cb1afdcc4e8c7a7caf1e2d8ee0d66ccc
https://github.com/synfig/synfig/commit/8e428231cb1afdcc4e8c7a7caf1e2d8ee0d66ccc
Author: Mattia Basaglia <[email protected]>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M synfig-studio/src/gui/app.cpp
Log Message:
-----------
Handle plugins on Any files
Commit: ee00a563bfc67b410f06986ffa2a261c3b8e3885
https://github.com/synfig/synfig/commit/ee00a563bfc67b410f06986ffa2a261c3b8e3885
Author: Mattia Basaglia <[email protected]>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/app.h
Log Message:
-----------
Show a dialog to select the right importer plugin
Commit: 52cafe59e80084edde18f2edf05edcb9e916621c
https://github.com/synfig/synfig/commit/52cafe59e80084edde18f2edf05edcb9e916621c
Author: Mattia Basaglia <[email protected]>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/app.h
M synfig-studio/src/gui/mainwindow.cpp
Log Message:
-----------
Support imported files in open recent
Commit: 252c8330d63fbb1f40c8a0f9f3fdfe6c5938a2e9
https://github.com/synfig/synfig/commit/252c8330d63fbb1f40c8a0f9f3fdfe6c5938a2e9
Author: Mattia Basaglia <[email protected]>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M synfig-studio/src/gui/app.cpp
Log Message:
-----------
Add filter for all supported files
Commit: 509cefc180c4f356845bdc204808c5eca4e6b3f2
https://github.com/synfig/synfig/commit/509cefc180c4f356845bdc204808c5eca4e6b3f2
Author: Mattia Basaglia <[email protected]>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M synfig-studio/src/gui/app.cpp
Log Message:
-----------
Set the canvas filename to that of a new file when imported from a plugin
Commit: 9bd9506384701e34cefa6951cf762633a024b5d2
https://github.com/synfig/synfig/commit/9bd9506384701e34cefa6951cf762633a024b5d2
Author: Mattia Basaglia <[email protected]>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/canvasview.cpp
Log Message:
-----------
Rename variables
Commit: 8208138aba02c4193b39c3e8bc1062d98bcc9df7
https://github.com/synfig/synfig/commit/8208138aba02c4193b39c3e8bc1062d98bcc9df7
Author: Mattia Basaglia <[email protected]>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M synfig-studio/src/gui/instance.cpp
Log Message:
-----------
Enforce synfig file extension in run plugin
Commit: 3fb18476777d5efa82723ea50213fff8f446818d
https://github.com/synfig/synfig/commit/3fb18476777d5efa82723ea50213fff8f446818d
Author: Mattia Basaglia <[email protected]>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M synfig-studio/src/gui/instance.cpp
Log Message:
-----------
Save canvas as fallback if get_read_stream fails
Commit: d23442958d9b5546f9ba1dea21b150e52c424cd3
https://github.com/synfig/synfig/commit/d23442958d9b5546f9ba1dea21b150e52c424cd3
Author: ice0 <[email protected]>
Date: 2020-04-29 (Wed, 29 Apr 2020)
Changed paths:
M ETL/ETL/CMakeLists.txt
M ETL/ETL/Makefile.am
R ETL/ETL/_smach.h
R ETL/ETL/smach
M ETL/test/Makefile.am
A synfig-studio/src/gui/_smach.h
A synfig-studio/src/gui/smach
M synfig-studio/src/gui/smach.h
Log Message:
-----------
Moved state machine (smach) from ETL to synfig-studio/src/gui
Commit: 51ba10644bd4aab01866bb5a2c8dad4805556e41
https://github.com/synfig/synfig/commit/51ba10644bd4aab01866bb5a2c8dad4805556e41
Author: ice0 <[email protected]>
Date: 2020-04-29 (Wed, 29 Apr 2020)
Changed paths:
M synfig-studio/plugins/lottie-exporter/lottie-exporter.py
M synfig-studio/plugins/lottie-exporter/plugin.xml.in
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/app.h
M synfig-studio/src/gui/canvasview.cpp
M synfig-studio/src/gui/instance.cpp
M synfig-studio/src/gui/instance.h
M synfig-studio/src/gui/mainwindow.cpp
M synfig-studio/src/gui/pluginmanager.cpp
M synfig-studio/src/gui/pluginmanager.h
Log Message:
-----------
Merge PR #1313: Rework the plugin system
Rework the plugin system
Commit: c4884804cf43059d1c8152ee310ba9eb3fffa24c
https://github.com/synfig/synfig/commit/c4884804cf43059d1c8152ee310ba9eb3fffa24c
Author: Arya <ARYA-BHARDWAJ>
Date: 2020-05-01 (Fri, 01 May 2020)
Changed paths:
M synfig-core/src/modules/lyr_std/CMakeLists.txt
M synfig-core/src/modules/lyr_std/Makefile.am
M synfig-core/src/modules/lyr_std/main.cpp
A synfig-core/src/modules/lyr_std/perspective.cpp
A synfig-core/src/modules/lyr_std/perspective.h
R synfig-core/src/modules/lyr_std/warp.cpp
R synfig-core/src/modules/lyr_std/warp.h
Log Message:
-----------
warp layer is now renamed to perspective layer
Commit: 65b18fd6878ac42ca76aa8a1fc52ff59f97aef58
https://github.com/synfig/synfig/commit/65b18fd6878ac42ca76aa8a1fc52ff59f97aef58
Author: Arya <ARYA-BHARDWAJ>
Date: 2020-05-01 (Fri, 01 May 2020)
Changed paths:
A log/trace.log
M synfig-core/src/modules/lyr_std/perspective.cpp
Log Message:
-----------
now we can open files with warp layer which is saved by old Synfig version.
Commit: d40d812f646d9260502c9677a965ced4c2617772
https://github.com/synfig/synfig/commit/d40d812f646d9260502c9677a965ced4c2617772
Author: Arya Bhardwaj <[email protected]>
Date: 2020-05-01 (Fri, 01 May 2020)
Changed paths:
R log/trace.log
Log Message:
-----------
Delete trace.log
Commit: 251f37a0c255ee89beb94b523adc2ec21474bf4b
https://github.com/synfig/synfig/commit/251f37a0c255ee89beb94b523adc2ec21474bf4b
Author: Konstantin Dmitriev <[email protected]>
Date: 2020-05-01 (Fri, 01 May 2020)
Changed paths:
M synfig-core/src/modules/lyr_std/CMakeLists.txt
M synfig-core/src/modules/lyr_std/Makefile.am
M synfig-core/src/modules/lyr_std/main.cpp
A synfig-core/src/modules/lyr_std/perspective.cpp
A synfig-core/src/modules/lyr_std/perspective.h
R synfig-core/src/modules/lyr_std/warp.cpp
R synfig-core/src/modules/lyr_std/warp.h
Log Message:
-----------
Merge PR #1222: Warp layer is now renamed to perspective layer
Compare: https://github.com/synfig/synfig/compare/6d8904e6c381...251f37a0c255
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl