Ecosyste.ms: OpenCollective

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

github.com/LibrePCB/LibrePCB

A powerful, innovative and intuitive EDA suite for everyone!
https://github.com/LibrePCB/LibrePCB

added preview graphics item for library symbols; use these graphics items in the add component dialog

ada102fce527e051f5f5f4155103ea84f5173c7c authored almost 10 years ago
added new methods to library::GenericComponent

63cc65356f3d6b65290a713f8faa68f5f1f2ebb2 authored almost 10 years ago
some bugfixes and improvements in the GraphicsView class

92f1529a16910defb4ba9c98bd3d66572cc93d1b authored almost 10 years ago
improved directory structure of library source files; renamed class "Model" to "Model3D"

78323ffb8257168581cb5e10503724332823dcbd authored almost 10 years ago
updated common class diagram

b819cd92d72199c42135535c0cd2c94acf43c8af authored almost 10 years ago
schematic editor FSM: added possibility to connect netlines together; added lot of new crazy bugs!

ad8d933f2c0816ad22fe6796731998be69833fc2 authored almost 10 years ago
bugfix: removing a netsignal was possible, even if it contained netsignals

fd0e5d3fee9fcd659f4f1f312b887349fc82253e authored almost 10 years ago
use signals/slots to update related graphics items when object attributes have changed their values (Project --> Schematics/GenericComponents --> SI_Symbols --> SGI_Symbols)

1ac49d2e40a353e894f7de49bf1666558cab0ac2 authored almost 10 years ago
updated readme

9557db265ff840964254911030f68eddb45c425a authored almost 10 years ago
schematic graphics items: use the selected state of SI_Base objects instead of QGraphicsItem's selected state

e9851a503cb703890d221312e2d6aaf9cd9532bc authored almost 10 years ago
improved all schematic graphics items; no longer use QStaticText in SGI_Symbol because multiline text was not supported

d8e0d73d6670586eab486c73f90db940fa46fcd2 authored almost 10 years ago
Schematic and Board do no longer inherit from CADScene resp. GraphicsScene, use composition instead (each schematic owns a GraphicsScene which can be shown in a GraphicsView)

