Ecosyste.ms: OpenCollective

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

github.com/fritzing/fritzing-app

Fritzing desktop application
https://github.com/fritzing/fritzing-app

added knob status property for the potentiometers

9cb36d5f112066255c7321998346fa7a8e6901fb authored over 2 years ago
adapted font of the multimeter to the smaller version of the multimeter

2e5cc4d664b00312a55460c8d6709eed38f6575c authored over 2 years ago
Pulled init out of constructor to avoid init order problems.

d75c6b0cda6eb4a0c0bf3b44127391980f397a5b authored over 2 years ago
Added code for checking fallback custom paths.

fcadf4cc90dbdbacd2e837722a6253543193b4ed authored over 2 years ago
Fixed voltage and battery smoke problem by setting C locale before calling ngspice library functions.

8e96e5b7afaa696d0eb2f1ce2db0298b059b5e12 authored over 2 years ago
added basic short circuit check

c7487be28fdc2aef4a9197d0282f83d8b2e2a844 authored over 2 years ago
fixed name of the potentiometer example

bf0e593c44ce08cf5f35465db088071968c7b48c authored over 2 years ago
Updated license for simulator.

53a20c9655442508cb19ccc7b9e4582659351a88 authored over 2 years ago
Added wrapper function to deal with empty ngspice vectors.

d361d272a90ff9e15731d67da7aa4cd98a2f358e authored over 2 years ago
added simulation (sim) bin with components that can be simulated

642f820f331f43aad6860eb4e351ac227e14d91c authored over 2 years ago
Added ngspice simulator unit test.

206e03231430fa1de28ab53650e257c06462e224 authored over 2 years ago
Added code documentation for macros.

27d80b7dd32cde41e0d9d050e7144e355e56fef0 authored over 2 years ago
XCode 10 backward compatibility

d8bdf4f80efc99e5c2d6dc7acacd0559bc88170b authored over 2 years ago
create items using capacitor class if they are listed in properties.xml, check for potentiometer errors, fixed bug in getting current and power in parts with several spice subcomponents, added sparkfun module IDs to properties.xml

579daadc0978ab0bf36c4939f72cab5f9855dc5a authored over 2 years ago
Added ngspice logging and tested with ngspice version 31.

851bd5cfb9799bad11512ed2f5d9db8c0500aa16 authored over 2 years ago
Prevented crash on empty ngspice vector by using wrapper function.

797a142c17cfc56bd7edc2a5518f23daddd90697 authored over 2 years ago
allow bracket expressions in spcie fields to allow expressions (addittions, multiplications, etc.)

e9f94d149601e9506343b9562a53e5c86b0915b8 authored over 2 years ago
added 7 segment font for the multimeter

467b30daa730c528bc732e73f6ddb29ad5ae76cb authored over 2 years ago
Fixed issue #3715 and probably #684 by not rotating part labels with part in schematic.

f805663be8d0e5d897009bcdf7b9efabe18f5c55 authored over 2 years ago
Change the color of the LED depending on the current that flows and check for LED current and resistor power specifications. If it is out of specifictions, show smoke. Still a rough implementation, needs refactor and cleaning.

a1a393a99bfaec252c6b8cefe42300530f73e1b5 authored over 2 years ago
refactor of the code. Created a Simulator class to handle the spice simulation and update the scenes (bb and schematics).

1b0b4cc83160bfb3fa045cb1f5a99287c8c23780 authored over 2 years ago
Implements a simulator for each Fritzing instance (the simulator cannot be static as there could be multiple instances of Fritzing with different circuits)

4504cd0e5bbdf526ab19769547b3678fd37214a2 authored over 2 years ago
added functions to add and remove simulation items (smoke images for now).

280150d5d799117ca00c8736c438f832c0380a6e authored over 2 years ago
Bump version to 0.9.10

14c1ae4a9af7c5f4f1c7438f8cda7750c09e2175 authored over 2 years ago
prepare the code for the simulator. Now the exportSpiceNetlist calls to getSpiceNetlist. getSpiceNetlist is in charge of generating the spice netlist in a QString. Thus, this string can be used later to send to a simulator or just print it to a file with exportSpiceNetlist.

5bf4fe8bd3f35b21cffa2edd04fe8eb5c09093cd authored over 2 years ago
fixed bug with representing negative values in multimeter

d6de0357107c437d78adcbd11aa2180c23e3fda5 authored over 2 years ago
Translated using Weblate (Japanese)

Currently translated at 90.3% (1640 of 1816 strings)

Translation: Fritzing/fritzing-app

