Ecosyste.ms: OpenCollective

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

OpenSCAD

Creators of OpenSCAD
Collective - Host: opensource - https://opencollective.com/openscad - Website: https://openscad.org/ - Code: https://github.com/openscad/openscad

Remove experimental flag of echo() in expressions (fixes #1859).

github.com/openscad/openscad - e29246badf136b59537b05857029bb3cc50abd7d authored over 6 years ago
Add example for echo() in function/expression context.

github.com/openscad/openscad - 807289d7b341e3e88ac750608fc439909c17a8f9 authored over 6 years ago
Use snapshot.html cheat sheet if snapshot config is active.

github.com/openscad/openscad - 809afbdc2e88b80a061027bac6e4247471c90b03 authored over 6 years ago
Update left-over instances of QSettings to QSettingsCached.

In addition, ensure special QSettings instance for registering
the default icon is released early.

github.com/openscad/openscad - b47a0d6e314ab32c3d3209b46ad698180ebafe0b authored over 6 years ago
Disable visibility update for Dock widgets at window close event.

github.com/openscad/openscad - 5714939cec8b6611fcde6e9b41e69b760d20f795 authored over 6 years ago
Add script for downloading artifacts from CircleCI.

github.com/openscad/openscad - 23b9526bfc8eb38feee56e0163b9683052be45e2 authored over 6 years ago
Inf undef (#2496)

* add test case for undef, inf and nan

github.com/openscad/openscad - 84646549c456fdb6fb99f17e9b481cea10be2dba authored over 6 years ago
do not output NotANumber as the string representation of NotANumber varies with the compiler beeing used

github.com/openscad/openscad - 811e925cf343798f380c6ead5b83087da9fb9799 authored over 6 years ago
Remove release job from CircleCI.

github.com/openscad/openscad - d4045be5ce68f37dc93fffc62d37e8a5638ad905 authored over 6 years ago
Boost options_description now used to generate command line help.

github.com/openscad/openscad - 59ab483042fa468f3c39bed340d6e6a8d13ee09e authored over 6 years ago
QCoreApplication now on stack rather than heap, for implicit destruction.

github.com/openscad/openscad - 089cf4b2147c734438c431e48c51f56f6d11a219 authored over 6 years ago
More consise descriptions.

-p and -P only when experimental features enabled.

github.com/openscad/openscad - 73de0e9916ad01bbc37e93465c2976104100d131 authored over 6 years ago
Now instantiates QCoreApplication to get the application_path.

github.com/openscad/openscad - 36b60c378ee713bf90c1f2b002ee453d7956f975 authored over 6 years ago
psn option now hidden.

github.com/openscad/openscad - 3d4b5d9ff75c3b302802b0463d5afd94f262e79a authored over 6 years ago
Added comment.

github.com/openscad/openscad - 77b34a58fe1047febc4be88c0f24a5e51a5b8d84 authored over 6 years ago
Update test cases for changes in MCAD (add futabas3003, center in triangles).

github.com/openscad/openscad - eef6b85c8ae60aef746c792ea0dec72894cfdcea authored over 6 years ago
Update AppStream description.

github.com/openscad/openscad - bf8b45b80933e404099cbb1d6d09d321019b7cfa authored over 6 years ago
Commented out openscad-colorscheme-cornfield-alphafail.

github.com/openscad/openscad - f60f32f256fde5bfda9c753fdffe250bf1d4c855 authored over 6 years ago
Default view in the GUI is now unchanged.

The default view on the command line is now the same as the GUI.
All the 3D test images have been...

github.com/openscad/openscad - 8fffafbbd104cf8204cf31533825739f3c6a2ae1 authored over 6 years ago
Fixed inverted lighting in vector mode.

github.com/openscad/openscad - 18e3c5df02f33773af0235dbd6a1e4b296f21e66 authored over 6 years ago
Removed FIXME comments for vector mode as it no longer exists.

github.com/openscad/openscad - 4117993da3518869f9bc7989d3edf8c45a2b4396 authored over 6 years ago
Gimbal viewall without autocenter now takes the camera offset into account.

github.com/openscad/openscad - 2c805fe43de195b027351f3b16616d64517c65ee authored over 6 years ago
Disabled throwntogethertest_issue1803.

github.com/openscad/openscad - cd6d8fc82f53fca58a910b10a1d5b96d760c90d0 authored over 6 years ago
The GUI default view is now the same as the command line,

i.e. towards the first quadrant.

The altitude angle has been rounded to 20 degrees to avoid frac...

github.com/openscad/openscad - 3dd1e5c66737fdf6ea90e88ff30ffc233f26e0be authored over 6 years ago
The camera now always works in gimbal mode.

This makes the code much shorter and simpler and easier to maintain.

gimbalDefaultTranslate() ha...

github.com/openscad/openscad - d57e6e990aad15a646ba9961bebdfda2e3937214 authored over 6 years ago
Added explanation of why openscad-colorscheme-cornfield-alphafail_logo was

commented out.

github.com/openscad/openscad - 60e8935f6d45971f382bf1d1bf4812b9ed99ebef authored over 6 years ago
Review changes

github.com/openscad/openscad - 5a725e40b83b65b55246e5a3b3af8d552968d874 authored over 6 years ago
Break the symmetry of the camera test object for better eye - center tests.

Check all 6 vector cam directions.

github.com/openscad/openscad - e62295437135147ed474a50a4d59a17c706f86fe authored over 6 years ago
Removed "only for gimbal" comment.

github.com/openscad/openscad - b1617feedd868b9c72cccae7a91b2683b941822f authored over 6 years ago
warn, when an assigment from the RootModule overwritten by an include (#2492)

* reseting assignmentWarning

* warn, when an assigment from the RootModule overwritten by an ...

github.com/openscad/openscad - 37a748f9cfba71346a3684b027c7548c482c8fb3 authored over 6 years ago
warn, when a variable from the root module is overwriten in the root module (#2460)

* warning, when an assignment is beeing overwritten

* warn, when a variable from the root mod...

github.com/openscad/openscad - 74078c561afcbaaa98bfecc8efdac805ae74d482 authored over 6 years ago
make the comboBoxPreset editable (#2485)

* make the comboBoxPreset editable

* fixing typos and clean up

github.com/openscad/openscad - a6438161daa938ca278c2a6254f08f56152f217f authored over 6 years ago
Allow each to work on scalar values (fixes #1851). (#2390)

Assumption is that [each x] should just be a shortcut of [for(i=x) i].
This also enables safe u...

github.com/openscad/openscad - 2941017059d9c1f29c9bcb71c4ce6be8e7088c55 authored over 6 years ago
Translation context (#2448)

* please use CONFIG+=experimental when updating the translation(s)

* updating the translation...

github.com/openscad/openscad - 805832293cc8c05272c26c345c9d9e197c529ef2 authored over 6 years ago
Add more interface plugins.

- enable home again, crash issue was caused by missing x11
- enable audio and network access
- m...

github.com/openscad/openscad - 5b737cba3663396fb8290b311b5d5a1d17906b69 authored over 6 years ago
customizer: add the json file to the hidden backup (#2483)

* backup the json file
* separate writeBackupFile methode to avoid side effects

github.com/openscad/openscad - ec28f131d5ad89660f29ca2666e881f74c7034cd authored over 6 years ago
customizer: check if a parameter set name already exists and ask before overwritting (#2481)

* check if a parameter set name already exists and ask before overwritting
* if the user wants ...

github.com/openscad/openscad - 4d1e3b422e7033466add7d3b42c346ec52265199 authored over 6 years ago
adding a "design default values" parameter set (#2479)

* adding a "design default values" parameter set. Always reset to the "design default values" be...

github.com/openscad/openscad - 4024c713a72eaf38cf1119129e0cd0021ff23ae9 authored over 6 years ago
save hidden variables, but to not apply them (see #2450) (#2478)

github.com/openscad/openscad - 369f7f818d4c6df232ed979a7400f0db13f14f57 authored over 6 years ago
making updateFindIndicators side effect free (#2455)

* rename resetFindIndicators to updateFindIndicators
* restore the selection or cursor state in...

github.com/openscad/openscad - ae5abcccf916bff77dc8bf3c8312a3f683eb41a8 authored over 6 years ago
Add reference to openscad-nightly.desktop file, needed by x11 plugin.

github.com/openscad/openscad - 38df4dce1121ce6b4eaaeb6ce28b4e0ec7a0c021 authored over 6 years ago
Enable ccache only when installed in PATH. (#2480)

github.com/openscad/openscad - 253a34ebdcf51d516da06c2e0bdf868d6d21c887 authored over 6 years ago
clean up the html tags (#2484)

github.com/openscad/openscad - e5967a0fe663d7b854827d0c75c59f0cebd2d2f9 authored over 6 years ago
Add desktop, x11 and wayland snap plugins.

github.com/openscad/openscad - ce302f0ff8d57ceb76516a41aacf158dd25c9585 authored over 6 years ago
Remove home plugin as that seems to break on Ubuntu 18.04.

github.com/openscad/openscad - 9a59c8038bc46ce0780aea192c697e7b58ff8720 authored over 6 years ago
Add Qt5 Multimedia plugin.

github.com/openscad/openscad - d1c999f4afc80f33e1075fee3778e6989c8516d9 authored over 6 years ago
Move pkg-config setup before inclusion of features.

github.com/openscad/openscad - 73d3f0b11fdb72aa9f28eabdef409c8f097f3e6d authored over 6 years ago
Fix merge issue, use correct order of libs for CGAL.

github.com/openscad/openscad - 40af343881fa6f96fdfae2125b70c7659b55b565 authored over 6 years ago
Remove debug flag from qmake.

github.com/openscad/openscad - 27c476d1bd790dac9732b50389644428d35d1013 authored over 6 years ago
Use upstream qscintilla2.prf for MinGW/MXE.

github.com/openscad/openscad - 54995699486635d10ae22a2cb58a522792eda3a9 authored over 6 years ago
Merge pull request #2452 from openscad/mxe-gcc7

Update MXE build to use gcc7 plugin + qmake clean-up.

github.com/openscad/openscad - 8150b63a50dfc6bdbd8bc14ccf716617b28b2591 authored over 6 years ago
Rename qscintilla2.prf to allow loading installed version.

github.com/openscad/openscad - 1f5385af9dcb53c3fd047d76a16503b85a7e9152 authored over 6 years ago
Moved CONFIG features to features/*.prf, introduced defaults.pri and local.pri

github.com/openscad/openscad - eb79597f236dfaf86de2249c22c1c4bdb46b27f2 authored over 6 years ago
osx high Sierra fixes (#2456)

* fix mpfr fetch (location has moved)
* qt 5.11.1 needed for osx10.13, create verbose mode, add...

github.com/openscad/openscad - e73b59b1054b38d8e1ebc089e5b000c047d37b43 authored over 6 years ago
Added test for off-center viewall fix (#2476)

* Added test for off-center viewall fix

* Minor test reorg

github.com/openscad/openscad - ce08fcd551c3935b2640d88616f8acffee9829d0 authored over 6 years ago
Fixed viewall distance being too big when the scene is not centred on the origin. (#2472)

github.com/openscad/openscad - 3c0ac7218d36ce98dbc53ba380159caa4f6f6c6b authored over 6 years ago
AMF bug fix for Windows (#2471)

* No longer uses filsystem::path for XML element path.

* Fixed compilation error with libzip ...

github.com/openscad/openscad - 6d87c647133361006ff81aedeeaee404727d93c4 authored over 6 years ago
parser simplified (#2475)

github.com/openscad/openscad - 8bda3088ea8b9f20b8658532cdc1479ba744c904 authored over 6 years ago
Specify Python3 as 2 no longer works. (#2474)

The test scripts have been updated for Python3 and no longer work on Python2.

github.com/openscad/openscad - 420fd209083b083c6b01cc3ffc8df0525722cec7 authored over 6 years ago
Added in render() test of $preview. (#2473)

github.com/openscad/openscad - 5d68bb6e3bb3918bd1a33b2b5f2d60f92a5dbe27 authored over 6 years ago
Added $preview to OpenSCAD.plist (#2469)

github.com/openscad/openscad - ec871371af5c7909210f20c63a0a26d464416a53 authored over 6 years ago
Various fixes to the test scripts for Python3. (#2467)

* Fixed test_pretty_print.py so read_gitinfo() works on Python3.
Also defined the charset as ut...

github.com/openscad/openscad - 756a8b69553b0592f0c10055aeeb37f090dd9a2b authored over 6 years ago
Set ENABLE_LIBZIP in case there are no cflags reported from pkg-config.

github.com/openscad/openscad - ad5985e55c33e764542b9888443f5968e6ed1783 authored over 6 years ago
Merge pull request #2465 from t0b1as/patch-3

Fix QSound include.

github.com/openscad/openscad - 119ce8e5f3ac88ac58d6df58edd3aec1ef819651 authored over 6 years ago
Update mainwin.cc

github.com/openscad/openscad - ab9ee4052ece20894920a45f00986706a9717d35 authored over 6 years ago
compile the for TopLevelDocument when a file is opened for issue #2426 (#2449)

github.com/openscad/openscad - ca6d36dfc35ef835fdeb600ede136020bf2d6184 authored over 6 years ago
spinbox: emit changed() when editingFinished(), not onChanged(QString) (#2446)

* emit changed() when editingFinished(), not onChanged(QString)

* editingFinished() -> onEdit...

github.com/openscad/openscad - da93fe5ffa03290bcdde00c6ed376ea8f30001be authored over 6 years ago
parametertext.cpp: emit changed() when editingFinished(), not onChanged(QString) (#2445)

* emit changed() when editingFinished(), not onChanged(QString)

* editingFinished() -> onEdit...

github.com/openscad/openscad - a1267f4f6e0fdbc3187286fe71c11019e3e7a317 authored over 6 years ago
Merge branch 'master' into inputdriver5

github.com/openscad/openscad - 1df39aff5db561767cab58633186c220af3823c2 authored over 6 years ago
Merge pull request #2282 from MichaelPFrey/dbus-rotate2

Expose rotate2 via dbus.

github.com/openscad/openscad - e77d6c3f4edc703d0496227b42207e124ef24516 authored over 6 years ago
Merge pull request #2281 from MichaelPFrey/dbus-cam-state

Expose the camera state via dbus driver.

github.com/openscad/openscad - 25bcd667c124bc8ff872bb1460d6652e4e0cc027 authored over 6 years ago
Merge pull request #2438 from cosimoc/wip/cosimoc/appdata-improvements

Improvements for the Appdata file

github.com/openscad/openscad - 2b77833d3ba5e7f31e9a266e6465ef4915cad594 authored over 6 years ago
Disable trace for cmake again. Logs are getting too big for travis.

github.com/openscad/openscad - b66cede391b948a89bc55bfb80a4f2a482930bcb authored over 6 years ago
Revert switch to CGAL 4.11, trying to re-run boost.

This reverts commit 73227f6099f94fb7a524c55c7a0f5c54c05416c9.

github.com/openscad/openscad - a24ecaec107206e1523a97910db4dab152bb578b authored over 6 years ago
Revert back to CGAL 4.11 for MacOS homebrew.

CGAL 4.12 seems to break test builds due to boost lookup.

github.com/openscad/openscad - 73227f6099f94fb7a524c55c7a0f5c54c05416c9 authored over 6 years ago
Enable cmake trace on travis.

github.com/openscad/openscad - 72043f14d51e3881e7265b14e38fc9d8843a94ad authored over 6 years ago
Don't set OPENSCAD_LIBRARIES for MXE as that prevents calling pkg-config.

github.com/openscad/openscad - 5169fb143e5738c789ddfd4c090a73955ba07df7 authored over 6 years ago
Add "link_pkgconfig" to qmake for MXE builds.

github.com/openscad/openscad - a3648be8cc607e639ed39059a75cce809e31fdb4 authored over 6 years ago
Enable gcc7 plugin for MXE.

github.com/openscad/openscad - a697f4dae29b62a479ce870411fc92f9ae8f0c4a authored over 6 years ago
qscintilla2.prf: use qmake to configure mxe

github.com/openscad/openscad - 5406e45012196ed036dc78dea2c2a856e972c561 authored over 6 years ago
mingw-cross-env.pri: remove unnecessary options

- qmake/pkg-config can handle all the config
- *.dlls are installed in `bin` but gcc links w...

github.com/openscad/openscad - 8bcbb439965c5f2ce1f4b4e7651487192cecbbff authored over 6 years ago
common.pri: set PKG_CONFIG varaible if empty

github.com/openscad/openscad - dc519c20fbe1ee66e6c3cda19ee0235503ffefbe authored over 6 years ago
glew.pri: use qmake's link_pkgconfig for mxe

github.com/openscad/openscad - 8b3a2e9dc32924a13b354901097cd34d9fe27aa0 authored over 6 years ago
glib2 libxml2: remove mxe-specific config and use PKG_CONFIG

github.com/openscad/openscad - 5235854db7631efcfc19806ae7e1d84e7d275eaa authored over 6 years ago
eigen fontconfig freetype harfbuzz libzip: use PKG_CONFIG variable

github.com/openscad/openscad - 3463a91c3b77d74d62b59878aeef658b682a3e55 authored over 6 years ago
cgal.pri: simplify LIBS/CXXFLAGS setting

- lib order is always left-to-right, with higher level libs coming
first and the libs they...

github.com/openscad/openscad - a806fdfdd59f89bf120c7b2ecb8b61fca540f495 authored over 6 years ago
Add libzip package to MXE.

github.com/openscad/openscad - bbc99b8db8ac24c898e39e277a27bff81fa0e18c authored over 6 years ago
Add qtmultimedia package to MXE.

github.com/openscad/openscad - 89de9bde349d1d94d2b7a75b5d586e860ed76425 authored over 6 years ago
fix cross build problem

github.com/openscad/openscad - a724d91a10d92764240d4047d3f4d5e384b5bd77 authored over 6 years ago
oops cant exit from source script

github.com/openscad/openscad - 41af8b00270cf97e5cbad464a1cc664267619b1b authored over 6 years ago
only checkout openscad's special mxe branch if we cloned from openscad's git

github.com/openscad/openscad - 8af03bd236695e6d2158620ba4613ffc43f47d1a authored over 6 years ago
detect python anaconda, which believe it or not can conflict with mxe build

github.com/openscad/openscad - 0ee45d6aec712c25c2ff53ccdc5e099b88db8fba authored over 6 years ago
appdata: add OARS 1.1 content rating

See https://hughsie.github.io/oars/

github.com/openscad/openscad - 8c93631317b2a305f75098c3a3119a9cb0c80b7a authored over 6 years ago
appdata: add release information

github.com/openscad/openscad - fb521da4ff601fd5395e09d4da54c342c3d2253c authored over 6 years ago