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
Sat, 24 Mar 2018 12:54:28 +0200 Teemu Piippo Happy new year 2018 file | diff | annotate
Fri, 23 Mar 2018 12:51:18 +0200 Teemu Piippo Begin rework to add support for multiple libraries 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 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
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:09:44 +0200 Santeri Piippo begin rendering rework file | diff | annotate
Thu, 04 Jan 2018 22:52:04 +0200 Santeri Piippo undo config change 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
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: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 21:02:14 +0200 Teemu Piippo Moved all UI files from ui/ into src/dialogs/. 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:52:01 +0200 Teemu Piippo Renamed ldDocument.cpp → lddocument.cpp 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: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
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: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 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
Wed, 16 Nov 2016 01:28:42 +0200 Teemu Piippo Refactor primitives file | diff | annotate
Wed, 16 Nov 2016 00:52:22 +0200 Teemu Piippo Refactor FileToolset file | diff | annotate
Wed, 16 Nov 2016 00:44:35 +0200 Teemu Piippo Moved the about dialog into the file toolset and removed the mail button (the forums are better for this anyway) file | diff | annotate
Sun, 16 Oct 2016 17:54:22 +0300 Teemu Piippo Fixed compilation. file | diff | annotate
Tue, 16 Feb 2016 01:39:06 +0200 Teemu Piippo Split PrimitivePrompt into its new source files, renamed it to GeneratePrimitivePrompt 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
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 02:52:03 +0300 Teemu Piippo Now compiles again file | diff | annotate
Sun, 06 Sep 2015 16:57:22 +0300 Teemu Piippo Split PartDownloadRequest into its own file file | diff | annotate
Sun, 06 Sep 2015 16:42:57 +0300 Teemu Piippo Refactor PartDownloader file | diff | annotate
Sun, 06 Sep 2015 13:46:39 +0300 Teemu Piippo Removed the exiting hacks 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:55:06 +0300 Teemu Piippo Refactor LDDocument'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:23:45 +0300 Teemu Piippo Move ConfigDialog into src/dialogs/ subfolder file | diff | annotate
Mon, 31 Aug 2015 21:38:58 +0300 Teemu Piippo Now doesn't crash anymore file | diff | annotate
Mon, 31 Aug 2015 20:50:12 +0300 Teemu Piippo Now compiles and links but crashes shortly after startup. file | diff | annotate
Mon, 31 Aug 2015 04:57:16 +0300 Teemu Piippo Commit configuration rework (doesn't work yet, more than most probably doesn't compile either) file | diff | annotate
Sun, 30 Aug 2015 17:20:55 +0300 Teemu Piippo Split actions.cpp and actionsEdit.cpp into toolsets. file | diff | annotate
(0) tip

mercurial