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

Tidy wired eighth batch of examples.

github.com/fritzing/fritzing-app - f5643fcbbc8b2fa281d3d2d816f80f878eba2ef5 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Tidy wired tenth batch of examples.

github.com/fritzing/fritzing-app - 95391257f139d777ad15ebc117c5d9d715288b34 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Tidy wired fifth batch of examples.

github.com/fritzing/fritzing-app - 859e5b47f26ec4563962727ab7d552a03033cd24 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Fixed execution of debug connector.

github.com/fritzing/fritzing-app - 8c56dff8714f2c95ae770ffc35a4649c3af43503 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Fixed problem when red debug connector color was saved in fzz.

github.com/fritzing/fritzing-app - 2fd99b0e232a0e07cb8738520fc4eb095052a249 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Fixed tidy wires crash by doing select delete separately for views.

github.com/fritzing/fritzing-app - 6ee4df4886d04a4607eeafb659419a68e4980a7f authored about 1 year ago by Kjell Morgenstern <[email protected]>
Try to fix pinheader single double row selection for some computers by fixing 'rows' typo.

github.com/fritzing/fritzing-app - 3519046a4e6096fd85d7575696ffbd5b08c880f2 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Add probe for automatic testing of invalid connections

github.com/fritzing/fritzing-app - 43349f680af4f4221c86010c4d612cda76f878d8 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Reduced debug output to improve readability.

github.com/fritzing/fritzing-app - 995a8fccdf0d0b3428680e552b7fc04f40478148 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Removed use of sorted functions in routing check.

github.com/fritzing/fritzing-app - e727e6bd62e2f78f5cdfd6eb5d7e4ed2e56d4c05 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Ignore multimeter.

github.com/fritzing/fritzing-app - fc4e34c91ef0304f4ffbcf64fe7d7e07c4b2acc2 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Simplified code by using id to search for corresponding part.

github.com/fritzing/fritzing-app - 94b0608d8173a97122d357ecc6f8250ff9361977 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Added missing return statement.

github.com/fritzing/fritzing-app - 88ddefc089b7ab7b5da32a57cd3067f2c752640f authored about 1 year ago by Kjell Morgenstern <[email protected]>
Added more checks and removed seemingly buggy connectorSharedID.

github.com/fritzing/fritzing-app - 18853a1d177386a24181b6e8164d221076372990 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Added sorting to setToString function.

github.com/fritzing/fritzing-app - 54a43fdc274ec263928d9b4d3f4a4260fc7356ec authored about 1 year ago by Kjell Morgenstern <[email protected]>
Execute breadboard check on key press.

github.com/fritzing/fritzing-app - 25ef255ba3396703b232860280e107ee41ebde20 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Added sorting functions.

github.com/fritzing/fritzing-app - 4a97dd70d3c85d21de99c26e5035ea50291ed976 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Use special collect parts function for check.

github.com/fritzing/fritzing-app - 3cea6dbe288f9cf1103e2cb17b426ec6358eb8d1 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Added setOfSetsToString function.

github.com/fritzing/fritzing-app - 6ad2e3e838e9616a9155cc275a5c2050e0f076fd authored about 1 year ago by Kjell Morgenstern <[email protected]>
Refactored connection check to prepare for adding pcb.

github.com/fritzing/fritzing-app - dfaa93fd1a179556afc82c23ed2bbb8d69b1eab0 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Added pcb schematic connection consistency check.

github.com/fritzing/fritzing-app - a7111d2c4c1930920ba324c184623fd2261b3314 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Moved breadboard check into mainwindow.

github.com/fritzing/fritzing-app - bf43ce137b001cfaaf20d0014eb17e8d686ca948 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Made detector more general to work with all connectors.

github.com/fritzing/fritzing-app - 294f080daa5273edbd11d8036c6bd2107fd6939c authored about 1 year ago by Kjell Morgenstern <[email protected]>
Added breadboard corruption detection.

github.com/fritzing/fritzing-app - 6449cb00e95b05a77ce8d271245b769f854cf8a8 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Do connection check on file load.

github.com/fritzing/fritzing-app - aa79214058ac7a9b035afba3dc936a91cff5627b authored about 1 year ago by Kjell Morgenstern <[email protected]>
Use correct background colors when resetting from red.

github.com/fritzing/fritzing-app - 57dc2af9ad2815038e4102b4437f1581fdb63087 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Remove verbose params

github.com/fritzing/fritzing-app - 9586342906b9e7228930b06cd705c7bd89aa56ab authored about 1 year ago by Kjell Morgenstern <[email protected]>
Use static variable for QRegularExpression