640f07e97de0e8b0eaf19f48d21e1d097e88fcb1 authored over 2 years ago
added a fuction to get the current of a part. Fixed bug detecting the probes of the multimeter (connectors are not ordered). Added check to detect failures when converting string to numbers. TODO: We need to handle metric prefixes

5e08c7298fb56020ac4b9f8184f4a489e5aca03c authored over 2 years ago
refactored code. Implemented messages to appear in the multimeter (multimeter part is too big, it needs some fine tuning).

5e844eb0e5970891b8f88e34cca65533c5b07997 authored over 2 years ago
Removed obsolete documentation.

e0a25d4ec65ad178b19a86389d9d28e58e0c8b8c authored over 2 years ago
Translated using Weblate (Japanese)

Currently translated at 100.0% (1816 of 1816 strings)

Translation: Fritzing/fritzing-app

8f569d9d3e35e66cec120387f90df19e885091a3 authored over 2 years ago
first implementation of the simulator with code from KiCad. Right now, it just performs an operating point analysis and print the results by the console. It has been tested with voltage dividers. The simulator is called when the simulation button is pressed. The ngspice library needs to be in the path.

36ca90720f273fba0f0bac1d93e7472d1edafc9e authored over 2 years ago
Translated using Weblate (Japanese)

Currently translated at 84.7% (1539 of 1815 strings)

Translation: Fritzing/fritzing-app

c4a3734464d5af948dc17aca7865b6e9b8d0f7e5 authored over 2 years ago
Fixed unit test by replacing QMatrix with QTransform.

a4a4034494cfb5f5c4dc76cc3944e53cefcfcbfc authored over 2 years ago
Replaced deprecated matrixForElement function in svgtext.cpp

92e4c26a4e475fa08aa37df5fce0727a53bb78a9 authored over 2 years ago
Replace searching glass icon with clear text button

6461d281cd906fc8fcc41741e106efd041b9f3a1 authored over 2 years ago
Translated using Weblate (Japanese)

Currently translated at 90.3% (1640 of 1816 strings)

Translation: Fritzing/fritzing-app

249c7314766bc69dfa7301b0333201f27656d99f authored over 2 years ago
Switched from QMatrix to QTransform for consistency with previous deprecation refactoring commit.

7d0227c0dc4e3b8f29c5a5b5f28c13d962ae661a authored over 2 years ago
Translated using Weblate (Japanese)

Currently translated at 73.7% (1337 of 1812 strings)

Translation: Fritzing/fritzing-app

44b450e2d23add17fd4be5f3500e9ae8166ae456 authored over 2 years ago
Translated using Weblate (Japanese)

Currently translated at 84.4% (1531 of 1812 strings)

Translation: Fritzing/fritzing-app

272853a166ed4c653be1aa6932a17a24792d851d authored over 2 years ago
Translated using Weblate (Japanese)

Currently translated at 84.7% (1536 of 1812 strings)

Translation: Fritzing/fritzing-app

5bf171f6035b26ae9c48bf02166917408ddc6cdf authored over 2 years ago
Translated using Weblate (Japanese)

Currently translated at 85.2% (1547 of 1815 strings)

Translation: Fritzing/fritzing-app

9111523a1cce95edbcd6961f8e81beb5c33e9d8a authored over 2 years ago
Translated using Weblate (German)

Currently translated at 99.8% (1813 of 1815 strings)

Translation: Fritzing/fritzing-app

403520b0667aa7f63470f16c5605c5ad3f465c21 authored over 2 years ago
Translated using Weblate (Japanese)

Currently translated at 79.6% (1444 of 1812 strings)

Translation: Fritzing/fritzing-app

76a6f06a8c489a0015bd28b4412823dbaae7ced3 authored over 2 years ago
Translated using Weblate (Japanese)

Currently translated at 84.8% (1537 of 1812 strings)

Translation: Fritzing/fritzing-app

b4e43cd07aebb0721387b318c81c1fa5122d4b11 authored over 2 years ago
Reword and simplify phrase

18247a415caf8b079285f8fefd1200c95b3593d8 authored over 2 years ago
fix source string

b85346bfe7acf97e73b3109acfe4f811e273ef6f authored over 2 years ago
Sync translations with code

e9fad3ffb82c2b3a48d2a4e3d5f5b80c2070be1c authored over 2 years ago
Show placeholder text in search, simplify code for searching glass icon

10e69aaf5b51968a18f47520fc1092dc499b68d5 authored over 2 years ago
Replaced deprecated matrixForElement function in partfactory.

7a550e01ce4e56fd693d693cc9c93dc3f6fc98f5 authored over 2 years ago
Translated using Weblate (Japanese)

Currently translated at 33.9% (615 of 1812 strings)

Translation: Fritzing/fritzing-app

