Wed, 26 Dec 2018 16:38:38 +0200 Teemu Piippo Refactored the color toolbar editing into a new model/view system 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 18:46:03 +0300 Teemu Piippo refactored the segments/divisions editor in MainWindow to a new widget file | diff | annotate
Wed, 04 Apr 2018 12:08:45 +0300 Teemu Piippo refactored the quick color toolbar file | diff | annotate
Wed, 04 Apr 2018 11:43:15 +0300 Teemu Piippo removed dead code 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
Wed, 04 Apr 2018 11:24:37 +0300 Teemu Piippo removed dead code file | diff | annotate
Thu, 29 Mar 2018 10:42:45 +0300 Teemu Piippo refactor 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 15:54:41 +0200 Teemu Piippo MainWindow now stores its state in the config file so its state and geometry is preserved across instances 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:34:20 +0200 Teemu Piippo Config is now a namespace file | diff | annotate
Sat, 24 Mar 2018 12:09:26 +0200 Teemu Piippo renamed sink() to singleton() file | diff | annotate
Fri, 16 Mar 2018 16:28:39 +0200 Teemu Piippo Added basic header editing file | diff | annotate
Wed, 14 Mar 2018 12:08:03 +0200 Teemu Piippo added an MVC interface to the primitives tree file | diff | annotate
Sat, 03 Mar 2018 15:14:07 +0200 Santeri Piippo more selection rework file | diff | annotate
Fri, 02 Mar 2018 22:23:53 +0200 Santeri Piippo removed LDDocument::clearSelection and replaced it with a MainWindow implementation 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
Thu, 15 Feb 2018 14:59:04 +0200 Santeri Piippo more work on mvc file | diff | annotate
Thu, 15 Feb 2018 11:34:04 +0200 Santeri Piippo used mvc selection models file | diff | annotate
Tue, 13 Feb 2018 15:43:55 +0200 Santeri Piippo removed unneeded stuff 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, 11 Jan 2018 15:30:30 +0200 Santeri Piippo renderer rework file | diff | annotate
Thu, 11 Jan 2018 15:09:44 +0200 Santeri Piippo begin rendering rework file | diff | annotate
Thu, 11 Jan 2018 00:39:00 +0200 Santeri Piippo added support for circular 8/-primitives 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
Wed, 08 Mar 2017 22:48:43 +0200 Teemu Piippo Better encapsulated the BaseConfiguration class. file | diff | annotate
Mon, 06 Mar 2017 00:55:45 +0200 Teemu Piippo Grid is now a namespace. file | diff | annotate
Mon, 06 Mar 2017 00:43:43 +0200 Teemu Piippo MathFunctions is now a namespace. file | diff | annotate
Mon, 06 Mar 2017 00:35:47 +0200 Teemu Piippo GuiUtilities is now a namespace. 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 13:33:37 +0200 Teemu Piippo Added a new type ResourceVector which manages object lifetimes, and used it to remove a bit of memory management. 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:21:40 +0200 Teemu Piippo At long last, the g_win pointer has been removed. Down with global variables! file | diff | annotate
Thu, 23 Feb 2017 20:18:39 +0200 Teemu Piippo print() is no longer a global function but is tied to HierarchyElement. file | diff | annotate
Thu, 23 Feb 2017 20:03:31 +0200 Teemu Piippo Moved GetIcon and makeSettings into the MainWindow namespace as static methods. 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 14:59:26 +0200 Teemu Piippo Renamed ldObject.cpp → linetypes/modelobject.cpp file | diff | annotate
Sun, 12 Feb 2017 16:02:44 +0200 Teemu Piippo Moved definition of MainWindow::ToolInfo into mainwindow.cpp file | diff | annotate
Thu, 09 Feb 2017 20:44:36 +0200 Teemu Piippo Cleaned up GLCompiler. Among other changes, the compiler no longer has to be told what to compile. file | diff | annotate
Thu, 09 Feb 2017 11:53:55 +0200 Teemu Piippo Created a new GLRenderer derivative class "Canvas" and made MainWindow use it file | diff | annotate
Thu, 09 Feb 2017 00:32:24 +0200 Teemu Piippo Made a new renderer be created for each document, instead of reusing the same renderer for all documents. 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 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
Fri, 11 Nov 2016 13:59:27 +0200 Teemu Piippo Refactor GuiUtilities 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
Wed, 17 Feb 2016 00:43:17 +0200 Teemu Piippo Moved rotation point handling to ldObjectMath.cpp and encapsulated it into new class MathFunctions file | diff | annotate
Tue, 16 Feb 2016 19:59:43 +0200 Teemu Piippo Split grid stuff into a new class Grid in grid.cpp/grid.h file | diff | annotate
Tue, 16 Feb 2016 00:59:50 +0200 Teemu Piippo Transformed primitive management into a new class PrimitiveManager that is a member of MainWindow file | diff | annotate
Sun, 14 Feb 2016 03:19:28 +0200 Teemu Piippo Renamed ConfigurationValueBag to Configuration and added a pointer to it into HierarchyElement. This helps with the fight against global variables. file | diff | annotate
Fri, 01 Jan 2016 23:41:55 +0200 Teemu Piippo Happy new year 2016! file | diff | annotate
Wed, 18 Nov 2015 19:05:22 +0200 Teemu Piippo It worx again! 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 02:52:03 +0300 Teemu Piippo Now compiles again file | diff | annotate
Tue, 22 Sep 2015 23:38:19 +0300 Teemu Piippo Commit work done on document manager. Happy 3rd birthday LDForge! file | diff | annotate
Sun, 06 Sep 2015 15:12:30 +0300 Teemu Piippo Refactor LDObject API file | diff | annotate
(0) -60 tip

mercurial