github.com/fritzing/fritzing-app - e762ab16ebaa46949fddd68c19f8ec0be1c7396c authored about 1 year ago by Kjell Morgenstern <[email protected]>
Optimized one loop away in connector check by using findConnectorItemWithSharedID.

github.com/fritzing/fritzing-app - ebd0b85ae29719c22582c2fc79671a59ac75c29d authored about 1 year ago by Kjell Morgenstern <[email protected]>
Moved routing check emit into changeConnectionAux.

github.com/fritzing/fritzing-app - 55f1fa78748309034d9f4418644173dcbbade4bd authored about 1 year ago by Kjell Morgenstern <[email protected]>
Removed routing check emit from simulator.

github.com/fritzing/fritzing-app - c4460c13ae154152383a71fadb944be9bde482dc authored about 1 year ago by Kjell Morgenstern <[email protected]>
Routing check can now be turned on/off on command line.

github.com/fritzing/fritzing-app - a2c5b858a29a4626356e0c674e9ac5559612aad5 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Connect 'tidy wires' to DebugConnectors' repair slot

github.com/fritzing/fritzing-app - 2bc71204baf22229720d51dbefd89c934528a1bc authored about 1 year ago by Kjell Morgenstern <[email protected]>
Removed obsolete include.

github.com/fritzing/fritzing-app - c81141890eca8918d0b2fab6c84c83614bbf4750 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Added timer to debug connectors class so it does not get executed too often.

github.com/fritzing/fritzing-app - c7ee189de4627d986afe89ec67cb370036bd2b7c authored about 1 year ago by Kjell Morgenstern <[email protected]>
Moved routing check slot into separate class.

github.com/fritzing/fritzing-app - 11820af41d7c6c9285a8ca8dd1b428b61226b1f3 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Give instance title with checked connector ID.

github.com/fritzing/fritzing-app - dd394ee8bef7048711074c11cfd4fd08f116a79b authored about 1 year ago by Kjell Morgenstern <[email protected]>
Avoid using findConnectorItemWithSharedID for bb check as well.

github.com/fritzing/fritzing-app - 28ee6838fceb26b6a51cf85c64ea32d90714f952 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Also color pcb view

github.com/fritzing/fritzing-app - 08f2f5b12ffbd1d0401fe35d6715dbb3df3a8b71 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Removed routing check emit from key press event.

github.com/fritzing/fritzing-app - 7aa17953f4181d44b9f0576a1fda71e2f7fa0b6a authored about 1 year ago by Kjell Morgenstern <[email protected]>
Restyle connection check debug message

github.com/fritzing/fritzing-app - 481b45e018f464ec5f5344e179eab726df6b356e authored about 1 year ago by Kjell Morgenstern <[email protected]>
Use hash to speed up double loop.

github.com/fritzing/fritzing-app - 6d71cec12c799e0c5705c21f3fc521ba571fc967 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Fixed flag init value for wire special handling in routing check.

github.com/fritzing/fritzing-app - 2ed1549978a41cc9098f06f35f63ffd9d8332114 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Several minor fixes.

github.com/fritzing/fritzing-app - 9d1905a3a99b257777cd3318d2eb239d4d3492cc authored about 1 year ago by Kjell Morgenstern <[email protected]>
Avoid reporting PCBs

github.com/fritzing/fritzing-app - 2c4eef8c459924909c9ea166ddddd204aa23d516 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Removed unused sorted functions.

github.com/fritzing/fritzing-app - f3e9ab3eed67f797567410c95647c4509dfa8e84 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Ignore virtual wires for consistency check.

github.com/fritzing/fritzing-app - c3ebd782fcb74fd45ac4d7c57a498dd34c0e71b3 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Ignore net labels for connection check.

github.com/fritzing/fritzing-app - f793f1502c394189c6c0f82feddfc8287fa22b0f authored about 1 year ago by Kjell Morgenstern <[email protected]>
Changed breadboard connection check to signal/slot routing check.

github.com/fritzing/fritzing-app - 48dba26fcbdb70bddbde770b7ba66c6b145e41df authored about 1 year ago by Kjell Morgenstern <[email protected]>
Make schematic red on error routing check error as well.

github.com/fritzing/fritzing-app - 1f3d4edd2ea446b951f558ef64aba1c054fecb43 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Ignore wires that are in schematic but not in pcb.

github.com/fritzing/fritzing-app - 9eb7b468e851caa1a7a1e43ecbdc6e769edea8ee authored about 1 year ago by Kjell Morgenstern <[email protected]>
Update example, tidy wires, fix label position

github.com/fritzing/fritzing-app - c82b3840d144ffbc7ff61952e23e5aa48b0f5c65 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Use QStringBulder in FTesting

github.com/fritzing/fritzing-app - e32e962786385f3d6739f81f798f8b9d5e3d7a2e authored about 1 year ago by Kjell Morgenstern <[email protected]>
Fix connect-not-normalized warning

