Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Synfig

Open-source 2D Animation Software
Collective - Host: opensource - https://opencollective.com/synfig - Website: https://synfig.org/ - Code: https://github.com/synfig

refactor: App::open_from_temporary_filesystem() now uses filesystem::Path

github.com/synfig/synfig - 6d6f9d846ce8f916efecec7149b019d727596c99 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: App::dialog_open_folder() now uses filesystem::Path

github.com/synfig/synfig - f647eeff6de76c6609601cc20dad980241b9ebc1 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: App::open() now uses filesystem::Path

github.com/synfig/synfig - fc26742f11a8ccbb1e47ac6695a39f4bacd26644 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
docs: add to App::dialog_export_file()

github.com/synfig/synfig - 3f109bbad67a93c3990a94b7751e2cb4b400d616 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: App::dialog_open() now uses filesystem::Path

github.com/synfig/synfig - d50dc710d5650d24719a08edfa89855d25135ee0 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: filesystem::Path on App::open_from_plugin() and dialog_open_file_with_history_button()

github.com/synfig/synfig - 6a8ed376e7bf617b7f01a98b88b782bdfa7bf6d6 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
feat: add "invert" parameter to ChromaKey layer (#3240)

fix #3239

github.com/synfig/synfig - efb719b447ad8e507af8ded2a964320fd0fbe724 authored about 1 year ago by rodolforg <[email protected]>
refactor: dialogs for saving and exporting now uses filesystem::Path (#3234)

github.com/synfig/synfig - 0882a4e6b5d0a0734f3c46e4eeb06b3f58c73e9e authored about 1 year ago by ice0 <[email protected]>
refactor: App::dialog_export_file() now uses synfig::filesystem::Path

github.com/synfig/synfig - 79f919a8077f06c695d45421ee1533a44d7f1f93 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: App::dialog_save_file() now uses synfig::filesystem::Path

github.com/synfig/synfig - caf880f8af8954bf6e493872f35bb6cae3c0b2c4 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: prefer RELEASE_VERSION_CURRENT rather RELEASE_VERSION_END-1

github.com/synfig/synfig - 46640123fc6702b808e06e9f1185b87eb558d75e authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: studio::Instance::dialog_save_as() now uses filesystem::Path

github.com/synfig/synfig - dd9f476dfb9cf0e73fb77f311def8c36f253be7a authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: use `map` instead of chained `if` statements

github.com/synfig/synfig - 34231b98c4cee53048ec7a684588ce44d6c42c2c authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: App::dialog_save_file_render() now uses filesystem::Path

github.com/synfig/synfig - 54c647b0040246d191bdff5987b0c59343a7a11b authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
fix: column 'name' of Layers panel should be the largest one (#3243)

and not the Z Depth...

github.com/synfig/synfig - 2ee937878b1fee19b63e40840c8388f5c418cb9f authored about 1 year ago by rodolforg <[email protected]>
ci: added backtrace output in case of build crash (#3241)

github.com/synfig/synfig - ba424ef2ab860e67180e4c2303e60c15e46a4855 authored about 1 year ago by ice0 <[email protected]>
refactor: synfig::OS::get_binary_path() doesn't require a fallback anymore (#3236)

Set synfig::OS::fallback_binary_path once instead

github.com/synfig/synfig - e872c19142967eadf825cdd7c517b23569006f62 authored about 1 year ago by rodolforg <[email protected]>
refactor: avoid compiler warning: missing parentheses around assignment (#3238)

github.com/synfig/synfig - 4e716859457551ae5418bcf771cbf98091ddfca4 authored about 1 year ago by rodolforg <[email protected]>
fix: file ETL/clock was moved to synfig-core (#3228)

github.com/synfig/synfig - 21a1092476dd4f6656a97bb2a11f803b7384f929 authored about 1 year ago by rodolforg <[email protected]>
feat: workaround to allow to alternate even/odd row colors for Timetrack (#3231)

Odd rows have an additional class "odd".
Similarly, even rows have "even" class.

github.com/synfig/synfig - 219c21498e6062813c5bc956cc3e18d9552b39c2 authored about 1 year ago by rodolforg <[email protected]>
refactor: remove unused #include (somehow missed in #3141) (#3235)

github.com/synfig/synfig - babf9e6188dccdc75a6d46ef995113e581f0840a authored about 1 year ago by rodolforg <[email protected]>
refactor: remove compiler warning about missing `override` keyword (#3237)

github.com/synfig/synfig - 8b4bf2520c737641d2bd94aef5c8d374cc7dd067 authored about 1 year ago by rodolforg <[email protected]>
refactor: clean etl::handle and alike (#3233)

github.com/synfig/synfig - 69698402e7a88895b102bf4b35caf597259b9dba authored about 1 year ago by ice0 <[email protected]>
refactor: add `noexcept` to some handle, rhandle and loose_handle methods

some constructors
some assignment methods
reset()
use_count()
unique()
get()
operator*()
operato...

github.com/synfig/synfig - 99f12214119ae7d78202c2e4640cf72a511ffb23 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: rename count() to use_count() for shared_object, handle & alike

(rhandle and loose_handle)

using the syntax of current C++ smart pointers

github.com/synfig/synfig - d4c4ddc7531aad33e5238d5b41c1c70bb5141456 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: it doesn't need anymore to return bool in shared_object::ref()

after removal of eternal ETL_SELF_DELETING_SHARED_OBJECT macro (8324ed07b)

github.com/synfig/synfig - bdd8ef07c221dba01832188fd79281c6730e4437 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: don't expose internals front_ and back_ of rshared_object

github.com/synfig/synfig - c509190a90efb6c81cba97e8de1ea46ae6bb6b2d authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
style: prefer nullptr rather 0

github.com/synfig/synfig - ab6d804f9f33f1b27e2e8596151634cc05956208 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: remove unnecessary macro def ETL_SELF_DELETING_SHARED_OBJECT

It is defined since ever (2005), so why we should consider #ifndef ?

github.com/synfig/synfig - 7bbdbe133f6b174e9d0db2f097f9c8539a794b97 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
test: add tests for etl::shared_object, etl::handle, etl::loose_handle

github.com/synfig/synfig - 0a79cf3fd9995362d606b9861e4e8e13e455ecc0 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
test: use CamelCase style for internal test class names

github.com/synfig/synfig - 6ead7dbf166b0cf44a54fc96a7a45e6ddf405a53 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
test(handle): rename variable to differentiate from that of ancestor class

github.com/synfig/synfig - 87c46b0cec16488b23b335b6863a774375c4118a authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: remove commented-out (and some debug) code of ETL/handle

github.com/synfig/synfig - 778db98e735c67d10c6ba7ee52e49cb883099e3b authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: prefer `explicit operator bool()` rather implicit and oper.!()

C++11 allows it, fixing the need of safe bool idiom

https://stackoverflow.com/questions/6242768...

github.com/synfig/synfig - 32cf979e3a6c963432c9dbfffef400cb00c115bc authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: handle, rhandle and loose_handle now use reset() not detach()

using the syntax of current C++ smart pointers

github.com/synfig/synfig - 1aa1428fffebb7d098ee073cf40a59dda5f22163 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: remove unused methods on etl::loose_handle

github.com/synfig/synfig - 7d33fd8bb9c5feec00ecab48abce62616c1063fa authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
test: move etl::handle tests to synfig-core folder

github.com/synfig/synfig - a62438c4dc9f14506e6e3587ff0fc78be215bf02 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
test: etl::handle now uses our test suite

github.com/synfig/synfig - d4eee0641b0651c6a67b231191f3efed7807f1d8 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
feat: widget Timetrack now can have its own color for selected row (#3232)

You can provide it with CSS selector:
`.timetrack:selected`

If it doesn't exist (i.e. provid...

github.com/synfig/synfig - ea2b81ee6094fb0dcea666396b4ffd668ff6fe86 authored about 1 year ago by rodolforg <[email protected]>
feat: add CSS classes and id to widgets/panels to allow visual customization (#3230)

github.com/synfig/synfig - 91c09dddee2aa605ed657cb9b2c71b722043da74 authored about 1 year ago by rodolforg <[email protected]>
refactor: prefer synfig::filesystem::Path rather std::string (#3229)

github.com/synfig/synfig - fd63235eae3eb95ca4f199fe262bfb3322583848 authored about 1 year ago by ice0 <[email protected]>
refactor: App::open_recent() now uses synfig::filesystem::Path

github.com/synfig/synfig - 4f1bd3d9d81361fedb35a0adc4fbc62101f4ff55 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
fix: drag and drop file into CanvasView to import don't handle UTF-8

github.com/synfig/synfig - f31dd3a79b10d8e14d1f09fa85bccfd53928e855 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: CanvasInterface::import_sequence() now uses filesystem::Path

github.com/synfig/synfig - e110fe23bba3e9ad9466b6889f5b37b4b9dbcdb9 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: App::dialog_open_file() now uses synfig::filesystem::Path

github.com/synfig/synfig - aaf6313598cb5700d3a7aec1e8f01bad4cd16abe authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: synfigapp::Main::get_user_app_directory now uses filesystem::Path

github.com/synfig/synfig - 312586a041d69e6812086731e0e5f2916fdc6ef8 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: App::get_config_file now uses filesystem::Path

github.com/synfig/synfig - 30f60951456df538d52e764d20bed29e1a324aa9 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: CanvasInterface::import() now uses synfig::filesystem::Path

github.com/synfig/synfig - 16722219d4338028205cfc8939c4df72ac9198c6 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: Widget_SoundWave now uses synfig::filesystem::Path

github.com/synfig/synfig - 2cec61a7e600e20027d441c7b8bc5c7687804f08 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: App::dialog_open_image now uses synfig::filesystem::Path

github.com/synfig/synfig - 8118313a79c9ac21c5dea7b12a24fced4d568f87 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: use synfig:filesystem::Path for sketch, palette & others (#3219)

github.com/synfig/synfig - 768188305412e231309cddf467c58bcc304863d9 authored about 1 year ago by ice0 <[email protected]>
refactor: palette now uses synfig::filesystem::Path

github.com/synfig/synfig - b8d04350feef882b8fb45bb8ab2871cfa2cefbf5 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: synfigapp::Settings now uses synfig::filesystem::Path

github.com/synfig/synfig - 5655b15d20c6e41ac1469562de05499d20238101 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: sketch now uses synfig::filesystem::Path

github.com/synfig/synfig - e99402f454d3abae6cd1ddb9fefb54c65f1b8c8c authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: studio::WorkspaceHandler now uses synfig::filesystem::Path

github.com/synfig/synfig - f88f745bc2f9dacea600188b4beb574e41e3e85f authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
fix: issues when importing with absolute paths from different root path (#3214)

github.com/synfig/synfig - 2cf7e0eefae64dedc92103265d3c45bf14d58b0d authored about 1 year ago by ice0 <[email protected]>
fix: Widget_Filename didn't resolve correct filepath with absolute files

Problem rises only when user clicks the Widget_Filename Open button.

This widget supposes both ...

github.com/synfig/synfig - 7088556bcd23f21602752947ad818d776584267f authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
fix: issues with importing with absolute paths from different root path

and implements missing lexically_proximate(), that actually do what
old ETL relative() did.
rela...

github.com/synfig/synfig - a329cc4c61832f639f3e61949652b19fdc29b153 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: prefer range-based for loop and avoid direct etl::handle (#3227)

github.com/synfig/synfig - 3f490e5c18db9d4921621b43723c01ffb659a572 authored about 1 year ago by rodolforg <[email protected]>
fix(Windows): plugins fail to execute for files with non-latin characters (#3220)

fix #1570

github.com/synfig/synfig - 9d76e502d4396f298db710b4ff926ee6cf36a31f authored about 1 year ago by rodolforg <[email protected]>
refactor: avoid direct use of etl::handle (#3226)

github.com/synfig/synfig - 57a063ac650eb47590d909f602b070ed45dcaeab authored about 1 year ago by ice0 <[email protected]>
refactor: prefer Target::Handle instead of etl::handle

github.com/synfig/synfig - 53d10a388f8d86690d13225073c08fae9d3c0e70 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: prefer LinkableValueNode::Handle instead of etl::handle

github.com/synfig/synfig - 301b6c614872a211604e64be34d5012a47c37488 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: prefer Layer_PasteCanvas::Handle instead of etl::handle

github.com/synfig/synfig - e3d45b6da17e39db37856454d6cffd6005c4ebde authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: prefer Duck::Handle instead of etl::handle

github.com/synfig/synfig - 7cfee06cb288aa2c4ade9895b35a9c3b9b729fbe authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: create and use Bezier::Handle instead of etl::handle

github.com/synfig/synfig - 27d045b353155121946d53a9518e2a446d0ecc16 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: prefer Duck::Handle instead of etl::handle

github.com/synfig/synfig - ff99cb484cea17b010afef1a4fa16f2e8e2d6411 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: prefer Layer_Bitmap::Handle instead of etl::handle

github.com/synfig/synfig - 932d4fdaa21c192fe8ac53720b28e5a6b7051625 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: prefer explicit use of etl namespace

github.com/synfig/synfig - 70178a04ab5779a0b759ff3dff98a30efa8e46ac authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: prefer explicit etl namespace for CanvasInterface and Instance

github.com/synfig/synfig - da34a1a62010c66cade84ee3011a3be3d7b773a7 authored about 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: remove not-needed 'using namespace etl' (#3221)

github.com/synfig/synfig - 19218cfe8c86fc0aedf047986a36df3c4b271660 authored over 1 year ago by rodolforg <[email protected]>
fix: fixed macOS Info.plist file (#3223)

fix: fixed ampersand special character that could not be used standalone in XML

github.com/synfig/synfig - ee98a9ffb620e657fc825d6da2f131316f4372e5 authored over 1 year ago by Pablo Gil <[email protected]>
refactor: make Filesystem::filename a filesystem::Path object (#3209)

github.com/synfig/synfig - 7040b7f4452afebe131a4425bafb5171f7f6112f authored over 1 year ago by rodolforg <[email protected]>
fix: scale value of transformation on Parameters Panel is dimensionless (#3208)

the short textual representation of a parameter that is Transformation
value type (e.g. Group L...

github.com/synfig/synfig - fb11ad27d80903cf5eaba4698298801512e928b6 authored over 1 year ago by rodolforg <[email protected]>
fix: preview window not showing when there is a Layer_Sound (#3211)

fix #3210

github.com/synfig/synfig - 47b088875c781ab4b5c41a7a50f5d4450806078a authored over 1 year ago by rodolforg <[email protected]>
fix: revert Custom Workspaces Editor button labels to GTK ones (#3175)

github.com/synfig/synfig - bb7180ec1925ba45b3dc3928983190ca3df817d4 authored over 1 year ago by Pablo Gil <[email protected]>
refactor: increase the pixels per frame without render split in Target_Scanline (#3205)

related to #2847

fix #2943

github.com/synfig/synfig - 15962724f781570f4a6a943803d3b06b0301c1c6 authored over 1 year ago by ice0 <[email protected]>
refactor: reduce scope of some variables and remove unused one

github.com/synfig/synfig - ba74d18a5cd3492ea5b687fa11bcf39debcf9f1a authored over 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor(Target_Scanline): increase pixel rendering limit to 4k UHD

related to #2847

fix #2943

github.com/synfig/synfig - d1e78a7861590e7f96126612f1f369f082be139a authored over 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: make use of `const` for constant stuff

github.com/synfig/synfig - a570206be8aeb3b404fdcfdf60c6a2f748160052 authored over 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
fix: not (or bad) translatable strings in Target_Scanline

github.com/synfig/synfig - b506f75cbde4d9ae28bf24074e7f3d79c25b729a authored over 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: make maximum pixel number per frame configurable

github.com/synfig/synfig - ac6fa258b2949922fdbb60b94c1538ebd700fadc authored over 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
fix: avoid parser error of focus point on loading malformed synfig file (#3206)

github.com/synfig/synfig - 4d4726aafda7bbd05df7233daac31b13985f11e0 authored over 1 year ago by rodolforg <[email protected]>
fix: selecting a handle while the Graphs window tooltip is open crashes the GUI (#3207)

Reproduction steps:
1. Select an animated handle, and open the Graphs window.
2. Right click a...

github.com/synfig/synfig - 87e131531c9f91be512650134227522fba756d72 authored over 1 year ago by mosasauridae <[email protected]>
perf: optimized Action_System so that the canvas only renders once during an action (#3200)

The problem was that every time any property node emitted signal_changed() during an action, it ...

github.com/synfig/synfig - 9bd669d14d0f4d187a3adba271f4a206feaec194 authored over 1 year ago by mosasauridae <[email protected]>
refactor: avoid build warning due to unused parameter (#3202)

github.com/synfig/synfig - 32c9da10772d758fee8662fe17419be7899978a7 authored over 1 year ago by rodolforg <[email protected]>
fix: new MotionBLur subsampling None used wrong blend method (#3201)

the idea is to have a trail of duplicate canvas.

fix #3199

github.com/synfig/synfig - a189a43b1788a9fb4bc335c1b2a8ebc69ed97bac authored over 1 year ago by rodolforg <[email protected]>
feat: layer Motion Blur now can create an non blurred trail (#3173)

fix #3172

github.com/synfig/synfig - bb67147365155d1ea3a048d2b55d98621b7c4b3b authored over 1 year ago by rodolforg <[email protected]>
refactor: port more layers to Cobra renderer: some Gradient layers (#2562)

github.com/synfig/synfig - b9afc452965f9bbc19c8487a6101cf9870b66ba0 authored over 1 year ago by ice0 <[email protected]>
refactor: CheckerBoard render now uses TaskPaintPixelSW

github.com/synfig/synfig - afbda7a90c90435198f020c53a67344dc9971c73 authored over 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: port LinearGradient to Cobra render engine

github.com/synfig/synfig - fed51296a0d89db5063041830acf803c1a600ed0 authored over 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: port RadialGradient to Cobra render engine

github.com/synfig/synfig - f425ab8df3be1a838ed23f8bec1b3e0e5c65a5e2 authored over 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: add new software-only pseudo rendering task for easier Cobra ports

It aims Composite layers where a pixel color mainly depends on its
position

github.com/synfig/synfig - 81cc7c66dfd0dc13c1e0d6c8e06334e8882add5a authored over 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: port ConicalGradient to Cobra render engine

github.com/synfig/synfig - f6c3304ca0e7ffb2e356aa552be691dae34a53c0 authored over 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: port SpiralGradient to Cobra render engine

github.com/synfig/synfig - a607d37fe8aed96c264eee5f91496f94cbd3a16a authored over 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
fix: toolbox isn't updated when switching document tabs (#3170)

github.com/synfig/synfig - 09e01f07ec4b02fefd4ec2428cbec39ae263fda2 authored over 1 year ago by ice0 <[email protected]>
refactor: avoid double call of change_state_()

Gtk 3 docs indirectly say that Gtk::RadioAction::signal_activate() is
called twice when an radio...

github.com/synfig/synfig - dba2df7212b52d1033932ccd19b03e527bee1ead authored over 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: remove the now unneeded 'mutex' variable in Dock_Toolbox

github.com/synfig/synfig - c6755c56ee0adffc4afeeb1c5c512e83582f1d02 authored over 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
fix: Dock_Toolbox does not update selected tool when switching open docs

Reproduction steps:
1. Open Synfig Studio
2. Change to Circle Tool
3. Check if Circle Tool is ac...

github.com/synfig/synfig - 94a308fdff2cf5ff5f224438eeed9145e4252991 authored over 1 year ago by Rodolfo Ribeiro Gomes <[email protected]>
refactor: remove old macOS specific code (#3192)

github.com/synfig/synfig - 567c7964576c7730244a025e3f356f6bd7cb2efb authored over 1 year ago by rodolforg <[email protected]>