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

openscad.appdata.xml.in: duplicated format word (#2430)

github.com/openscad/openscad - a5833f1de1ac9d3114d8dec3fdf11a7aed1d91b8 authored over 6 years ago
update links: http to https (#2428)

github.com/openscad/openscad - 0799ea080c025c9c61a845216dc243864e24804e authored over 6 years ago
Add opengl and home plugs, trying strict mode.

github.com/openscad/openscad - c6a485651fa29f1a878ea454558192492f7467ec authored over 6 years ago
Add Qt5 desktop launch helper for running as snap.

github.com/openscad/openscad - e25b89e6f510acdc7682a994360713cdb7506606 authored over 6 years ago
Add git as build dependency for CircleCI.

github.com/openscad/openscad - cadf34a483607f5eeb92ca4cde6056e2b9b479b1 authored over 6 years ago
Configure application binary.

github.com/openscad/openscad - cbaab87dd3777a6f8bb66b9726c85c7f5bc7a807 authored over 6 years ago
Allow running the script from different source copy for snapcraft.

github.com/openscad/openscad - e752782f52d0d016b11f5854aa934e0c234c60ad authored over 6 years ago
Disable parallel build for CircleCI (which defaults to -j32).

github.com/openscad/openscad - 21ac6f2298b083c30e7df301205d85429144a32d authored over 6 years ago
Add build depends for Snap.

github.com/openscad/openscad - aee119e8af1974e065f54bf388595cea9ecd8bd6 authored over 6 years ago
Snap build via CircleCI.

github.com/openscad/openscad - 5929496b85de4e4bc69d08387d9dd3d9e9800ba0 authored over 6 years ago
Fix crash with [[]] in customizer comment (fixes #2402). (#2404)

github.com/openscad/openscad - 4455a12ce81758fc3c1a424bdc6fb5110346dd8f authored over 6 years ago
Play sound notification on render complete (#2393)

* Play sound notification on render complete with QSound
* Added qtmultimedia5-dev to .travis.y...

github.com/openscad/openscad - 4b6587f031ec4d778e6e4b35703d8067a765af8c authored over 6 years ago
Add view-left icon to resource file (fixes #2397).

github.com/openscad/openscad - 4dd21b54ef6d96c3ebaa9e9c0c765982ed59eb4c authored over 6 years ago
Update Travis Ubuntu to build for Qt5 (#2381)

* Update Travis Ubuntu to Qt5

* Select qt5 for travis.

github.com/openscad/openscad - 179074dff8c23cbc0e651ce8463737df0006f4ca authored almost 7 years ago
Update README.md (#2379)

github.com/openscad/openscad - 10d70e0287001017fdf3867630d77cb32e88c9d6 authored almost 7 years ago
Update AppData.

github.com/openscad/openscad - 9bd8e87da64ffbdb1a41763a92e7feaf78652010 authored almost 7 years ago
improvent handling of changed customizer preset (#2328)

* adding an asterisks to the preset name when the preset is changed

* implementing "ask user ...

github.com/openscad/openscad - adbe36114cae08191bfcac232b556bc518961274 authored almost 7 years ago
Fixed some memory issues reported by Coverity (#2368)

github.com/openscad/openscad - 64673e13a03b5a38e8a88a9b4be19e7f30c16f38 authored almost 7 years ago
Qt fixes (#2366)

* Clean up Qt tests to make it work with Qt 5.10
* Cleaned up odd image filenames

github.com/openscad/openscad - 9135fc81d5583eae27b6f7a96168946ed98f7f79 authored almost 7 years ago
Make editor type setting independent from translations. (#2365)

github.com/openscad/openscad - 7e22a7da586617a29c1e7a3082e43e5d6656a1b2 authored almost 7 years ago
Merge pull request #2361 from MichaelPFrey/inputdriver5-cleaning

Clean up

github.com/openscad/openscad - c206b57c6af9a0a6a043e153a9f41a13b510b777 authored almost 7 years ago
setting is not beeing used anymore

github.com/openscad/openscad - e00951b5b59011e787c59d4815b68ca3149520e6 authored almost 7 years ago
0 -> nullptr

github.com/openscad/openscad - fb3706a5a272b5cebaf01ad3af6aa5829d8af9b9 authored almost 7 years ago
use auto for the type where obvious from context

github.com/openscad/openscad - 7eaa0490cec2e87197936a7aa6e3c9c0d322bca5 authored almost 7 years ago
moving declaration and initialization onto the same line

github.com/openscad/openscad - 5b60badc3ce955fe47e23d4cbaffed0ec6a7662d authored almost 7 years ago
using nullptr instead of 0

github.com/openscad/openscad - fd87c4f7f542a3f4cb7941362f74221a03ed69e2 authored almost 7 years ago
customizer: modernizing the for loops (#2356)

* modernizing the for loops

* making the adding the items to the Combobox more readable

* ...

github.com/openscad/openscad - e7c0851d4023817b2a11df2583d6f406f3b58883 authored almost 7 years ago
Customizer: Bugfix: Do not save hidden variables (#2354)

* do not add hidden variables to the tree, thus do not save hidden variables

* use variables ...

github.com/openscad/openscad - 4bebe21ec2f25fc34a4a5205e6d6eba219970c8a authored almost 7 years ago
Add coverity_scan branch to white-list.

github.com/openscad/openscad - 0ab252b08d35bb43a47842367d0c01337a4db519 authored almost 7 years ago
Convert CSGProducts::import from recursive to iterative. Avoids stack depth issues with large numbers of polygons.

github.com/openscad/openscad - 472a5b4b5b5ee82750b878cf73362652ee52357c authored almost 7 years ago
Removed extra calls to normalizePass

github.com/openscad/openscad - 1af4e1054dcf860649b8f95c7062d99b77e43523 authored almost 7 years ago
Customizer inheritence (#2330)

* removing the inheritance from parameterextractor to ParameterWidget

* removing the inherita...

github.com/openscad/openscad - 41bee16364160524465def91945659926c006455 authored almost 7 years ago
writing the filename where the assertion failed (#2341)

* writing the filename where the assertion failed

* use just the filename and update the test...

github.com/openscad/openscad - 1d44b5e5866bfdfe7c4305247be22ac8742ddc72 authored almost 7 years ago
Merge pull request #2347 from dadosch/patch-1

Updated German translation

github.com/openscad/openscad - 3e777f03a272adbfa6be1b62f2ec50cc110c7dbb authored almost 7 years ago
Updated German translation

fixed spelling

github.com/openscad/openscad - 24de5757fd4770d2a770c229e1fcc69d91cc63c6 authored almost 7 years ago
customizer: add support for text max. length (#2346)

* customizer: add support for text max. length

* fixed crash, when no maximum is set

* mor...

github.com/openscad/openscad - f62d45d11fbc1a353118754e8ed56610a32b7d1f authored almost 7 years ago
Test if more than one pass ever required for all test suite. Use emplace.

github.com/openscad/openscad - c1755b275a2c8bb1bb2d86e37cabd49ba1ab28bd authored almost 7 years ago
Rewrite normalizePass as iterative.

github.com/openscad/openscad - e32c78e1e9248f2660987589bf180e18764b492e authored almost 7 years ago
Use left recursion for "input" in parser

github.com/openscad/openscad - c4357f906821e30ae09e742ce79853e0d76033d3 authored almost 7 years ago
removing the actionRenderPreview(); from MainWindow::changeParameterWidget(), see #2337 (#2340)

github.com/openscad/openscad - 3e7fbfff14baf75c5f0c23496ac3fb5c5e6f8a96 authored almost 7 years ago
FileModule::getFullpath(): fixing issue under windows with backslash (#2338)

* FileModule::getFullpath(): fixing issue under windows with backslash

* .generic_string();

github.com/openscad/openscad - d07c30012ff82bf8b1498207a77cb1cca629011f authored almost 7 years ago
Update link downloads & documentation (proposal) (#2333)

Link to image via coverity needs an update (https://scan.coverity.com/projects/2510). Plus minor...

github.com/openscad/openscad - 19675c69d0c0d72073f02875246e5d7f7987bd80 authored almost 7 years ago
Cleanup and optimatzion (#2327)

* optimizing getting the lower case file extension during use registration

* optimizing: we o...

github.com/openscad/openscad - a77a775faac9f482950d81397f7352a9d585bc93 authored almost 7 years ago
Add the filename into the AST Tree (#2322)

* Added filename in location and Don't scan for parameters in included files

* Merge remote-t...

github.com/openscad/openscad - a85def570b5f6708ce2974939ef40bb540af6db0 authored almost 7 years ago
Merge pull request #2329 from openscad/python3-test-script

Add compatibility with python3 for Travis MacOS builds.

github.com/openscad/openscad - 9d87f407a9336b3ec4b0fe46a4b0f205a2aa7e69 authored almost 7 years ago
Handle non-ascii strings in debug output.

github.com/openscad/openscad - d8e572c6803285aa9905e5bf6180c8dd318aa6df authored almost 7 years ago
Add workaround for hasattr().

github.com/openscad/openscad - bec5dd7df6581c1c79fdb10bceaaef43545952bd authored almost 7 years ago
Fix newline handling.

github.com/openscad/openscad - 6faf152f517f99d05bdac405f1a399d78d790f3d authored almost 7 years ago
More compat changes for Python 3.

github.com/openscad/openscad - c01a044b94ae6b7b59a1d0286f0e7371282099d0 authored almost 7 years ago
Add binary to string decode to parselog().

github.com/openscad/openscad - 43c96c2b0b973cd58f9e0e85991a9bb1702c139d authored almost 7 years ago
Encode data for hashing.

github.com/openscad/openscad - 8cb7b326df73ef1a4aa4037551a1ba51413f087f authored almost 7 years ago
Use join syntax compatible with both Python 2 and 3.

github.com/openscad/openscad - 1deb9aacd4a43deb619ba41cdb2f72d9ca3791dc authored almost 7 years ago
Convert binary data to string to make regex happy.

github.com/openscad/openscad - 243d525f459aa5caf2b96c331464f893368101a6 authored almost 7 years ago
Trying to be compatible with python3 for Travis MacOS builds.

github.com/openscad/openscad - 2a9484ebc2f796158994390c3dc95f5609ac02bd authored almost 7 years ago
Merge pull request #2323 from thehans/issue1576

Fix issue #1576, local scope assigments in groups.

github.com/openscad/openscad - 442d5df5f251c90e49ca47d64253494d09865fb9 authored almost 7 years ago
Translation of customizer in general and german specifically (#2324)

* update the translation files

* also translate src/parameter/

* translating the customize...

github.com/openscad/openscad - 8a2d62d2e5216f0954139a89a201d998ad2268f8 authored almost 7 years ago
Fix compilation with Qt4.

github.com/openscad/openscad - 8ca88a15e67db5fac60b6c5b4f6be3a7ae1eff25 authored almost 7 years ago
slightly modify the examples to improve customizer compabitlity (#2326)

* slightly modify the examples to improve customizer compabitlity

* slightly modify the examp...

github.com/openscad/openscad - 956682aa18f5441be6d4fb8c28ea677bc170b73f authored almost 7 years ago
fix accidentally removed line

github.com/openscad/openscad - b0e97c922e1eda797f9f03a814feb30fbfc7cfdc authored almost 7 years ago
Fix issue #1576, local scope assigments in groups.

github.com/openscad/openscad - 0b7bfb2cdafcd6e30620fe5c8960ac8fec018e4b authored almost 7 years ago
Feature addition: Option to raise the window upon auto-reload (#2321)

* Feature addition:
When auto reload happens, the main window is raise()d to the front.
This i...

github.com/openscad/openscad - abd45a70ddabdc1d393119a4ea46ee578e2ad9b9 authored almost 7 years ago
Customizer UI Improvment (#2319)

* only enable the customizer UI when ready

* descriptionLoD "Description Only" (hiding the va...

github.com/openscad/openscad - 21f67de6389234d00a2dde437616063a6479402b authored almost 7 years ago
add test case for multiple group names and empty vector (#2320)

github.com/openscad/openscad - 8b2cf834d34471b141c33712f7a1365ad5019543 authored almost 7 years ago
Cache g_utf8_strlen (#2310)

* Cache g_utf8_strlen

* Fix comparison for str_utf8_wrapper

* Set str_utf8_wrapper in Valu...

github.com/openscad/openscad - e99ec0ff4e89344da3c3709f381decc9fb95b9fd authored almost 7 years ago
Rewrite NodeCache to store single string with indices (#2313)

* WIP rewriting NodeCache / NodeDumper

* More NodeCache rework

* Fixing new NodeCache impl...

github.com/openscad/openscad - b9de27fbf1e3c73243c5453ad18dbe106e24b2b7 authored almost 7 years ago
Costumizer cleanup (#2315)

* making strings translateable

* turning the private member LabelWidth into the static variab...

github.com/openscad/openscad - 9d0fa5902148499ebca312322fd364ccfc60ca2e authored almost 7 years ago
costumizer: improved file handling (#2311)

* move the writeable check from "readParameterSet" to "readFile".
This also fixes an issue with...

github.com/openscad/openscad - 99a8f8c767b3bb110e1f1276ffa3700fbf23f941 authored almost 7 years ago
Cleanup, modernization (#2312)

github.com/openscad/openscad - 04373916379177adabc29d11bcf0ef40eafd15ac authored almost 7 years ago
Add indent option, only indent when necessary (#2308)

* Only indent NodeDumper when necessary. Related to issue #2303

* Use indent counter, change...

github.com/openscad/openscad - a175d3a7e0ca6fd1de269f20e44cf2ccee1664fb authored almost 7 years ago
Optimize NodeDumper string building (#2304)

* Optimize NodeDumper string building

* Fix newline at end of dumpChildren

* Make NodeDump...

github.com/openscad/openscad - 01f36e7c24f119d76e9973fbdc6e1d19c3ab5f2a authored almost 7 years ago
MainWindow.ui: give the QT Widgets more specific names to avoid conflicts (#2305)

* giving the "gridLayout_2" specific names to resolve the naming conflict

* giving the QLabel...

github.com/openscad/openscad - 25806364a27e15ca1765d048418542810e5e11f0 authored almost 7 years ago
costumizer: Parameter widget refraction (#2295)

* make tool tips translateable

* adding a description of the functions purpose

* rename Pa...

github.com/openscad/openscad - a462765ec3ab36230836f367c26434a77944b27d authored almost 7 years ago
rewrite of createGroup using regex (#2291)

* rewrite of createGroup using regex

* simplifying the code of createGroup

* std::regex ->...

github.com/openscad/openscad - ba2fb71d1db0a9c743c3726374f7922838b8f916 authored almost 7 years ago
Syntax highlighting: adding intersection_for, do not highlight SingleQuotedStrings (#2298)

* adding to intersection_for to keywordSet[3]

* commenting out setColor for SingleQuotedStrin...

github.com/openscad/openscad - 620ae8a8aa4ad6610aa3cdae8d1aedb828ed55cb authored almost 7 years ago
Update README.md (#2297)

github.com/openscad/openscad - 9366fedc79e08037874b166f48a6fa260fb677a5 authored almost 7 years ago
Updating the years on the copyright notices, adding myself to Patches (#2293)

* Updating the years on the copyright notice, adding myself to Patches

* Updating the years o...

github.com/openscad/openscad - ec8aded3241766dda3b89e26fa914d07562de429 authored almost 7 years ago
fixing comment typos (#2290)

github.com/openscad/openscad - d4fe65b3ee6d205ef9880a70f09abbf667e9b212 authored almost 7 years ago
Fix build on Fedora 27 (#2283)

In order to properly build OpenSCAD on Fedora 27 a couple of fixes
are required:

* Check for...

github.com/openscad/openscad - 65619a8c640423a484d363b060ef01b7c8e12460 authored almost 7 years ago
Add spacenav driver to cmake (#2287)

github.com/openscad/openscad - 690c31d12ac70ad5060f84f535fa9187b50fe7a3 authored almost 7 years ago
remove empty file grid.cc (#2288)

github.com/openscad/openscad - 15e6ef58ae8d49e63c42d590ab4ec104ca616286 authored almost 7 years ago
cmake: Create objects directory if needed.

github.com/openscad/openscad - 6abfe950893af1446f99103fb7bb9a790b3f2931 authored almost 7 years ago
move the description to the XML file

github.com/openscad/openscad - b825754fe571b80dd52d8a740a1fd9a57af253b0 authored almost 7 years ago
rotate2 -> rotateByVector

github.com/openscad/openscad - 8ef25646b568eaa6521016809ff275526591723d authored almost 7 years ago
cmake: Missing ignoreWheelWhenNotFocused.cpp source file

github.com/openscad/openscad - 0801661dbd954314a65e859715c37419965ca8b2 authored almost 7 years ago
cmake: fix case-sensitive Assignment.cc filename

github.com/openscad/openscad - f93717678274b9ca3f67ee8276cd34efa738ccdb authored almost 7 years ago
Merge branch 'inputdriver5' into dbus-cam-state

github.com/openscad/openscad - 7e9fd0daba07a30ba4c7a8901f150558b15328d3 authored almost 7 years ago
Add view port relative rotation (#2280)

github.com/openscad/openscad - 32f290dc91fea2d1ede5e2f7d4d952b779ca5017 authored almost 7 years ago
Add DBus input driver to cmake build. (#2273)

github.com/openscad/openscad - 2a29cfd69dc800cf96e08e06073cb822f6248d2f authored almost 7 years ago
Add method to get the names of supported actions (#2279)

github.com/openscad/openscad - 81d51ce69cc42f600585a9662574e6ae4f57a28e authored almost 7 years ago
#include <array> not necessary anymore

github.com/openscad/openscad - 6182e53ed38669a164008f6476be6d6c3ed4f049 authored almost 7 years ago
std::array<double, 3> -> QList<double>

github.com/openscad/openscad - fb8ccb12b089b3bd4e19f911c79c88416dd91853 authored almost 7 years ago
implement getTranslation in the dbus driver

github.com/openscad/openscad - 0fece6d90cc3e15a7065227ef62785c625b59ef2 authored almost 7 years ago
implement getRotation in the dbus driver

github.com/openscad/openscad - 2febceb181151e2f91e0ce9feae3a9c9914e43dd authored almost 7 years ago
expose rotate2 via dbus

github.com/openscad/openscad - f15b398065f458bff690c28579c53ab6bffc286b authored almost 7 years ago
Route input events through the axis mapper.

github.com/openscad/openscad - f103ca6846b274200ce726b730e877b219508b3e authored almost 7 years ago
use qglview->rotate2 for view port relativ rotation

github.com/openscad/openscad - 929b906ff4625626a9c02a170a08992dabec324c authored almost 7 years ago
add settings and ui code for view port relative rotation

github.com/openscad/openscad - 2d0a5873dd51bf2adec7a44cdcbb14ebed70820a authored almost 7 years ago
add getRotation

github.com/openscad/openscad - 4389b7338e6b34c9177ebfea30083a4dc75c9e33 authored almost 7 years ago
Handle 2 argument translation calls generated by Qt 5.7.1 (fixes #1872).

github.com/openscad/openscad - b5046899a2de5196048bb217ef53cf2d0cc455cf authored almost 7 years ago
add getTranslation methode

github.com/openscad/openscad - 77be87302e1eb7433d5558b21df35057fc4babb3 authored almost 7 years ago