Sat, 24 Mar 2018 12:54:28 +0200 Teemu Piippo Happy new year 2018 file | diff | annotate
Thu, 11 Jan 2018 16:46:22 +0200 Santeri Piippo add operators to LDDocument 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
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
Sat, 06 Jan 2018 17:57:03 +0200 Santeri Piippo simplify file | diff | annotate
Thu, 04 Jan 2018 21:41:17 +0200 Santeri Piippo happy new year 2018 file | diff | annotate
Thu, 04 Jan 2018 19:44:26 +0200 Santeri Piippo fix paren style 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 12:58:53 +0200 Teemu Piippo LDObject subclass renaming: 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 19:57:43 +0200 Teemu Piippo Moved more business logic out of GLRenderer into Canvas. GLRenderer::pick(const QRange&) now returns a set of LDObjects without modifying them. Replaced the GLRenderer::pick(int, int) overload with GLRenderer::pickOneObject. file | diff | annotate
Thu, 09 Feb 2017 13:05:31 +0200 Teemu Piippo Moved document editing methods from GLRenderer to Canvas 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 14:14:28 +0200 Teemu Piippo Actually, let's call it countof(). Makes more sense. file | diff | annotate
Sat, 28 Jan 2017 14:01:19 +0200 Teemu Piippo Replaced uses of 'x.size()' with 'length(x)' 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
Tue, 22 Sep 2015 00:59:21 +0300 Teemu Piippo LDVertexObject stuff (ultimately not worth it) file | diff | annotate
Sun, 06 Sep 2015 03:10:03 +0300 Teemu Piippo null -> nullptr file | diff | annotate
Sun, 06 Sep 2015 01:52:23 +0300 Teemu Piippo Refactor MainWindow's API file | diff | annotate
Sat, 05 Sep 2015 23:03:24 +0300 Teemu Piippo Make documents members of the main window file | diff | annotate
Mon, 31 Aug 2015 23:36:08 +0300 Teemu Piippo More refactor and removal of g_win uses 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:53:37 +0300 Teemu Piippo Rename MainWindow files 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 21:54:57 +0200 Teemu Piippo - rewrote codegen in python and merged updaterevision into it file | diff | annotate | base
(0) tip

mercurial