Thu, 20 Jun 2019 08:54:35 +0300 Teemu Piippo uuid things default tip file | diff | annotate
Tue, 01 Jan 2019 22:30:10 +0200 Teemu Piippo commit work done on mdi file | diff | annotate
Wed, 26 Dec 2018 23:01:45 +0200 Teemu Piippo reimplented shortcuts in the config dialog using model/view programming file | diff | annotate
Fri, 21 Dec 2018 21:43:06 +0200 Teemu Piippo things file | diff | annotate
Sat, 15 Sep 2018 15:57:56 +0300 Teemu Piippo refactor file | diff | annotate
Sat, 04 Aug 2018 21:46:58 +0300 Teemu Piippo fixed a crash when trying to open a document for the 3rd time after closing it 2 times 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
Thu, 21 Jun 2018 18:46:03 +0300 Teemu Piippo refactored the segments/divisions editor in MainWindow to a new widget file | diff | annotate
Sun, 17 Jun 2018 13:57:00 +0300 Teemu Piippo replaced GLRotationMatrix with QMatrix4x4 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
Wed, 04 Apr 2018 11:41:26 +0300 Teemu Piippo added a status bar and moved printed messages there file | diff | annotate
Mon, 02 Apr 2018 10:59:38 +0300 Teemu Piippo reworked bounding box file | diff | annotate
Thu, 29 Mar 2018 10:31:01 +0300 Teemu Piippo refactor 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 13:53:56 +0200 Teemu Piippo removed unused include file | diff | annotate
Sat, 24 Mar 2018 13:48:50 +0200 Teemu Piippo replaced remaining DIRSLASH, Dirname and Basename uses with Qt file info stuff 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 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 17:14:46 +0200 Teemu Piippo ported qOverload to drop minimum Qt requirement down to 5.5 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
Fri, 16 Mar 2018 16:28:39 +0200 Teemu Piippo Added basic header editing file | diff | annotate
Tue, 06 Mar 2018 23:29:40 +0200 Santeri Piippo Implemented row moving in the model and replaced swapping with it file | diff | annotate
Thu, 11 Jan 2018 15:09:44 +0200 Santeri Piippo begin rendering rework 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
Sun, 07 May 2017 13:29:58 +0300 Teemu Piippo Worked more on the library collection thing file | diff | annotate
Thu, 09 Mar 2017 00:40:07 +0200 Teemu Piippo Removed the unary min and max functions. 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 23:08:04 +0200 Teemu Piippo At long last, the grid is finally now rendered onto the viewport. Woop! 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
Thu, 23 Feb 2017 20:28:17 +0200 Teemu Piippo Replaced LDObjectList with QVector<LDObject*> file | diff | annotate
Thu, 23 Feb 2017 20:25:47 +0200 Teemu Piippo Removed the Origin and axes global constants. file | diff | annotate
Mon, 20 Feb 2017 07:56:21 +0200 Teemu Piippo Made fixed cameras matrix-based. This simplifies some math. file | diff | annotate
Tue, 14 Feb 2017 09:53:13 +0200 Teemu Piippo Rearranged declarations in basics.h file | diff | annotate
Tue, 14 Feb 2017 09:48:51 +0200 Teemu Piippo Removed the intXX type aliases and removed uses of intXX_t in favor of qintXX 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
Fri, 10 Feb 2017 23:06:24 +0200 Teemu Piippo Added the RingAdapter class and interfacing ring() function and simplified some math in GLCompiler with it 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: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
Fri, 18 Nov 2016 02:56:53 +0200 Teemu Piippo Cleaned up crash catcher, fixed missing <math.h> include file | diff | annotate
Thu, 17 Nov 2016 13:56:13 +0200 Teemu Piippo Cleanup in GL renderer... file | diff | annotate
(0) -60 tip

mercurial