411294e9f435ef5f506042ae888bb61c170c723e authored over 2 years ago
Remove unnecessary cast from QString to QString

5ca763b3d7d92d897e24f4ab09f3780386c44a43 authored over 2 years ago
Replaced deprecated matrixForElement function in gerbergenerator.

ca9c08740e01f14a8c43ff51f75b6cec812d4764 authored over 2 years ago
Translated using Weblate (Japanese)

Currently translated at 65.0% (1178 of 1812 strings)

Translation: Fritzing/fritzing-app

3dd07be3557b056ad6e8feb745d8a6fb23bfd7f1 authored over 2 years ago
Translated using Weblate (Japanese)

Currently translated at 42.4% (770 of 1812 strings)

Translation: Fritzing/fritzing-app

09e375d1c90510b39fd935e64e34a7ef2037fac3 authored over 2 years ago
Translated using Weblate (Japanese)

Currently translated at 41.2% (747 of 1812 strings)

Translation: Fritzing/fritzing-app

27907a27bc1763418e89d21f275fa91211005a21 authored over 2 years ago
Replaced deprecated matrixForElement function in fsvgrenderer.

81b33dcc257c3a4c57521216a388477bba03550a authored over 2 years ago
'Via size' was not translated in autorouter settings dialog

e1ab3fcc6a4a0db64164747326f94413c5da7cbe authored over 2 years ago
Replaced deprecated matrixForElement function in s2s.

559eef181767ca11101159ae21e5394b2384f146 authored over 2 years ago
Replaced deprecated matrixForElement function in partseditor/pemainwindow.cpp.

59b4b94880d66b330989440ecc76a240d70261f3 authored over 2 years ago
Translated using Weblate (Italian)

Currently translated at 47.7% (866 of 1812 strings)

Translation: Fritzing/fritzing-app

328f1152e6649c221d6725b8f2fa4e88d2146210 authored over 2 years ago
Translated using Weblate (Japanese)

Currently translated at 24.3% (441 of 1812 strings)

Translation: Fritzing/fritzing-app

207ac1f071b7fa0af711bb89d7718683dad2bcdb authored over 2 years ago
Translated using Weblate (Vietnamese)

Currently translated at 84.6% (1533 of 1812 strings)

Translation: Fritzing/fritzing-app

55b8035f0dd8862ca011f20210b9e51dab282496 authored over 2 years ago
Translated using Weblate (German)

Currently translated at 99.8% (1810 of 1812 strings)

Translation: Fritzing/fritzing-app

f46a8dba81e6c93177f6a496302043bd4a246e51 authored over 2 years ago
Added tr translation call for open in browser button.

6c338a563bc38e8fc9f62027fb739a726ae2268a authored over 2 years ago
Translated using Weblate (Spanish)

Currently translated at 81.7% (1482 of 1812 strings)

Translation: Fritzing/fritzing-app

058c847abd876669144ff123fdb6dfa01c70be40 authored over 2 years ago
Part label dialogs now have the same style as other menus.

504cccfb879960481ca285d337654dac86bfa51a authored over 2 years ago
Fixed missing watermark missing for svg export.

dfdfe4e70792befff5b0c9b05de3c41dc2ea247f authored over 2 years ago
Translated using Weblate (French)

Currently translated at 99.9% (1811 of 1812 strings)

Translation: Fritzing/fritzing-app

6893e1383b1cd1d0b0cfe36f126a9f27dcd04a95 authored over 2 years ago
Translated using Weblate (French)

Currently translated at 99.8% (1810 of 1812 strings)

Translation: Fritzing/fritzing-app

f90fc4d584662535c8b7c195096af4b0fd1e68eb authored over 2 years ago
No need for shortcut: conn. -> connection

e82a555300db381f535542f9e3c82e673131e916 authored over 2 years ago
lupdate and lrelease

9c0a90405dd19991093b7110961056f3883069f8 authored over 2 years ago
Improve english source string, searched and replaced in translations.

89fd0f1fdb98706f0e7a7a3a57d69976073e7192 authored over 2 years ago
Translated using Weblate (German)

Currently translated at 99.8% (1820 of 1823 strings)

Translation: Fritzing/fritzing-app

43da53847765f2af9aabec1b0da9322d12e25c49 authored over 2 years ago
Fix some unused code, warnings and unchecked errors

3197a2c68ff3c3c0dad8c945593714e31bf9d40b authored over 2 years ago
Minor style fixes

2e42474e89742c2fc3bf04bd8ad6d60a66956b8b authored over 2 years ago
Rephrase sentence

b240e6d1e219db59d876b16b7ef1d88cbc8386e4 authored over 2 years ago
Fix parenthesis, run lupdate