this design concept is more modular and thus more flexible (this way another graphics framework ...

ac8b6ff9934d2f32bd95232692fd9740e380b251 authored almost 10 years ago
replaced common classes CADView and CADScene with GraphicsView and GraphicsScene, added class GraphicsItem

this change may be useful to replace the Qt's graphics system with another graphics system (mayb...

c9dbcd404e4d20dc952a435ac697d1e9d04bba0d authored almost 10 years ago
use hyperlinks in project::SymbolInstancePropertiesDialog to easily open library XML files with a mouse click on their UUID labels

3e0bf8e5c59c0e71e5ac125906cb1d6510a285b9 authored almost 10 years ago
added method FilePath::toQUrl() to generate an URL to a local file

0a069b0c8fb1e6f36398030cff2f2aeb12508f8c authored almost 10 years ago
updated demo workspace (changed text alignment in a symbol)

4ad805ecd3687015bc704884323a1a31a9f9e225 authored almost 10 years ago
added grid properties to each schematic; updated demo projects

f1349d28be02d01dc84234f8045fd5fce0a880df authored almost 10 years ago
added schematic layer 'Grid'

ac0b869f89cbbfdb801d415c7667618ab74a437f authored almost 10 years ago
added common class GridProperties

31e1717d9ed1b71ded5617e51c860279d22e91de authored almost 10 years ago
improved text rendering performance using QPainter::drawStaticText() instead of QPainter::drawText()

TODO: multiline texts are too small because of using RichText instead of PlainText

be7e308a300b3c1ab7987e37ddd3ac41f80ae143 authored almost 10 years ago
some refactoring:

- all schematic items (points, lines, symbols, ...) now have the base class SI_Base
- all schema...

fb64a8ed42db5bdd18f1989a9506b11d9d3607d5 authored almost 10 years ago
added method library::SymbolPolygon::toQPainterPathPx()

a2264f16ed707656c5840b78381d0681c9317ad9 authored almost 10 years ago
some graphics scene performance improvements

- use lod (level of detail) in QGraphicsItem::paint() --> details of drawing depends now on the ...

239866e742d53830f01f9246ae3bb91de401e77c authored almost 10 years ago
added workspace debug settings to show the bounding rect of all QGraphicsItem objects

42ac8dcf95d2c22a0cc6f3effce712f8d19ba7ac authored almost 10 years ago
fixed losing focus after closing the "add components" dialog (zooming in the schematic editor stopped working)

b7a3293ff6003f5f8763b2b31741240d9fd8b327 authored almost 10 years ago
updated demo workspace

29777a6cabffa75610bd196a8efe18275bb7d708 authored almost 10 years ago
added project specific settings for locale/norm order; added simple dialog to change project settings;

cc8b5bab355f69343fcc8ddba507f5116b391ff9 authored almost 10 years ago
small library classes update:

- use QSet instead of QHash for QStrings in different locales (because of the order of the items)...

10cb237f1e05e74b0fa6afe055a41caa27d73864 authored almost 10 years ago
updated demo projects (removed schematics.ini files, removed symbolic links in the project libraries)

487a9f660347d5698d5456aad4bea7aada0fb046 authored almost 10 years ago
remove schematics.ini file in projects, use the project file instead

ddcdb2d992d5b67a26f3ee3f8088a9c4cea2baa7 authored almost 10 years ago
bugfixes/improvements for creating new projects

9cad5c0a8444b7a4cb08d123707b45c79238e9f7 authored almost 10 years ago
parse command line arguments to directly open projects from the filemanager

3bc52f057c1095d10fba4242498868d3bcdad574 authored almost 10 years ago
added some more options to class CADView (show paper size, show grid only inside the paper)

f8b32f4a02b2d34ba79bde9d99ede615a80c2f8d authored almost 10 years ago
updated demo workspace

9a3bd23ec9ac82b3a272b64e52537200ea8b4f34 authored almost 10 years ago
use the new attribute classes in library and project classes; component attributes can now be modified in the schematic editor (symbol properties)

8c54054010aae6fee6bfa086103211e59d121617 authored almost 10 years ago
added common attribute classes

cb1fb20ceb9366100decc3f5c0c1ab9b46e3cf6e authored almost 10 years ago
updated class diagrams

02682c28d2dedb0716a9f0a0f774c0d98a72f0dd authored almost 10 years ago
moved and renamed some common files/classes to src/common/file_io/

d48a58da0aa969212835f811ae2843ffc3080aa7 authored almost 10 years ago
fixed wrong shape and bounding rect on rotated SchematicNetLabel graphics items

c666e92b5fdc30c64227ca51d04fbe1467ede1a8 authored almost 10 years ago
improved SchematicNetLabel class and schematic FSM (support rotation + highlighting); updated demo project

d214ad269ac122c6dca4c46d7fc41e84ded9198e authored almost 10 years ago
simplified lot of undo commands (one generic "edit" command instead of multiple single commands)

0f1153eb7a25b8c5a5db064287b20a68abf5c713 authored almost 10 years ago
small improvements in the UndoCommand class

0c3b71e0ce25d745fbd133a8f2d701c489968bf4 authored almost 10 years ago
Merge branch 'master' into eagle_library_import_tool

4a22f4b513a11c10a8ccd5fa2df86d8146f26a9b authored almost 10 years ago
updated demo workspace

98738fb6befe2667d06543fb071c934708719575 authored almost 10 years ago
updated eagle import project

acebb86acd6ce18123f8977fbf1d441a72d00770 authored almost 10 years ago
Merge branch 'master' into eagle_library_import_tool

463f8d45f1a7a358f449734b96123964614684f9 authored almost 10 years ago
added support for ellipses/circles in symbols; modified concept of symbol polygon segments

dfd86481987b012fc6cc3747c0967a0c7f3035ed authored almost 10 years ago
updated eagle import project

a4f2a27fa3057036d7229b5d9d4166e5842d995f authored almost 10 years ago
Merge branch 'master' into eagle_library_import_tool

aa21c971b5a40d58e747e139699d09277267ac18 authored almost 10 years ago
added support for ellipses/circles in symbols

693c52c5cc7bf8e347ae79bf6af592216e03e6b4 authored almost 10 years ago
Merge branch 'master' into eagle_library_import_tool

f836b93c23685e24047c25d42181f83f151c91f7 authored almost 10 years ago
updated demo library and projects

d775528165daf284707f17e1af37750a7c0d804b authored almost 10 years ago
very very provisional support to cut/paste symbols in schematics (with lot of bugs...)

ab2791999d98c866b7edee3a2db9938c66fc5533 authored almost 10 years ago
adjusted schematic layer colors; provisional support to draw arcs of symbols

b695b46e417dcf4098fd3548e48d56344e1ee319 authored almost 10 years ago
updated eagle import project

1cf5d0b3baefb8c1c33c969209a6098b3d6a6035 authored almost 10 years ago
Merge branch 'master' into eagle_library_import_tool

9bf24345bdd59f955004e0c3cfa6f6761a1ffa3a authored almost 10 years ago
updated demo library and projects

f05e7b0be87ec111f93d739b3bf3d0b0147d0601 authored almost 10 years ago
use different colors for symbol pin circles to distinguish between optional and required pins

6946d48f0791285f82d975295afe49a755fcf8c4 authored almost 10 years ago
added unipolar capacitor generic component to toolbar

42ceca2291fd9c7088160cbaef28f9a924eedcb2 authored almost 10 years ago
Merge branch 'master' into eagle_library_import_tool

478b96110307628cb27ff461be1cc77dd3a45d4e authored almost 10 years ago
updated workspace library and demo projects

9712b64c06751e611bb96d3181c3f76d998bf74a authored almost 10 years ago
added support to add NetLabels to schematic (not yet finished)

fea24362fb35802e8ec4d13b9d26af69214e25f8 authored almost 10 years ago
quick hack to support circles in symbols; show filepath in xml parse exceptions

d834347e58c044b8c33db5d252c3943ccdb11be5 authored almost 10 years ago
replace >NAME and >VALUE; updated UUID_List.ini

50b498e23f810e5f94fef1ec818ce9ada5b909ec authored almost 10 years ago
Merge branch 'master' into eagle_library_import_tool

95edc49d7dc1dba5b0209126451cba07daf768b5 authored almost 10 years ago
quick hack to support circles in symbols; show filepath in xml parse exceptions

e77fc34971e3f574b8c370d575e93890515052d9 authored almost 10 years ago
added tools project EagleImport

f44b981bc145fa2ba0db90bae65ef2b1235c6256 authored almost 10 years ago
remove generic component instances when all symbols are removed; adjusted pin and netline width

d2584d6b71a6bc70271334b9a46a032ec3b5ea5b authored almost 10 years ago
updated tool UuidGenerator

6c68b28fd7098dd0c7ed2b8fcf75304997487510 authored almost 10 years ago
project library: temporary load all elements from the whole workspace library

2407d2ceef9c6ad4b66984865c7577f3a63a1213 authored almost 10 years ago
implemented more serializable/deserializable classes; support for creating/saving new symbols and generic components (not yet finished...)

65f730290ca43cdfe0a4198d8960e915da272148 authored almost 10 years ago
added alignment classes: HAlign, VAlign and Alignment (useful for text alignment)

104e42277f9da4c888ac2837e8bc65cdfb7d9e39 authored almost 10 years ago
updated library XML files

0070a1a7d475f7f4053c78b6ee2c24692c77499a authored almost 10 years ago
fixed UuidGenerator project file

19d95834efb1e82b633845dbb8ad4a40ba4dbf5a authored almost 10 years ago
some UI improvements; fixed blurred font when using OpenGL

338c9344614f5d5de32b0393360e32cb1e5cb6d1 authored almost 10 years ago
open the PDF viewer after exporting schematics as PDF

62a126fed510306747fc446d0fc4e0236d38ee97 authored almost 10 years ago
added tools subproject "UuidGenerator" to generate some random UUIDs (useful to create XML files "by hand")

9740bddf0e969ccaa40fe8fb7d66446b9a10ae8e authored almost 10 years ago
improved schematic editor FSM: add components in a endless loop, use component chooser dialog, bugfixes, ...

47dae5d6ae8759c73a20da95567bf9fe83edf57b authored almost 10 years ago
added simple generic component chooser dialog for the schematic editor

b2d8b1f4456caab72a4b2a55f6fb300e95b1f524 authored almost 10 years ago
fixed crash on project close when a command was active

0e76e7af127b47ea2cd63f0fbed62f2ef38b921b authored almost 10 years ago
added methods to ProjectLibrary to get all library elements

6ec1cc313f605117d8eae7d61bdb98c47ba7431c authored almost 10 years ago
little improvements to class CADView

90ce219e5e58195b9bba2d030b968b278391f8e5 authored almost 10 years ago
added OpAmp to workspace library

dad3d393a716c30d385c436d2c214f9316471edd authored almost 10 years ago
updated demo project

03dc84d4c289c89c96fca84ed8279241b0853b77 authored almost 10 years ago
allow multi selection in ErcMsgDock

f94e3f1f7123535237529eaba65b18219c3b6df0 authored almost 10 years ago
added "version" attribute to xml root elements

4b83113b8542090b3a846770a8ccb1ca95f02f7d authored almost 10 years ago
added schematic page with many symbols/netlines to demo project

991ea7d4c8ccc9d8337fb560ddbc6fa4378609a2 authored almost 10 years ago
added smooth zoomAll() method to CADView (SCNR ;-)

c8850903bdd7a7b252e3a7e0e3235542d3c9f9d4 authored almost 10 years ago
added workspace setting to enable hardware rendering with OpenGL

98cda3bc4e8abfaa52aa3d7b03d965cfd4a0ace1 authored almost 10 years ago
use the new XML DOM classes in all project classes

the master branch should now compile again (maybe you need to remove the whole build output dire...

429ee2ab65d3cfd4a0ba263f8d7278ca1bc2c718 authored almost 10 years ago
use the new XML DOM classes in all library classes

this commit does not compile!

5c68865c0143ec8536e55b04d00b6963897ba625 authored almost 10 years ago
refactored all SmartFile classes; changed SmartXmlFile class to use the new XML DOM classes

this commit does not compile!

32ce84a7da81732d67f736b18818f731ab75d181 authored almost 10 years ago
added XML DOM classes XmlDomDocument and XmlDomElement; added interface class IF_XmlSerializableObject

a84dce4022b1b84689a1168424a0108085b53d5a authored almost 10 years ago
added exception class FileParseError

70198f934967bdc7f04206c21016c5f676fa4093 authored almost 10 years ago
use new interface class project::IF_ErcMsgProvider as project::ErcMsg owner (instead of QObject)

a7e13b67ebc52a4f1661d5bcf092692345623cbc authored about 10 years ago
use Qt's macro Q_DECLARE_TR_FUNCTIONS() and replace QCoreApplication::translate() in many cpp files with a simple tr()

cc4649f9411cdbd1583d4b5ff22f58bf12f68e8b authored about 10 years ago
added copy constructor & assignment operator to common class "Version"

dce18d073313f2fbdf076ed244b16aa4868e7947 authored about 10 years ago
updated developers doxygen page

49132a5b9368487a322076f584c4393d7235ae7c authored about 10 years ago
merged license/readme files from branch "canonical_xml_with_libxml" into master

44200380c1851442aac070cd045e0af0b111a27f authored about 10 years ago
various improvements/fixes in many classes; added/fixed doxygen comments; updated doxygen pages for developers

4fcbbc06b3d8ec6dd5cd97d7ca56175e14c82723 authored about 10 years ago