Ecosyste.ms: OpenCollective

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

LibreCAD

LibreCAD is a free, open source 2D CAD software
Collective - Host: opensource - https://opencollective.com/librecad - Website: https://librecad.org - Code: https://github.com/LibreCAD

Fix issues with DL_Extrusion

DL_Extrusion used a dynamically allocated direction vector
(which is always allocated to 3 eleme...

github.com/LibreCAD/LibreCAD - 61f52df76718085bb92c988f1fea1cf69f6db9b8 authored over 4 years ago by Petko Georgiev <[email protected]>
Remove useless operator=() for DL_Attributes

As DL_Attributes itself does not use any dynamic memory,
the default assignment operator will do...

github.com/LibreCAD/LibreCAD - ad7b375bd39fe02a646bd554ccee2517362ad54b authored over 4 years ago by Petko Georgiev <[email protected]>
Fix deprecated usage of QString::null

This commit replaces all usages of QString::null with QString()
as the former has been deprecate...

github.com/LibreCAD/LibreCAD - 5fed3c66ff07eb9fea82489ca99cfdcd293b29e6 authored over 4 years ago by Petko Georgiev <[email protected]>
fixed .travis.yml, applied new access token on Travis for static analyzer reports

github.com/LibreCAD/LibreCAD - b24e26a6b7911afe6d36be35051e48ceac2b496e authored over 4 years ago by Armin Stebich <[email protected]>
Added named callbacks.

github.com/LibreCAD/LibreCAD_3 - accc8d8cae497a436e8c083aaa7dd2497aa9242e authored over 4 years ago by Jedi18 <[email protected]>
Added menu unit tests and fixed remove functions

github.com/LibreCAD/LibreCAD_3 - a00020e36b2c6857d281d412e09d6356a9214c7d authored over 4 years ago by Jedi18 <[email protected]>
libdxfrw: fix spline parsing

Splines were parsed incorrectly when weight == 0 - fixed

weight type was changed to int to prin...

github.com/LibreCAD/LibreCAD - ce59dd5dc00e4b0d66ae4d29e4ccb8f60b374bd4 authored over 4 years ago by Vyacheslav Tyrtov <[email protected]>
fix .travis.yml, install Qt dependency libgl-dev, build machine has only 2 cores

github.com/LibreCAD/LibreCAD - 20c77c8dcef7eb294deec235e5748f8c69267358 authored over 4 years ago by Armin Stebich <[email protected]>
update .travis.yml, use bionic image, llvm 3.9 and Qt5.12

github.com/LibreCAD/LibreCAD - 0dab398b3c1e75a3a5aa071c7d81fa8f6aeb6795 authored over 4 years ago by Armin Stebich <[email protected]>
Added label checks for unique label names on the same level

github.com/LibreCAD/LibreCAD_3 - 8b3ce79ff3ad491df3717b8d1c3c03e10f47c7f0 authored over 4 years ago by Jedi18 <[email protected]>
fix null pointer dereference in main window

There is possibility of null pointer dereference
in some systems while opening or creating a fil...

github.com/LibreCAD/LibreCAD - 0729c80191fbc7cdf80c60eae21be6da7d939861 authored over 4 years ago by Vyacheslav Tyrtov <[email protected]>
Menu item unit tests added

github.com/LibreCAD/LibreCAD_3 - dedff244d237ef05d4529bca18a8d6622194b916 authored over 4 years ago by Jedi18 <[email protected]>
Merge pull request #1181 from baranovskiykonstantin/modborders

Modifications: calculate borders of new entities

github.com/LibreCAD/LibreCAD - 7706b5f22f7ef648b5ae7356bcad1f7627e9c2fa authored over 4 years ago by Armin Stebich <[email protected]>
Manual merged pull request #1177 from baranovskiykonstantin/blocklistforblock

github.com/LibreCAD/LibreCAD - 50d0591ad5fce48d68e51ef85c65fb592ecf6779 authored over 4 years ago by Armin Stebich <[email protected]>
Added support for menu inside menus

github.com/LibreCAD/LibreCAD_3 - 91c7f14770a6d8b46dc1fa825b17566b1f4c69c4 authored over 4 years ago by Jedi18 <[email protected]>
Page sizes cleaned up, added ANSI

github.com/LibreCAD/LibreCAD - 3e4696c83dae3257eae920d9f64ced4d94beec1e authored over 4 years ago by GSStnb <[email protected]>
added overloaded functions for remove and get functions, fixed bug of forgetting to remove from menuMap

github.com/LibreCAD/LibreCAD_3 - 1403113e791085e4121bbfb068833222223a6aef authored over 4 years ago by Jedi18 <[email protected]>
Added positioning functions for menuitems in a menu

github.com/LibreCAD/LibreCAD_3 - 0d6792bb32f2bda2e254de1ffe9c17638a0dd378 authored over 4 years ago by Jedi18 <[email protected]>
added menu positioning and enable functions

github.com/LibreCAD/LibreCAD_3 - ee3a6ff05db42677d6fa30b2049b162a2fdd3f8f authored over 4 years ago by Jedi18 <[email protected]>
Fixed bug in findMenuItem and added hide,show,remove and setLabel functions

github.com/LibreCAD/LibreCAD_3 - 04e58852b31027cafe2d8cfe24c7de44d10943c5 authored over 4 years ago by Jedi18 <[email protected]>
Added callbacks list, luaInterface connections and a few other functions for menu and menuitem

github.com/LibreCAD/LibreCAD_3 - 7529769ab35d45edfe03c07c9c16447edbcd3a84 authored over 4 years ago by Jedi18 <[email protected]>
Update qg_commandedit.cpp

qg_commandedit.cpp has `void QG_CommandEdit::readCommandFile(const QString& path)` function to r...

github.com/LibreCAD/LibreCAD - f19f14000ad544c2ba7e2dea5240475fb38477a8 authored over 4 years ago by irsbugs <[email protected]>
Replacement of QAction with MenuItem is done in mainwindow constructor

github.com/LibreCAD/LibreCAD_3 - 7b6d5387ad117737ba286c730d9f76a67505df4b authored over 4 years ago by Jedi18 <[email protected]>
Added menu and menuitem class

github.com/LibreCAD/LibreCAD_3 - 28b0a03620166e24c6ffe237392c4a5384a362ee authored over 4 years ago by Jedi18 <[email protected]>
Minor change to unittest CMakeLists

github.com/LibreCAD/LibreCAD_3 - 6e95a4413b78005b2f2c8ab9678ff1f2df82d0a7 authored over 4 years ago by Jedi18 <[email protected]>
Merge pull request #1180 from baranovskiykonstantin/saveblockfault, fixes #1202

Fix saving to file of the block with inserts.

github.com/LibreCAD/LibreCAD - 3930051681270c2309f4c94f128eb4eba7e57469 authored over 4 years ago by Armin Stebich <[email protected]>
Merge branch 'master' into gui_rewrite

github.com/LibreCAD/LibreCAD_3 - 76bee6da6676b13db6e490478ea36f9559c0fcc4 authored over 4 years ago by Jedi18 <[email protected]>
Fix CI build (#296)

github.com/LibreCAD/LibreCAD_3 - 0f69a1bf4107a882290c8c1c63d9cc143d9c322a authored over 4 years ago by Florian Roméo <[email protected]>
Refactored operations related code in lua interface.

github.com/LibreCAD/LibreCAD_3 - 8e12ed7b271eac48b2bec13e9cb646b34406d05a authored over 4 years ago by Jedi18 <[email protected]>
Added few more MainWindow unit tests

github.com/LibreCAD/LibreCAD_3 - 322e1bc5ab5c6fe1efce97935fa71a74735ebd7d authored over 4 years ago by Jedi18 <[email protected]>
Merge pull request #1176 from baranovskiykonstantin/customlandscapesize

Drawing Preferences: Fix custom landscape paper size resetting.

github.com/LibreCAD/LibreCAD - 574d9f0a73d4ed7f9612f222773de03b3c5ed5b9 authored over 4 years ago by Armin Stebich <[email protected]>
Merge pull request #1175 from baranovskiykonstantin/pasteintoblock

Fix pasting from clipboard to block.

github.com/LibreCAD/LibreCAD - 9d14117050148fd39a817ebd30041162939ed478 authored over 4 years ago by Armin Stebich <[email protected]>
Print Preview: fix auto zoom on opening.

github.com/LibreCAD/LibreCAD - 1dfeeb0d41b394adffa0085b9b8717e95348ca3d authored over 4 years ago by Konstantin Baranovskiy <[email protected]>
Added few more unit tests for mainwindow and added windowmanager unit tests

github.com/LibreCAD/LibreCAD_3 - d6fd9c23155c41af81b582611ae7ad4bb959d92e authored over 4 years ago by Jedi18 <[email protected]>
Updated existing ui tests to work with new changes, added mainwindow unit test

github.com/LibreCAD/LibreCAD_3 - 626a369eca543aa267f87e176c54c1ac6517097c authored over 4 years ago by Jedi18 <[email protected]>
Fix build with Qt 5.15 (missing QPainterPath include)

github.com/LibreCAD/LibreCAD - 81741a875847c806c05f0f3a4610e69b3c3002aa authored over 4 years ago by Andreas Sturmlechner <[email protected]>
Added support for different operation icons depending on context

github.com/LibreCAD/LibreCAD_3 - 9d66a39af3893ef4efacc434540ae458587159b6 authored over 4 years ago by Jedi18 <[email protected]>
Removed UI folder completely, shifted snap options connections to toolbar class.

github.com/LibreCAD/LibreCAD_3 - adc5ab713152ccad6c35932a415f21dddae0023d authored over 4 years ago by Jedi18 <[email protected]>
Added operation icons property for tools

github.com/LibreCAD/LibreCAD_3 - 54863220c3bf529cecf7f9c041c2e1d5912731ff authored over 4 years ago by Jedi18 <[email protected]>
Shifted running and finishing of operation to cpp from lua

github.com/LibreCAD/LibreCAD_3 - 997418095e4fa0204dc13aff98c2b99e565c3e47 authored over 4 years ago by Jedi18 <[email protected]>
Added support for command line lists in initialization properties

github.com/LibreCAD/LibreCAD_3 - 45a45a9d33ea5aef3340410c4a90899b04cfb27c authored over 4 years ago by Jedi18 <[email protected]>
Reorganized lua operation initalization, added optional description option

github.com/LibreCAD/LibreCAD_3 - d36963d77836de6a1115183951b66742ffc1dd54 authored over 4 years ago by Jedi18 <[email protected]>
Added automatic generation of toolbar buttons based on location of file and other attributes.

github.com/LibreCAD/LibreCAD_3 - 9b781d39f75c1d16f0f850d3f7dee8c67b83e9e6 authored over 4 years ago by Jedi18 <[email protected]>
Added automatic addition of command and menu from properties in Lua operation class.

github.com/LibreCAD/LibreCAD_3 - 6d8f5d6783aa0ef91bfb3ebc13787bda4b338a4b authored over 4 years ago by Jedi18 <[email protected]>
Removed toolbar.lua, moved toolbar connect calls to each operation file

github.com/LibreCAD/LibreCAD_3 - db81b0df54fdc7fae519009ba55437488b0f3272 authored over 4 years ago by Jedi18 <[email protected]>
Fixed order of execution of operations, updated CMakeLists for contents of path.lua, removed some ui files

github.com/LibreCAD/LibreCAD_3 - 9acd7081cd05d6506fa975574192df5316d4ff33 authored over 4 years ago by Jedi18 <[email protected]>
Added loading of lua operations, updated init method for each operation

github.com/LibreCAD/LibreCAD_3 - 7f22d0acc5e32a12c56e7a42b22811e94b0e6ecc authored over 4 years ago by Jedi18 <[email protected]>
moved menu connect and add command to their respective operations file

github.com/LibreCAD/LibreCAD_3 - 0936d9fd139e2a5199595d9a0c4be42e874bf7e1 authored over 4 years ago by Jedi18 <[email protected]>
Shifted save and saveas slots to cpp

github.com/LibreCAD/LibreCAD_3 - 1a74138cd8a83155e9a5e0e10f0e6b612361c5bc authored over 4 years ago by Jedi18 <[email protected]>
Added window manager class and implemented new and open buttons

github.com/LibreCAD/LibreCAD_3 - 781f76a0d75aab7ca6b3b2584896ef35a7d243dd authored over 4 years ago by Jedi18 <[email protected]>
Removed active_metainfo, active_layer and active_block from lua code

github.com/LibreCAD/LibreCAD_3 - 5134c291cfd7411edba2e13037b0b9b61d822d5d authored over 4 years ago by Jedi18 <[email protected]>
Removed remaining use of id in luascripts and cadmdichild along with related functions like forMe

github.com/LibreCAD/LibreCAD_3 - 956d60206811a94f34839ffa5c92b7802a0da678 authored over 4 years ago by Jedi18 <[email protected]>
Changed _operations in luaInterface, removed a few remaining self.target_widget and getWindow calls from lua code

github.com/LibreCAD/LibreCAD_3 - 5eed9a4dbee67ae44088e225adab17701992e415 authored over 4 years ago by Jedi18 <[email protected]>
Updated lua code to remove all self.target_widget mentions, update code to use new function parameters

github.com/LibreCAD/LibreCAD_3 - 53dfdbca76ebc8c3cba65df90f83142f37c80967 authored over 4 years ago by Jedi18 <[email protected]>
Removing id from lua code, still a lot left to refactor

github.com/LibreCAD/LibreCAD_3 - 52d3012ba134c07b55deafb0cb7442a9365460cf authored over 4 years ago by Jedi18 <[email protected]>
fixed polyline bug

github.com/LibreCAD/LibreCAD_3 - e20dcc7dbfe58794a0d8c7fa5c501797af63ef8c authored over 4 years ago by Jedi18 <[email protected]>
Added addButton and addCheckableButton to toolbar, updated toolbar.lua code and fixed circ depend issue

github.com/LibreCAD/LibreCAD_3 - 2ca4b062aa3ffd58d52c281516697decf5e1e26e authored over 4 years ago by Jedi18 <[email protected]>
Fixed missing mainwindow.ui in mainwindow, Cmakelists and added connectMenuItem

github.com/LibreCAD/LibreCAD_3 - 629ab9afa2741a58853aceaf3724233a13bdf8e2 authored over 4 years ago by Jedi18 <[email protected]>
Added point signal and removed commented lua code from cadmdichild.lua and commandline.lua

github.com/LibreCAD/LibreCAD_3 - f369bb0173ab35de7baade77e95058a72c658d05 authored over 4 years ago by Jedi18 <[email protected]>
Changed luaInterface qt connect calls to actual connect calls in mainwindow, add remaining relativeCoordianteEntered

github.com/LibreCAD/LibreCAD_3 - 55212f1324b7da9624e099953f38646c9b1fd3cc authored over 4 years ago by Jedi18 <[email protected]>
callback commands list has been moved to clicommand, input trigger events moved from commandline.lua to mainwindow

github.com/LibreCAD/LibreCAD_3 - 7e402ca575129b3ee665c17a72e7d08002530562 authored over 4 years ago by Jedi18 <[email protected]>
Shifted few clicommand.lua trigger events to mainwindow

github.com/LibreCAD/LibreCAD_3 - 5700d13ecf0f4a73068f28d57f29d42d82028530 authored over 4 years ago by Jedi18 <[email protected]>
Shifted input trigger events connections to MainWindow from addCadMdiChild

github.com/LibreCAD/LibreCAD_3 - 6862393e7f2706acc6239bf43f87db8394e3087e authored over 4 years ago by Jedi18 <[email protected]>
Added luainstance pointer to mainwindow and changed mainwindow namespace

github.com/LibreCAD/LibreCAD_3 - d7571e1e05d8fa3a2aaa60cd2ee20c73ec769a4a authored over 4 years ago by Jedi18 <[email protected]>
Tested line drawing to see if drawing still works.

github.com/LibreCAD/LibreCAD_3 - 6ddf08305c9a1e7f0cad276e0b8d440befbfabd8 authored over 4 years ago by Jedi18 <[email protected]>
Added the select tools to toolbar and added basic create menu function

github.com/LibreCAD/LibreCAD_3 - 71137673a2710873d5729dab369916e6a58bbd8c authored over 4 years ago by Jedi18 <[email protected]>
basic main widgets added but no functionality yet

github.com/LibreCAD/LibreCAD_3 - 3a87c24e79deff59446e0eb3930afe0c7b93fd73 authored over 4 years ago by Jedi18 <[email protected]>
Basic MainWindow class implemented. CadMdiChild, layers and select tools initialized.

github.com/LibreCAD/LibreCAD_3 - 8eda7ba7d7266d10cf44cb418bb045f2170c59a0 authored over 4 years ago by Jedi18 <[email protected]>
Merge pull request #294 from LibreCAD/dependencies

Update libdxfrw and tinyspline dependencies

github.com/LibreCAD/LibreCAD_3 - 00d7522855e4fcfe14aa01a2e504568ac8e57a32 authored over 4 years ago by Florian Roméo <[email protected]>
Merge branch 'master' into dependencies

github.com/LibreCAD/LibreCAD_3 - 719de4e51e106bb55c340efa428aedfeb4cbe4c5 authored over 4 years ago by Florian Roméo <[email protected]>
Update libdxfrw and tinyspline dependencies

github.com/LibreCAD/LibreCAD_3 - bb943c921c8c0a4ba719811c2de7e0562c376eff authored over 4 years ago by Florian Roméo <[email protected]>
Merge pull request #290 from Jedi18/morelineoperations

More line operations

github.com/LibreCAD/LibreCAD_3 - d0e8684ce2ca591b64212728fa2ad06e408a5149 authored over 4 years ago by Florian Roméo <[email protected]>
Fix includes install dir

github.com/LibreCAD/libdxfrw - 16642a70cb8865742467f6bc1d8c3618deee8432 authored over 4 years ago by Florian Roméo <[email protected]>
Merge branch 'master' into morelineoperations

github.com/LibreCAD/LibreCAD_3 - 64ab93f3a7b5d2f703fee103dbf01391f0fce922 authored over 4 years ago by Florian Roméo <[email protected]>
Merge pull request #1151 from lightbulbjim/app-name-icon

Fix missing app name and icon on Wayland

github.com/LibreCAD/LibreCAD - 24027e4430fa1c54bd8aff262dc38a7de7c61c23 authored over 4 years ago by Armin Stebich <[email protected]>
Merge pull request #292 from LibreCAD/feragon-patch-1

Update librecad binaries location

github.com/LibreCAD/LibreCAD_3 - 1cb2c389717b68f81c892b4fd14175b88c72d28e authored over 4 years ago by Florian Roméo <[email protected]>
Update librecad binaries location

github.com/LibreCAD/LibreCAD_3 - cb167a226f5b8726976440213a6afd4dfbd432f7 authored over 4 years ago by Florian Roméo <[email protected]>
Merge pull request #291 from LibreCAD/harfbuzz

Add harfbuzz dependency

github.com/LibreCAD/LibreCAD_3 - 410813edd392af76265df968ed42907c7ca4e043 authored over 4 years ago by Florian Roméo <[email protected]>
Merge branch 'master' into harfbuzz

github.com/LibreCAD/LibreCAD_3 - df5ba6ffa0f280c4bcc13192f9b5442b38d6d4ee authored over 4 years ago by Florian Roméo <[email protected]>
Add harfbuzz dependency

github.com/LibreCAD/LibreCAD_3 - eadddd3fe1c6f03683755dee4e96b648273c4e89 authored over 4 years ago by Florian Roméo <[email protected]>
added horizontal and vertical lines

github.com/LibreCAD/LibreCAD_3 - b364efc88c012069d8a625281c7703ca59cd1732 authored over 4 years ago by Jedi18 <[email protected]>
added option for entering distance for parallel/orthogonal

github.com/LibreCAD/LibreCAD_3 - ac8f824b7724c981f571be4ed0664735719d320a authored over 4 years ago by Jedi18 <[email protected]>
added correct direction to line based on line position.

github.com/LibreCAD/LibreCAD_3 - 1b00eeed7dfb063f5f6bda02b40d4b8feebc454c authored over 4 years ago by Jedi18 <[email protected]>
added orthogonal line operation

github.com/LibreCAD/LibreCAD_3 - 3ce42af4f1c7ef9b46520a3e3e46c84663b35ac7 authored over 4 years ago by Jedi18 <[email protected]>
add parallel line operation

github.com/LibreCAD/LibreCAD_3 - ff99326538a088a3a799f98aca9dddd49471cc97 authored over 4 years ago by Jedi18 <[email protected]>
Release 1.0.1

github.com/LibreCAD/libdxfrw - 945f2161a13ee521f66f9c52dcfff998e8ccae99 authored over 4 years ago by Florian Roméo <[email protected]>
Install DLLs

github.com/LibreCAD/libdxfrw - b53280ee7d1bbea1ffb8216e63579adcae3618e4 authored over 4 years ago by Florian Roméo <[email protected]>
Export target as libdxfrw::libdxfrw to keep consistency with Conan packages

github.com/LibreCAD/libdxfrw - 75c862e4da11b9195cbb5744f0a78221971b8c81 authored over 4 years ago by Florian Roméo <[email protected]>
Merge pull request #16 from LibreCAD/packaging

CMake Refactor

github.com/LibreCAD/libdxfrw - a6e14ac58c9b447341378144e4568f5e9e4280d3 authored over 4 years ago by Florian Roméo <[email protected]>
Declare C++11 differently

github.com/LibreCAD/libdxfrw - 8314777ec1ecbbb549303f888935f17ea3576a04 authored over 4 years ago by Florian Roméo <[email protected]>
Add archive destination in install

github.com/LibreCAD/libdxfrw - 203cc9c5030eba5db505b492a8b536d3ee3ec3cf authored over 4 years ago by Florian Roméo <[email protected]>
Merge pull request #288 from Jedi18/lineoperations_feature

Added some line create operations

github.com/LibreCAD/LibreCAD_3 - f01fdc8ad963165fb50bed76653892c1188d3f45 authored almost 5 years ago by Florian Roméo <[email protected]>
Added polygon tangent creation operation

github.com/LibreCAD/LibreCAD_3 - 6a9e976173287579aa19213d6e461bc988bae863 authored almost 5 years ago by Jedi18 <[email protected]>
Refractored polygon code

github.com/LibreCAD/LibreCAD_3 - 374007221d0afe5c419b1c83afb0c0e8f9786adb authored almost 5 years ago by Jedi18 <[email protected]>
Added polygon create operation for two points

github.com/LibreCAD/LibreCAD_3 - ea3d7f3a7ed4dd4237f0063bda97e451cd49acc5 authored almost 5 years ago by Jedi18 <[email protected]>
Fixed bug with polygon creation

github.com/LibreCAD/LibreCAD_3 - 9bb1c9c69b5e58a70915603b7435cdc5adc9fa63 authored almost 5 years ago by Jedi18 <[email protected]>
added polygon create operation

github.com/LibreCAD/LibreCAD_3 - 50923fe0d600d8924787e14c42da2f5bc7ad5a4a authored almost 5 years ago by Jedi18 <[email protected]>
Polygon operation partly implemented

github.com/LibreCAD/LibreCAD_3 - 2b010431b7fe9975fd547535e7a05963838ff53b authored almost 5 years ago by Jedi18 <[email protected]>
Added rectangle create operation in lineoperation

github.com/LibreCAD/LibreCAD_3 - 4b92b160ff994c207022f22b5b4bc5305b6e5d5e authored almost 5 years ago by Jedi18 <[email protected]>