Thu, 20 Jun 2019 08:54:35 +0300 |
Teemu Piippo |
uuid things
default tip
|
file |
diff |
annotate
|
Fri, 22 Jun 2018 14:46:30 +0300 |
Teemu Piippo |
fixed rendering of bézier curves
|
file |
diff |
annotate
|
Thu, 21 Jun 2018 17:02:58 +0300 |
Teemu Piippo |
fixed compile errors in some cases, bezier curve now stores the segment count in each object (not editable yet)
|
file |
diff |
annotate
|
Sun, 17 Jun 2018 16:13:24 +0300 |
Teemu Piippo |
Circular primitive editor complete
|
file |
diff |
annotate
|
Sun, 17 Jun 2018 13:53:33 +0300 |
Teemu Piippo |
replaced the Matrix class with QMatrix4x4
|
file |
diff |
annotate
|
Sun, 10 Jun 2018 23:25:08 +0300 |
Teemu Piippo |
some rework in description
|
file |
diff |
annotate
|
Sun, 10 Jun 2018 21:48:58 +0300 |
Teemu Piippo |
refactored LDPolygon
|
file |
diff |
annotate
|
Sun, 10 Jun 2018 16:50:14 +0300 |
Teemu Piippo |
changed LDCylinder to LDCircularPrimitive and moved circles to it
|
file |
diff |
annotate
|
Mon, 04 Jun 2018 23:12:40 +0300 |
Teemu Piippo |
added work done on cylinders
|
file |
diff |
annotate
|
Fri, 27 Apr 2018 16:27:14 +0300 |
Teemu Piippo |
added vertex rendering
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 16:33:23 +0200 |
Teemu Piippo |
Added support for 8-primitives
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 12:54:28 +0200 |
Teemu Piippo |
Happy new year 2018
|
file |
diff |
annotate
|
Fri, 23 Mar 2018 22:00:34 +0200 |
Teemu Piippo |
reworked includes
|
file |
diff |
annotate
|
Fri, 23 Mar 2018 21:30:24 +0200 |
Teemu Piippo |
reworked Vertex, no longer a QVector3D subclass
|
file |
diff |
annotate
|
Fri, 23 Mar 2018 19:30:53 +0200 |
Teemu Piippo |
remove LDBfc
|
file |
diff |
annotate
|
Mon, 19 Mar 2018 12:24:59 +0200 |
Teemu Piippo |
Bfc red/green view almost completely fixed
|
file |
diff |
annotate
|
Sun, 18 Mar 2018 12:37:40 +0200 |
Teemu Piippo |
fixed color handling
|
file |
diff |
annotate
|
Sun, 18 Mar 2018 12:33:29 +0200 |
Teemu Piippo |
fixed infinite recursion and integrated the subfilereference editor
|
file |
diff |
annotate
|
Sun, 18 Mar 2018 12:00:39 +0200 |
Teemu Piippo |
added subfile reference editor
|
file |
diff |
annotate
|
Thu, 08 Mar 2018 11:39:18 +0200 |
Santeri Piippo |
renamed signal
|
file |
diff |
annotate
|
Thu, 08 Mar 2018 11:36:55 +0200 |
Santeri Piippo |
moved LDObject indices from a global array into Model
|
file |
diff |
annotate
|
Mon, 05 Mar 2018 22:44:48 +0200 |
Santeri Piippo |
removed some unneeded headers
|
file |
diff |
annotate
|
Mon, 05 Mar 2018 22:42:54 +0200 |
Santeri Piippo |
Finally removed the cancer that is the LDObject::model pointer
|
file |
diff |
annotate
|
Mon, 05 Mar 2018 22:40:34 +0200 |
Santeri Piippo |
Added LDObject serialization and refactored the internal resource managing to use it. No more tearing objects from one model into another, and this provides a stable way to keep an object's state in memory such as the edit history.
|
file |
diff |
annotate
|
Sat, 03 Mar 2018 17:57:35 +0200 |
Santeri Piippo |
removed LDError::fileReferenced
|
file |
diff |
annotate
|
Sat, 03 Mar 2018 17:47:40 +0200 |
Santeri Piippo |
LDSubfileReference now contains the name of the subfile and not a pointer anymore. Some methods now require a DocumentManager* for context on resolving the name.
|
file |
diff |
annotate
|
Sat, 03 Mar 2018 17:28:27 +0200 |
Santeri Piippo |
removed use of model() in LDSubfileReference::inlineContents
|
file |
diff |
annotate
|
Sat, 03 Mar 2018 17:25:12 +0200 |
Santeri Piippo |
Removed LDObject::invert, inversion code moved to basic toolset
|
file |
diff |
annotate
|
Sat, 03 Mar 2018 16:59:03 +0200 |
Santeri Piippo |
removed LDObject::swap
|
file |
diff |
annotate
|
Sat, 03 Mar 2018 16:56:49 +0200 |
Santeri Piippo |
moved LDObject::next to the algorithm toolset
|
file |
diff |
annotate
|
Sat, 03 Mar 2018 16:53:56 +0200 |
Santeri Piippo |
removed LDObject::lineNumber
|
file |
diff |
annotate
|
Thu, 22 Feb 2018 11:41:58 +0200 |
Santeri Piippo |
Converted magic wand mode and other selection stuff to mvc
|
file |
diff |
annotate
|
Wed, 14 Feb 2018 15:17:30 +0200 |
Santeri Piippo |
begin model rework
|
file |
diff |
annotate
|
Fri, 12 Jan 2018 00:55:31 +0200 |
Santeri Piippo |
BFC INVERTNEXT objects are no longer individual objects
|
file |
diff |
annotate
|
Sun, 05 Mar 2017 16:47:52 +0200 |
Teemu Piippo |
Moved LDObject lifetime management from Model to ResourceVector. This is a large refactor that removes some hacks from the Model class.
|
file |
diff |
annotate
|
Tue, 14 Feb 2017 15:21:34 +0200 |
Teemu Piippo |
Moved LDQuadrilateral into its own source pair.
|
file |
diff |
annotate
|
Tue, 14 Feb 2017 15:11:33 +0200 |
Teemu Piippo |
Moved LDTriangle into its own source pair.
|
file |
diff |
annotate
|
Tue, 14 Feb 2017 14:59:26 +0200 |
Teemu Piippo |
Renamed ldObject.cpp → linetypes/modelobject.cpp
|
file |
diff |
annotate
| base
|