Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Fritzing
Fritzing desktop application
Collective -
Host: opensource -
https://opencollective.com/fritzing
- Website: https://fritzing.org
- Code: https://github.com/fritzing/fritzing-app
QuaZIP 0.7.2 added dual Qt 4/5 support by installing for Qt 5:
/usr/include/quazip5/quazip.h...
github.com/fritzing/fritzing-app - 8f47c89054fdb85a098e2c2253e3e37573618628 authored over 5 years ago
github.com/fritzing/fritzing-app - c22b5e2aaab900c11239ec08a8f1778e5920a106 authored over 5 years ago
github.com/fritzing/fritzing-app - cc06f975198e24300ce7402d7e8fdd8eeaf1020f authored over 5 years ago
github.com/fritzing/fritzing-app - 6948bb92fd5c596e1c0f89fa44115f150c6bdb9a authored over 5 years ago
github.com/fritzing/fritzing-app - 8c65c8fa962dbfd070926024517f7b06d300eca0 authored over 5 years ago
github.com/fritzing/fritzing-app - 52d5fd5f5772c5e9a51decf4176a409e7fc58fdf authored over 5 years ago
github.com/fritzing/fritzing-app - a68a3ab5f2930bff7ff4a04c5c553e31b324b64b authored over 5 years ago
github.com/fritzing/fritzing-app - 0ffc61cb5f8b8d1860c59cda52f5def1fe143256 authored over 5 years ago
github.com/fritzing/fritzing-app - 45f2e4bc6d009a0c249c0d6d720c3ad4a4b13967 authored over 5 years ago
github.com/fritzing/fritzing-app - ae16745f54cdde85517c700a918d4c02a9c4ac8b authored over 5 years ago
github.com/fritzing/fritzing-app - 3f28555bd2fb003760b422ca555740002f2de397 authored over 5 years ago
github.com/fritzing/fritzing-app - 94ec6c20c9fe989e644257769842c34e84a7fcde authored over 5 years ago
github.com/fritzing/fritzing-app - 40b870f0ee23f8254856a18e9cca7b1271432ef1 authored over 5 years ago
Also fix indents
github.com/fritzing/fritzing-app - 32aad9c452e6a83cd43011c6e5518213f06c8be9 authored over 5 years agogithub.com/fritzing/fritzing-app - cefaa57a2f68214cb2b9df4604eed8ac1f3d3f2e authored over 5 years ago
github.com/fritzing/fritzing-app - 9bd86b7d5172c8ed85ac59e9b6be20b060d57b40 authored over 5 years ago
github.com/fritzing/fritzing-app - 66b17b4ee4f3869eca140ffeb271cbfa908e4f90 authored over 5 years ago
github.com/fritzing/fritzing-app - ac50dbfd1a4ce245207c5623df26344e96a1e0e4 authored over 5 years ago
github.com/fritzing/fritzing-app - 1254f9f6fe8b7ef88027d40e450b0ddf9af5bc8b authored over 5 years ago
Probably was relying entirely on nsdmi
github.com/fritzing/fritzing-app - dd7154595daa1a88e7c7ca464c3f8aacf9a2a334 authored over 5 years agoRealized that the change I made a perfect candidate for std::unique_ptr
github.com/fritzing/fritzing-app - 3e804bd0f69836f3221362d265c0957fb2408bad authored over 5 years agogithub.com/fritzing/fritzing-app - 359ce0464bfa574d28e80b0ece31cd60f13ed99a authored over 5 years ago
github.com/fritzing/fritzing-app - ea3b409346db212a73114252b4b7a7db712bfbb5 authored over 5 years ago
github.com/fritzing/fritzing-app - 4b5003d51ac31fd8fc930ae517b9c97f5c5e42ee authored over 5 years ago
github.com/fritzing/fritzing-app - 609b5358529b6cd558bd1cbb589c4d9324271155 authored over 5 years ago
github.com/fritzing/fritzing-app - 00537d9d57af0cd9d7862fc45fde2e924c4d78a2 authored over 5 years ago
github.com/fritzing/fritzing-app - 81c71c3ebcb3fb5f131415352f5ec8d4139c48da authored over 5 years ago
github.com/fritzing/fritzing-app - 81dd52b3acbfbcdf60e1abc15c2a062b895b1b6b authored over 5 years ago
github.com/fritzing/fritzing-app - 98ca925e855851e70b1a7c5a59e491df7af4d03b authored over 5 years ago
github.com/fritzing/fritzing-app - 8ba597189575fca49adfdc06241ac8c65b479562 authored over 5 years ago
github.com/fritzing/fritzing-app - 4f26f42b2a770aa2dda8c0bf71eaf59109a11c35 authored over 5 years ago
Use constexpr in place of static const int in zoomslider.cpp
github.com/fritzing/fritzing-app - a77a54ce840bf1be5173c1f74f9290680ae76fb8 authored over 5 years ago
Also, forward declare classes instead of putting class at the front of
nearly every definition u...
github.com/fritzing/fritzing-app - 4c63646c24387a4a0de1b9960a5c9defe7270989 authored over 5 years ago
github.com/fritzing/fritzing-app - 45c753fb037925f16720f40067f9f1e9d006bc54 authored over 5 years ago
github.com/fritzing/fritzing-app - 3a1fe792520e3df1cacf0ca5dafb3354dde0348d authored over 5 years ago
Made SvgIdLayer much less aware of the internals of PointRect.
Hid the contents of PointRect ex...
github.com/fritzing/fritzing-app - 1e4150a57c8afd96d34bb38fd30db33c7dc15cae authored over 5 years agogithub.com/fritzing/fritzing-app - 3cb86d9367c6e72117b022664d5a6837f680f968 authored over 5 years ago
github.com/fritzing/fritzing-app - cd7452de4ab5aa42af159db46b9cbfd3ca03fe0b authored over 5 years ago
github.com/fritzing/fritzing-app - c52eb6a1d10224781f9548194eb5a084b401db5d authored over 5 years ago
Also use more C++11 and later features.
Make ValidReal constexpr as possible and provide the ex...
github.com/fritzing/fritzing-app - ef85951949cd985bccda6a509dde3b3ed03aad7f authored over 5 years agogithub.com/fritzing/fritzing-app - 8f00246f2ae587fac36896b478e61de517a37ae6 authored over 5 years ago
github.com/fritzing/fritzing-app - b15e403da27b92e25d6f10c6083403bd047d5b46 authored over 5 years ago
github.com/fritzing/fritzing-app - 52d7d8bd78a6eb93ef56100d8720ce724ebb2ac1 authored over 5 years ago
github.com/fritzing/fritzing-app - 068882516d01ac39c2733c38e58bb25591519c2a authored over 5 years ago
github.com/fritzing/fritzing-app - 0c16e376c077483ab0b539ecff12fc901d0da29c authored over 5 years ago
github.com/fritzing/fritzing-app - 0f5313730e45de98628e37d38869e38c458106f2 authored over 5 years ago
github.com/fritzing/fritzing-app - ff7677ed9b74f2f52419b70cb2102ab89c37065a authored over 5 years ago
github.com/fritzing/fritzing-app - bb684c45599c17a01e6083424c83f55bdd6a50a9 authored over 5 years ago
github.com/fritzing/fritzing-app - 3780ff43e95aee4822521b4b7babaf01b4d72b63 authored over 5 years ago
More to follow...
github.com/fritzing/fritzing-app - d3261addd8754f276f5b27c6eb3765fcc5c1826f authored over 5 years agoMemory is zero allocated in Grid structure now
github.com/fritzing/fritzing-app - ac537b8e52ca306ce6ea1f87b45c726f5e67f776 authored over 5 years agogithub.com/fritzing/fritzing-app - e543bf27bb215619f4113ea5eaf21527e7c23792 authored over 5 years ago
github.com/fritzing/fritzing-app - 3af8d04848b964e3b95d9164681bd0d89eab6a86 authored over 5 years ago
github.com/fritzing/fritzing-app - f1fd9afe57c859fc0a382e94c659df5e4bb1408a authored over 5 years ago
github.com/fritzing/fritzing-app - 8f08814a83cf81a68459e098ffd44015275b585b authored over 5 years ago
github.com/fritzing/fritzing-app - 8063d4439d7679b54da9671d3f276a59c59e4a28 authored over 5 years ago
github.com/fritzing/fritzing-app - 8e1a1d8f9ebaf2d75e90a94219d2cc8bb04eb0c9 authored over 5 years ago
github.com/fritzing/fritzing-app - 140da4e2ff9afa4816a5149abb17acd222e46f89 authored over 5 years ago
github.com/fritzing/fritzing-app - cae948b900cf989f0e3b70ded99f2012cbf5bc95 authored over 5 years ago
github.com/fritzing/fritzing-app - 24ed6bb2daa17f24ff9288fc027fcfea35517ef9 authored over 5 years ago
Merge versioning and travis build config
github.com/fritzing/fritzing-app - 2b85bbe0d55266c7f9163af49378d7a0ca1a7f3f authored over 5 years agogithub.com/fritzing/fritzing-app - b0243dc35a6b787ad10b138690d14e0f6425f292 authored over 5 years ago
github.com/fritzing/fritzing-app - a55399728e43c3eb8bdcbad10bdde3e46bb02a67 authored over 5 years ago
github.com/fritzing/fritzing-app - 61ad6a3af6f12ad6e5065b753a98963265a2ccbb authored over 5 years ago
github.com/fritzing/fritzing-app - 1121e0780cf53a802a5763e25e2ee227ef301b64 authored over 5 years ago
github.com/fritzing/fritzing-app - b1bc704120d19e15c36ddfc93ef4f42001067dd1 authored over 5 years ago
github.com/fritzing/fritzing-app - 7299130732776d00cb08936b03cd18dfdd84f7fe authored over 5 years ago
github.com/fritzing/fritzing-app - 2864e2f4008ee93e5969318303e48c6e7f905121 authored over 5 years ago
github.com/fritzing/fritzing-app - 355bf8ba8f1edda668179b4fc74563b8e596de14 authored over 5 years ago
github.com/fritzing/fritzing-app - f97ed5111f5bbeb5a067d1af1fbd5af36430ed1a authored over 5 years ago
github.com/fritzing/fritzing-app - 0fcc6ac2bb19dccea7e94508226b93c43d498067 authored over 5 years ago
github.com/fritzing/fritzing-app - 614bea37588865e059e958f135702df9cf300263 authored over 5 years ago
github.com/fritzing/fritzing-app - 61527735b26d25acffbb2f272a5c55b7a71afb23 authored over 5 years ago
Merging develop to master for 0.9.4 release
github.com/fritzing/fritzing-app - 3d8241912294e1b3f0111ca3760055d585a35e9a authored over 5 years agogithub.com/fritzing/fritzing-app - 526fd31b608029529015acad878e91b42606e357 authored over 5 years ago
github.com/fritzing/fritzing-app - 062ea0cafd47588043b96ac854118027570b1fd9 authored over 5 years ago
github.com/fritzing/fritzing-app - 32ab1e863c633bbd6bd926dfcc51f14b9b9d50e6 authored over 5 years ago
github.com/fritzing/fritzing-app - aeebd4aa0efe7e71af053f7fbd0a987c060c0dc5 authored over 5 years ago
github.com/fritzing/fritzing-app - 899b1c0025267111cd4d821f3670f87abcd034dc authored over 5 years ago
github.com/fritzing/fritzing-app - 0135acbff6cfbe9c6d5b3990ce01f740b1b15997 authored over 5 years ago
github.com/fritzing/fritzing-app - 5eb2ede340decdebf8f7ed70fbf260f590cca71b authored over 5 years ago
The first issue was that items bounding rectangle was not fully
inside of maxRect that is boundi...
This reverts commit d137a3bbaf4ea42851c3fa7632d2f010dbc9c0bf, which
was applied because of memor...
github.com/fritzing/fritzing-app - 53094e959b52aeb7718b14faaa306653e5d0070b authored over 5 years ago
github.com/fritzing/fritzing-app - 2d523f21a99a4ecd8f5d02b8293a50637fc2f462 authored over 5 years ago
github.com/fritzing/fritzing-app - 32e5f6996de0af2c67d8e1b014aa56d44761672f authored over 5 years ago
github.com/fritzing/fritzing-app - 32eeceeea7979bb5176db7be191a53fef804d548 authored over 5 years ago
github.com/fritzing/fritzing-app - 81c1485a89195728c884d7949765a71eaa5a05a5 authored over 5 years ago
github.com/fritzing/fritzing-app - 52359b391a15fda8403db31d2b88932aac8ad61c authored over 5 years ago
github.com/fritzing/fritzing-app - 0307db10b04d83ecceef3130f0df9b65f88459dd authored over 5 years ago
github.com/fritzing/fritzing-app - a57c672281f43781e6462399e2e5d187d2e7ab4c authored over 5 years ago
github.com/fritzing/fritzing-app - d5cff31d1e18842068f2dfb29610c8b59af642f8 authored over 5 years ago
Last commit that changed these lines -- b99c74ceb -- just fixed
whitespace errors. In fact it se...
github.com/fritzing/fritzing-app - 61b54a8b772458130dfc8358c94c24cac7a28b1f authored over 5 years ago
github.com/fritzing/fritzing-app - 8945592dca33c993198e923d0ffabd3e86c7eb13 authored over 5 years ago
If you see this commit using git blame, try using -w option, it
will ignore whitespace changes. ...
github.com/fritzing/fritzing-app - 42fc0783553f46c47d47a44d7b06b2f2848803ff authored over 5 years ago
If you see this commit using git blame, just use -w option, it
will ignore whitespace changes. I...