github.com/fritzing/fritzing-app - 261efbf6b9af83486081f365c52ace75aacf59fd authored about 1 year ago by Kjell Morgenstern <[email protected]>
Cleanup includes. Also some whitespace fixes

github.com/fritzing/fritzing-app - 2d56b33e8043ecc11ae8ae756bb0f0834fb14615 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Fix some warnings in FTesting

github.com/fritzing/fritzing-app - a22fd3f990f70eb2d19009baa4efe6985410e759 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Issue #4077. Do not crash if all connectors were deleted

github.com/fritzing/fritzing-app - 05aca17651d32d309462224de81363e961986de4 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Remove translation binaries, they must be build from .ts files

github.com/fritzing/fritzing-app - 5370850e8c86960c2aa86ea40196cbbb49d72f6d authored about 1 year ago by Kjell Morgenstern <[email protected]>
Examples: Fix mount of potentiometer

github.com/fritzing/fritzing-app - ce0e69ed9e70914a703d2faa6651006e3ddd7dc9 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Resolve "Crash in LockManager destructor"

github.com/fritzing/fritzing-app - 8953f67e99872ad8fc67e8a57805f49f4662fbd9 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Fixed creation of ghost line on wire disconnect because of copper layer mismatch.

github.com/fritzing/fritzing-app - c543133e9a19f5370177624a5e622bb7fd98416e authored about 1 year ago by Kjell Morgenstern <[email protected]>
Fix QVariant warnings in GedaElement2Svg

github.com/fritzing/fritzing-app - 6336114c0ab5293e116b0f0b155479b99ad632df authored about 1 year ago by Kjell Morgenstern <[email protected]>
Added rudimentary handling of PdmDevicePixelRatioScaled in groundplanegenerator.

github.com/fritzing/fritzing-app - 72618825d9cdd48d20056ada5fd26b26987d491d authored about 1 year ago by Kjell Morgenstern <[email protected]>
Make ratsnest lines solid in FTesting mode.

github.com/fritzing/fritzing-app - 805b4cc09bbc4081979f69cc32e8a2c44ef6fad6 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Remove unused variables

github.com/fritzing/fritzing-app - a7a2882ba627a33823e8453fb46cdc3872b031b2 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Remove unused variables

github.com/fritzing/fritzing-app - 09c290c9639f110c95c984dfef1c289574c5bd02 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Remove unused headers

github.com/fritzing/fritzing-app - 451c3c2bb6f33f6f5a6ce9dac2a5552afcc946b2 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Fix warning about nested condition

github.com/fritzing/fritzing-app - 765ac0490046f493321b78dd37d775d8339914ff authored about 1 year ago by Kjell Morgenstern <[email protected]>
Fix Non POD warning

github.com/fritzing/fritzing-app - 7394b6576d9bb1c1a7b9dcd1dc9cc32500157f3a authored about 1 year ago by Kjell Morgenstern <[email protected]>
Fix multi arg warning

github.com/fritzing/fritzing-app - 636cad3739a6da3b7ca0930395baa9c177e9ca18 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Fix QMessageBox setButtonText deprecation warning perfboard.cpp

github.com/fritzing/fritzing-app - 8f9f0e208cd5f43524dc0edd3e2e02b926c1df18 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Fix QMessageBox standardIcon deprecation warning

github.com/fritzing/fritzing-app - 78e57440d568f35cfad4e6d3e5ce7a45022c5b26 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Fix QMessageBox deprecation warning when closing bins

github.com/fritzing/fritzing-app - aa4f58c9b130c1c5a6809bc0ef4d5acc1a2ebb5f authored about 1 year ago by Kjell Morgenstern <[email protected]>
Fix QMessageBox warning when closing projects

github.com/fritzing/fritzing-app - 72301c8d5d61c7ba21e2c6e0aac55100821dde07 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Resolve "Github #4071 part misaligned after startup"

github.com/fritzing/fritzing-app - 659e266da285dd7656aae584b597fc16fdab6900 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Updated splash screen image to version 1.0.2.

github.com/fritzing/fritzing-app - b594a7fe96ecf9a35a673d13f447454bcb9a8bd1 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Updated about box image to version 1.0.2.

github.com/fritzing/fritzing-app - 4da74dd8163f3a9a3a7b2d24dc100c06ea62f3c3 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Link with polyclipping on windows and mac

github.com/fritzing/fritzing-app - b0ada226fb7e2ed8ad126db22880271a43901df7 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Fix unused parameter warnings

github.com/fritzing/fritzing-app - 83b69881e67c058122b258cdfa0310d5cefe5c59 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Fix warning: high dpi is always enabled

