Ecosyste.ms: OpenCollective

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

Morevna Project

Our mission is to develop, improve and popularize open-source technologies for animation.
Collective - Host: opensource - https://opencollective.com/morevnaproject - Website: https://morevnaproject.org/ - Code: https://github.com/morevnaproject-org

Cleanup: typo (sensibility)

github.com/morevnaproject-org/opentoonz - f493896cc0a27fd596d00bea6c86ca227fc42c1e authored over 8 years ago by Campbell Barton <[email protected]>
Merge pull request #467 from ideasman42/linux-tsound-pr

Linux support for tsound (SDL2), from pr #51

github.com/morevnaproject-org/opentoonz - 55327d15ae81afd8ca855e20ee5c1deaec812121 authored over 8 years ago by shun-iwasawa <[email protected]>
Merge pull request #521 from janisozaur/aligner-type

Rename aligner_type redefinitions

github.com/morevnaproject-org/opentoonz - 00c547d5c17f0ae95cb4594917b02dbac5537e7f authored over 8 years ago by Shinya Kitaoka <[email protected]>
REFACTORING: Add `final` specifiers (#537)

* add final specifiers

* apply clang-format

* fix for macOS

github.com/morevnaproject-org/opentoonz - d1f6c4e95b6513a06c04144a59b1297db74c284a authored over 8 years ago by Shinya Kitaoka <[email protected]>
Merge pull request #532 from shun-iwasawa/fix_infoviewer_text_color

Fix File Info text color

github.com/morevnaproject-org/opentoonz - 91695244e83f1bba748f7850929bc1bd16f3d21d authored over 8 years ago by Shinya Kitaoka <[email protected]>
Rename aligner_type redefinitions

github.com/morevnaproject-org/opentoonz - 5387bee4bd0ba8413aeddf68468b64638084b399 authored over 8 years ago by Michał Janiszewski <[email protected]>
Organizing the Tool option bar layout (#443)

* edit tool, selection tool, brush tool

* other tools

* include cmath

github.com/morevnaproject-org/opentoonz - c86c5d6189af99903f01a33bf2a73871641a6d41 authored over 8 years ago by shun-iwasawa <[email protected]>
fix infoviewer text color (and some other ui color)

github.com/morevnaproject-org/opentoonz - b102ca20bbe888522e3936691259419df4f778db authored over 8 years ago by shun_iwasawa <[email protected]>
Merge pull request #524 from ideasman42/linux-misc-pr

Misc minor changes needed for building on Linux

github.com/morevnaproject-org/opentoonz - 959a52be05b34b4b2223cfcf4667a73d8af45b29 authored over 8 years ago by Shinya Kitaoka <[email protected]>
Merge pull request #522 from shun-iwasawa/fix_brush_shortcut_bug

Fix shortcut feature for increasing/decreasing the brush tool size

github.com/morevnaproject-org/opentoonz - 59f6a53bb938d6f2e7fa15ec41671b3ee0548f70 authored over 8 years ago by Shinya Kitaoka <[email protected]>
Merge pull request #507 from janisozaur/fixes

Fixes

github.com/morevnaproject-org/opentoonz - 3f703d25c84458af2bdfc11395452b5cd5f2a746 authored over 8 years ago by Shinya Kitaoka <[email protected]>
Misc minor changes needed for building on Linux

github.com/morevnaproject-org/opentoonz - 89a491484aef8fd177b6cd8e2aefd981ec916ecb authored over 8 years ago by Campbell Barton <[email protected]>
Changes needed to build OpenGL files with Linu

github.com/morevnaproject-org/opentoonz - 301bdb149a5f09e05a5d8e12e57fded7e501697d authored over 8 years ago by Campbell Barton <[email protected]>
Merge pull request #518 from ideasman42/linux-isnan-pr

Use cmath instead of defining isnan (Linux build-fix)

github.com/morevnaproject-org/opentoonz - bc8b18dbfd1870b5d17a90eabedf46c601c22312 authored over 8 years ago by Shinya Kitaoka <[email protected]>
fix brush size shortcut

github.com/morevnaproject-org/opentoonz - d2802fdfc2c094afbf25216b612f55d23d588595 authored over 8 years ago by shun_iwasawa <[email protected]>
Use std::max_element

github.com/morevnaproject-org/opentoonz - a6309b14b71c037253cec5eee86c58291406685a authored over 8 years ago by Michał Janiszewski <[email protected]>
isnan fix

isnan is already defined on Linux in math.h, as included in:

toonz/sources/include/tutil.h:...

github.com/morevnaproject-org/opentoonz - a92a71476f92c4499929c4235befc4156721cee3 authored over 8 years ago by Michał Janiszewski <[email protected]>
Merge pull request #508 from shun-iwasawa/fix_levelstrip_ui

Fix Level Strip UI not to hide scroll bar

github.com/morevnaproject-org/opentoonz - e57a4dcea3fbee68803a932d499420c44f4062ff authored over 8 years ago by Shinya Kitaoka <[email protected]>
Merge pull request #506 from skitaoka/fix/use-atomic

Use std::atomic instead of native implementations

github.com/morevnaproject-org/opentoonz - f0ee5d13731279b8c18549c3ddfbb19eb010ccc4 authored over 8 years ago by tomosu <[email protected]>
Merge pull request #509 from janisozaur/overrides

Add missing `override` specifiers

github.com/morevnaproject-org/opentoonz - dd88e058e04e2cf33ba1647b24a5a6d54c0a3b0d authored over 8 years ago by Shinya Kitaoka <[email protected]>
Merge pull request #516 from janisozaur/streams

Fix string streams

github.com/morevnaproject-org/opentoonz - 2b5c357c7bf1321d2e7daf9d6f3110cf6d3ddd52 authored over 8 years ago by Shinya Kitaoka <[email protected]>
Use cmath instead of defining isnan

Needed for building on Linux

github.com/morevnaproject-org/opentoonz - 3b073728d43a7a350e42999a98e192cf9a24efca authored over 8 years ago by Campbell Barton <[email protected]>
Fix string streams

github.com/morevnaproject-org/opentoonz - 7a49c6c7d4019f6af07a0ff79a588fcddd16bde5 authored over 8 years ago by Michał Janiszewski <[email protected]>
add search item feature to shortcut popup

github.com/morevnaproject-org/opentoonz - 4343e7db4e3db3606163758cf11d159460b04888 authored over 8 years ago by shun_iwasawa <[email protected]>
Add missing `override` specifier

github.com/morevnaproject-org/opentoonz - d37dbb57f2915ef39e04f7c998a6f2ed8f333776 authored over 8 years ago by Michał Janiszewski <[email protected]>
fix level strip ui

github.com/morevnaproject-org/opentoonz - da763a6105d92056caa41f2c7c15333bc2caf2b5 authored over 8 years ago by shun_iwasawa <[email protected]>
Linux support for tfont (Qt), from pr #51 (#466)

Credit goes to François Revol for this work.

github.com/morevnaproject-org/opentoonz - 747d5c53951dfe39033be2718c76b4d3c8251d2c authored over 8 years ago by Campbell Barton <[email protected]>
Merge pull request #465 from janisozaur/close-file

Pass file to be closed

github.com/morevnaproject-org/opentoonz - 00e4b3908e93f9f241ff2f34dad4a3e189e8c75b authored over 8 years ago by tomosu <[email protected]>
Merge pull request #505 from skitaoka/fix/translation/chinese

Update: Chinese translations

github.com/morevnaproject-org/opentoonz - 642f3714a4dbabacdb581b82260d42b5b08e021c authored over 8 years ago by tomosu <[email protected]>
Merge pull request #495 from shun-iwasawa/revert_planeviewer

(incompletely) Fix crash on using Shader Fx

github.com/morevnaproject-org/opentoonz - 0d7879fb9b3e876ba324c85b130d67807aeab17f authored over 8 years ago by Shinya Kitaoka <[email protected]>
Merge pull request #475 from skitaoka/refactoring/add-override

REFACTORING: add override specifiers

github.com/morevnaproject-org/opentoonz - 965183e43cf09ab94757de6568b1120c306e3113 authored over 8 years ago by tomosu <[email protected]>
Merge pull request #479 from shun-iwasawa/fix_rgbpicker

Fix RGB picker tool

github.com/morevnaproject-org/opentoonz - 5cdb310089308f07bd0e765b4d061a06bd8707bd authored over 8 years ago by Shinya Kitaoka <[email protected]>
fix ino_line_blur

github.com/morevnaproject-org/opentoonz - 1a69bdd87ea9aaee1905050364409c90fe5dd533 authored over 8 years ago by Shinya Kitaoka <[email protected]>
Merge pull request #496 from shun-iwasawa/add_autopaint_indicator

Add "Autopaint for Lines" indicator on Palette

github.com/morevnaproject-org/opentoonz - ada3dde47f93e658dbb5401deda68a3d20102750 authored over 8 years ago by tomosu <[email protected]>
fix build for windows

github.com/morevnaproject-org/opentoonz - 652c93c8f87d8bb4f14272b20326ebc31dc2fa09 authored over 8 years ago by Shinya Kitaoka <[email protected]>
Merge branch 'master' of https://github.com/janisozaur/opentoonz into fix/use-atomic

github.com/morevnaproject-org/opentoonz - be710c178183687a835f74d2dc0c7b0b70f7d4c4 authored over 8 years ago by Shinya Kitaoka <[email protected]>
Merge pull request #502 from skitaoka/fix/translation/spanish

Update: Spanish translation

github.com/morevnaproject-org/opentoonz - 1394133449dfd06fe407c2084e284f1777014d28 authored over 8 years ago by tomosu <[email protected]>
update qm files

github.com/morevnaproject-org/opentoonz - 003d6d8c250728a64bc0a8a297584287682253d6 authored over 8 years ago by Shinya Kitaoka <[email protected]>
Update shortcutpopup.cpp

github.com/morevnaproject-org/opentoonz - cd192d1d8eb1bb0df9666a4a431add692fd6ffea authored over 8 years ago by Xelloss <[email protected]>
update ts and qm files

github.com/morevnaproject-org/opentoonz - 907d3be8fc2476207b57d150d670470ca19f0dae authored over 8 years ago by Shinya Kitaoka <[email protected]>
Merge branch 'master' of https://github.com/gab3d/opentoonz into fix/transition/spanish

github.com/morevnaproject-org/opentoonz - 0da0137f1908e330b8d05877faaf2ccb6bd7b0bf authored over 8 years ago by Shinya Kitaoka <[email protected]>
Update shortcutpopup.cpp

Missing a ‘&’ punctuation.

github.com/morevnaproject-org/opentoonz - e91bc9fe0342e03ef634668641deb5e7d21a9821 authored over 8 years ago by Xelloss <[email protected]>
Spanish translation - update [100%]

(Hopefully this time it will not make conflicts. :-/ )

github.com/morevnaproject-org/opentoonz - 8264171deac70a28b414917ba1f07aa71fc6b75f authored over 8 years ago by Gabriel Gazzán <[email protected]>
Merge branch 'master' of https://github.com/opentoonz/opentoonz

# Conflicts:
# toonz/sources/translations/spanish/colorfx.ts
# toonz/sources/translations/spanis...

github.com/morevnaproject-org/opentoonz - 72b5b10529b92f21c90310d671f53043d76a83b9 authored over 8 years ago by Gabriel Gazzán <[email protected]>
autopaint indicator on palette viewer

github.com/morevnaproject-org/opentoonz - 24d63588e879d9dc7b1b1684d65fd11d94f676ec authored over 8 years ago by shun_iwasawa <[email protected]>
revert planeviewer to inherit qglwidget

github.com/morevnaproject-org/opentoonz - 2bdc044b896dc7ed1f8cd87825d5fa00132ff62d authored over 8 years ago by shun_iwasawa <[email protected]>
Merge pull request #432 from walkerka/master

[Done] Brush stroke stabilizer.

github.com/morevnaproject-org/opentoonz - e6d98dae085a0b37b1e49889a0cc334b1d2ec1ca authored over 8 years ago by shun-iwasawa <[email protected]>
update Japanese translation for brush smooth.

github.com/morevnaproject-org/opentoonz - 2cdd35cd182380a0153eaa52804ba422e42315e7 authored over 8 years ago by walkerka <[email protected]>
removed stressful assertion.

github.com/morevnaproject-org/opentoonz - e1e7c459ab44e3e8ef0931f7841f6e7887a3e39e authored over 8 years ago by walkerka <[email protected]>
--force-proxy option

github.com/morevnaproject-org/RenderChan - c2157c328ea5a11d1b99382d3a5e3f05a2cf6f5b authored over 8 years ago by Ivan Mahonin <[email protected]>
Track project files and single target file when it not supported

github.com/morevnaproject-org/RenderChan - f17e4bc092caddee835508eddc4f4f87ad228830 authored over 8 years ago by Ivan Mahonin <[email protected]>
fix rgb picker tool

github.com/morevnaproject-org/opentoonz - ca787917e061fde51271ab8355e3a807238d7afc authored over 8 years ago by shun_iwasawa <[email protected]>
Fix bug when profile dimensions are overriden by file dimensions (introduced in c3e4141664 and revealed by bd833cf03)

github.com/morevnaproject-org/RenderChan - 00d5ef050b65fd4555d3c13b0719c4301cae200d authored over 8 years ago by Konstantin Dmitriev <[email protected]>
Merge pull request #395 from turtletooth/palettes

Toonz Palettes folder now working and has 3 starter palettes

github.com/morevnaproject-org/opentoonz - 76270a4b64c9438664039201048a6d1053a9110d authored over 8 years ago by shun-iwasawa <[email protected]>
apply clang-format

github.com/morevnaproject-org/opentoonz - 38fd868138c64e9b93e8e16f57e097fda1c256ce authored over 8 years ago by Shinya Kitaoka <[email protected]>
add override specifier

github.com/morevnaproject-org/opentoonz - 473e70432a8a420ccee40e56710084acd68c7304 authored over 8 years ago by Shinya Kitaoka <[email protected]>
starter interface options

github.com/morevnaproject-org/opentoonz - 7c096e2b825d4f18812efa9c49397f22857dfa40 authored over 8 years ago by Jeremy Bullock <[email protected]>
Linux support for tsound (SDL2), from pr #51

Credit goes to François Revol for this work.

github.com/morevnaproject-org/opentoonz - 36d03a96eacdd28efc9bb2dbc07217f0c67dc681 authored over 8 years ago by Campbell Barton <[email protected]>
Pass file to be closed

github.com/morevnaproject-org/opentoonz - 9eefd2081024aa52f2f6611d10a1b11412049635 authored over 8 years ago by Michał Janiszewski <[email protected]>
Change atomic_t to be of std::atomic<long> type

github.com/morevnaproject-org/opentoonz - d8b454fc1b579a338adce30a03f0bf7a0cf3805d authored over 8 years ago by Michał Janiszewski <[email protected]>
Simplify atomic code to rely on C++11-provided std::atomic

github.com/morevnaproject-org/opentoonz - 163bdb9319347db59d5646870c7b1852b6827250 authored over 8 years ago by Michał Janiszewski <[email protected]>
Update Chinese translation again (#461)

* Update toonzqt.ts

* locate `toonzqt.qm` in `stuff/config/loc/中文/`

github.com/morevnaproject-org/opentoonz - 1b5492dc46adabc8c8b34a9da9139599451aaefa authored over 8 years ago by Shinya Kitaoka <[email protected]>
fix CMakeLists.txt (#457)

github.com/morevnaproject-org/opentoonz - 02d78d21120f8372ba1cfea7d4adc7b96bb00378 authored over 8 years ago by Shinya Kitaoka <[email protected]>
add about translations (#462)

github.com/morevnaproject-org/opentoonz - c100b07e8b436ed52a9fd824de72c4f08f4845c8 authored over 8 years ago by Shinya Kitaoka <[email protected]>
Add & to "Scan Cleanup" menu item (#440) (#441)

github.com/morevnaproject-org/opentoonz - 3129c092828d96b07015dc87b90efb3c967c4b6e authored over 8 years ago by Yu Chen <[email protected]>
Level Create Popup now sets default name and updates paths correctly (#437)

* Starter level name working. Double check folder paths.

* New Level Dialog now works as exp...

github.com/morevnaproject-org/opentoonz - 0bae6721d553eea197bd54f0c66424f1c2e03701 authored over 8 years ago by turtletooth <[email protected]>
Linux ifdef and defines (#454)

github.com/morevnaproject-org/opentoonz - deffae3359506b9de4f79559b746a5fd06993922 authored over 8 years ago by Campbell Barton <[email protected]>
Fix text color in the Script console and the Rename popup (#458)

* set object names

* add style sheet

* close #442 and #449

github.com/morevnaproject-org/opentoonz - eec84194562e7bb82c30ab01146be84d635e59ed authored over 8 years ago by shun-iwasawa <[email protected]>
Update: Store the toolbar state (expanded / shrinked) in user's env file by jcome (#460)

* Store toolbar state (expanded / shrinked) in env file

* small change

github.com/morevnaproject-org/opentoonz - 8f3ba348ebe6de5ba0bbfcaf4fc36a3a139edd82 authored over 8 years ago by shun-iwasawa <[email protected]>
Drawing Substitution - Works Now (#410)

* it works now

* Added default menu position

* Undo Fixed and Now Works with Whole Selecti...

github.com/morevnaproject-org/opentoonz - 48def29a140a9153b63bab17259320b39baeb762 authored over 8 years ago by turtletooth <[email protected]>
Black Background on JPG and AVI export fix. (#438)

* avi, jpg and bmp exports do not have transparent backgrounds
* Reverts the Bg Color back to o...

github.com/morevnaproject-org/opentoonz - b0c6a6c68fcc028e7f7c38770cf8e339dc110626 authored over 8 years ago by turtletooth <[email protected]>
Updated for 1.0.3

github.com/morevnaproject-org/opentoonz - 29a430ce118a2c6eb9b9fe1433c6385e33276416 authored over 8 years ago by Jeremy Bullock <[email protected]>
Merge pull request #456 from skitaoka/fix/translation/chinese

Update Chinese Translation

github.com/morevnaproject-org/opentoonz - d8defa759c1fc1b8fed21f94c326f3c34f98e37e authored over 8 years ago by shun-iwasawa <[email protected]>
apply clang-format.

github.com/morevnaproject-org/opentoonz - 22f456eed6c2bf555e484cd28673737cd21585e2 authored over 8 years ago by walkerka <[email protected]>
update chinese translation

github.com/morevnaproject-org/opentoonz - b8b0c4d80e3e6ba23aa4c12784be4bd4a921f957 authored over 8 years ago by Shinya Kitaoka <[email protected]>
Add a contribution guide (#455)

* add CONTRIBUTING.md

* Update CONTRIBUTING.md

github.com/morevnaproject-org/opentoonz - e4b7c06afdf141158c6782328d1129f3a33dae19 authored over 8 years ago by Shinya Kitaoka <[email protected]>
Merge branch 'patch-2' of https://github.com/SaierMe/opentoonz into fix/translation/chinese

github.com/morevnaproject-org/opentoonz - c770273ff1c664ffdfcda8beeebafe1b3c301be5 authored over 8 years ago by Shinya Kitaoka <[email protected]>
Merge branch 'patch-1' of https://github.com/SaierMe/opentoonz into fix/translation/chinese

github.com/morevnaproject-org/opentoonz - 9c2a5c24ba87855136ca0f05170be198be2c9dbe authored over 8 years ago by Shinya Kitaoka <[email protected]>
Onion Skin default color changed (#396)

github.com/morevnaproject-org/opentoonz - 2382549b47b3609ea0afddd1c010e27e06929495 authored over 8 years ago by turtletooth <[email protected]>
Updated to 1.0.3

github.com/morevnaproject-org/opentoonz - 4f05fcb810e971c9cb7adf5a372f8f3c12a67cce authored over 8 years ago by Jeremy Bullock <[email protected]>
Updated to 1.0.3

github.com/morevnaproject-org/opentoonz - ca9ce50047c63333ea799992fbc141abe55400c2 authored over 8 years ago by Jeremy Bullock <[email protected]>
Fixed for 1.0.3

github.com/morevnaproject-org/opentoonz - 946edbcf4738fbea6f53790b188098808f0c7617 authored over 8 years ago by Jeremy Bullock <[email protected]>
CMake: changes needed to build on Linux (#452)

Note that these are the main changes from the linux port.
Not a fully working linux port.

github.com/morevnaproject-org/opentoonz - 22fd3b044723cf42e842e090150d532d53f120e7 authored over 8 years ago by Campbell Barton <[email protected]>
Merge branch 'master' of https://github.com/opentoonz/opentoonz

# Conflicts:
# toonz/sources/tnztools/brushtool.cpp
# toonz/sources/tnztools/brushtool.h

github.com/morevnaproject-org/opentoonz - bb91cdfce52cb12ccdf3535beea0fb16fdf88337 authored over 8 years ago by walkerka <[email protected]>
Merge pull request #448 from shun-iwasawa/v1.0.3

v1.0.3

github.com/morevnaproject-org/opentoonz - 7d324a8018dded32577be7c22930d8daae6fc3d9 authored over 8 years ago by shun-iwasawa <[email protected]>
Merge pull request #292 from skitaoka/test/pr/249

ClangFormat

github.com/morevnaproject-org/opentoonz - 1131f1c4e12011edf025cd82e3e1f2bb249e2f45 authored over 8 years ago by shun-iwasawa <[email protected]>
apply clang-format

github.com/morevnaproject-org/opentoonz - 120a6e041c74f228b89803558eb342b75d7ced1c authored over 8 years ago by Shinya Kitaoka <[email protected]>
add .clang-format

github.com/morevnaproject-org/opentoonz - 11118d4de8472762be7633641aea5e8a776c6e6c authored over 8 years ago by Shinya Kitaoka <[email protected]>
fix menubar popup (#409)

github.com/morevnaproject-org/opentoonz - 04a71f109d22426f79be38853c6e8e8840063d01 authored over 8 years ago by shun-iwasawa <[email protected]>
fix crash on clicking xsheet (#445)

github.com/morevnaproject-org/opentoonz - 760cdf1a859c869a92151997cc908211323452f4 authored over 8 years ago by shun-iwasawa <[email protected]>
show pinned center keys on xsheet (#369)

github.com/morevnaproject-org/opentoonz - 144f54c241790c96f9b8f5ebd2982d85b2a9a401 authored over 8 years ago by shun-iwasawa <[email protected]>
Handle more then 3 peg holes (#314)

* When there are more then 3 peg holes create additional holes.

* When a hole touches the bou...

github.com/morevnaproject-org/opentoonz - e932c2e9b361ad8f27c5ccdad3b6d1c68670fd2b authored over 8 years ago by JosefMeixner <[email protected]>