e56a27685fd1dee4df77853d7f31710b0b38807f authored over 2 years ago
Don't translate debug messages

7e8e794489b195cef244cee88d24590aaece65f4 authored over 2 years ago
File to Open -> file to open, directly replaced in .ts files

0ca7128c33adcc9537f45c09fed3529c5c3db8e3 authored over 2 years ago
Concat spitted phrase for better translation, don't translate debug messages

ac564bf928e437f938c1b1da89b6739311d8ed79 authored over 2 years ago
Translated using Weblate (German)

Currently translated at 99.8% (1820 of 1823 strings)

Translation: Fritzing/fritzing-app

19f34542bf24669d1036352dbaf08a7b5c4cde6a authored over 2 years ago
Translated using Weblate (German)

Currently translated at 99.8% (1820 of 1823 strings)

Translation: Fritzing/fritzing-app

0956134e8b6972612839c9188e599ad5fc4c9476 authored over 2 years ago
Translated using Weblate (German)

Currently translated at 100.0% (1823 of 1823 strings)

Translation: Fritzing/fritzing-app

1a6e42458961ae4b6de7b7a455a9744b09b4c4ce authored over 2 years ago
Translated using Weblate (Vietnamese)

Currently translated at 84.4% (1540 of 1823 strings)

Translation: Fritzing/fritzing-app

5251281877ab9e8143ea9f81a4cf1236c87cb56b authored over 2 years ago
Translated using Weblate (Ukrainian)

Currently translated at 98.3% (1793 of 1823 strings)

Translation: Fritzing/fritzing-app

0849dbf46a2c64e4d3d3c2f08317374d4ca4cc95 authored over 2 years ago
Translated using Weblate (Slovak)

Currently translated at 45.7% (834 of 1823 strings)

Translation: Fritzing/fritzing-app

617eee984a4199dc357593667112929dca4746e8 authored over 2 years ago
Translated using Weblate (Portuguese (Brazil))

Currently translated at 75.9% (1384 of 1823 strings)

Translation: Fritzing/fritzing-app

a483e3a65a99f9b65ea31d4713f9b83ef6c99bbf authored over 2 years ago
Translated using Weblate (Dutch)

Currently translated at 78.6% (1433 of 1823 strings)

Translation: Fritzing/fritzing-app

df0e4b84dfebb51cf47b59d211dff46af60c3a4f authored over 2 years ago
Translated using Weblate (French)

Currently translated at 99.8% (1821 of 1823 strings)

Translation: Fritzing/fritzing-app

94261387babc8e7cfba2eb1bfcca0b33235543d2 authored over 2 years ago
lupdate

99d5cc26c332c8ec964c153369bb045441e22955 authored over 2 years ago
Translated using Weblate (Romanian)

Currently translated at 90.4% (1649 of 1823 strings)

Translation: Fritzing/fritzing-app

574204af10e2763d6f23d3db4e2d536d402020c7 authored over 2 years ago
Translated using Weblate (German)

Currently translated at 100.0% (1823 of 1823 strings)

Translation: Fritzing/fritzing-app

d0ac30784d8dc7b5079f53fa9664e35bdc0f4195 authored over 2 years ago
Missed file during commit + lupdate again

45b5cee9693e1ecaf00a863a73cf915f69b9a722 authored over 2 years ago
Translated using Weblate (Chinese (Traditional))

Currently translated at 24.0% (438 of 1823 strings)

Translation: Fritzing/fritzing-app

2d1c952fee911d896b35c54dda5a59549b30d524 authored over 2 years ago
Translated using Weblate (Italian)

Currently translated at 47.7% (870 of 1823 strings)

Translation: Fritzing/fritzing-app

30192156427ecb9d17bd89c14342cb09bc3c8f97 authored over 2 years ago
Translated using Weblate (Italian)

Currently translated at 47.7% (870 of 1823 strings)

Translation: Fritzing/fritzing-app

ccb2c3b053ab6dd8708db618e5d8f81c38bc5e59 authored over 2 years ago
Translated using Weblate (Dutch)

Currently translated at 78.4% (1431 of 1823 strings)

Translation: Fritzing/fritzing-app

3ec424249f278966b707218e295d12bd79204c40 authored over 2 years ago
Translated using Weblate (Portuguese (Brazil))

Currently translated at 75.8% (1383 of 1823 strings)

Translation: Fritzing/fritzing-app

39a8f24aebb773bcb4ef218d9bc79ba0fc8d7ae1 authored over 2 years ago
Translated using Weblate (Portuguese (Portugal))

Currently translated at 99.5% (1814 of 1823 strings)

Translation: Fritzing/fritzing-app

9f830837829977e63d5f26cf3e1fd48259af68f4 authored over 2 years ago