Sun, 17 Jun 2018 13:53:33 +0300 |
Teemu Piippo |
replaced the Matrix class with QMatrix4x4
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 13:42:34 +0200 |
Teemu Piippo |
used Qt file info stuff in the auto-subfiler
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 13:03:02 +0200 |
Teemu Piippo |
merged mathfunctions.cpp into algorithms/geometry.cpp
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 12:54:28 +0200 |
Teemu Piippo |
Happy new year 2018
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 12:46:40 +0200 |
Teemu Piippo |
roundToDecimals no longer needs an lvalue. applyToMatrix removed.
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 12:34:20 +0200 |
Teemu Piippo |
Config is now a namespace
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 12:06:22 +0200 |
Teemu Piippo |
Moved includes, added squared() function
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 11:57:24 +0200 |
Teemu Piippo |
reorganized headers
|
file |
diff |
annotate
|
Fri, 23 Mar 2018 19:30:53 +0200 |
Teemu Piippo |
remove LDBfc
|
file |
diff |
annotate
|
Sat, 17 Mar 2018 12:29:52 +0200 |
Teemu Piippo |
Added a new tool for clamping vertices
|
file |
diff |
annotate
|
Sat, 17 Mar 2018 11:35:07 +0200 |
Teemu Piippo |
removed the old Add History Line tool
|
file |
diff |
annotate
|
Fri, 16 Mar 2018 11:50:35 +0200 |
Teemu Piippo |
Header parsing complete, moved all parsing code into a new class. Documents are now all loaded in one go.
|
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: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 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
|
Tue, 13 Feb 2018 14:56:08 +0200 |
Santeri Piippo |
Removed LDConditionalEdge::becomeEdgeLine
|
file |
diff |
annotate
|
Tue, 13 Feb 2018 14:19:07 +0200 |
Santeri Piippo |
changed Model into an MVC list model and replaced the objects list with a view into the model
|
file |
diff |
annotate
|
Thu, 04 Jan 2018 22:52:04 +0200 |
Santeri Piippo |
undo config change
|
file |
diff |
annotate
|
Thu, 04 Jan 2018 22:42:01 +0200 |
Santeri Piippo |
simplified RoundToDecimals
|
file |
diff |
annotate
|
Thu, 04 Jan 2018 21:41:17 +0200 |
Santeri Piippo |
happy new year 2018
|
file |
diff |
annotate
|
Thu, 04 Jan 2018 20:21:36 +0200 |
Santeri Piippo |
simplified Matrix
|
file |
diff |
annotate
|
Thu, 04 Jan 2018 19:52:24 +0200 |
Santeri Piippo |
replaced Origin with default-constructed Vertex
|
file |
diff |
annotate
|
Thu, 04 Jan 2018 19:44:26 +0200 |
Santeri Piippo |
fix paren style
|
file |
diff |
annotate
|
Thu, 04 Jan 2018 19:40:16 +0200 |
Santeri Piippo |
replaced "Config->" with "config."
|
file |
diff |
annotate
|
Sun, 05 Mar 2017 20:25:22 +0200 |
Teemu Piippo |
Made configuration a global singleton. I think I can give in at least that much because it makes solving a lot of problems easier.
|
file |
diff |
annotate
|
Sun, 05 Mar 2017 16:50:06 +0200 |
Teemu Piippo |
Renamed some methods of the Model class to remove the 'emplace' word (however cromulent it is, being from STL...) from them.
|
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
|
Thu, 23 Feb 2017 22:51:55 +0200 |
Teemu Piippo |
Cleanup AlgorithmToolset::subfileSelection.
|
file |
diff |
annotate
|
Thu, 23 Feb 2017 21:03:59 +0200 |
Teemu Piippo |
Fixed more dialog instances in AlgorithmToolset.
|
file |
diff |
annotate
|
Thu, 23 Feb 2017 21:02:14 +0200 |
Teemu Piippo |
Moved all UI files from ui/ into src/dialogs/.
|
file |
diff |
annotate
|
Thu, 23 Feb 2017 20:29:44 +0200 |
Teemu Piippo |
Removed unused class RadioGroup.
|
file |
diff |
annotate
|
Thu, 23 Feb 2017 20:25:47 +0200 |
Teemu Piippo |
Removed the Origin and axes global constants.
|
file |
diff |
annotate
|
Thu, 23 Feb 2017 19:56:21 +0200 |
Teemu Piippo |
Removed the Critical and Question functions, replaced with direct QMessageBox uses. Removed unused code from mainwindow.h.
|
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:52:01 +0200 |
Teemu Piippo |
Renamed ldDocument.cpp → lddocument.cpp
|
file |
diff |
annotate
|
Tue, 14 Feb 2017 14:51:04 +0200 |
Teemu Piippo |
Renamed glRenderer.cpp → glrenderer.cpp
|
file |
diff |
annotate
|
Tue, 14 Feb 2017 13:37:58 +0200 |
Teemu Piippo |
Cleanup AlgorithmToolset::replaceCoordinates()
|
file |
diff |
annotate
|
Tue, 14 Feb 2017 13:29:47 +0200 |
Teemu Piippo |
Fixed possible memory leak in AlgorithmToolset::editRaw().
|
file |
diff |
annotate
|
Tue, 14 Feb 2017 13:25:43 +0200 |
Teemu Piippo |
Split LDConditionalEdge and LDEdgeLine into new source pairs
|
file |
diff |
annotate
|
Tue, 14 Feb 2017 12:58:53 +0200 |
Teemu Piippo |
LDObject subclass renaming:
|
file |
diff |
annotate
|
Sun, 12 Feb 2017 16:59:35 +0200 |
Teemu Piippo |
Moved the definitions of all configuration options into a new text file and made the configuration collector read that.
|
file |
diff |
annotate
|
Sun, 12 Feb 2017 16:02:02 +0200 |
Teemu Piippo |
Reworked iterable enums: they all are enum classes now and the end value is marked with "_End"
|
file |
diff |
annotate
|
Thu, 09 Feb 2017 22:46:37 +0200 |
Teemu Piippo |
Moved LDComment and LDEmpty into their own source file pairs.
|
file |
diff |
annotate
|
Thu, 09 Feb 2017 21:04:33 +0200 |
Teemu Piippo |
Moved dialogs.cpp to dialogs/externalprogrampathdialog.cpp
|
file |
diff |
annotate
|
Thu, 09 Feb 2017 20:07:45 +0200 |
Teemu Piippo |
Fixed potential memory leak
|
file |
diff |
annotate
|
Sat, 04 Feb 2017 14:24:16 +0200 |
Teemu Piippo |
The current document pointer may no longer be null.
|
file |
diff |
annotate
|
Sun, 29 Jan 2017 21:17:43 +0200 |
Teemu Piippo |
Made all LDObject constructors protected. Emplacement is now the only way to create objects.
|
file |
diff |
annotate
|
Sun, 29 Jan 2017 21:02:11 +0200 |
Teemu Piippo |
More rework on model stuff, removals of LDSpawn calls. Most importantly, the LDraw code parsing function was moved to Model.
|
file |
diff |
annotate
|
Sun, 29 Jan 2017 15:49:36 +0200 |
Teemu Piippo |
Removed uses of LDSpawn in the algorithm toolset
|
file |
diff |
annotate
|
Sun, 29 Jan 2017 15:18:40 +0200 |
Teemu Piippo |
Made the quad→triangles use emplacement. However, now it crashes because of problems in the underlying system (the LDObject constructor shouldn't do anything in regard to the model!)
|
file |
diff |
annotate
|
Sun, 29 Jan 2017 15:05:14 +0200 |
Teemu Piippo |
Major overhaul of object→document relationship: added the Model class which models the object buffer. Each object is to be included in a model (an invariant that currently does not hold). A document is a subclass of a model. The LDObject is also now agnostic about selection, and the selection is now a set. A lot of things are probably broken now but it's a major step forward.
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 17:47:06 +0200 |
Teemu Piippo |
Happy new year 2017!
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 17:23:04 +0200 |
Teemu Piippo |
Moved the identity matrix constant into Matrix's namespace
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 14:14:28 +0200 |
Teemu Piippo |
Actually, let's call it countof(). Makes more sense.
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 14:13:01 +0200 |
Teemu Piippo |
Replaced '.length()' with 'length()' where appropriate
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 14:01:19 +0200 |
Teemu Piippo |
Replaced uses of 'x.size()' with 'length(x)'
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 13:49:09 +0200 |
Teemu Piippo |
refactor: added the length() function that's like Python's len()
|
file |
diff |
annotate
|
Tue, 15 Nov 2016 17:12:50 +0200 |
Teemu Piippo |
Unabbreviate "transform" to "transformationMatrix"
|
file |
diff |
annotate
|