github.com/fritzing/fritzing-app - bf749b40426db993516c6a72adbf0d8b451c9791 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Specify polyclipping version

github.com/fritzing/fritzing-app - 4987639c2a1dfa5a33ad4fcd9082c43330407489 authored about 1 year ago by Kjell Morgenstern <[email protected]>
Make holes without copper ring get copper fill keepout.

github.com/fritzing/fritzing-app - ddd1012d25e5bbbd587983ba11d390c0ced244ba authored over 1 year ago by Kjell Morgenstern <[email protected]>
Fixed order of offset and erosion.

github.com/fritzing/fritzing-app - 7a663fd645cf28f76f973e5c5ce4356647b933af authored over 1 year ago by Kjell Morgenstern <[email protected]>
Added quarter keepout erode/expand.

github.com/fritzing/fritzing-app - cf9cb21f8d9968a49679e0d84cb97f6467febfc4 authored over 1 year ago by Kjell Morgenstern <[email protected]>
Added old copper and ground fill as menu points.

github.com/fritzing/fritzing-app - 6cd8aa41a8f2d9dd683c3681b2c34f7efd967594 authored over 1 year ago by Kjell Morgenstern <[email protected]>
Simplified keepout handling.

github.com/fritzing/fritzing-app - 5ad0e87e9f7a76a2e598be66f71ceb33502ac35e authored over 1 year ago by Kjell Morgenstern <[email protected]>
Use preserved old version of groundplanegenerator for gerber export.

github.com/fritzing/fritzing-app - 208b5b1bc36c83d624785dab8a3e888ff309312c authored over 1 year ago by Kjell Morgenstern <[email protected]>
Readded const to avoid parameter type confusion with QtConcurrent and Qt 6.

github.com/fritzing/fritzing-app - 8480d81b45ee6a45e7a35773851f80c297f674cb authored over 1 year ago by Kjell Morgenstern <[email protected]>
Adapted to changed order of parameters for QtConcurrent in Qt 6.

github.com/fritzing/fritzing-app - c475c2a6fe24e952671fcc432c206e65087f1970 authored over 1 year ago by Kjell Morgenstern <[email protected]>
Replaced more decprecated matrices with transforms.

github.com/fritzing/fritzing-app - 3c32b4ac961d52e07f866767fca8ffe7b269f3fe authored over 1 year ago by Kjell Morgenstern <[email protected]>
Replaced decprecated matrix with transform.

github.com/fritzing/fritzing-app - a12256c8645d0bb216d5f8d9778a09384278eb07 authored over 1 year ago by Kjell Morgenstern <[email protected]>
overhaul of ground plane generation

- clip layers according to the stack logic in gerber export

github.com/fritzing/fritzing-app - f661e1051942610995a620012c8c1b949063dd5a authored over 1 year ago by Nicolas Raynaud <[email protected]>
overhaul of ground plane generation

- remove non-standard instance variable initialization.

github.com/fritzing/fritzing-app - 28bff7b648cf98154330767adc267fe3374173fd authored over 1 year ago by Nicolas Raynaud <[email protected]>
overhaul of ground plane generation

- use clipper for all boolean operations
- avoid ragged edges on polygons

github.com/fritzing/fritzing-app - 74d6e0b2890b7f98557544d223d29addd71645de authored over 1 year ago by Nicolas Raynaud <[email protected]>
try improve copper fill generation time

Not sure it worked, had a work around some Qt SVG raster bugs.

github.com/fritzing/fritzing-app - add71a2ba328136d1b83fbec07ddb7d669a65320 authored over 1 year ago by Nicolas Raynaud <[email protected]>
Preserve old version of groundplanegenerator for niche use by gerber export.

github.com/fritzing/fritzing-app - b22c6f3706c6165dbda50bf91130e4ee1c3de175 authored over 1 year ago by Kjell Morgenstern <[email protected]>
Link in Clipper1 library

github.com/fritzing/fritzing-app - 72815304f3dcb2cd50b5782e01ba3ffb1475a3d5 authored over 1 year ago by Kjell Morgenstern <[email protected]>
Bumb version to 1.0.2b

github.com/fritzing/fritzing-app - 52a1481603ddda146def28358dcf1c28d783c7c7 authored over 1 year ago by Kjell Morgenstern <[email protected]>
Refactored getting of pin identifier into function.

github.com/fritzing/fritzing-app - 561c6893304fe32ff6dfc8466a47353a00d35c0e authored over 1 year ago by Kjell Morgenstern <[email protected]>
Fixed crash in IPC export with connectorId without number.

github.com/fritzing/fritzing-app - 0d2a16c32f30d518c399f71d73f3a8b60d7b048c authored over 1 year ago by Kjell Morgenstern <[email protected]>