Thu, 20 Jun 2019 08:54:35 +0300 Teemu Piippo uuid things default tip file | diff | annotate
Fri, 22 Jun 2018 12:13:01 +0300 Teemu Piippo replaced uses of QList with QVector file | diff | annotate
Thu, 21 Jun 2018 19:21:49 +0300 Teemu Piippo used the new CircularSectionEditor in CircularPrimitiveEditor file | diff | annotate
Wed, 30 May 2018 22:31:06 +0300 Teemu Piippo added draw plane feature (doesn't work with circle draw quite right yet) file | diff | annotate
Sat, 26 May 2018 17:28:15 +0300 Teemu Piippo refactored signal blocking file | diff | annotate
Fri, 30 Mar 2018 14:30:51 +0300 Teemu Piippo fix warnings file | diff | annotate
Thu, 29 Mar 2018 10:31:01 +0300 Teemu Piippo refactor file | diff | annotate
Thu, 29 Mar 2018 10:18:18 +0300 Teemu Piippo use 3 significant figures in file size representation file | diff | annotate
Tue, 27 Mar 2018 14:13:58 +0300 Teemu Piippo better representation of fractions and large numbers 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:51:24 +0200 Teemu Piippo Use 4 points of precision for circle point coordinates 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 11:57:24 +0200 Teemu Piippo reorganized headers file | diff | annotate
Sat, 24 Mar 2018 11:05:40 +0200 Teemu Piippo removed unnecessary files and includes file | diff | annotate
Fri, 23 Mar 2018 21:53:03 +0200 Teemu Piippo moved Vertex and BoundingBox into new code units file | diff | annotate
Fri, 23 Mar 2018 21:36:37 +0200 Teemu Piippo added stream operators to Vertex 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 12:51:18 +0200 Teemu Piippo Begin rework to add support for multiple libraries file | diff | annotate
Mon, 19 Mar 2018 12:24:59 +0200 Teemu Piippo Bfc red/green view almost completely fixed 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
Sat, 04 Mar 2017 00:54:46 +0200 Teemu Piippo Added polar grid rendering (which is disabled for now). file | diff | annotate
Fri, 03 Mar 2017 00:35:43 +0200 Teemu Piippo Added support for ideal co-ordinates, which should make writing editing tools a lot easier. For some reason they don't yet work with the back and right cameras. file | diff | annotate
Tue, 14 Feb 2017 14:59:26 +0200 Teemu Piippo Renamed ldObject.cpp → linetypes/modelobject.cpp file | diff | annotate
Tue, 14 Feb 2017 14:52:01 +0200 Teemu Piippo Renamed ldDocument.cpp → lddocument.cpp file | diff | annotate
Mon, 30 Jan 2017 02:41:45 +0200 Teemu Piippo Removed some unnecessary #include-directives. 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: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:14:05 +0200 Teemu Piippo Reworked the Matrix interface so that less index math is involved file | diff | annotate
Wed, 16 Nov 2016 01:28:42 +0200 Teemu Piippo Refactor primitives file | diff | annotate
Sun, 08 May 2016 20:54:52 +0300 Teemu Piippo Moved matrix into new source/header pair in types/ file | diff | annotate
Sun, 08 May 2016 20:12:54 +0300 Teemu Piippo Replaced the ugly for_enum macro with a generator class file | diff | annotate
Wed, 17 Feb 2016 19:54:21 +0200 Teemu Piippo removed removeDuplicates in favor of QSet, and the unused ObjectList class file | diff | annotate
Fri, 01 Jan 2016 23:41:55 +0200 Teemu Piippo Happy new year 2016! file | diff | annotate
Thu, 19 Nov 2015 00:43:18 +0200 Teemu Piippo Cleanup miscallenous.cpp/.h file | diff | annotate
Sat, 24 Oct 2015 13:19:27 +0300 Teemu Piippo Rename LDSubfile to LDSubfileReference file | diff | annotate
Sun, 04 Oct 2015 22:54:17 +0300 Teemu Piippo A bit more cleanup. Finally removed the PROPERTY macro. (now let's see about making a new one sometime that isn't so terrible?) file | diff | annotate
Sun, 04 Oct 2015 06:31:36 +0300 Teemu Piippo Bézier curves may now be serialized down using the "Demote" function. I need to rename that now. file | diff | annotate
Tue, 22 Sep 2015 00:59:21 +0300 Teemu Piippo LDVertexObject stuff (ultimately not worth it) file | diff | annotate
Sat, 05 Sep 2015 23:03:24 +0300 Teemu Piippo Make documents members of the main window file | diff | annotate
Sun, 30 Aug 2015 15:18:41 +0300 Teemu Piippo Happy new year 2015 file | diff | annotate
Sun, 30 Aug 2015 15:17:28 +0300 Teemu Piippo elif -> else if file | diff | annotate
Sun, 30 Aug 2015 15:01:10 +0300 Teemu Piippo Replaced Min/Max/Clamp/Abs with use of Qt versions of them. file | diff | annotate
Sun, 30 Aug 2015 04:21:44 +0300 Teemu Piippo Removed all asserts from the code. Removed assert handling and the bomb box dialog. file | diff | annotate
Sat, 29 Aug 2015 17:07:39 +0300 Teemu Piippo Rename all .cc files to .cpp files. file | diff | annotate | base
Tue, 07 Jul 2015 21:35:20 +0300 Teemu Piippo Refactoring update. file | diff | annotate
Tue, 03 Mar 2015 16:55:36 +0200 Teemu Piippo - renamed .cc files to .cpp file | diff | annotate | base
(0) tip

mercurial